{"info":{"_postman_id":"8e5dfa28-ac73-48bb-853e-2a01b641fb08","name":"Buckzy API collection","description":"<html><head></head><body><p>Welcome to our developer community!</p>\n<p>Buckzy platform has been designed with a rich set of APIs that enables our partners and customers to develop cross-border payment solutions. Whether you’re developing a custom solution or building a mobile App for the App Marketplace, our developer platform has the tools and capabilities to support you.</p>\n<p>Begin the integration process with Buckzy by reviewing this document to understand the API structures and capabilities available.</p>\n<p>Once you’ve familiarized yourself with the details, gain access to our SANDBOX environment. With SANDBOX access, you’re ready to start the development process and integrate with Buckzy.</p>\n<h1 id=\"how-to-use-this-guide\">How to use this Guide?</h1>\n<p>This guide is designed to help you navigate and effectively use our API collection for your application. It walks you through the core concepts and the structure of the Buckzy APIs, enabling you to build seamless integrations with our platform.</p>\n<h4 id=\"1-exploring-endpoints\">1. <strong>Exploring Endpoints</strong></h4>\n<p>The endpoints are listed in the left sidebar. Each folder is clearly labeled, and contains all the endpoints required for that particular functionality. To find the ones related to a specific feature, simply navigate into each folder.</p>\n<img src=\"https://content.pstmn.io/1ba8824c-3f86-43f1-9600-e9bbe601f3b3/aW1hZ2UucG5n\" width=\"256\" height=\"301\">\n\n<h4 id=\"2-viewing-use-cases---request-and-response-payloads\">2. <strong>Viewing Use Cases - Request and Response Payloads</strong></h4>\n<p>Each endpoint, has multiple use case examples added to help you understand the different scenarios in which the endpoint can be used. To view the use case examples:</p>\n<ul>\n<li><p>Click on the <strong>dropdown</strong> next to the <strong>Example</strong> <strong>Request</strong> label.</p>\n</li>\n<li><p>This will reveal the different use case examples, along with the associated request and response payloads.</p>\n</li>\n</ul>\n<p>Each use case includes:</p>\n<ul>\n<li><p><strong>Request Payload</strong>: The data that should be sent to the API for that specific use case.</p>\n</li>\n<li><p><strong>Response Payload</strong>: The expected response from the API, which includes status codes, data structure, and other relevant details.</p>\n</li>\n</ul>\n<p>Click on the desired use case to see the request and response data, then you can modify or test the payload as needed.</p>\n<p>Refer to the <strong>ADDITIONAL INFORMATION</strong> section for different reference codes used in the paylods.</p>\n<img src=\"https://content.pstmn.io/af0d423a-04b0-48f5-9749-fbc600e93da0/aW1hZ2UucG5n\" width=\"1005\" height=\"695\">\n\n<h4 id=\"3-accessing-the-api-collection\"><strong>3. Accessing the API Collection</strong></h4>\n<p>Click on \"<strong>Run in Postman</strong>\" button at the top right corner to add the collection to your workspace.</p>\n<h4 id=\"4-testing-the-endpoints\"><strong>4. Testing the Endpoints</strong></h4>\n<p>Once you have selected a use case and reviewed the payloads, you can send the request directly from Postman to test the endpoint. The response will be shown within the Postman interface, allowing you to verify the behavior of the API.</p>\n<p><strong>Feel free to experiment with different use cases, and don’t hesitate to reach out if you need further assistance!</strong></p>\n<h1 id=\"use-cases\">Use Cases</h1>\n<p>Here are the key use cases we offer, covering a range of payment types and transaction methods:</p>\n<ul>\n<li><p><strong>Single Payment (Payout)</strong></p>\n<ul>\n<li><p><strong>B2B (Business to Business)</strong>: Both the sender and receiver are businesses.</p>\n</li>\n<li><p><strong>B2C (Business to Consumer)</strong>: The sender is a business, and the receiver is an individual.</p>\n</li>\n<li><p><strong>C2C (Consumer to Consumer)</strong>: Both the sender and receiver are individuals.</p>\n</li>\n<li><p><strong>C2B (Consumer to Business)</strong>: The sender is an individual, and the receiver is a business.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Payout with Different Payment Methods</strong></p>\n<ul>\n<li>Supports various payment methods such as <strong>Wire</strong>, <strong>ACH</strong>, <strong>Fedwire</strong>, <strong>SEPA</strong>, <strong>FPS</strong>, <strong>IMPS</strong>, and <strong>UPI</strong>.</li>\n</ul>\n</li>\n<li><p><strong>Account to Account Transfer (A2A)</strong></p>\n<ul>\n<li>Facilitates direct transfers between accounts.</li>\n</ul>\n</li>\n<li><p><strong>Mass Payment</strong></p>\n<ul>\n<li>Enables processing of bulk payments.</li>\n</ul>\n</li>\n<li><p><strong>Payin (Inbound Transaction)</strong></p>\n<ul>\n<li><strong>Payin with PIX (BR) -</strong> Supports transactions using <strong>PIX</strong>, a real-time payment system in Brazil.</li>\n</ul>\n</li>\n</ul>\n<h1 id=\"webhook\">Webhook</h1>\n<p>You can receive notifications (callbacks) whenever the status of a transaction changes during processing. To enable this feature, simply provide Buckzy with the callback URL you’d like to use. This URL is usually provided during the onboarding process.</p>\n<p>Each time a transaction’s status changes, Buckzy will send a POST JSON request to the specified URL. The request body will include the same fields as those returned when initiating or retrieving a transaction.</p>\n<p><strong>Callback Payload:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"transactionId\": \"01ba7dd6-0916-4b1e-8b52-3c5ddb3823f0\",\n  \"instructionId\": \"12123123123123\",\n  \"status\": {\n    \"status\": \"AcceptedSettlementCompleted\",\n    \"reasonCode\": \"0000\",\n    \"reasonDescription\": \"Completed successfully\"\n  },\n  \"direction\": \"Inbound\",\n  \"authCode\": null,\n  \"clientId\": \"TEST_CLIENTID\"\n}\n\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"How to use this Guide?","slug":"how-to-use-this-guide"},{"content":"Use Cases","slug":"use-cases"},{"content":"Webhook","slug":"webhook"}],"owner":"34644703","collectionId":"8e5dfa28-ac73-48bb-853e-2a01b641fb08","publishedId":"2sAYQfC8a5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-03T22:14:23.000Z"},"item":[{"name":"Authentication","item":[{"name":"Get an Access Token","event":[{"listen":"test","script":{"id":"b64ad8be-5ffb-403c-bde2-79c5634761d7","exec":["var data = JSON.parse(responseBody);\r","pm.environment.set(\"access_token\", data.access_token);"],"type":"text/javascript","packages":{}}}],"id":"12708ab3-d901-4b2f-87a6-489a7dc258a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","description":"<p>OAuth grant type. Value must be password.</p>\n","type":"text"},{"key":"client_id","value":"","description":"<p>Client identifier provided by Buckzy.</p>\n","type":"text"},{"key":"client_secret","value":"","description":"<p>Client secret provided by Buckzy.</p>\n","type":"text"},{"key":"username","value":"","description":"<p>Username provided by Buckzy.</p>\n","type":"text"},{"key":"password","value":"","description":"<p>Password provided by Buckzy.</p>\n","type":"text"}]},"url":"{{AuthHost}}/token?apikey={{apikey}}","description":"<p>This API allows users to obtain an OAuth bearer token in JSON Web Token (JWT) format to access Buckzy API.</p>\n<p><strong><code>The request must include your user credential as provided by Buckzy</code></strong><br /><strong>Note</strong>: If you’re using encryption, you must use a different method to obtain an access token. Please contact Buckzy Support for details.</p>\n<p><strong>Content-Type</strong>: application/x-www-form-urlencoded<br /><strong>Content-Length</strong>: 116</p>\n<h3 id=\"returns\">RETURNS</h3>\n<p><strong>access_token</strong> (string): When calling a Buckzy API, your access token must be included in the Authorization header.<br /><strong>token_type</strong> (string): Type of token. The value will always be the bearer.<br /><strong>expires_in</strong> (integer): Duration of time the access token is granted (in seconds). Tokens have a 1-year expiry date. Refreshing your token monthly is highly recommended.<br /><strong>scope</strong> (string): This field is currently not in use.<br /><strong>jti</strong> (string): This field is currently not in use.</p>\n","urlObject":{"path":["token"],"host":["{{AuthHost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[],"_postman_id":"12708ab3-d901-4b2f-87a6-489a7dc258a7"}],"id":"2b0c9ea0-cc7d-4d2e-bd25-d2643a2069fe","description":"<p>Buckzy authenticates API requests based on your API key and access token. Once you’ve received your API key from Buckzy, use the Buckzy authentication API to get an access token (see <a href=\"https://go.postman.co/workspace/ec67a2c7-54a2-4894-8761-8686669c6ac6/documentation/34644703-8e5dfa28-ac73-48bb-853e-2a01b641fb08?entity=request-12708ab3-d901-4b2f-87a6-489a7dc258a7\">Get an Access Token API</a>).</p>\n<p>Utilize the Buckzy Sandbox to evaluate your integrations and experiment with the APIs in a simulated test environment.</p>\n<p>In examples throughout this guide, the authentication base URL is shown as {{authhost}} and the API call queries extend from this base url.</p>\n<p>The access token is an OAuth bearer token in JSON Web Token (JWT) format.<br />When calling a Buckzy API, you must:</p>\n<ul>\n<li><p>Pass your API key using the apikey query parameter.</p>\n</li>\n<li><p>Include your access token as a Bearer Token in the Authorization header.</p>\n</li>\n</ul>\n<hr />\n<p>Our APIs use standard HTTP request methods (such as GET, PUT, POST, and DELETE) and standard HTTP response codes for errors along with detailed error messages.</p>\n<h3 id=\"response-codes\">Response Codes</h3>\n<p>Buckzy API returns different HTTP status codes based on the outcome of a request. These codes indicate whether the request was successful or encountered an issue.</p>\n<h5 id=\"response-type-categories\"><strong>Response Type Categories:</strong></h5>\n<ul>\n<li><p><strong>2xx (Success):</strong> The request was processed successfully.</p>\n</li>\n<li><p><strong>4xx (Client Error):</strong> The request contains incorrect data or is improperly structured.</p>\n</li>\n<li><p><strong>5xx (Server Error):</strong> An issue occurred on Buckzy’s server while processing the request.</p>\n</li>\n</ul>\n<h5 id=\"common-http-response-codes\"><strong>Common HTTP Response Codes:</strong></h5>\n<p>✅ <strong>200 OK</strong> – The request was successfully processed.<br />✅ <strong>201 Created</strong> – The request was successful, and a new resource was created.</p>\n<p>❌ <strong>400 Bad Request</strong> – The request is malformed or contains missing/incorrect information.</p>\n<p>Example: A required parameter is missing, or an invalid date format (e.g., using \"MM/DD/YYYY\" instead of \"yyyy-MM-dd\").<br />❌ <strong>401 Unauthorized</strong> – The API key or access token is missing or invalid.<br />❌ <strong>403 Forbidden</strong> – The provided API key or access token lacks the necessary permissions for this request.<br />❌ <strong>404 Not Found</strong> – The requested resource or endpoint does not exist.</p>\n<p>For any <strong>5xx server errors</strong>, please refer to Buckzy’s system status or contact support.</p>\n<h3 id=\"error-codes\">Error Codes</h3>\n<p>Buckzy API returns error messages in a consistent format to ensure clarity and ease of debugging. Each error response includes key details to help identify and resolve issues efficiently.</p>\n<p><strong>Error Response Components:</strong></p>\n<ol>\n<li><p><strong>Title</strong> – A brief, high-level summary of the error.</p>\n</li>\n<li><p><strong>HTTP Status Code</strong> – The HTTP response code indicating the nature of the error (e.g., 400, 401, 500).</p>\n</li>\n<li><p><strong>Timestamp</strong> – The exact time when the error occurred, useful for troubleshooting.</p>\n</li>\n<li><p><strong>Message</strong> – A short, user-friendly description of the error.</p>\n</li>\n<li><p><strong>Developer Message</strong> – A more detailed technical explanation intended for developers.</p>\n</li>\n<li><p><strong>Error Details</strong> – Specific information about what caused the error, such as the affected field, parameter, or validation rule.</p>\n</li>\n</ol>\n<h6 id=\"example-1\">Example 1</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>// Error message if an incorrect transactionID was included in a get transaction request\n{\n    \"title\": \"Resource Not Found\",\n    \"status\": 400,\n    \"timestamp\": \"2025-01-23T19:12:17.276438Z\",\n    \"path\": null,\n    \"message\": \"Resource Not Found\",\n    \"developerMessage\": \"Couldn't find your resource. Either incorrect endpoint, method, or parameters. Please verify again\",\n    \"errors\": [\n        {\n            \"field\": \"id\",\n            \"location\": null,\n            \"code\": \"not_found\",\n            \"message\": \"Document not found\",\n            \"argument\": \"241011\"\n        }\n    ]\n}\n\n</code></pre><h6 id=\"example-2\">Example 2</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>// Error message if debtor mobileNumber field was blank in a transaction request \n{\n    \"title\": \"Failed validation\",\n    \"status\": 400,\n    \"timestamp\": \"2021-06-23T20:35:11.952245Z\",\n    \"path\": null,\n    \"message\": \"There are failed field validation. Please refer to errors for more  information\",\n    \"developerMessage\": \"Please refer to API Specification for more information of  invalid fields\",\n    \"errors\": [\n        {\n            \"field\": \"mobileNumber\",\n            \"location\": \"debtor.organization.contactDetail.mobileNumber\",\n            \"code\": \"invalid\",\n            \"message\": \"Debtor: Mobile number length must be between 6 to 20\",\n            \"argument\": \"\"\n        }\n    ]\n}\n\n</code></pre><h6 id=\"example-3\">Example 3</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>// Error message if a date was entered using a format other than yyyy-MM-dd\n{\n    \"title\": \"Failed validation\",\n    \"status\": 400,\n    \"timestamp\": \"2021-06-23T20:36:58.531563Z\",\n    \"path\": null,\n    \"message\": \"There are failed field validation. Please refer to errors for more  information\",\n    \"developerMessage\": \"Please refer to API Specification for more information of  invalid fields\",\n    \"errors\": [\n        {\n            \"field\": \"expiryDate\",\n            \"location\": \"creditor.organization.document.expiryDate\",\n            \"code\": \"invalid\",\n            \"message\": \"Creditor: Expiry date must be in yyyy-MM-dd format.\",\n            \"argument\": \"02-19-2020\"\n        }\n    ]\n}\n\n</code></pre>","_postman_id":"2b0c9ea0-cc7d-4d2e-bd25-d2643a2069fe"},{"name":"Client onboarding","item":[{"name":"Child (underlying) Customer","item":[{"name":"Create Child Customer","id":"ca4745b7-3f49-4d62-8022-2d80c6e9cce1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required \r\n        \"mobileNumber\": \"9999999999\" //required \r\n    },\r\n    \"postalAddress\": {\r\n        \"country\": \"US\", //required \r\n        \"province\": \"ON\", //required for CA & US\r\n        \"city\": \"Santa Clara\", //required \r\n        \"addressLine1\": \"123 demo avenue\", //required \r\n        \"addressLine2\": \"New Market\",\r\n        \"addressLine3\": \"3rd Lane\",\r\n        \"postalCode\": \"95051\"\r\n    },\r\n    \"countryOfRegistration\": \"US\", //required \r\n    \"emailAddress\": \"child1_customer@buckzy.net\", //required \r\n    \"establishmentDate\": \"2022-01-07\", \r\n    \"legalName\": \"Child1 Customer\", //required \r\n    \"lineOfBusiness\": \"L101\", //Refer to Additional Information for the complete list of codes.\r\n    \"registrationNumber\": \"122\",\r\n    \"taxId\": \"12345\",\r\n    \"organizationType\": \"C005\" //required - Refer to Additional Information for the complete list of Corporation Type codes.\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/customers?apikey={{apikey}}","description":"<p>This request creates a new underlying customer for the parent customer. The API returns a unique Client ID for each underlying(child) customer.</p>\n<p><strong>Reference Additional Information section for Line of Business Codes</strong></p>\n","urlObject":{"path":["v1","customers"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"7fc9a44e-ee28-43b5-b6e9-939b1fc0c9b9","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required \r\n        \"mobileNumber\": \"9999999999\" //required \r\n    },\r\n    \"postalAddress\": {\r\n        \"country\": \"US\", //required \r\n        \"province\": \"ON\", //required for CA & US\r\n        \"city\": \"Santa Clara\", //required \r\n        \"addressLine1\": \"123 demo avenue\", //required \r\n        \"addressLine2\": \"New Market\",\r\n        \"addressLine3\": \"3rd Lane\",\r\n        \"postalCode\": \"95051\"\r\n    },\r\n    \"countryOfRegistration\": \"US\", //required \r\n    \"emailAddress\": \"child1_customer@buckzy.net\", //required \r\n    \"establishmentDate\": \"2022-01-07\", //required \r\n    \"legalName\": \"Child1 Customer\", //required \r\n    \"lineOfBusiness\": \"L101\", //Refer to Additional Information for the complete list of codes.\r\n    \"registrationNumber\": \"122\",\r\n    \"taxId\": \"12345\",\r\n    \"organizationType\": \"C005\" //required - Refer to Additional Information for the complete list of Corporation Type codes.\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/customers?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 21 Oct 2025 17:01:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"6a08d6656cf19b1d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"clientId\": \"CHILD1CUS7131\",\n    \"legalName\": \"Child1 Customer\",\n    \"registrationNumber\": \"122\",\n    \"establishmentDate\": \"2022-01-07\",\n    \"organizationType\": \"C005\",\n    \"taxId\": \"12345\",\n    \"lineOfBusiness\": \"L101\",\n    \"countryOfRegistration\": \"US\",\n    \"countryOfOperation\": null,\n    \"emailAddress\": \"child1_customer@buckzy.net\",\n    \"postalAddress\": {\n        \"addressLine1\": \"123 demo avenue\",\n        \"addressLine2\": \"New Market\",\n        \"addressLine3\": \"3rd Lane\",\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"ON\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\"\n    },\n    \"entities\": null,\n    \"credential\": null,\n    \"customerRiskRating\": 1,\n    \"id\": 536,\n    \"profileId\": 4294,\n    \"passfortProfileId\": null,\n    \"status\": \"Pending\",\n    \"sanctionStatus\": \"Pending\",\n    \"identityStatus\": \"Pending\",\n    \"kywStatus\": \"Pending\",\n    \"recordStatus\": \"Active\",\n    \"createdAt\": \"2025-10-21T17:01:05.725GMT\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"updatedAt\": \"2025-10-21T17:01:06.077GMT\",\n    \"updatedBy\": \"buckzy_test_entity@gmail.com\",\n    \"parentClientId\": null,\n    \"companyName\": null,\n    \"preferredDocumentId\": null\n}"}],"_postman_id":"ca4745b7-3f49-4d62-8022-2d80c6e9cce1"},{"name":"Update Child Customer","id":"0cb8834f-5698-43df-ac4e-a9717a5c1f14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required \r\n        \"mobileNumber\": \"9999999999\" //required \r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"123 demo avenue\", //required \r\n        \"addressLine2\": \"Sector 63\",\r\n        \"addressLine3\": \"Lane 4\",\r\n        \"postalCode\": \"95051\",\r\n        \"city\": \"Santa Clara\", //required \r\n        \"province\": \"ON\", //required for US & CA\r\n        \"country\": \"US\" //required \r\n    },\r\n    \"countryOfRegistration\": \"US\", //required \r\n    \"emailAddress\": \"child1_customer@buckzy.net\", //required \r\n    \"establishmentDate\": \"2022-01-07\", //required \r\n    \"legalName\": \"Child1 Customer\", //required \r\n    \"lineOfBusiness\": \"L101\", //Refer to Additional Information for the complete list of codes.\r\n    \"registrationNumber\": \"122\", //required \r\n    \"taxId\": \"123456\",\r\n    \"organizationType\": \"C005\" //required - Refer to Additional Information for the complete list of Corporation Type codes.\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/customers/:customerId?apikey={{apikey}}","description":"<p>This request modifies the details of a specific customer identified by the ID provided in the path variable.</p>\n<p><strong>Reference Additional Information section for Line of Business Codes &amp; Organization Type Codes</strong></p>\n","urlObject":{"path":["v1","customers",":customerId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the customer whose details you wish to update.</p>\n","type":"text/plain"},"type":"any","value":"536","key":"customerId"}]}},"response":[{"id":"6119127d-ae3b-44e8-af9b-93f49b7256f4","name":"Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required \r\n        \"mobileNumber\": \"9999999999\" //required \r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"123 demo avenue\", //required \r\n        \"addressLine2\": \"Sector 63\",\r\n        \"addressLine3\": \"Lane 4\",\r\n        \"postalCode\": \"95051\",\r\n        \"city\": \"Santa Clara\", //required \r\n        \"province\": \"ON\", //required for US & CA\r\n        \"country\": \"US\" //required \r\n    },\r\n    \"countryOfRegistration\": \"US\", //required \r\n    \"emailAddress\": \"child1_customer@buckzy.net\", //required \r\n    \"establishmentDate\": \"2022-01-07\", //required \r\n    \"legalName\": \"Child1 Customer\", //required \r\n    \"lineOfBusiness\": \"L101\", //Refer to Additional Information for the complete list of codes.\r\n    \"registrationNumber\": \"122\", //required \r\n    \"taxId\": \"123456\",\r\n    \"organizationType\": \"C005\" //required - Refer to Additional Information for the complete list of Corporation Type codes.\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/customers/:customerId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers",":customerId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"customerId","value":"536","description":"ID of the customer whose details you wish to update."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 21 Oct 2025 17:06:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"13544b4eb3aa4d22"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"clientId\": \"CHILD1CUS7131\",\n    \"legalName\": \"Child1 Customer\",\n    \"registrationNumber\": \"122\",\n    \"establishmentDate\": \"2022-01-07\",\n    \"organizationType\": \"C005\",\n    \"taxId\": \"123456\",\n    \"lineOfBusiness\": \"L101\",\n    \"countryOfRegistration\": \"US\",\n    \"countryOfOperation\": null,\n    \"emailAddress\": \"child1_customer@buckzy.net\",\n    \"postalAddress\": {\n        \"addressLine1\": \"123 demo avenue\",\n        \"addressLine2\": \"Sector 63\",\n        \"addressLine3\": \"Lane 4\",\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"ON\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\"\n    },\n    \"entities\": null,\n    \"credential\": null,\n    \"customerRiskRating\": 1,\n    \"id\": 536,\n    \"profileId\": 4294,\n    \"passfortProfileId\": null,\n    \"status\": \"Pending\",\n    \"sanctionStatus\": \"Pending\",\n    \"identityStatus\": \"Pending\",\n    \"kywStatus\": \"Pending\",\n    \"recordStatus\": \"Active\",\n    \"createdAt\": \"2025-10-21T17:01:05.725GMT\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"updatedAt\": \"2025-10-21T17:01:06.077GMT\",\n    \"updatedBy\": \"buckzy_test_entity@gmail.com\",\n    \"parentClientId\": null,\n    \"companyName\": null,\n    \"preferredDocumentId\": null\n}"}],"_postman_id":"0cb8834f-5698-43df-ac4e-a9717a5c1f14"},{"name":"Get All Child Customers","id":"4b7f914e-f5ff-4d97-a27c-e264648c31b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/customers?apikey={{apikey}}&size=999","description":"<p>This request fetches the details of all child customers associated with a specific parent customer, including those whose status is INACTIVE.</p>\n","urlObject":{"path":["v1","customers"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"},{"key":"size","value":"999"},{"disabled":true,"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"fc171aa6-be1e-4a02-bd29-81b627fa20bc","name":"Response - Get All Child Customers","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/customers?apikey={{apikey}}&size=999","host":["{{apihost}}"],"path":["v1","customers"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"size","value":"999"},{"key":"page","value":"0","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 Feb 2025 21:12:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"72190d8677370f30"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"clientId\": \"CHILDCUST2381\",\n            \"legalName\": \"Child Customer\",\n            \"registrationNumber\": \"122\",\n            \"establishmentDate\": \"2020-01-08\",\n            \"organizationType\": null,\n            \"taxId\": \"123456\",\n            \"lineOfBusiness\": \"L101\",\n            \"countryOfRegistration\": \"US\",\n            \"countryOfOperation\": null,\n            \"emailAddress\": \"child_customer@buckzy.net\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 demo avenue\",\n                \"addressLine2\": \"Sector 63\",\n                \"addressLine3\": \"Lane 4\",\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"ON\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\"\n            },\n            \"entities\": null,\n            \"credential\": null,\n            \"id\": 38,\n            \"profileId\": 222,\n            \"passfortProfileId\": null,\n            \"status\": \"Pending\",\n            \"sanctionStatus\": \"Pending\",\n            \"identityStatus\": \"Pending\",\n            \"kywStatus\": \"Pending\",\n            \"recordStatus\": \"Active\",\n            \"createdAt\": \"2025-02-02T20:56:28.202GMT\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"updatedAt\": \"2025-02-02T20:56:28.485GMT\",\n            \"updatedBy\": \"buckzy_test_entity@gmail.com\",\n            \"parentClientId\": null\n        },\n        {\n            \"clientId\": \"BUCKZYTESTACCOUNTCHILD2\",\n            \"legalName\": \"buckzy test account child 2\",\n            \"registrationNumber\": \"1\",\n            \"establishmentDate\": \"2024-06-13\",\n            \"organizationType\": null,\n            \"taxId\": \"1\",\n            \"lineOfBusiness\": \"L100\",\n            \"countryOfRegistration\": \"US\",\n            \"countryOfOperation\": null,\n            \"emailAddress\": \"buckzytestaccountchild2@gmail.com\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 demo avenue\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"91\",\n                \"mobileNumber\": \"9999787878\"\n            },\n            \"entities\": null,\n            \"credential\": {\n                \"clientId\": null,\n                \"clientSecret\": null,\n                \"accessTokenValidity\": 31104000,\n                \"refreshTokenValidity\": 34214400\n            },\n            \"id\": 14,\n            \"profileId\": 46,\n            \"passfortProfileId\": null,\n            \"status\": \"Pending\",\n            \"sanctionStatus\": \"Verified\",\n            \"identityStatus\": \"Pending\",\n            \"kywStatus\": \"Verified\",\n            \"recordStatus\": \"Active\",\n            \"createdAt\": \"2024-10-04T02:52:17.016GMT\",\n            \"createdBy\": \"SuperAdmin1@buckzy.net\",\n            \"updatedAt\": \"2024-10-04T02:57:13.242GMT\",\n            \"updatedBy\": \"SuperAdmin1@buckzy.net\",\n            \"parentClientId\": null\n        },\n        {\n            \"clientId\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"legalName\": \"buckzy test child1 account \",\n            \"registrationNumber\": \"1\",\n            \"establishmentDate\": \"2016-02-04\",\n            \"organizationType\": \"C003\",\n            \"taxId\": \"1\",\n            \"lineOfBusiness\": \"L101\",\n            \"countryOfRegistration\": \"CA\",\n            \"countryOfOperation\": null,\n            \"emailAddress\": \"buckzytestaccountchild1@gmail.com\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 demo avenue\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"L1H6V9\",\n                \"city\": \"Oshawa\",\n                \"province\": \"ON\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\"\n            },\n            \"entities\": null,\n            \"credential\": {\n                \"clientId\": null,\n                \"clientSecret\": null,\n                \"accessTokenValidity\": 31104000,\n                \"refreshTokenValidity\": 34214400\n            },\n            \"id\": 8,\n            \"profileId\": 33,\n            \"passfortProfileId\": null,\n            \"status\": \"Pending\",\n            \"sanctionStatus\": \"Verified\",\n            \"identityStatus\": \"Pending\",\n            \"kywStatus\": \"Verified\",\n            \"recordStatus\": \"Active\",\n            \"createdAt\": \"2024-09-27T02:43:41.805GMT\",\n            \"createdBy\": \"SuperAdmin1@buckzy.net\",\n            \"updatedAt\": \"2024-10-04T02:25:54.421GMT\",\n            \"updatedBy\": \"SuperAdmin1@buckzy.net\",\n            \"parentClientId\": null\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": false,\n            \"sorted\": true,\n            \"empty\": false\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 999,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 3,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 3,\n    \"sort\": {\n        \"unsorted\": false,\n        \"sorted\": true,\n        \"empty\": false\n    },\n    \"size\": 999,\n    \"number\": 0,\n    \"empty\": false\n}"}],"_postman_id":"4b7f914e-f5ff-4d97-a27c-e264648c31b3"},{"name":"Get Only Active Child Customers","id":"c8f6abc7-9ef6-4ab0-8832-de54bf4cc796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/customers?apikey={{apikey}}&size=999&status=ACTIVE","description":"<p>This request fetches the details of all child customers associated with a specific parent customer, excluding those whose status is INACTIVE.</p>\n","urlObject":{"path":["v1","customers"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"},{"key":"size","value":"999"},{"key":"status","value":"ACTIVE"},{"disabled":true,"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"e97d136e-80bc-4df7-a115-081e44a0c4e0","name":"Response - Get Only Active Child Customers","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/customers?apikey={{apikey}}&size=999&status=ACTIVE","host":["{{apihost}}"],"path":["v1","customers"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"size","value":"999"},{"key":"status","value":"ACTIVE"},{"key":"page","value":"0","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 Feb 2025 21:14:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"6406dd886a6a3ea7"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"clientId\": \"CHILDCUST2381\",\n            \"legalName\": \"Child Customer\",\n            \"registrationNumber\": \"122\",\n            \"establishmentDate\": \"2020-01-08\",\n            \"organizationType\": null,\n            \"taxId\": \"123456\",\n            \"lineOfBusiness\": \"L101\",\n            \"countryOfRegistration\": \"US\",\n            \"countryOfOperation\": null,\n            \"emailAddress\": \"child_customer@buckzy.net\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 demo avenue\",\n                \"addressLine2\": \"Sector 63\",\n                \"addressLine3\": \"Lane 4\",\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"ON\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\"\n            },\n            \"entities\": null,\n            \"credential\": null,\n            \"id\": 38,\n            \"profileId\": 222,\n            \"passfortProfileId\": null,\n            \"status\": \"Pending\",\n            \"sanctionStatus\": \"Pending\",\n            \"identityStatus\": \"Pending\",\n            \"kywStatus\": \"Pending\",\n            \"recordStatus\": \"Active\",\n            \"createdAt\": \"2025-02-02T20:56:28.202GMT\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"updatedAt\": \"2025-02-02T20:56:28.485GMT\",\n            \"updatedBy\": \"buckzy_test_entity@gmail.com\",\n            \"parentClientId\": null\n        },\n        {\n            \"clientId\": \"BUCKZYTESTACCOUNTCHILD2\",\n            \"legalName\": \"buckzy test account child 2\",\n            \"registrationNumber\": \"1\",\n            \"establishmentDate\": \"2024-06-13\",\n            \"organizationType\": null,\n            \"taxId\": \"1\",\n            \"lineOfBusiness\": \"L100\",\n            \"countryOfRegistration\": \"US\",\n            \"countryOfOperation\": null,\n            \"emailAddress\": \"buckzytestaccountchild2@gmail.com\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 demo avenue\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"91\",\n                \"mobileNumber\": \"9999787878\"\n            },\n            \"entities\": null,\n            \"credential\": {\n                \"clientId\": null,\n                \"clientSecret\": null,\n                \"accessTokenValidity\": 31104000,\n                \"refreshTokenValidity\": 34214400\n            },\n            \"id\": 14,\n            \"profileId\": 46,\n            \"passfortProfileId\": null,\n            \"status\": \"Pending\",\n            \"sanctionStatus\": \"Verified\",\n            \"identityStatus\": \"Pending\",\n            \"kywStatus\": \"Verified\",\n            \"recordStatus\": \"Active\",\n            \"createdAt\": \"2024-10-04T02:52:17.016GMT\",\n            \"createdBy\": \"SuperAdmin1@buckzy.net\",\n            \"updatedAt\": \"2024-10-04T02:57:13.242GMT\",\n            \"updatedBy\": \"SuperAdmin1@buckzy.net\",\n            \"parentClientId\": null\n        },\n        {\n            \"clientId\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"legalName\": \"buckzy test child1 account \",\n            \"registrationNumber\": \"1\",\n            \"establishmentDate\": \"2016-02-04\",\n            \"organizationType\": \"C003\",\n            \"taxId\": \"1\",\n            \"lineOfBusiness\": \"L101\",\n            \"countryOfRegistration\": \"CA\",\n            \"countryOfOperation\": null,\n            \"emailAddress\": \"buckzytestaccountchild1@gmail.com\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 demo avenue\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"L1H6V9\",\n                \"city\": \"Oshawa\",\n                \"province\": \"ON\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\"\n            },\n            \"entities\": null,\n            \"credential\": {\n                \"clientId\": null,\n                \"clientSecret\": null,\n                \"accessTokenValidity\": 31104000,\n                \"refreshTokenValidity\": 34214400\n            },\n            \"id\": 8,\n            \"profileId\": 33,\n            \"passfortProfileId\": null,\n            \"status\": \"Pending\",\n            \"sanctionStatus\": \"Verified\",\n            \"identityStatus\": \"Pending\",\n            \"kywStatus\": \"Verified\",\n            \"recordStatus\": \"Active\",\n            \"createdAt\": \"2024-09-27T02:43:41.805GMT\",\n            \"createdBy\": \"SuperAdmin1@buckzy.net\",\n            \"updatedAt\": \"2024-10-04T02:25:54.421GMT\",\n            \"updatedBy\": \"SuperAdmin1@buckzy.net\",\n            \"parentClientId\": null\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": false,\n            \"sorted\": true,\n            \"empty\": false\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 999,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 3,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 3,\n    \"sort\": {\n        \"unsorted\": false,\n        \"sorted\": true,\n        \"empty\": false\n    },\n    \"size\": 999,\n    \"number\": 0,\n    \"empty\": false\n}"}],"_postman_id":"c8f6abc7-9ef6-4ab0-8832-de54bf4cc796"},{"name":"Get Child Customer by Filter","id":"99373afe-fac2-4ff5-801d-80ce27f51073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/customers/:customerId?apikey={{apikey}}","description":"<p>This request fetches details of a specific child customer identified by the ID provided in the path variable.</p>\n","urlObject":{"path":["v1","customers",":customerId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>Customer ID of the underlying customer</p>\n","type":"text/plain"},"type":"any","value":"536","key":"customerId"}]}},"response":[{"id":"8ee2e89c-dfb8-410d-95ba-0e5f008da62b","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/customers/:customerId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers",":customerId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"customerId","value":"536","description":"Customer ID of the underlying customer"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 21 Oct 2025 17:08:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"2598008a35dcde0d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"clientId\": \"CHILD1CUS7131\",\n    \"legalName\": \"Child1 Customer\",\n    \"registrationNumber\": \"122\",\n    \"establishmentDate\": \"2022-01-07\",\n    \"organizationType\": \"C005\",\n    \"taxId\": \"123456\",\n    \"lineOfBusiness\": \"L101\",\n    \"countryOfRegistration\": \"US\",\n    \"countryOfOperation\": null,\n    \"emailAddress\": \"child1_customer@buckzy.net\",\n    \"postalAddress\": {\n        \"addressLine1\": \"123 demo avenue\",\n        \"addressLine2\": \"Sector 63\",\n        \"addressLine3\": \"Lane 4\",\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"ON\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\"\n    },\n    \"entities\": null,\n    \"credential\": null,\n    \"customerRiskRating\": 1,\n    \"id\": 536,\n    \"profileId\": 4294,\n    \"passfortProfileId\": null,\n    \"status\": \"Pending\",\n    \"sanctionStatus\": \"Pending\",\n    \"identityStatus\": \"Pending\",\n    \"kywStatus\": \"Pending\",\n    \"recordStatus\": \"Active\",\n    \"createdAt\": \"2025-10-21T17:01:05.725GMT\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"updatedAt\": \"2025-10-21T17:01:06.077GMT\",\n    \"updatedBy\": \"buckzy_test_entity@gmail.com\",\n    \"parentClientId\": null,\n    \"companyName\": null,\n    \"preferredDocumentId\": null\n}"}],"_postman_id":"99373afe-fac2-4ff5-801d-80ce27f51073"}],"id":"cb2775b0-3ada-4abd-9f3d-8db6a4d710f9","description":"<p>This set of APIs enables you to create, retrieve, update, and delete underlying customers and their associated entities. Each underlying customer is assigned a unique ID, and every entity is linked to a corresponding entity ID.</p>\n","_postman_id":"cb2775b0-3ada-4abd-9f3d-8db6a4d710f9"},{"name":"Entity (Authorized User)","item":[{"name":"Create Entity","id":"e3c00ea9-64a2-465b-ac6d-428021f0370a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"postalAddress\": {\r\n        \"country\": \"CA\",//required\r\n        \"province\": \"ON\",//required for US & CA\r\n        \"city\": \"Oshawa\",//required\r\n        \"addressLine1\": \"123 demo avenue\",//required\r\n        \"addressLine2\": null,\r\n        \"addressLine3\": null,\r\n        \"postalCode\": \"L1H6V9\"\r\n    },\r\n    \"roles\": [\r\n        {\r\n            \"id\": 2,\r\n            \"alias\": \"BeneficialOwner\",\r\n            \"name\": \"Beneficial Owner\"\r\n        },\r\n        {\r\n            \"id\": 3,//required\r\n            \"alias\": \"AuthorizedPerson\",//required\r\n            \"name\": \"Authorized Person\"//required\r\n        },\r\n        {\r\n            \"id\": 1,\r\n            \"alias\": \"Director\",\r\n            \"name\": \"Director\"\r\n        }\r\n    ],\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\",//required\r\n        \"mobileNumber\": \"9999999999\"//required\r\n    },\r\n    \"tp\": \"I\",\r\n    \"firstName\": \"John\",//required\r\n    \"middleName\": \"Doe\",\r\n    \"lastName\": \"Smith\",//required\r\n    \"birthDate\": \"1985-10-18\",//required\r\n    \"emailAddress\": \"johnsmith@buckzy.net\",//required\r\n    \"countryOfBirth\": \"CA\",\r\n    \"taxId\": \"123\",\r\n    \"countryOfResidence\": \"CA\",\r\n    \"title\": \"Owner\",\r\n    \"ownershipPercentage\": 100,//applicable to Beneficial Owner\r\n    \"gender\": \"male\" //required, options: male, female \r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/customers/:customerId/entities?apikey={{apikey}}","description":"<p>This request creates a new authorized user (refered as <strong>Entity</strong> in Buckzy sysytem) for the parent customer. The API returns a unique Entity ID for each entity.</p>\n","urlObject":{"path":["v1","customers",":customerId","entities"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the customer for whom you want to add an entity (authorized user).</p>\n","type":"text/plain"},"type":"any","value":"38","key":"customerId"}]}},"response":[{"id":"fc986aaa-e32f-495c-a31b-e11fe2f154b8","name":"Response - Create Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"postalAddress\": {\r\n        \"country\": \"CA\",//required\r\n        \"province\": \"ON\",//required for US & CA\r\n        \"city\": \"Oshawa\",//required\r\n        \"addressLine1\": \"123 demo avenue\",//required\r\n        \"addressLine2\": null,\r\n        \"addressLine3\": null,\r\n        \"postalCode\": \"L1H6V9\"\r\n    },\r\n    \"roles\": [\r\n        {\r\n            \"id\": 2,\r\n            \"alias\": \"BeneficialOwner\",\r\n            \"name\": \"Beneficial Owner\"\r\n        },\r\n        {\r\n            \"id\": 3,//required\r\n            \"alias\": \"AuthorizedPerson\",//required\r\n            \"name\": \"Authorized Person\"//required\r\n        },\r\n        {\r\n            \"id\": 1,\r\n            \"alias\": \"Director\",\r\n            \"name\": \"Director\"\r\n        }\r\n    ],\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\",//required\r\n        \"mobileNumber\": \"9999999999\"//required\r\n    },\r\n    \"tp\": \"I\",\r\n    \"firstName\": \"John\",//required\r\n    \"middleName\": \"Doe\",\r\n    \"lastName\": \"Smith\",//required\r\n    \"birthDate\": \"1985-10-18\",//required\r\n    \"emailAddress\": \"johnsmith@buckzy.net\",//required\r\n    \"countryOfBirth\": \"CA\",\r\n    \"taxId\": \"123\",\r\n    \"countryOfResidence\": \"CA\",\r\n    \"title\": \"Owner\",\r\n    \"ownershipPercentage\": 100//applicable to Beneficial Owner\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/customers/:customerId/entities?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers",":customerId","entities"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"customerId","value":"38","description":"ID of the customer for whom you want to add an entity (authorized user)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 Feb 2025 21:49:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"ef01a3c26ccd19a7"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 41,\n    \"profileId\": 223,\n    \"passfortProfileId\": null,\n    \"status\": null,\n    \"sanctionStatus\": null,\n    \"identityStatus\": null,\n    \"kywStatus\": null,\n    \"recordStatus\": null,\n    \"tp\": null,\n    \"title\": null,\n    \"roles\": [\n        {\n            \"id\": 2,\n            \"alias\": \"Beneficiary Owner\",\n            \"name\": \"Beneficiary Owner\"\n        },\n        {\n            \"id\": 3,\n            \"alias\": \"AuthorizedPerson\",\n            \"name\": \"AuthorizedPerson\"\n        },\n        {\n            \"id\": 1,\n            \"alias\": \"Director\",\n            \"name\": \"Director\"\n        }\n    ],\n    \"firstName\": null,\n    \"lastName\": null,\n    \"middleName\": null,\n    \"birthDate\": null,\n    \"countryOfBirth\": null,\n    \"countryOfResidence\": null,\n    \"taxId\": null,\n    \"ownershipPercentage\": 100,\n    \"emailAddress\": null,\n    \"postalAddress\": null,\n    \"contactDetail\": null,\n    \"credential\": null,\n    \"createdAt\": \"2025-02-02T21:49:27.765GMT\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"updatedAt\": \"2025-02-02T21:49:27.981GMT\",\n    \"updatedBy\": \"buckzy_test_entity@gmail.com\"\n}"}],"_postman_id":"e3c00ea9-64a2-465b-ac6d-428021f0370a"},{"name":"Update Entity","id":"f9daf69d-133c-419b-91fd-9e8d0b820696","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"tp\": \"I\", //required\r\n    \"title\": \"Owner\",\r\n    \"roles\": [\r\n        {\r\n            \"id\": 1,\r\n            \"alias\": \"Director\",\r\n            \"name\": \"Director\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"alias\": \"Beneficiary Owner\",\r\n            \"name\": \"Beneficiary Owner\"\r\n        },\r\n        {\r\n            \"id\": 3,\r\n            \"alias\": \"AuthorizedPerson\",\r\n            \"name\": \"AuthorizedPerson\"\r\n        }\r\n    ],\r\n    \"firstName\": \"John\", //required\r\n    \"lastName\": \"Smiths\",\r\n    \"middleName\": \"Doe\", //required\r\n    \"birthDate\": \"1985-10-18\", //required\r\n    \"countryOfBirth\": \"CA\",\r\n    \"countryOfResidence\": \"CA\",\r\n    \"taxId\": \"1234\",\r\n    \"ownershipPercentage\": 100,\r\n    \"gender\": \"male\", //required, options: male, female \r\n    \"emailAddress\": \"johnsmith@buckzy.net\", //required\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"123 demo avenue\", //required\r\n        \"addressLine2\": null,\r\n        \"addressLine3\": null,\r\n        \"postalCode\": \"L1H6V9\",\r\n        \"city\": \"Oshawa\", //required\r\n        \"province\": \"ON\", //required for US & CA\r\n        \"country\": \"CA\" //required\r\n    },\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required\r\n        \"mobileNumber\": \"9999999999\" //required\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/customers/:customerId/entities/:entityId?apikey={{apikey}}","description":"<p>This request modifies the details of a specific entity(authorized user) identified by the ID provided in the path variable.</p>\n","urlObject":{"path":["v1","customers",":customerId","entities",":entityId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the customer to whom the entity (authorized user) is associated.</p>\n","type":"text/plain"},"type":"any","value":"38","key":"customerId"},{"description":{"content":"<p>ID of the entity whose details you wish to update.</p>\n","type":"text/plain"},"type":"any","value":"41","key":"entityId"}]}},"response":[{"id":"367dc44b-de82-40e5-ad54-2d473185c317","name":"Response - Update Entity","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"tp\": \"I\", //required\r\n    \"title\": \"Owner\",\r\n    \"roles\": [\r\n        {\r\n            \"id\": 1,\r\n            \"alias\": \"Director\",\r\n            \"name\": \"Director\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"alias\": \"Beneficiary Owner\",\r\n            \"name\": \"Beneficiary Owner\"\r\n        },\r\n        {\r\n            \"id\": 3,\r\n            \"alias\": \"AuthorizedPerson\",\r\n            \"name\": \"AuthorizedPerson\"\r\n        }\r\n    ],\r\n    \"firstName\": \"John\", //required\r\n    \"lastName\": \"Smiths\",\r\n    \"middleName\": \"Doe\", //required\r\n    \"birthDate\": \"1985-10-18\", //required\r\n    \"countryOfBirth\": \"CA\",\r\n    \"countryOfResidence\": \"CA\",\r\n    \"taxId\": \"1234\",\r\n    \"ownershipPercentage\": 100,\r\n    \"gender\": \"male\", //required, options: male, female \r\n    \"emailAddress\": \"johnsmith@buckzy.net\", //required\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"123 demo avenue\", //required\r\n        \"addressLine2\": null,\r\n        \"addressLine3\": null,\r\n        \"postalCode\": \"L1H6V9\",\r\n        \"city\": \"Oshawa\", //required\r\n        \"province\": \"ON\", //required for US & CA\r\n        \"country\": \"CA\" //required\r\n    },\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required\r\n        \"mobileNumber\": \"9999999999\" //required\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/customers/:customerId/entities/:entityId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers",":customerId","entities",":entityId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"customerId","value":"38","description":"ID of the customer to whom the entity (authorized user) is associated."},{"key":"entityId","value":"41","description":"ID of the entity whose details you wish to update."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 31 Mar 2026 04:32:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"4209aeffad505610"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 41,\n    \"profileId\": 223,\n    \"passfortProfileId\": null,\n    \"status\": \"Pending\",\n    \"sanctionStatus\": \"Verified\",\n    \"identityStatus\": \"Verified\",\n    \"kywStatus\": \"Pending\",\n    \"recordStatus\": \"Active\",\n    \"tp\": \"I\",\n    \"title\": \"Owner\",\n    \"roles\": [\n        {\n            \"id\": 1,\n            \"alias\": \"Director\",\n            \"name\": \"Director\"\n        },\n        {\n            \"id\": 2,\n            \"alias\": \"Beneficiary Owner\",\n            \"name\": \"Beneficiary Owner\"\n        },\n        {\n            \"id\": 3,\n            \"alias\": \"AuthorizedPerson\",\n            \"name\": \"AuthorizedPerson\"\n        }\n    ],\n    \"firstName\": \"John\",\n    \"lastName\": \"Smiths\",\n    \"middleName\": \"Doe\",\n    \"gender\": \"male\",\n    \"occupation\": null,\n    \"isPep\": false,\n    \"birthDate\": \"1985-10-18\",\n    \"countryOfBirth\": \"CA\",\n    \"countryOfResidence\": \"CA\",\n    \"countryOfCitizenship\": null,\n    \"taxId\": \"1234\",\n    \"ownershipPercentage\": 100,\n    \"emailAddress\": \"johnsmith@buckzy.net\",\n    \"postalAddress\": {\n        \"addressLine1\": \"123 demo avenue\",\n        \"addressLine2\": null,\n        \"addressLine3\": null,\n        \"postalCode\": \"L1H6V9\",\n        \"city\": \"Oshawa\",\n        \"province\": \"ON\",\n        \"country\": \"CA\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\"\n    },\n    \"credential\": {\n        \"password\": null,\n        \"confirmPassword\": null,\n        \"emailAddress\": null,\n        \"status\": \"Active\"\n    },\n    \"createdAt\": \"2025-02-02T21:49:27.765GMT\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"updatedAt\": \"2025-02-14T21:24:54.014GMT\",\n    \"updatedBy\": \"SuperAdmin1@buckzy.net\",\n    \"preferredDocumentId\": null\n}"}],"_postman_id":"f9daf69d-133c-419b-91fd-9e8d0b820696"},{"name":"Get All Entities","id":"e02cec7d-ce22-4b34-96ed-d0d59155d977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/customers/:customerId/entities?apikey={{apikey}}","description":"<p>This request fetches the details of all the entities associated with a specific customer, excluding those whose status is INACTIVE.</p>\n","urlObject":{"path":["v1","customers",":customerId","entities"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"},{"disabled":true,"key":"size","value":"1"},{"disabled":true,"key":"page","value":"0"}],"variable":[{"description":{"content":"<p>ID of the customer to retrieve the associated entity list.</p>\n","type":"text/plain"},"type":"any","value":"38","key":"customerId"}]}},"response":[{"id":"a3b45c67-f56d-4a50-9af4-92d31ddafcc4","name":"Response - Get All Entity","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/customers/:customerId/entities?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers",":customerId","entities"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"size","value":"1","disabled":true},{"key":"page","value":"0","disabled":true}],"variable":[{"key":"customerId","value":"38","description":"ID of the customer to retrieve the associated entity list."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 Feb 2025 21:57:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"6e5f2f538c59dc44"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 41,\n            \"profileId\": 223,\n            \"passfortProfileId\": null,\n            \"status\": \"Pending\",\n            \"sanctionStatus\": \"Pending\",\n            \"identityStatus\": \"Pending\",\n            \"kywStatus\": \"Pending\",\n            \"recordStatus\": \"Active\",\n            \"tp\": \"I\",\n            \"title\": \"Owner\",\n            \"roles\": [\n                {\n                    \"id\": 1,\n                    \"alias\": \"Director\",\n                    \"name\": \"Director\"\n                },\n                {\n                    \"id\": 2,\n                    \"alias\": \"Beneficiary Owner\",\n                    \"name\": \"Beneficiary Owner\"\n                },\n                {\n                    \"id\": 3,\n                    \"alias\": \"AuthorizedPerson\",\n                    \"name\": \"AuthorizedPerson\"\n                }\n            ],\n            \"firstName\": \"John\",\n            \"lastName\": \"Smiths\",\n            \"middleName\": \"Doe\",\n            \"birthDate\": \"1985-10-18\",\n            \"countryOfBirth\": \"CA\",\n            \"countryOfResidence\": \"CA\",\n            \"taxId\": \"1234\",\n            \"ownershipPercentage\": 100,\n            \"emailAddress\": \"johnsmith@buckzy.net\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 demo avenue\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"L1H6V9\",\n                \"city\": \"Oshawa\",\n                \"province\": \"ON\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\"\n            },\n            \"credential\": null,\n            \"createdAt\": \"2025-02-02T21:49:27.765GMT\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"updatedAt\": \"2025-02-02T21:49:27.981GMT\",\n            \"updatedBy\": \"buckzy_test_entity@gmail.com\"\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 10,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 1,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 1,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"size\": 10,\n    \"number\": 0,\n    \"empty\": false\n}"}],"_postman_id":"e02cec7d-ce22-4b34-96ed-d0d59155d977"},{"name":"Get Entity by Filter","id":"b5ebeffe-b005-47e5-8121-3b02ec2caf89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/customers/:customerId/entities/:entityId?apikey={{apikey}}","description":"<p>This request fetches details of a specific entity identified by the ID provided in the path variable.</p>\n","urlObject":{"path":["v1","customers",":customerId","entities",":entityId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the customer to whom the entity (authorized user) is associated.</p>\n","type":"text/plain"},"type":"any","value":"38","key":"customerId"},{"description":{"content":"<p>ID of the entity whose details you wish to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"41","key":"entityId"}]}},"response":[{"id":"85b4878c-439d-44b7-be1d-5176082cc218","name":"Response - Get Entity by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/customers/:customerId/entities/:entityId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers",":customerId","entities",":entityId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"customerId","value":"38","description":"ID of the customer to whom the entity (authorized user) is associated."},{"key":"entityId","value":"41","description":"ID of the entity whose details you wish to retrieve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 Feb 2025 21:58:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"b65b4753d3c12f19"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 41,\n    \"profileId\": 223,\n    \"passfortProfileId\": null,\n    \"status\": \"Pending\",\n    \"sanctionStatus\": \"Pending\",\n    \"identityStatus\": \"Pending\",\n    \"kywStatus\": \"Pending\",\n    \"recordStatus\": \"Active\",\n    \"tp\": \"I\",\n    \"title\": \"Owner\",\n    \"roles\": [\n        {\n            \"id\": 1,\n            \"alias\": \"Director\",\n            \"name\": \"Director\"\n        },\n        {\n            \"id\": 2,\n            \"alias\": \"Beneficiary Owner\",\n            \"name\": \"Beneficiary Owner\"\n        },\n        {\n            \"id\": 3,\n            \"alias\": \"AuthorizedPerson\",\n            \"name\": \"AuthorizedPerson\"\n        }\n    ],\n    \"firstName\": \"John\",\n    \"lastName\": \"Smiths\",\n    \"middleName\": \"Doe\",\n    \"birthDate\": \"1985-10-18\",\n    \"countryOfBirth\": \"CA\",\n    \"countryOfResidence\": \"CA\",\n    \"taxId\": \"1234\",\n    \"ownershipPercentage\": 100,\n    \"emailAddress\": \"johnsmith@buckzy.net\",\n    \"postalAddress\": {\n        \"addressLine1\": \"123 demo avenue\",\n        \"addressLine2\": null,\n        \"addressLine3\": null,\n        \"postalCode\": \"L1H6V9\",\n        \"city\": \"Oshawa\",\n        \"province\": \"ON\",\n        \"country\": \"CA\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\"\n    },\n    \"credential\": null,\n    \"createdAt\": \"2025-02-02T21:49:27.765GMT\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"updatedAt\": \"2025-02-02T21:49:27.981GMT\",\n    \"updatedBy\": \"buckzy_test_entity@gmail.com\"\n}"}],"_postman_id":"b5ebeffe-b005-47e5-8121-3b02ec2caf89"}],"id":"142f6b9a-0ad0-4df2-9273-0c4a88f05905","description":"<p>In the Buckzy system, an <strong>Entity</strong>(<strong>Authorized User</strong>) can be a <strong>Director, or a Ultimate Beneficial Owner (UBO).</strong> Each entity is assigned <strong>role-based access</strong> to ensure appropriate control over transactions:</p>\n<ul>\n<li><p><strong>Maker</strong> – Can initiate transactions only.</p>\n</li>\n<li><p><strong>Checker</strong> – Can both initiate and approve transactions.</p>\n</li>\n<li><p><strong>Viewer</strong> – Has read-only access to view transactions.</p>\n</li>\n</ul>\n<p>This structured access ensures security and compliance within the system.</p>\n","_postman_id":"142f6b9a-0ad0-4df2-9273-0c4a88f05905"},{"name":"Customer Documents","item":[{"name":"Attach File to Customer","id":"49fa6438-c548-417f-970a-eae0627e6495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\"type\":\"D030\",\"identifier\":\"21312321321\",\"issueDate\":\"2025-09-09\",\"expiryDate\":\"2026-09-10\",\"countryCode\":\"AL\"}","type":"text","description":"<p>Refer to Additional Information for the complete list of Document Type codes. Document number, expiry date, issue date, country code -  Mandatory for Driver’s License, US Driver's License, Passport, US Passport, Consulate Card, Identification ID or National ID, Local ID, and Military Card. Optional for all other document types.</p>\n"},{"key":"file","description":"<p>Optional - depends on the Document Type. Attach the file you want to upload. </p>\n","type":"file","uuid":"4c621b09-f926-4b09-8421-e4e866624da2","src":"/C:/Users/panch/Downloads/testFile/testfile/test document1.pdf"},{"key":"","value":"","type":"text","uuid":"5fe8d666-3f12-4e6d-843a-b3e410e49154"}]},"url":"{{apihost}}/v1/customers/:customerId/documents?apikey={{apikey}}","description":"<p>This request enables you to attach a file in PDF format to a customer profile.</p>\n<p><strong>Reference Additional Information section for Document Type Codes</strong></p>\n","urlObject":{"path":["v1","customers",":customerId","documents"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the customer to whom you want to add the document.</p>\n","type":"text/plain"},"type":"any","value":"38","key":"customerId"}]}},"response":[{"id":"8f161b40-1efb-4b22-b955-70474e71817a","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\"type\":\"D030\",\"identifier\":\"21312321321\",\"issueDate\":\"2025-09-09\",\"expiryDate\":\"2026-09-10\",\"countryCode\":\"AL\"}","type":"text","description":"Refer to Additional Information for the complete list of Document Type codes. Document number, expiry date, issue date, country code -  Mandatory for Driver’s License, US Driver's License, Passport, US Passport, Consulate Card, Identification ID or National ID, Local ID, and Military Card. Optional for all other document types."},{"key":"file","description":"Optional - depends on the Document Type. Attach the file you want to upload. ","type":"file","uuid":"4c621b09-f926-4b09-8421-e4e866624da2","src":"/C:/Users/panch/Downloads/testFile/testfile/test document1.pdf"},{"key":"","value":"","type":"text","uuid":"5fe8d666-3f12-4e6d-843a-b3e410e49154"}]},"url":{"raw":"{{apihost}}/v1/customers/:customerId/documents?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers",":customerId","documents"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"customerId","value":"38","description":"ID of the customer to whom you want to add the document."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 21 Oct 2025 18:50:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"95204b50719ed25e"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3540,\n    \"type\": \"D030\",\n    \"identifier\": \"21312321321\",\n    \"expiryDate\": \"2026-09-10\",\n    \"issueDate\": \"2025-09-09\",\n    \"countryCode\": \"AL\",\n    \"fileName\": \"test document1.pdf\",\n    \"name\": \"Local ID\",\n    \"submittedAt\": \"2025-10-21T18:50:52.095Z\",\n    \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n}"}],"_postman_id":"49fa6438-c548-417f-970a-eae0627e6495"},{"name":"Get All Documents of a Customer","id":"aa4bb27c-3a4e-4fde-9bf1-063b3b0c3c4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/customers/:customerId/documents?apikey={{apikey}}","description":"<p>Returns the unique IDs and details of all documents associated with each specific customer.</p>\n","urlObject":{"path":["v1","customers",":customerId","documents"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the customer whose documents you want to retrieve. </p>\n","type":"text/plain"},"type":"any","value":"38","key":"customerId"}]}},"response":[{"id":"2229585c-1b5c-4511-aba7-3bd2b5f89a40","name":"Response - Get All Documents of a Customer","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/customers/:customerId/documents?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers",":customerId","documents"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"customerId","value":"38","description":"ID of the customer whose documents you want to retrieve. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 00:21:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"80832755ea98b514"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 33,\n            \"type\": \"D005\",\n            \"identifier\": \"17777\",\n            \"expiryDate\": \"2026-10-10\",\n            \"state\": \"ON\",\n            \"countryCode\": \"CA\",\n            \"name\": \"Residence Permit\",\n            \"submittedAt\": \"2025-02-03T00:03:41.376Z\",\n            \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n        },\n        {\n            \"id\": 34,\n            \"type\": \"D005\",\n            \"name\": \"Residence Permit\",\n            \"fileName\": \"test document1.pdf\",\n            \"submittedAt\": \"2025-02-03T00:04:39.952Z\",\n            \"submittedBy\": \"SuperAdmin1@buckzy.net\"\n        },\n        {\n            \"id\": 35,\n            \"type\": \"D005\",\n            \"identifier\": \"17777\",\n            \"expiryDate\": \"2026-10-10\",\n            \"state\": \"ON\",\n            \"countryCode\": \"CA\",\n            \"name\": \"Residence Permit\",\n            \"submittedAt\": \"2025-02-03T00:05:47.668Z\",\n            \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n        },\n        {\n            \"id\": 36,\n            \"type\": \"D005\",\n            \"expiryDate\": \"2026-10-10\",\n            \"state\": \"ON\",\n            \"countryCode\": \"CA\",\n            \"name\": \"Residence Permit\",\n            \"submittedAt\": \"2025-02-03T00:17:43.299Z\",\n            \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n        },\n        {\n            \"id\": 37,\n            \"type\": \"D005\",\n            \"name\": \"Residence Permit\",\n            \"fileName\": \"test document1.pdf\",\n            \"submittedAt\": \"2025-02-03T00:19:33.087Z\",\n            \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n        },\n        {\n            \"id\": 38,\n            \"type\": \"D005\",\n            \"name\": \"Residence Permit\",\n            \"fileName\": \"test document1.pdf\",\n            \"submittedAt\": \"2025-02-03T00:20:18.008Z\",\n            \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n        },\n        {\n            \"id\": 39,\n            \"type\": \"D005\",\n            \"name\": \"Residence Permit\",\n            \"fileName\": \"test document1.pdf\",\n            \"submittedAt\": \"2025-02-03T00:21:23.280Z\",\n            \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 10,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 7,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 7,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"size\": 10,\n    \"number\": 0,\n    \"empty\": false\n}"}],"_postman_id":"aa4bb27c-3a4e-4fde-9bf1-063b3b0c3c4b"},{"name":"Get Document by ID","id":"be81e677-0aa3-4778-b828-83f3e87de48a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/customers/:customerId/documents/:documentId?apikey={{apikey}}","description":"<p>This request retrieves information about a specific document associated with a particular customer, identified by the ID provided in the path variable.</p>\n","urlObject":{"path":["v1","customers",":customerId","documents",":documentId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the customer whose documents you want to retrieve. </p>\n","type":"text/plain"},"type":"any","value":"38","key":"customerId"},{"description":{"content":"<p>The document ID associated with the customer ID provided in the previous path parameter.</p>\n","type":"text/plain"},"type":"any","value":"3540","key":"documentId"}]}},"response":[{"id":"ac4e3340-f14f-45ab-b9be-752866b31ac8","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/customers/:customerId/documents/:documentId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers",":customerId","documents",":documentId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"customerId","value":"38","description":"ID of the customer whose documents you want to retrieve. "},{"key":"documentId","value":"3540","description":"The document ID associated with the customer ID provided in the previous path parameter."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 21 Oct 2025 18:51:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"f125808f1a3dd84b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3540,\n    \"type\": \"D030\",\n    \"identifier\": \"21312321321\",\n    \"expiryDate\": \"2026-09-10\",\n    \"issueDate\": \"2025-09-09\",\n    \"countryCode\": \"AL\",\n    \"fileName\": \"test document1.pdf\",\n    \"name\": \"Local ID\",\n    \"submittedAt\": \"2025-10-21T18:50:52.095Z\",\n    \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n}"}],"_postman_id":"be81e677-0aa3-4778-b828-83f3e87de48a"},{"name":"Update (Replace) Document","id":"688218eb-d8d7-4544-bb6e-b7d2fb72b0c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>Attach the new file you want to upload and replace the old one associated with documentId passed in the Path Variables.</p>\n","type":"file","uuid":"736917d3-0194-4b02-814f-6b13c236498c","src":"/C:/Users/panch/Downloads/testFile/testfile/test document2.pdf"},{"key":"request","value":"{\"type\":\"D030\",\"identifier\":\"21312321321\",\"issueDate\":\"2025-09-09\",\"expiryDate\":\"2026-09-10\",\"countryCode\":\"AL\"}","description":"<p>Refer to Additional Information for the complete list of Document Type codes. Document number, expiry date, issue date, country code -  Mandatory for Driver’s License, US Driver's License, Passport, US Passport, Consulate Card, Identification ID or National ID, Local ID, and Military Card. Optional for all other document types.</p>\n","type":"text","uuid":"01f9c0df-38c6-4101-b1f0-7dcc97f12ead"}]},"url":"{{apihost}}/v1/customers/:customerId/documents/:documentId?apikey={{apikey}}","description":"<p>This request replaces the file attached to a specific document ID provided in the path variable.</p>\n<p><strong>Reference Additional Information section for Document Type Codes</strong></p>\n","urlObject":{"path":["v1","customers",":customerId","documents",":documentId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>The customer ID which has the documents assocaited with it.</p>\n","type":"text/plain"},"type":"any","value":"38","key":"customerId"},{"description":{"content":"<p>ID of the attachment whose file you want to replace.</p>\n","type":"text/plain"},"type":"any","value":"3540","key":"documentId"}]}},"response":[{"id":"1d9a5beb-82d8-4ddd-b253-4fa89eebfc57","name":"Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Attach the new file you want to upload and replace the old one associated with documentId passed in the Path Variables.","type":"file","uuid":"736917d3-0194-4b02-814f-6b13c236498c","src":"/C:/Users/panch/Downloads/testFile/testfile/test document2.pdf"},{"key":"request","value":"{\"type\":\"D030\",\"identifier\":\"21312321321\",\"issueDate\":\"2025-09-09\",\"expiryDate\":\"2026-09-10\",\"countryCode\":\"AL\"}","description":"Refer to Additional Information for the complete list of Document Type codes. Document number, expiry date, issue date, country code -  Mandatory for Driver’s License, US Driver's License, Passport, US Passport, Consulate Card, Identification ID or National ID, Local ID, and Military Card. Optional for all other document types.","type":"text","uuid":"01f9c0df-38c6-4101-b1f0-7dcc97f12ead"}]},"url":{"raw":"{{apihost}}/v1/customers/:customerId/documents/:documentId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers",":customerId","documents",":documentId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"customerId","value":"38","description":"The customer ID which has the documents assocaited with it."},{"key":"documentId","value":"3540","description":"ID of the attachment whose file you want to replace."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 21 Oct 2025 19:23:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"b6fe82b5ac423fcb"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3540,\n    \"type\": \"D030\",\n    \"identifier\": \"21312321321\",\n    \"expiryDate\": \"2026-09-10\",\n    \"issueDate\": \"2025-09-09\",\n    \"countryCode\": \"AL\",\n    \"fileName\": \"test document2.pdf\",\n    \"name\": \"Local ID\",\n    \"submittedAt\": \"2025-10-21T18:50:52.095Z\",\n    \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n}"}],"_postman_id":"688218eb-d8d7-4544-bb6e-b7d2fb72b0c4"},{"name":"Delete Document","id":"f183675b-1e59-43e9-a32d-6ac9bb4fcb98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{apihost}}/v1/customers/:customerId/documents/:documentId?apikey={{apikey}}","description":"<p>This request deletes a specific document associated with a particular customer, identified by the ID provided in the path variable.</p>\n","urlObject":{"path":["v1","customers",":customerId","documents",":documentId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>The customer ID which has the documents assocaited with it.</p>\n","type":"text/plain"},"type":"any","value":"38","key":"customerId"},{"description":{"content":"<p>ID of the document you want to delete. </p>\n","type":"text/plain"},"type":"any","value":"35","key":"documentId"}]}},"response":[],"_postman_id":"f183675b-1e59-43e9-a32d-6ac9bb4fcb98"},{"name":"Update Customer Document preference","id":"001321d0-3766-4fe3-ad68-7831cfecbfaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{apihost}}/v1/customers/8/documents/3539?preferred&apikey={{apikey}}","urlObject":{"path":["v1","customers","8","documents","3539"],"host":["{{apihost}}"],"query":[{"key":"preferred","value":null},{"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"5b0a2da7-a4c9-438f-890f-1868d5fb1de8","name":"Response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{apihost}}/v1/customers/8/documents/3539?preferred&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers","8","documents","3539"],"query":[{"key":"preferred","value":null},{"key":"apikey","value":"{{apikey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 21 Oct 2025 19:08:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"d25674445739e1d2"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3539,\n    \"type\": \"D005\",\n    \"identifier\": \"123\",\n    \"expiryDate\": \"2029-01-01\",\n    \"issueDate\": \"2020-01-01\",\n    \"state\": \"ON\",\n    \"countryCode\": \"US\",\n    \"selfiePhoto\": \"JVBERi0xLjQKJdPr6eEKMSAwIG9iago8PC9UaXRsZSAodGVzdCBkb2N1bWVudCkKL1Byb2R1Y2VyIChTa2lhL1BERiBtMTMzIEdvb2dsZSBEb2NzIFJlbmRlcmVyKT4+CmVuZG9iagozIDAgb2JqCjw8L2NhIDEKL0JNIC9Ob3JtYWw+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlCi9MZW5ndGggODU+PiBzdHJlYW0KeJwzVDAAQl1DIGFuaaSQnMtVyKVnbgoWhdFAQUMFEAxyV4AwitK59N2NFdKLuUDyFoZmCoYGpmYKRalcaVyBaCaYG4EQITPMjEwUjAxgJgAAoIMdvwplbmRzdHJlYW0KZW5kb2JqCjIgMCBvYmoKPDwvVHlwZSAvUGFnZQovUmVzb3VyY2VzIDw8L1Byb2NTZXQgWy9QREYgL1RleHQgL0ltYWdlQiAvSW1hZ2VDIC9JbWFnZUldCi9FeHRHU3RhdGUgPDwvRzMgMyAwIFI+Pj4+Ci9NZWRpYUJveCBbMCAwIDYxMiA3OTJdCi9Db250ZW50cyA0IDAgUgovU3RydWN0UGFyZW50cyAwCi9UYWJzIC9TCi9QYXJlbnQgNSAwIFI+PgplbmRvYmoKNSAwIG9iago8PC9UeXBlIC9QYWdlcwovQ291bnQgMQovS2lkcyBbMiAwIFJdPj4KZW5kb2JqCjYgMCBvYmoKPDwvVHlwZSAvQ2F0YWxvZwovUGFnZXMgNSAwIFIKL1ZpZXdlclByZWZlcmVuY2VzIDw8L1R5cGUgL1ZpZXdlclByZWZlcmVuY2VzCi9EaXNwbGF5RG9jVGl0bGUgdHJ1ZT4+Ci9MYW5nIChlbik+PgplbmRvYmoKeHJlZgowIDcKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwMDAyOTUgMDAwMDAgbiAKMDAwMDAwMDEwNCAwMDAwMCBuIAowMDAwMDAwMTQxIDAwMDAwIG4gCjAwMDAwMDA0OTIgMDAwMDAgbiAKMDAwMDAwMDU0NyAwMDAwMCBuIAp0cmFpbGVyCjw8L1NpemUgNwovUm9vdCA2IDAgUgovSW5mbyAxIDAgUj4+CnN0YXJ0eHJlZgo2NzUKJSVFT0YK\",\n    \"fileName\": \"PR\",\n    \"name\": \"Residence permit\",\n    \"submittedAt\": \"2025-10-21T18:45:20.423Z\",\n    \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n}"}],"_postman_id":"001321d0-3766-4fe3-ad68-7831cfecbfaa"}],"id":"7d89eb89-02bc-4a35-a07d-bd15de60e632","description":"<p>Each customer can have multiple documents attached to their profile. These documents act as their identity, facilitating faster verification during onboarding.</p>\n","_postman_id":"7d89eb89-02bc-4a35-a07d-bd15de60e632"},{"name":"Entity Documents","item":[{"name":"Attach File to Entity","id":"ae279c84-b6dd-4f6f-8542-04d86fb4cb13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>Attach the file you want to upload</p>\n","type":"file","uuid":"4c621b09-f926-4b09-8421-e4e866624da2","src":["/C:/Users/panch/Downloads/test document1.pdf","/C:/Users/hp/Downloads/sample_random_pdf.pdf"]},{"key":"request","value":"{\"type\":\"D042\",\"identifier\":\"5654654645\",\"issueDate\":\"2026-01-01\",\"expiryDate\":\"2039-01-11\",\"countryCode\":\"US\"}","description":"<p>Refer to Additional Information for the complete list of Document Type codes.</p>\n","type":"text","uuid":"a214c577-1928-447f-b2a2-4bd0d7aa0992"}]},"url":"{{apihost}}/v1/customers/:customerId/entities/:entityId/documents?apikey={{apikey}} ","description":"<p>This request enables you to attach a file in PDF format to a entity profile.</p>\n<p><strong>Reference Additional Information section for Document Type Codes</strong></p>\n","urlObject":{"path":["v1","customers",":customerId","entities",":entityId","documents"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}} "}],"variable":[{"description":{"content":"<p>ID of the customer associated with the entity.</p>\n","type":"text/plain"},"type":"any","value":"38","key":"customerId"},{"description":{"content":"<p>ID of the entity to whom you wish to add document.</p>\n","type":"text/plain"},"type":"any","value":"41","key":"entityId"}]}},"response":[{"id":"f4802260-6589-4708-a9c5-c51fc62b59eb","name":"Response - Attach File to Entity","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Attach the file you want to upload","type":"file","uuid":"4c621b09-f926-4b09-8421-e4e866624da2","src":"/C:/Users/panch/Downloads/test document1.pdf"},{"key":"request","value":"{\"type\":\"D001\"}","description":"Refer to Additional Information for the complete list of Document Type codes.","type":"text","uuid":"a214c577-1928-447f-b2a2-4bd0d7aa0992"}]},"url":{"raw":"{{apihost}}/v1/customers/:customerId/entities/:entityId/documents?apikey={{apikey}} ","host":["{{apihost}}"],"path":["v1","customers",":customerId","entities",":entityId","documents"],"query":[{"key":"apikey","value":"{{apikey}} ","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"customerId","value":"38","description":"ID of the customer associated with the entity."},{"key":"entityId","value":"41","description":"ID of the entity to whom you wish to add document."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 00:36:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"5211d9beb7a5a3be"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 41,\n    \"type\": \"D001\",\n    \"name\": \"Work Permit\",\n    \"fileName\": \"test document1.pdf\",\n    \"submittedAt\": \"2025-02-03T00:36:05.062Z\",\n    \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n}"}],"_postman_id":"ae279c84-b6dd-4f6f-8542-04d86fb4cb13"},{"name":"Get All Documents of a Entity","id":"7e342144-8a5d-4d88-a825-bb644c2ed968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/customers/:customerId/entities/:entityId/documents?apikey={{apikey}}","description":"<p>Returns the unique IDs and details of all documents associated with each specific entity.</p>\n","urlObject":{"path":["v1","customers",":customerId","entities",":entityId","documents"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the customer associated with the entity.</p>\n","type":"text/plain"},"type":"any","value":"38","key":"customerId"},{"description":{"content":"<p>ID of the entity whose documents you want to retrieve. </p>\n","type":"text/plain"},"type":"any","value":"41","key":"entityId"}]}},"response":[{"id":"ad330089-3e44-4db8-9cc2-1fa96e3193e0","name":"Response - Get All Documents of a Entity","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/customers/:customerId/entities/:entityId/documents?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers",":customerId","entities",":entityId","documents"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"customerId","value":"38","description":"ID of the customer associated with the entity."},{"key":"entityId","value":"41","description":"ID of the entity whose documents you want to retrieve. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 00:38:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"fa41bd1e3e02bfbc"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 40,\n            \"type\": \"D006\",\n            \"expiryDate\": \"2026-10-10\",\n            \"state\": \"ON\",\n            \"countryCode\": \"CA\",\n            \"name\": \"Driver License\",\n            \"submittedAt\": \"2025-02-03T00:33:18.558Z\",\n            \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n        },\n        {\n            \"id\": 41,\n            \"type\": \"D001\",\n            \"name\": \"Work Permit\",\n            \"fileName\": \"test document1.pdf\",\n            \"submittedAt\": \"2025-02-03T00:36:05.062Z\",\n            \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 10,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 2,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 2,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"size\": 10,\n    \"number\": 0,\n    \"empty\": false\n}"}],"_postman_id":"7e342144-8a5d-4d88-a825-bb644c2ed968"},{"name":"Get Document by ID","id":"2afbf6cd-668d-41cd-b4fd-04792f19a3cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/customers/:customerId/entities/:entityId/documents/:documentId?apikey={{apikey}}","description":"<p>This request retrieves information about a specific document associated with a particular entity, identified by the ID provided in the path variable.</p>\n","urlObject":{"path":["v1","customers",":customerId","entities",":entityId","documents",":documentId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the customer associated with the entity.</p>\n","type":"text/plain"},"type":"any","value":"38","key":"customerId"},{"description":{"content":"<p>ID of the entity whose documents you want to retrieve. </p>\n","type":"text/plain"},"type":"any","value":"41","key":"entityId"},{"description":{"content":"<p>The document ID associated with the entity ID provided in the previous path parameter.</p>\n","type":"text/plain"},"type":"any","value":"3541","key":"documentId"}]}},"response":[{"id":"bfd4941f-3c74-4c30-a80e-60d8fc45e11f","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/customers/:customerId/entities/:entityId/documents/:documentId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers",":customerId","entities",":entityId","documents",":documentId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"customerId","value":"38","description":"ID of the customer associated with the entity."},{"key":"entityId","value":"41","description":"ID of the entity whose documents you want to retrieve. "},{"key":"documentId","value":"3541","description":"The document ID associated with the entity ID provided in the previous path parameter."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 21 Oct 2025 19:36:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"6a037c33db8ed9a5"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3541,\n    \"type\": \"D005\",\n    \"identifier\": \"12345\",\n    \"expiryDate\": \"2029-01-01\",\n    \"issueDate\": \"2020-01-01\",\n    \"selfiePhoto\": \"JVBERi0xLjQKJdPr6eEKMSAwIG9iago8PC9UaXRsZSAodGVzdCBkb2N1bWVudCkKL1Byb2R1Y2VyIChTa2lhL1BERiBtMTMzIEdvb2dsZSBEb2NzIFJlbmRlcmVyKT4+CmVuZG9iagozIDAgb2JqCjw8L2NhIDEKL0JNIC9Ob3JtYWw+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlCi9MZW5ndGggODU+PiBzdHJlYW0KeJwzVDAAQl1DIGFuaaSQnMtVyKVnbgoWhdFAQUMFEAxyV4AwitK59N2NFdKLuUDyFoZmCoYGpmYKRalcaVyBaCaYG4EQITPMjEwUjAxgJgAAoIMdvwplbmRzdHJlYW0KZW5kb2JqCjIgMCBvYmoKPDwvVHlwZSAvUGFnZQovUmVzb3VyY2VzIDw8L1Byb2NTZXQgWy9QREYgL1RleHQgL0ltYWdlQiAvSW1hZ2VDIC9JbWFnZUldCi9FeHRHU3RhdGUgPDwvRzMgMyAwIFI+Pj4+Ci9NZWRpYUJveCBbMCAwIDYxMiA3OTJdCi9Db250ZW50cyA0IDAgUgovU3RydWN0UGFyZW50cyAwCi9UYWJzIC9TCi9QYXJlbnQgNSAwIFI+PgplbmRvYmoKNSAwIG9iago8PC9UeXBlIC9QYWdlcwovQ291bnQgMQovS2lkcyBbMiAwIFJdPj4KZW5kb2JqCjYgMCBvYmoKPDwvVHlwZSAvQ2F0YWxvZwovUGFnZXMgNSAwIFIKL1ZpZXdlclByZWZlcmVuY2VzIDw8L1R5cGUgL1ZpZXdlclByZWZlcmVuY2VzCi9EaXNwbGF5RG9jVGl0bGUgdHJ1ZT4+Ci9MYW5nIChlbik+PgplbmRvYmoKeHJlZgowIDcKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwMDAyOTUgMDAwMDAgbiAKMDAwMDAwMDEwNCAwMDAwMCBuIAowMDAwMDAwMTQxIDAwMDAwIG4gCjAwMDAwMDA0OTIgMDAwMDAgbiAKMDAwMDAwMDU0NyAwMDAwMCBuIAp0cmFpbGVyCjw8L1NpemUgNwovUm9vdCA2IDAgUgovSW5mbyAxIDAgUj4+CnN0YXJ0eHJlZgo2NzUKJSVFT0YK\",\n    \"name\": \"Residence permit\",\n    \"submittedAt\": \"2025-10-21T19:33:01.318Z\",\n    \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n}"}],"_postman_id":"2afbf6cd-668d-41cd-b4fd-04792f19a3cb"},{"name":"Update (Replace) Document","id":"e67698a6-9b5a-45c3-b164-fc138b20c364","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>Attach the new file you want to upload and replace the old one associated with documentId passed in the Path Variables.</p>\n","type":"file","uuid":"736917d3-0194-4b02-814f-6b13c236498c","src":"/C:/Users/panch/Downloads/testFile/testfile/test document1.pdf"},{"key":"request","value":"{\"type\":\"D030\",\"identifier\":\"21312321321\",\"issueDate\":\"2025-09-09\",\"expiryDate\":\"2026-09-10\",\"countryCode\":\"AL\"}","type":"text","uuid":"01f9c0df-38c6-4101-b1f0-7dcc97f12ead","description":"<p>Refer to Additional Information for the complete list of Document Type codes. Document number, expiry date, issue date, country code -  Mandatory for Driver’s License, US Driver's License, Passport, US Passport, Consulate Card, Identification ID or National ID, Local ID, and Military Card. Optional for all other document types.</p>\n"}]},"url":"{{apihost}}/v1/customers/:customerId/entities/:entityId/documents/:documentId??apikey={{apikey}}","description":"<p>This request replaces the file attached to a specific document ID provided in the path variable.</p>\n<p><strong>Reference Additional Information section for Document Type Codes</strong></p>\n","urlObject":{"path":["v1","customers",":customerId","entities",":entityId","documents",":documentId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"?apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>The customer ID which has the documents assocaited with it.</p>\n","type":"text/plain"},"type":"any","value":"38","key":"customerId"},{"description":{"content":"<p>ID of the entity whose documents you want to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"41","key":"entityId"},{"description":{"content":"<p>ID of the attachment whose file you want to replace.</p>\n","type":"text/plain"},"type":"any","value":"3541","key":"documentId"}]}},"response":[{"id":"47d1f521-7aa1-4c04-a5b7-3dbfb1c6d03e","name":"Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Attach the new file you want to upload and replace the old one associated with documentId passed in the Path Variables.","type":"file","uuid":"736917d3-0194-4b02-814f-6b13c236498c","src":"/C:/Users/panch/Downloads/testFile/testfile/test document1.pdf"},{"key":"request","value":"{\"type\":\"D030\",\"identifier\":\"21312321321\",\"issueDate\":\"2025-09-09\",\"expiryDate\":\"2026-09-10\",\"countryCode\":\"AL\"}","type":"text","uuid":"01f9c0df-38c6-4101-b1f0-7dcc97f12ead","description":"Refer to Additional Information for the complete list of Document Type codes. Document number, expiry date, issue date, country code -  Mandatory for Driver’s License, US Driver's License, Passport, US Passport, Consulate Card, Identification ID or National ID, Local ID, and Military Card. Optional for all other document types."}]},"url":{"raw":"{{apihost}}/v1/customers/:customerId/entities/:entityId/documents/:documentId??apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers",":customerId","entities",":entityId","documents",":documentId"],"query":[{"key":"?apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"customerId","value":"38","description":"The customer ID which has the documents assocaited with it."},{"key":"entityId","value":"41","description":"ID of the entity whose documents you want to retrieve."},{"key":"documentId","value":"3541","description":"ID of the attachment whose file you want to replace."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 21 Oct 2025 19:37:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"fa666f1f8fd30bf5"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3541,\n    \"type\": \"D030\",\n    \"identifier\": \"21312321321\",\n    \"expiryDate\": \"2026-09-10\",\n    \"issueDate\": \"2020-01-01\",\n    \"countryCode\": \"AL\",\n    \"selfiePhoto\": \"JVBERi0xLjQKJdPr6eEKMSAwIG9iago8PC9UaXRsZSAodGVzdCBkb2N1bWVudCkKL1Byb2R1Y2VyIChTa2lhL1BERiBtMTMzIEdvb2dsZSBEb2NzIFJlbmRlcmVyKT4+CmVuZG9iagozIDAgb2JqCjw8L2NhIDEKL0JNIC9Ob3JtYWw+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlCi9MZW5ndGggODU+PiBzdHJlYW0KeJwzVDAAQl1DIGFuaaSQnMtVyKVnbgoWhdFAQUMFEAxyV4AwitK59N2NFdKLuUDyFoZmCoYGpmYKRalcaVyBaCaYG4EQITPMjEwUjAxgJgAAoIMdvwplbmRzdHJlYW0KZW5kb2JqCjIgMCBvYmoKPDwvVHlwZSAvUGFnZQovUmVzb3VyY2VzIDw8L1Byb2NTZXQgWy9QREYgL1RleHQgL0ltYWdlQiAvSW1hZ2VDIC9JbWFnZUldCi9FeHRHU3RhdGUgPDwvRzMgMyAwIFI+Pj4+Ci9NZWRpYUJveCBbMCAwIDYxMiA3OTJdCi9Db250ZW50cyA0IDAgUgovU3RydWN0UGFyZW50cyAwCi9UYWJzIC9TCi9QYXJlbnQgNSAwIFI+PgplbmRvYmoKNSAwIG9iago8PC9UeXBlIC9QYWdlcwovQ291bnQgMQovS2lkcyBbMiAwIFJdPj4KZW5kb2JqCjYgMCBvYmoKPDwvVHlwZSAvQ2F0YWxvZwovUGFnZXMgNSAwIFIKL1ZpZXdlclByZWZlcmVuY2VzIDw8L1R5cGUgL1ZpZXdlclByZWZlcmVuY2VzCi9EaXNwbGF5RG9jVGl0bGUgdHJ1ZT4+Ci9MYW5nIChlbik+PgplbmRvYmoKeHJlZgowIDcKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwMDAyOTUgMDAwMDAgbiAKMDAwMDAwMDEwNCAwMDAwMCBuIAowMDAwMDAwMTQxIDAwMDAwIG4gCjAwMDAwMDA0OTIgMDAwMDAgbiAKMDAwMDAwMDU0NyAwMDAwMCBuIAp0cmFpbGVyCjw8L1NpemUgNwovUm9vdCA2IDAgUgovSW5mbyAxIDAgUj4+CnN0YXJ0eHJlZgo2NzUKJSVFT0YK\",\n    \"fileName\": \"test document1.pdf\",\n    \"name\": \"Residence permit\",\n    \"submittedAt\": \"2025-10-21T19:33:01.318Z\",\n    \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n}"}],"_postman_id":"e67698a6-9b5a-45c3-b164-fc138b20c364"},{"name":"Delete Document","id":"9e0b621c-ca7e-4ba6-aa12-b36597361727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{apihost}}/v1/customers/:customerId/entities/:entityId/documents/:documentId?apikey={{apikey}}","description":"<p>This request deletes a specific document associated with a particular entity, identified by the ID provided in the path variable.</p>\n","urlObject":{"path":["v1","customers",":customerId","entities",":entityId","documents",":documentId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the customer associated with the entity.</p>\n","type":"text/plain"},"type":"any","value":"38","key":"customerId"},{"description":{"content":"<p>ID of the entity whose documents you want to delete.</p>\n","type":"text/plain"},"type":"any","value":"41","key":"entityId"},{"description":{"content":"<p>Id of the document associated with previously passed params which you want to delete.</p>\n","type":"text/plain"},"type":"any","value":"42","key":"documentId"}]}},"response":[],"_postman_id":"9e0b621c-ca7e-4ba6-aa12-b36597361727"},{"name":"Update Entity Document preference","id":"34108ea9-b8b3-427c-88c2-160024db1358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{apihost}}/v1/customers/8/entities/9/documents/3540/preferred?apikey={{apikey}}","urlObject":{"path":["v1","customers","8","entities","9","documents","3540","preferred"],"host":["{{apihost}}"],"query":[{"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"668f1737-46ea-4984-9b68-55ef80842a71","name":"Response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{apihost}}/v1/customers/8/entities/9/documents/3540/preferred?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","customers","8","entities","9","documents","3540","preferred"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 21 Oct 2025 19:38:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"5b5c64945d5d875e"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3540,\n    \"type\": \"D030\",\n    \"identifier\": \"21312321321\",\n    \"expiryDate\": \"2026-09-10\",\n    \"issueDate\": \"2025-09-09\",\n    \"countryCode\": \"AL\",\n    \"fileName\": \"test document2.pdf\",\n    \"name\": \"Local ID\",\n    \"submittedAt\": \"2025-10-21T18:50:52.095Z\",\n    \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n}"}],"_postman_id":"34108ea9-b8b3-427c-88c2-160024db1358"}],"id":"40796277-5fb7-4ebf-95c4-fdd478a52161","description":"<p>Each entity can have multiple documents attached to their profile. These documents act as their identity, facilitating faster verification during onboarding.</p>\n","_postman_id":"40796277-5fb7-4ebf-95c4-fdd478a52161"}],"id":"86cfcad2-8aee-4b9e-b62f-22f0c11b9051","description":"<p>The following terms and concepts are fundamental to the Buckzy platform, outlining the key steps in the end-customer onboarding process.</p>\n<ul>\n<li><p><strong>KYC (Know Your Customer)</strong> - KYC is the process of identifying and verifying a customer’s identity. If your organization follows the Buckzy KYC model, these checks are conducted through Buckzy APIs. Otherwise, your organization is responsible for performing KYC checks independently, outside the Buckzy platform.</p>\n</li>\n<li><p><strong>Registered Customer</strong> - When a customer is registered on the Buckzy platform, a profile is created and linked to a UBO (referred to as ENTITY) who is authorized to access the Buckzy system.</p>\n</li>\n<li><p><strong>Buckzy Account</strong> - The customer's Buckzy account is connected to an account established at a financial institution, such as a bank or trust company. Funds are held in the financial institution's account, while the Buckzy account serves as a means to access them. If a customer requires accounts in multiple currencies, they can have multiple Buckzy accounts, each linked to a different financial institution account.</p>\n</li>\n</ul>\n<p><strong>Key Participants in a Transaction</strong></p>\n<ul>\n<li><p><strong>Debtor (sender)</strong> - The debtor is the person or business who wishes to transfer funds to another person or business. In other words, the sender is your customer and they’re using your application to transfer funds to someone else. A sender may be registered on the Buckzy platform or may be unregistered.<br />  <strong>Registered Sender</strong> - A registered sender is a customer who is registered on the Buckzy platform. This means that the Buckzy APIs have been used to run a KYC check on the customer and to create one or more registered parties for the customer.<br />  <strong>Unregistered Sender</strong> - An unregistered sender is a customer who isn’t registered on the Buckzy platform. This means that the customer KYC check has been completed outside of the Buckzy system and the customer does not have any registered parties in the Buckzy system.</p>\n</li>\n<li><p><strong>Requestor</strong> - The requestor is the company using the Buckzy platform to create and submit the transaction request on the behalf of the sender. In other words, you are the requestor.</p>\n</li>\n<li><p><strong>Debtor Agent</strong> - The debtor agent (also called the Ultimate Debtor agent) is the agent facilitating the transaction on behalf of the sender. The debtor agent could be a financial institution or a Buckzy account.</p>\n</li>\n<li><p>Creditor (recipient) - The creditor, is the person or business that will receive the funds from the sender.</p>\n</li>\n<li><p><strong>Creditor Agent</strong> - The creditor agent (also called the Ultimate Beneficiary agent) is the agent facilitating the transaction on behalf of the recipient. There are three types of creditor agents: financial institutions, wallets, and cash pickups.</p>\n</li>\n<li><p><strong>Foreign Exchange (FX)</strong> - The unique aspect of Buckzy APIs for foreign exchange are instant conversion quote generation to carry out the transaction and create a deal to use the same exchange rate for a specific currency pair over a span of week. The deal concept enables users to reserve their balance for carrying out multiple transactions at ease.</p>\n</li>\n</ul>\n","_postman_id":"86cfcad2-8aee-4b9e-b62f-22f0c11b9051"},{"name":"Party Management","item":[{"name":"Debtor","item":[{"name":"Create Debtor","id":"5eadfcdc-3509-4c73-835c-e343b0ccf5d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"I\", //required\r\n    \"externalId\": \"1233550\", //length must be between 1 to 20 character\r\n    \"side\": \"Debtor\", //default = debtor if nothing is passed\r\n    \"currencyCode\": \"USD\",\r\n    \"firstName\": \"John\", //required\r\n    \"middleName\": \"Smith\",\r\n    \"lastName\": \"Doe\", //required\r\n    \"countryOfBirth\": \"US\",\r\n    \"countryOfCitizenship\": \"US\",\r\n    \"birthDate\": \"1964-02-22\", //required\r\n    \"countryOfResidence\": \"US\",\r\n    \"occupation\": \"L001\", //Refer to Additional Information for the complete list of codes\r\n    \"jobDescription\": \"Developer\",\r\n    \"taxId\": \"123456789\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\",\r\n        \"mobileNumber\": \"9999999999\",\r\n        \"emailAddress\": \"johnsmithsddoe@buckzy.net\" //required\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"6670 Fountain Avenue\", //required\r\n        \"addressLine2\": null,\r\n        \"addressLine3\": null,\r\n        \"city\": \"Santa Clara\", //required\r\n        \"province\": \"CA\", //required only for US & CA\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    },\r\n    \"documents\": [\r\n        {\r\n            \"type\": \"D005\", //Refer to Additional Information for the complete list of codes\r\n            \"identifier\": \"272.231.2707\", //should be a valid ID\r\n            \"countryCode\": \"US\",\r\n            \"expiryDate\": \"2026-10-10\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/parties?apikey={{apikey}}","description":"<p>This request creates a new party based on the specified type and side. The creation triggers a Know Your Customer (KYC) check to verify the party's identity. The API returns a unique party ID for each debtor.</p>\n<p><strong>Reference Additional Information section for Country codes, Currency codes, Line of Business codes, Occupation Type codes, Corporation Type codes</strong></p>\n<h3 id=\"body-parameters-for-type-individual\">BODY PARAMETERS FOR TYPE INDIVIDUAL</h3>\n<p><strong>side</strong> (string): Debtor<br /><strong>consent</strong> (string): Consent should be Yes to create a party.<br /><strong>tp</strong> (string,required): Type of verification. Required value is I (individual). '<br /><strong>externalId</strong> (string): The external ID of the party.<br /><strong>firstName</strong> (string,required): First name. Max 70 characters.<br /><strong>middleName</strong> (string): Middle name. Max 35 characters.<br /><strong>lastName</strong> (string,required): Last name. Max 70 characters.<br /><strong>occupation</strong> (string): Occupation Code. <em><strong>Refer to Occupation Codes table.</strong></em><br /><strong>jobDescription</strong>(string): Occupation details.<br /><strong>taxId</strong>(string): Tax ID of the debtor.<br /><strong>occupationAdditionalInfo</strong> (string): The occupation additional info is required when you enter the occupationCode as L199. Max 256 characters.<br /><strong>birthDate</strong> (date): Date of birth. Required format is yyyy-MM-dd.<br /><strong>countryOfBirth</strong> (string): Country of birth. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em></p>\n<p><strong>Note: If the countryOfBirth is BR (ISO 3166), then validate the document Type &amp; Identifier</strong></p>\n<p><strong>countryOfCitizenship</strong> (string): 2-character country code for the country of citizenship. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>currencyCode</strong> (string): 3-character currency code. <em><strong>Refer to Currency Codes table.</strong></em><br /><strong>countryOfResidence</strong> (string): Country of residence. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em></p>\n<p><strong>Note: If the countryOfResidence is BR (ISO 3166), then validate the document Type &amp; Identifier</strong></p>\n<p><strong>postalAddress</strong> (object, required): Mailing address of the party.<br /><strong>addressLine1</strong> (string, required): First line of the address.<br /><strong>addressLine2</strong> (string, optional): Second line of the address.<br /><strong>addressLine3</strong> (string, optional): Third line of the address.<br /><strong>postalCode</strong> (string, required): Postal or ZIP code of the address.<br /><strong>city</strong> (string, required): City or nearby city (if the address is in a rural area).<br /><strong>province</strong> (string, required for US &amp; CA): The province or state name.<br /><strong>country</strong> (string, required): Country of the address. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>contactDetail</strong> (object, required): Contact information of the party.<br /><strong>mobileCountryCode</strong> (string, required): The country dial prefix code without the + sign.<br /><strong>mobileNumber</strong> (string, required): The mobile number of the party. Cannot be all zeros or ones.<br /><strong>emailAddress</strong> (string, optional): The email address of the party. Must be valid.</p>\n<p><strong>documents</strong> (object,optional): Documents used to verify the party's identity. Contains an array of document objects to have multiple types of document information.</p>\n<p><strong>type</strong> (string, required): Code for the document type (driver’s license, work permit, etc.).<br /><strong>identifier</strong> (string, required): Identifier for the document. For example, if the document type is a driver’s license, enter the driver license number.</p>\n<p><strong>expiryDate</strong> (string, optional): Document expiry<br /><strong>selfiePhoto</strong> (string base64, optional): encrypted value<br /><strong>frontPhoto</strong> (string base64, optional): encrypted value<br /><strong>backPhoto</strong> (string base64, optional): encrypted value<br /><strong>countryCode</strong> (string): 3-character currency code. <em><strong>Refer to Currency Codes table.</strong></em></p>\n<p><strong>Note: countryCode is required to be BR when countryOfBirth AND/OR countryOfResidence is BR</strong></p>\n<h3 id=\"response-parameters-for-type-individual\">RESPONSE PARAMETERS FOR TYPE INDIVIDUAL</h3>\n<p><strong>side</strong> (string): Debtor<br /><strong>tp</strong> (string): I<br /><strong>firstName</strong> (string): First name.<br /><strong>middleName</strong> (string): Middle name.<br /><strong>lastName</strong> (string): Last name.<br /><strong>birthDate</strong> (date): Date of birth of the party in the format yyyy-MM-dd.<br /><strong>countryOfBirth</strong> (string): 2-character country code for the country of birth.<br /><strong>countryOfResidence</strong> (string): 2-character country code for the country of residence.<br /><strong>taxID</strong> (string): Tax ID<br /><strong>postalAddress</strong> (object):<br /><strong>fields</strong>:<br />addressLine1 (string): Address line 1.<br />addressLine2 (string): Address line 2.<br />addressLine3 (string): Address line 3.<br />postalCode (string): Postal code.<br />city (string): City.<br />province (string): Province or state.<br />country (string): Country.<br /><strong>contactDetail</strong> (object):<br /><strong>fields</strong>:<br />mobileCountryCode (string): Mobile country code.<br />mobileNumber (string): Mobile number.<br />emailAddress (string): Email address.<br /><strong>documents</strong> (array): An array of objects containing the document details.<br /><strong>consent</strong> (string): Yes<br /><strong>externalId</strong> (string): The external ID of the party.<br /><strong>countryOfCitizenship</strong> (string): 2-character country code for the country of citizenship.<br /><strong>partyId</strong> (integer): The unique ID for the registered party.<br /><strong>kycStatus</strong> (integer): The party's KYC verification status. Possible values are:<br />0 - Pending<br />1 - Unverified<br />2 - Verified<br />3 - Semi-verified<br />4 - Rejected<br /><strong>limits</strong> (string): []<br /><strong>wallets</strong> (array): []<br /><strong>accounts</strong> (array): []<br /><strong>registeredAt</strong> (date): The date and time when the customer was registered.<br /><strong>occupationObj</strong> (object): [<br /><strong>code</strong> (string): Occupation code.<br /><strong>description</strong> (string): Occupation description<br />]</p>\n<h3 id=\"body-parameters-for-type-business\">BODY PARAMETERS FOR TYPE BUSINESS</h3>\n<p><strong>side</strong> (string): Debtor<br /><strong>tp</strong> (string): Type of verification. Required value is B (Business).<br /><strong>currencyCode</strong> (string): 3-character currency code. <em><strong>Refer to Currency Codes table.</strong></em><br /><strong>legalName</strong> (string, required): Name of the company which is registered legally.<br />lineOfBusiness (string, required): The line of business should be mentioned in codes. <em><strong>Refer to Line of Business Codes tabel.</strong></em><br /><strong>establishmentDate</strong> (date): Date of registration of the company. Required format is yyyy-MM-dd.<br /><strong>industry</strong> (string): Name of the industry.<br /><strong>taxId</strong> (string): The tax id of the organization in the operating country.<br /><strong>registrationNumber</strong> (string): The registration number of the organization.<br /><strong>countryOfOperation</strong> (string, required): Country where the business is operating. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>website</strong> (string): The website address of your company or business.<br /><strong>businessDescription</strong> (string): The description about the business or company.<br /><strong>organizationType</strong> (string): The organization type should be denoted with the corporation type codes. <em><strong>Refer to Corporation Types Codes table.</strong></em><br /><strong>countryOfRegistration</strong> (string, required): Country of registration. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>externalId</strong> (string): The external ID of the organization or business.<br /><strong>postalAddress</strong> (object, required): Mailing address of the party.<br /><strong>addressLine1</strong> (string, required): First line of the address.<br /><strong>addressLine2</strong> (string, optional): Second line of the address.<br /><strong>addressLine3</strong> (string, optional): Third line of the address.<br /><strong>postalCode</strong> (string, required): Postal or ZIP code of the address.<br /><strong>city</strong> (string, required): City or nearby city (if the address is in a rural area).<br /><strong>province</strong> (string, required): The province or state name.<br /><strong>country</strong> (string, required): Country of the address. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>contactDetail</strong> (object, required): Contact information of the party.<br /><strong>mobileCountryCode</strong> (string, required): The country dial prefix code without the + sign.<br /><strong>mobileNumber</strong> (string, required): The mobile number of the party. Cannot be all zeros or ones.<br /><strong>emailAddress</strong> (string, optional): The email address of the party. Must be valid.<br /><strong>documents</strong> (object, optional): Documents used to verify the party's identity. Required when verifying an individual for US. Contains an array of document objects to have multiple types of document information.<br /><strong>type</strong> (string, required): Code for document type (driver’s license, work permit, etc.).<br /><strong>identifier</strong> (string, required): Identifier for the document. For example, if the document type is a driver’s license, enter the driver license number.<br /><strong>expiryDate</strong> (string, optional): Document expiry<br /><strong>selfiePhoto</strong> (string base64, optional): encrypted value<br /><strong>frontPhoto</strong> (string base64, optional): encrypted value<br /><strong>backPhoto</strong> (string base64, optional): encrypted value<br /><strong>consent</strong> (string): Consent should be Yes to create a party.</p>\n<h3 id=\"response-parameters-for-type-business\">RESPONSE PARAMETERS FOR TYPE BUSINESS</h3>\n<p><strong>side</strong> (string): Debtor<br /><strong>tp</strong> (string): B (Business).<br /><strong>legalName</strong> (string): Name of the company which is registered legally.<br /><strong>lineOfBusiness</strong> (string): The line of business mentioned in codes.<br /><strong>industry</strong> (string): Name of the industry.<br /><strong>taxId</strong> (string): The tax id of the organization in the operating country.<br /><strong>registrationNumber</strong> (string): The registration number of the organization.<br /><strong>countryOfOperation</strong> (string): 2-character country code where the business is operating.<br /><strong>establishmentDate</strong> (date): Date of registration of the company in the format yyyy-MM-dd.<br /><strong>countryOfRegistration</strong> (string): 2-character country code for Country of residence.<br /><strong>externalId</strong> (string): The external ID of the organization or business.<br /><strong>postalAddress</strong> (object):<br /><strong>fields</strong>:<br />addressLine1 (string): Address line 1.<br />addressLine2 (string): Address line 2.<br />addressLine3 (string): Address line 3.<br />postalCode (string): Postal code.<br />city (string): City.<br />province (string): Province or state.<br />country (string): Country.<br /><strong>contactDetail</strong> (object):<br /><strong>fields</strong>:<br />mobileCountryCode (string): Mobile country code.<br />mobileNumber (string): Mobile number.<br />emailAddress (string): Email address.<br /><strong>documents</strong> (array): An array of objects containing the document details.<br /><strong>consent</strong> (string): Yes<br /><strong>partyId</strong> (integer): The unique ID for the registered party.<br /><strong>kycStatus</strong> (integer): The party's KYC verification status. Possible values are:<br />0 - Pending<br />1 - Unverified<br />2 - Verified<br />3 - Semi-verified<br />4 - Rejected<br /><strong>limits</strong> (string): []<br /><strong>wallets</strong> (array): []<br /><strong>accounts</strong> (array): []<br /><strong>registeredAt</strong> (date): Date and time when the company was registered.<br /><strong>organizationTypeObj</strong> (object): [<br /><strong>code</strong> (string): Organization type code.<br /><strong>description</strong> (string): Description of organization type.<br />]<br /><strong>lineOfBusinessObj</strong> (object): [<br /><strong>code</strong> (string): The code representing the line of business.<br /><strong>description</strong> (string): The description of the line of business.<br />]</p>\n","urlObject":{"path":["v1","parties"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"709dbc9b-70a9-4ff3-b431-3bedaf0713e6","name":"Create Debtor (Business)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"B\", //required\r\n    \"externalId\": \"1231321\", //length must be between 1 to 20 character\r\n    \"side\": \"Debtor\", //default = debtor if nothing is passed\r\n    \"currencyCode\": \"USD\",\r\n    \"legalName\": \"Generic Corp\", //required\r\n    \"countryOfRegistration\": \"US\",\r\n    \"establishmentDate\": \"2024-11-25\",\r\n    \"registrationNumber\": \"111\",\r\n    \"countryOfOperation\": \"US\",\r\n    \"organizationType\": \"C003\", //Refer to Additional Information for the complete list of codes\r\n    \"lineOfBusiness\": \"L101\", //Refer to Additional Information for the complete list of codes\r\n    \"taxId\": \"123456789\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\",\r\n        \"mobileNumber\": \"9999999999\",\r\n        \"emailAddress\": \"generic_corpa@buckzy.net\" //required\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"123 Fountain Avenue\", //required\r\n        \"addressLine2\": null,\r\n        \"addressLine3\": null,\r\n        \"city\": \"Sanat Clara\", //required\r\n        \"province\": \"CA\", //required for US & CA\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 01:35:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"62b8ae6c9c44a593"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Debtor\",\n    \"tp\": \"B\",\n    \"legalName\": \"Generic Corp\",\n    \"lineOfBusiness\": \"L101\",\n    \"taxId\": \"123456789\",\n    \"countryOfOperation\": \"US\",\n    \"countryOfRegistration\": \"US\",\n    \"registrationNumber\": \"111\",\n    \"establishmentDate\": \"2024-11-25\",\n    \"postalAddress\": {\n        \"addressLine1\": \"123 Fountain Avenue\",\n        \"addressLine2\": null,\n        \"addressLine3\": null,\n        \"postalCode\": \"95051\",\n        \"city\": \"Sanat Clara\",\n        \"province\": \"CA\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"generic_corpa@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"1231321\",\n    \"organizationType\": \"C003\",\n    \"partyId\": 590,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-02-03T01:35:42.130Z\",\n    \"organizationTypeObj\": {\n        \"code\": \"C003\",\n        \"description\": \"LLC\"\n    },\n    \"lineOfBusinessObj\": {\n        \"code\": \"L101\",\n        \"description\": \"Agriculture / Forestry / Fishing / Horticulture\"\n    }\n}"},{"id":"d6dfff96-9f69-4101-9e86-7f5925e65d7d","name":"Create Debtor (Individual)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"I\", //required\r\n    \"externalId\": \"1233550\", //length must be between 1 to 20 character\r\n    \"side\": \"Debtor\", //default = debtor if nothing is passed\r\n    \"currencyCode\": \"USD\",\r\n    \"firstName\": \"John\", //required\r\n    \"middleName\": \"Smith\",\r\n    \"lastName\": \"Doe\", //required\r\n    \"countryOfBirth\": \"US\",\r\n    \"countryOfCitizenship\": \"US\",\r\n    \"birthDate\": \"1964-02-22\", //required\r\n    \"countryOfResidence\": \"US\",\r\n    \"occupation\": \"L001\", //Refer to Additional Information for the complete list of codes\r\n    \"jobDescription\": \"Developer\",\r\n    \"taxId\": \"123456789\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\",\r\n        \"mobileNumber\": \"9999999999\",\r\n        \"emailAddress\": \"johnsmithsddoe@buckzy.net\" //required\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"6670 Fountain Avenue\", //required\r\n        \"addressLine2\": null,\r\n        \"addressLine3\": null,\r\n        \"city\": \"Santa Clara\", //required\r\n        \"province\": \"CA\", //required only for US & CA\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    },\r\n    \"documents\": [\r\n        {\r\n            \"type\": \"D005\", //Refer to Additional Information for the complete list of codes\r\n            \"identifier\": \"272.231.2707\", //should be a valid ID\r\n            \"countryCode\": \"US\",\r\n            \"expiryDate\": \"2026-10-10\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 May 2025 17:22:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"407d195c2ece755d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Debtor\",\n    \"tp\": \"I\",\n    \"firstName\": \"John\",\n    \"middleName\": \"Smith\",\n    \"lastName\": \"Doe\",\n    \"occupation\": \"L001\",\n    \"birthDate\": \"1964-02-22\",\n    \"countryOfBirth\": \"US\",\n    \"countryOfResidence\": \"US\",\n    \"taxId\": \"123456789\",\n    \"postalAddress\": {\n        \"addressLine1\": \"6670 Fountain Avenue\",\n        \"addressLine2\": null,\n        \"addressLine3\": null,\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"CA\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"johnsmithsddoe@buckzy.net\"\n    },\n    \"documents\": [\n        {\n            \"id\": 71,\n            \"type\": \"D005\",\n            \"identifier\": \"272.231.2707\",\n            \"expiryDate\": \"2026-10-10\"\n        }\n    ],\n    \"consent\": \"Yes\",\n    \"externalId\": \"1233550\",\n    \"countryOfCitizenship\": \"US\",\n    \"jobDescription\": \"Developer\",\n    \"partyId\": 749,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-05-13T17:22:02.436Z\",\n    \"occupationObj\": {\n        \"code\": \"L001\",\n        \"description\": \"Employed Full Time\"\n    }\n}"}],"_postman_id":"5eadfcdc-3509-4c73-835c-e343b0ccf5d1"},{"name":"Update Debtor","id":"1caa5005-779e-4db3-aef7-f2d125342808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"I\", //non editable\r\n    \"externalId\": \"12133550\", //length must be between 1 to 20 character\r\n    \"side\": \"Debtor\", //non editable\r\n    \"firstName\": \"John\", //required\r\n    \"middleName\": \"Smith\",\r\n    \"lastName\": \"Doe\", //required\r\n    \"countryOfBirth\": \"US\",\r\n    \"countryOfCitizenship\": \"US\",\r\n    \"birthDate\": \"1984-02-22\", //required\r\n    \"countryOfResidence\": \"US\",\r\n    \"occupation\": \"L001\", //Refer to Additional Information for the complete list of codes\r\n    \"jobDescription\": \"Developer\",\r\n    \"taxId\": \"65661212\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\",\r\n        \"mobileNumber\": \"9999999999\",\r\n        \"emailAddress\": \"johnsmithsdoe@buckzy.net\" //required\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"6670 Fountain Avenue\", //required\r\n        \"addressLine2\": null,\r\n        \"addressLine3\": null,\r\n        \"city\": \"Santa Clara\", //required\r\n        \"province\": \"CA\", //required only for US & CA\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/parties/:partyId?apikey={{apikey}}","description":"<p>This request modifies the details of a specific party(debtor) identified by the ID provided in the path variable. User cannot modify TYPE and SIDE of a party.</p>\n<p><strong>Reference Additional Information section for Country codes, Currency codes, Line of Business codes, Occupation Type codes, Corporation Type codes</strong></p>\n","urlObject":{"path":["v1","parties",":partyId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the party whose details you wish to update.</p>\n","type":"text/plain"},"type":"any","value":"589","key":"partyId"}]}},"response":[{"id":"d6cb0873-b42b-438a-9dbd-55f8362a55d1","name":"Update Debtor (Business)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"B\", //non editable\r\n    \"externalId\": \"12313\", //length must be between 1 to 20 character\r\n    \"side\": \"Debtor\", // non editable\r\n    \"legalName\": \"Generic Corp\",\r\n    \"countryOfRegistration\": \"US\",\r\n    \"registrationNumber\": \"123456789\",\r\n    \"countryOfOperation\": \"US\",\r\n    \"organizationType\": \"C003\", //Refer to Additional Information for the complete list of codes\r\n    \"lineOfBusiness\": \"L101\", //Refer to Additional Information for the complete list of codes\r\n    \"taxId\": \"123456\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\",\r\n        \"mobileNumber\": \"9999999999\",\r\n        \"emailAddress\": \"generic_corpa@buckzy.net\"\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"123 Fountain Avenue\", //required\r\n        \"addressLine2\": null,\r\n        \"addressLine3\": null,\r\n        \"city\": \"Sanat Clara\", //required\r\n        \"province\": \"CA\", //required for US & CA\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    },\r\n    \"establishmentDate\": \"2024-11-25\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:partyId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":partyId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"partyId","value":"590","description":"ID of the party whose details you wish to update."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 01:46:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"d31c55cc152c041d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Debtor\",\n    \"tp\": \"B\",\n    \"legalName\": \"Generic Corp\",\n    \"lineOfBusiness\": \"L101\",\n    \"taxId\": \"123456\",\n    \"countryOfOperation\": \"US\",\n    \"countryOfRegistration\": \"US\",\n    \"registrationNumber\": \"123456789\",\n    \"establishmentDate\": \"2024-11-25\",\n    \"postalAddress\": {\n        \"addressLine1\": \"123 Fountain Avenue\",\n        \"addressLine2\": null,\n        \"addressLine3\": null,\n        \"postalCode\": \"95051\",\n        \"city\": \"Sanat Clara\",\n        \"province\": \"CA\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"generic_corpa@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"12313\",\n    \"organizationType\": \"C003\",\n    \"partyId\": 590,\n    \"kycStatus\": 0,\n    \"status\": \"Pending\",\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-02-03T01:35:42.130Z\",\n    \"organizationTypeObj\": {\n        \"code\": \"C003\",\n        \"description\": \"LLC\"\n    },\n    \"lineOfBusinessObj\": {\n        \"code\": \"L101\",\n        \"description\": \"Agriculture / Forestry / Fishing / Horticulture\"\n    }\n}"},{"id":"b9299612-9c77-40e1-bca2-111df4609b24","name":"Update Debtor (Individual)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"I\", //non editable\r\n    \"externalId\": \"12133550\", //length must be between 1 to 20 character\r\n    \"side\": \"Debtor\", //non editable\r\n    \"firstName\": \"John\", //required\r\n    \"middleName\": \"Smith\",\r\n    \"lastName\": \"Doe\", //required\r\n    \"countryOfBirth\": \"US\",\r\n    \"countryOfCitizenship\": \"US\",\r\n    \"birthDate\": \"1984-02-22\", //required\r\n    \"countryOfResidence\": \"US\",\r\n    \"occupation\": \"L001\", //Refer to Additional Information for the complete list of codes\r\n    \"jobDescription\": \"Developer\",\r\n    \"taxId\": \"65661212\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\",\r\n        \"mobileNumber\": \"9999999999\",\r\n        \"emailAddress\": \"johnsmithsdoe@buckzy.net\" //required\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"6670 Fountain Avenue\", //required\r\n        \"addressLine2\": null,\r\n        \"addressLine3\": null,\r\n        \"city\": \"Santa Clara\", //required\r\n        \"province\": \"CA\", //required only for US & CA\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:partyId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":partyId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"partyId","value":"589","description":"ID of the party whose details you wish to update."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 01:50:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"785bd408b9f2c0cd"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Debtor\",\n    \"tp\": \"I\",\n    \"firstName\": \"John\",\n    \"middleName\": \"Smith\",\n    \"lastName\": \"Doe\",\n    \"occupation\": \"L001\",\n    \"birthDate\": \"1984-02-22\",\n    \"countryOfBirth\": \"US\",\n    \"countryOfResidence\": \"US\",\n    \"legalName\": \"Doe, John Smith\",\n    \"taxId\": \"65661212\",\n    \"postalAddress\": {\n        \"addressLine1\": \"6670 Fountain Avenue\",\n        \"addressLine2\": null,\n        \"addressLine3\": null,\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"CA\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"johnsmithsdoe@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"12133550\",\n    \"countryOfCitizenship\": \"US\",\n    \"jobDescription\": \"Developer\",\n    \"partyId\": 589,\n    \"kycStatus\": 0,\n    \"status\": \"Pending\",\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-02-03T01:34:42.794Z\",\n    \"occupationObj\": {\n        \"code\": \"L001\",\n        \"description\": \"Employed Full Time\"\n    }\n}"}],"_postman_id":"1caa5005-779e-4db3-aef7-f2d125342808"}],"id":"2314f54b-eba0-4ca6-a81e-472e4652b3ab","description":"<p>The sender, also referred to as the debtor, is the individual or business intending to transfer funds to another party (either a person or a business). Essentially, the sender is your customer utilizing your application to send funds to someone else.</p>\n","_postman_id":"2314f54b-eba0-4ca6-a81e-472e4652b3ab"},{"name":"Creditor","item":[{"name":"Create Creditor","id":"8033579f-20ea-404e-959d-25ebe97183db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"B\", //required\r\n    \"externalId\": \"121345\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"legalName\": \"General Ltd\", //required\r\n    \"countryOfRegistration\": \"US\",\r\n    \"establishmentDate\": \"2025-01-28\",\r\n    \"registrationNumber\": \"123456789\",\r\n    \"countryOfOperation\": \"US\", //required\r\n    \"organizationType\": \"C004\", //refer to Additional Information for the complete list of codes\r\n    \"lineOfBusiness\": \"L131\", //refer to Additional Information for the complete list of codes\r\n    \"taxId\": \"123456\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required only if configured in consul\r\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\r\n        \"emailAddress\": \"generaal_sltd@buckzy.net\"\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"3560 Flora Vista Ave\", //required\r\n        \"addressLine2\": \"Apt 100\",\r\n        \"addressLine3\": null,\r\n        \"city\": \"Santa Clara\", //required\r\n        \"province\": \"CA\", //required for US & Canada only\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John savings\", //account holder name - required\r\n        \"accountNumber\": \"11111\", //required\r\n        \"clearingChannel\": \"ACH\",\r\n        \"currencyCode\": \"USD\", //required\r\n        \"financialInstitution\": {\r\n            \"name\": \"Chase\", // bank name \r\n            \"countryCode\": \"US\", //required\r\n            \"memberId\": \"11111\", //routing number\r\n            \"postalAddress\": {\r\n                \"country\": \"US\",\r\n                \"addressLine1\": \"123 new street \",\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"province\": \"CA\",\r\n                \"city\": \"Santa clara\",\r\n                \"postalCode\": \"95051\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/parties?apikey={{apikey}}","description":"<p>This request creates a new party along with an account based on the specified type and side. The creation triggers a Know Your Customer (KYC) check to verify the party's identity. The API returns a unique party ID for each creditor.</p>\n<p><strong>Reference Additional Information section for Country codes, Currency codes, Line of Business codes, Occupation Type codes, Corporation Type codes</strong></p>\n<h3 id=\"body-parameters-for-type-individual\">BODY PARAMETERS FOR TYPE INDIVIDUAL</h3>\n<p><strong>side</strong> (string, required): Creditor<br /><strong>tp</strong> (string, required): Type of verification. Required value is I (individual).<br /><strong>externalId</strong> (string): The external ID of the party.<br /><strong>firstName</strong> (string): First name. Max 70 characters.<br /><strong>middleName</strong> (string): Middle name. Max 35 characters.<br /><strong>lastName</strong> (string): Last name. Max 70 characters.<br /><strong>occupation</strong> (string): Occupation Code. <em><strong>Refer to Occupation Codes table.</strong></em><br /><strong>jobDescription</strong>(string): Occupation details.<br /><strong>taxId</strong>(string): Tax ID of the creditor.<br /><strong>occupationAdditionalInfo</strong> (string): The occupation additional info is required when you enter the occupationCode as L199. Max 256 characters.<br /><strong>birthDate</strong> (date): Date of birth. Required format is yyyy-MM-dd.<br /><strong>countryOfBirth</strong> (string): Country of birth. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>countryOfCitizenship</strong> (string): 2-character country code for the country of citizenship. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>currencyCode</strong> (string): 3-character currency code. <em><strong>Refer to Currency Codes table.</strong></em><br /><strong>countryOfResidence</strong> (string): Country of residence. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>postalAddress</strong> (object, required): Mailing address of the party.<br /><strong>addressLine1</strong> (string, required): First line of the address.<br /><strong>addressLine2</strong> (string, optional): Second line of the address.<br /><strong>addressLine3</strong> (string, optional): Third line of the address.<br /><strong>postalCode</strong> (string, required): Postal or ZIP code of the address.<br /><strong>city</strong> (string, required): City or nearby city (if the address is in a rural area).<br /><strong>province</strong> (string, required): The province or state name.<br /><strong>country</strong> (string, required): Country of the address. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>contactDetail</strong> (object, required): Contact information of the party.<br /><strong>mobileCountryCode</strong> (string, required): The country dial prefix code without the + sign.<br /><strong>mobileNumber</strong> (string, required): The mobile number of the party. Cannot be all zeros or ones.<br /><strong>emailAddress</strong> (string, optional): The email address of the party. Must be valid.<br /><strong>documents</strong> (object, optional): Documents used to verify the party's identity. Required when verifying an individual for US. Contains an array of document objects to have multiple types of document information.<br /><strong>type</strong> (string, required): Code for the document type (driver’s license, work permit, etc.).<br /><strong>identifier</strong> (string, required): Identifier for the document. For example, if the document type is a driver’s license, enter the driver license number.<br /><strong>expiryDate</strong> (string, optional): Document expiry<br /><strong>selfiePhoto</strong> (string base64, optional): encrypted value<br /><strong>frontPhoto</strong> (string base64, optional): encrypted value<br /><strong>backPhoto</strong> (string base64, optional): encrypted value<br /><strong>consent</strong> (string): Consent should be Yes to create a party.</p>\n<h3 id=\"response-parameters-for-type-individual\">RESPONSE PARAMETERS FOR TYPE INDIVIDUAL</h3>\n<p><strong>side</strong> (string): Creditor<br /><strong>tp</strong> (string): I<br /><strong>firstName</strong> (string): First name.<br /><strong>middleName</strong> (string): Middle name.<br /><strong>lastName</strong> (string): Last name.<br /><strong>birthDate</strong> (date): Date of birth of the party in the format yyyy-MM-dd.<br /><strong>countryOfBirth</strong> (string): 2-character country code for the country of birth.<br /><strong>countryOfResidence</strong> (string): 2-character country code for the country of residence.<br /><strong>taxID</strong> (string): Tax ID<br /><strong>occupation</strong> (string): Occupation code.<br /><strong>jobDescription</strong> (string): Job description<br /><strong>postalAddress</strong> (object):<br /><strong>fields</strong>:<br />addressLine1 (string): Address line 1.<br />addressLine2 (string): Address line 2.<br />addressLine3 (string): Address line 3.<br />postalCode (string): Postal code.<br />city (string): City.<br />province (string): Province or state.<br />country (string): Country.<br /><strong>contactDetail</strong> (object):<br /><strong>fields</strong>:<br />mobileCountryCode (string): Mobile country code.<br />mobileNumber (string): Mobile number.<br />emailAddress (string): Email address.<br /><strong>documents</strong> (array): An array of objects containing the document details.<br /><strong>consent</strong> (string): Yes<br /><strong>externalId</strong> (string): The external ID of the party.<br /><strong>countryOfCitizenship</strong> (string): 2-character country code for the country of citizenship.<br /><strong>partyId</strong> (integer): The unique ID for the registered party.<br /><strong>kycStatus</strong> (integer): The party's KYC verification status. Possible values are:<br />0 - Pending<br />1 - Unverified<br />2 - Verified<br />3 - Semi-verified<br />4 - Rejected<br /><strong>limits</strong> (string): []<br /><strong>wallets</strong> (array): []<br /><strong>accounts</strong> (array): []<br /><strong>registeredAt</strong> (date): The date and time when the customer was registered.<br /><strong>occupationObj</strong> (object): [<br /><strong>code</strong> (string): Occupation code.<br /><strong>description</strong> (string): Occupation description<br />]</p>\n<h3 id=\"body-parameters-for-type-business\">BODY PARAMETERS FOR TYPE BUSINESS</h3>\n<p><strong>side</strong> (string, required): Creditor<br /><strong>tp</strong> (string, required): Type of verification. Required value is B (Business).<br /><strong>currencyCode</strong> (string): 3-character currency code. <em><strong>Refer to Currency Codes table.</strong></em><br /><strong>legalName</strong> (string, required): Name of the company which is registered legally.<br />lineOfBusiness (string, required): The line of business should be mentioned in codes. <em><strong>Refer to Line of Business Codes tabel.</strong></em><br /><strong>establishmentDate</strong> (date): Date of registration of the company. Required format is yyyy-MM-dd.<br /><strong>industry</strong> (string): Name of the industry.<br /><strong>taxId</strong> (string): The tax id of the organization in the operating country.<br /><strong>registrationNumber</strong> (string): The registration number of the organization.<br /><strong>countryOfOperation</strong> (string, required): Country where the business is operating. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>website</strong> (string): The website address of your company or business.<br /><strong>businessDescription</strong> (string): The description about the business or company.<br /><strong>organizationType</strong> (string): The organization type should be denoted with the corporation type codes. <em><strong>Refer to Corporation Types Codes table.</strong></em><br /><strong>countryOfRegistration</strong> (string, required): Country of registration. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>externalId</strong> (string): The external ID of the organization or business.<br /><strong>postalAddress</strong> (object, required): Mailing address of the party.<br /><strong>addressLine1</strong> (string, required): First line of the address.<br /><strong>addressLine2</strong> (string, optional): Second line of the address.<br /><strong>addressLine3</strong> (string, optional): Third line of the address.<br /><strong>postalCode</strong> (string, required): Postal or ZIP code of the address.<br /><strong>city</strong> (string, required): City or nearby city (if the address is in a rural area).<br /><strong>province</strong> (string, required): The province or state name.<br /><strong>country</strong> (string, required): Country of the address. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>contactDetail</strong> (object, required): Contact information of the party.<br /><strong>mobileCountryCode</strong> (string, required): The country dial prefix code without the + sign.<br /><strong>mobileNumber</strong> (string, required): The mobile number of the party. Cannot be all zeros or ones.<br /><strong>emailAddress</strong> (string, optional): The email address of the party. Must be valid.<br /><strong>documents</strong> (object, optional): Documents used to verify the party's identity. Required when verifying an individual for US. Contains an array of document objects to have multiple types of document information.<br /><strong>type</strong> (string, required): Code for document type (driver’s license, work permit, etc.).<br /><strong>identifier</strong> (string, required): Identifier for the document. For example, if the document type is a driver’s license, enter the driver license number.<br /><strong>expiryDate</strong> (string, optional): Document expiry<br /><strong>selfiePhoto</strong> (string base64, optional): encrypted value<br /><strong>frontPhoto</strong> (string base64, optional): encrypted value<br /><strong>backPhoto</strong> (string base64, optional): encrypted value<br /><strong>consent</strong> (string): Consent should be Yes to create a party.</p>\n<h3 id=\"response-parameters-for-type-business\">RESPONSE PARAMETERS FOR TYPE BUSINESS</h3>\n<p><strong>side</strong> (string): Creditor<br /><strong>tp</strong> (string): B (Business).<br /><strong>legalName</strong> (string): Name of the company which is registered legally.<br /><strong>lineOfBusiness</strong> (string): The line of business mentioned in codes.<br /><strong>industry</strong> (string): Name of the industry.<br /><strong>taxId</strong> (string): The tax id of the organization in the operating country.<br /><strong>registrationNumber</strong> (string): The registration number of the organization.<br /><strong>countryOfOperation</strong> (string): 2-character country code where the business is operating.<br /><strong>establishmentDate</strong> (date): Date of registration of the company in the format yyyy-MM-dd.<br /><strong>countryOfRegistration</strong> (string): 2-character country code for Country of residence.<br /><strong>externalId</strong> (string): The external ID of the organization or business.<br /><strong>postalAddress</strong> (object):<br /><strong>fields</strong>:<br />addressLine1 (string): Address line 1.<br />addressLine2 (string): Address line 2.<br />addressLine3 (string): Address line 3.<br />postalCode (string): Postal code.<br />city (string): City.<br />province (string): Province or state.<br />country (string): Country.<br /><strong>contactDetail</strong> (object):<br /><strong>fields</strong>:<br />mobileCountryCode (string): Mobile country code.<br />mobileNumber (string): Mobile number.<br />emailAddress (string): Email address.<br /><strong>documents</strong> (array): An array of objects containing the document details.<br /><strong>consent</strong> (string): Yes<br /><strong>partyId</strong> (integer): The unique ID for the registered party.<br /><strong>kycStatus</strong> (integer): The party's KYC verification status. Possible values are:<br />0 - Pending<br />1 - Unverified<br />2 - Verified<br />3 - Semi-verified<br />4 - Rejected<br /><strong>limits</strong> (string): []<br /><strong>wallets</strong> (array): []<br /><strong>accounts</strong> (array): []<br /><strong>registeredAt</strong> (date): Date and time when the company was registered.<br /><strong>organizationTypeObj</strong> (object): [<br /><strong>code</strong> (string): Organization type code.<br /><strong>description</strong> (string): Description of organization type.<br />]<br /><strong>lineOfBusinessObj</strong> (object): [<br /><strong>code</strong> (string): The code representing the line of business.<br /><strong>description</strong> (string): The description of the line of business.<br />]</p>\n<h3 id=\"creditor-bank-account\">CREDITOR BANK ACCOUNT</h3>\n<p><strong>bankAccount</strong> (object, optional): The fields in the bankAccount section of a creditor differ based on the payment method linked to the account. A bank account can be linked to the creditor either during the creditor's creation or at a later time.</p>\n<p><strong>Refer Create creditor bank account API for account payload</strong></p>\n<h3 id=\"intermediary-bank-account\">INTERMEDIARY BANK ACCOUNT</h3>\n<p><strong>intermediaryBankDetails</strong> (object, optional):</p>\n<p><strong>name</strong>(string,optional): bank name<br /><strong>countryCode</strong> (string, optional): Country of the address. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>memberId</strong> (string,optional): Intermediary bank's routing number<br /><strong>intermediaryBankSwiftCode</strong> (string, optional): Financial institution’s SWIFT code<br /><strong>postalAddress</strong> (object, optional): Mailing address of the party.<br /><strong>addressLine1</strong> (string, optional): First line of the address.<br /><strong>addressLine2</strong> (string, optional): Second line of the address.<br /><strong>addressLine3</strong> (string, optional): Third line of the address.<br /><strong>postalCode</strong> (string, optional): Postal or ZIP code of the address.<br /><strong>city</strong> (string, optional): City or nearby city (if the address is in a rural area).<br /><strong>province</strong> (string, optional): The province or state name.<br /><strong>country</strong> (string, optional): Country of the address. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em></p>\n","urlObject":{"path":["v1","parties"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"01622432-c544-4ebe-9f52-22b66c62c9ae","name":"Creditor Individual USD/US/Fedwire","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"I\", //required\r\n    \"externalId\": \"155\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"firstName\": \"John\", //required\r\n    \"middleName\": \"Doe\",\r\n    \"lastName\": \"Smith\", //required\r\n    \"countryOfBirth\": \"US\",\r\n    \"countryOfCitizenship\": \"US\",\r\n    \"birthDate\": \"1964-02-22\",\r\n    \"countryOfResidence\": \"US\",\r\n    \"occupation\": \"L001\", //refer to Additional Information for the complete list of codes\r\n    \"jobDescription\": \"Developer\",\r\n    \"taxId\": \"123456\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required only if configured in consul\r\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\r\n        \"emailAddress\": \"johnssmithdoe@buckzy.net\"\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"3560 Flora Vista Ave\", //required\r\n        \"addressLine2\": \"Apt 9\",\r\n        \"addressLine3\": null,\r\n        \"city\": \"Santa Clara\", //required\r\n        \"province\": \"CA\", //required for US & Canada only\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John savings\", //account holder name - required\r\n        \"accountNumber\": \"123321\", //required\r\n        \"clearingChannel\": \"FedWire\",\r\n        \"currencyCode\": \"USD\", //required\r\n        \"financialInstitution\": {\r\n            \"countryCode\": \"US\", //required\r\n            \"memberId\": \"021000021\", //routing number\r\n            \"postalAddress\": {\r\n                \"country\": \"US\",\r\n                \"province\": \"CA\",\r\n                \"addressLine1\": \"El Camino Real\",\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"city\": \"Santa Clara\",\r\n                \"postalCode\": \"95051\"\r\n            },\r\n            \"name\": \"chase\" //bank name\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 04:01:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"24a2d44b8d3c12aa"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"I\",\n    \"firstName\": \"John\",\n    \"middleName\": \"Doe\",\n    \"lastName\": \"Smith\",\n    \"occupation\": \"L001\",\n    \"birthDate\": \"1964-02-22\",\n    \"countryOfBirth\": \"US\",\n    \"countryOfResidence\": \"US\",\n    \"taxId\": \"123456\",\n    \"postalAddress\": {\n        \"addressLine1\": \"3560 Flora Vista Ave\",\n        \"addressLine2\": \"Apt 9\",\n        \"addressLine3\": null,\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"CA\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"johnssmithdoe@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"155\",\n    \"countryOfCitizenship\": \"US\",\n    \"jobDescription\": \"Developer\",\n    \"partyId\": 593,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-02-03T04:01:29.241Z\",\n    \"occupationObj\": {\n        \"code\": \"L001\",\n        \"description\": \"Employed Full Time\"\n    }\n}"},{"id":"f40e774e-b68b-4bd9-9f86-2b40436e933a","name":"Creditor Business USD/US/Fedwire","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"B\", //required\r\n    \"externalId\": \"1234258\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"legalName\": \"General Ltd\", //required\r\n    \"countryOfRegistration\": \"US\",\r\n    \"establishmentDate\": \"2025-01-28\",\r\n    \"registrationNumber\": \"123456789\",\r\n    \"countryOfOperation\": \"US\", //required\r\n    \"organizationType\": \"C004\", //refer to Additional Information for the complete list of codes\r\n    \"lineOfBusiness\": \"L131\", //refer to Additional Information for the complete list of codes\r\n    \"taxId\": \"123456\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required only if configured in consul\r\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\r\n        \"emailAddress\": \"generalsltd@buckzy.net\"\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"3560 Flora Vista Ave\", //required\r\n        \"addressLine2\": \"Apt 100\",\r\n        \"addressLine3\": null,\r\n        \"city\": \"Santa Clara\", //required\r\n        \"province\": \"CA\", //required for US & Canada only\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John savings\", //account holder name - required\r\n        \"accountNumber\": \"123321\", //required\r\n        \"clearingChannel\": \"FedWire\",\r\n        \"currencyCode\": \"USD\", //required\r\n        \"financialInstitution\": {\r\n            \"countryCode\": \"US\", //required\r\n            \"memberId\": \"021000021\", // routing number\r\n            \"postalAddress\": {\r\n                \"country\": \"US\",\r\n                \"province\": \"CA\",\r\n                \"addressLine1\": \"El Camino Real\",\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"city\": \"Santa Clara\",\r\n                \"postalCode\": \"95051\"\r\n            },\r\n            \"name\": \"chase\" //bank name\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 04:02:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"e4cad48ff4f85026"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"B\",\n    \"legalName\": \"General Ltd\",\n    \"lineOfBusiness\": \"L131\",\n    \"taxId\": \"123456\",\n    \"countryOfOperation\": \"US\",\n    \"countryOfRegistration\": \"US\",\n    \"registrationNumber\": \"123456789\",\n    \"establishmentDate\": \"2025-01-28\",\n    \"postalAddress\": {\n        \"addressLine1\": \"3560 Flora Vista Ave\",\n        \"addressLine2\": \"Apt 100\",\n        \"addressLine3\": null,\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"CA\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"generalsltd@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"1234258\",\n    \"organizationType\": \"C004\",\n    \"partyId\": 594,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-02-03T04:02:59.370Z\",\n    \"organizationTypeObj\": {\n        \"code\": \"C004\",\n        \"description\": \"S Corp\"\n    },\n    \"lineOfBusinessObj\": {\n        \"code\": \"L131\",\n        \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n    }\n}"},{"id":"68ad5fcf-a180-4617-a409-db8a992b1cdb","name":"Creditor Individual INR/IN/IMPS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"I\", //required\r\n    \"externalId\": \"2123425\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"firstName\": \"John\", //required\r\n    \"middleName\": null,\r\n    \"lastName\": \"Smith\", //required\r\n    \"countryOfBirth\": \"IN\",\r\n    \"countryOfCitizenship\": \"IN\",\r\n    \"birthDate\": \"1985-10-18\", //required only for India\r\n    \"countryOfResidence\": \"IN\",\r\n    \"occupation\": \"L001\", //refer to Additional Information for the complete list of codes\r\n    \"jobDescription\": \"Developer\",\r\n    \"taxId\": \"11\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"91\", //required only for India\r\n        \"mobileNumber\": \"9999999999\", //required only for India\r\n        \"emailAddress\": \"john_smitth@buckzy.net\" //required only for India\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"Sector 30\", //required\r\n        \"addressLine2\": \"M 43\",\r\n        \"addressLine3\": \"Navanagar\",\r\n        \"city\": \"Bagalkot\", //required\r\n        \"province\": \"KA\", //required only for US & CA\r\n        \"country\": \"IN\", //required\r\n        \"postalCode\": \"587101\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John Checking\", //required - account holder name\r\n        \"accountNumber\": \"7778878\", //required\r\n        \"clearingChannel\": \"IMPS\",\r\n        \"currencyCode\": \"INR\",\r\n        \"accountType\": \"10\", //refer to Additional Information for the complete list of codes\r\n        \"financialInstitution\": {\r\n            \"countryCode\": \"IN\", //required\r\n            \"memberId\": \"7778878\", //IFSC code\r\n            \"postalAddress\": {\r\n                \"country\": \"IN\",\r\n                \"addressLine1\": \"M 43\",\r\n                \"addressLine2\": \"Sector 53\",\r\n                \"addressLine3\": \"Navanagar\",\r\n                \"province\": \"KA\", //required only for US & CA \r\n                \"city\": \"Bagalkot\",\r\n                \"postalCode\": \"587103\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 04:09:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"ca3c02ae817d0fba"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"I\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"occupation\": \"L001\",\n    \"birthDate\": \"1985-10-18\",\n    \"countryOfBirth\": \"IN\",\n    \"countryOfResidence\": \"IN\",\n    \"taxId\": \"11\",\n    \"postalAddress\": {\n        \"addressLine1\": \"Sector 30\",\n        \"addressLine2\": \"M 43\",\n        \"addressLine3\": \"Navanagar\",\n        \"postalCode\": \"587101\",\n        \"city\": \"Bagalkot\",\n        \"province\": \"KA\",\n        \"country\": \"IN\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"91\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"john_smitth@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"2123425\",\n    \"countryOfCitizenship\": \"IN\",\n    \"jobDescription\": \"Developer\",\n    \"partyId\": 598,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-02-03T04:09:13.661Z\",\n    \"occupationObj\": {\n        \"code\": \"L001\",\n        \"description\": \"Employed Full Time\"\n    }\n}"},{"id":"c09c2825-07ff-4960-8e64-8ced30931b67","name":"Creditor Business INR/IN/IMPS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"B\", //required\r\n    \"externalId\": \"2222\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"legalName\": \"General Ltd\", //required\r\n    \"countryOfRegistration\": \"IN\",\r\n    \"establishmentDate\": \"2025-01-28\",\r\n    \"registrationNumber\": \"U12345MH2025PLC123456\",\r\n    \"countryOfOperation\": \"IN\", //required\r\n    \"organizationType\": \"C004\", //refer to Additional Information for the complete list of codes\r\n    \"lineOfBusiness\": \"L131\", //refer to Additional Information for the complete list of codes\r\n    \"taxId\": \"12345\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"91\", //required only for India\r\n        \"mobileNumber\": \"9999999999\", //required only for India\r\n        \"emailAddress\": \"generalltds@buckzy.net\" //required only for India\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"Sector 30\", //required\r\n        \"addressLine2\": \"M 43\",\r\n        \"addressLine3\": \"Navanagar\",\r\n        \"city\": \"Bagalkot\", //required\r\n        \"province\": \"KA\", //required only for US & CA\r\n        \"country\": \"IN\", //required\r\n        \"postalCode\": \"587101\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John Checking\", //required - account holder name\r\n        \"accountNumber\": \"7778878\", //required\r\n        \"clearingChannel\": \"IMPS\",\r\n        \"currencyCode\": \"INR\",\r\n        \"accountType\": \"10\", //refer to Additional Information for the complete list of codes\r\n        \"financialInstitution\": {\r\n            \"countryCode\": \"IN\", //required\r\n            \"memberId\": \"7778878\", //IFSC code\r\n            \"postalAddress\": {\r\n                \"country\": \"IN\",\r\n                \"addressLine1\": \"M 43\",\r\n                \"addressLine2\": \"Sector 53\",\r\n                \"addressLine3\": \"Navanagar\",\r\n                \"province\": \"KA\", //required only for US & CA \r\n                \"city\": \"Bagalkot\",\r\n                \"postalCode\": \"587103\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 04:07:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"236a29aa63b3c6ae"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"B\",\n    \"legalName\": \"General Ltd\",\n    \"lineOfBusiness\": \"L131\",\n    \"taxId\": \"12345\",\n    \"countryOfOperation\": \"IN\",\n    \"countryOfRegistration\": \"IN\",\n    \"registrationNumber\": \"U12345MH2025PLC123456\",\n    \"establishmentDate\": \"2025-01-28\",\n    \"postalAddress\": {\n        \"addressLine1\": \"Sector 30\",\n        \"addressLine2\": \"M 43\",\n        \"addressLine3\": \"Navanagar\",\n        \"postalCode\": \"587101\",\n        \"city\": \"Bagalkot\",\n        \"province\": \"KA\",\n        \"country\": \"IN\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"91\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"generalltds@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"2222\",\n    \"organizationType\": \"C004\",\n    \"partyId\": 597,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-02-03T04:07:43.483Z\",\n    \"organizationTypeObj\": {\n        \"code\": \"C004\",\n        \"description\": \"S Corp\"\n    },\n    \"lineOfBusinessObj\": {\n        \"code\": \"L131\",\n        \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n    }\n}"},{"id":"4a0912a4-c7ff-4efa-98bf-b32bff0f1f4c","name":"Creditor Individual INR/IN/UPI","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"I\", //required\r\n    \"externalId\": \"12340925\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"firstName\": \"John\", //required\r\n    \"middleName\": null,\r\n    \"lastName\": \"Smith\", //required\r\n    \"countryOfBirth\": \"IN\",\r\n    \"countryOfCitizenship\": \"IN\",\r\n    \"birthDate\": \"1985-10-18\", //required only for India\r\n    \"countryOfResidence\": \"IN\",\r\n    \"occupation\": \"L001\", //refer to Additional Information for the complete list of codes\r\n    \"jobDescription\": \"Developer\",\r\n    \"taxId\": \"11\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"91\", //required only for India\r\n        \"mobileNumber\": \"9999999999\", //required only for India\r\n        \"emailAddress\": \"john_smithh@buckzy.net\" //required only for India\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"Sector 30\", //required\r\n        \"addressLine2\": \"M 43\",\r\n        \"addressLine3\": \"Navanagar\",\r\n        \"city\": \"Bagalkot\", //required\r\n        \"province\": \"KA\", //required only for US & CA\r\n        \"country\": \"IN\", //required\r\n        \"postalCode\": \"587101\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": null, //value=null always \r\n        \"accountNumber\": \"test@test\",\r\n        \"clearingChannel\": \"UPI\",\r\n        \"currencyCode\": \"INR\",\r\n        \"financialInstitution\": {\r\n            \"countryCode\": \"IN\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 04:10:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"a5a8d627046099e4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"I\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"occupation\": \"L001\",\n    \"birthDate\": \"1985-10-18\",\n    \"countryOfBirth\": \"IN\",\n    \"countryOfResidence\": \"IN\",\n    \"taxId\": \"11\",\n    \"postalAddress\": {\n        \"addressLine1\": \"Sector 30\",\n        \"addressLine2\": \"M 43\",\n        \"addressLine3\": \"Navanagar\",\n        \"postalCode\": \"587101\",\n        \"city\": \"Bagalkot\",\n        \"province\": \"KA\",\n        \"country\": \"IN\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"91\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"john_smithh@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"12340925\",\n    \"countryOfCitizenship\": \"IN\",\n    \"jobDescription\": \"Developer\",\n    \"partyId\": 599,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-02-03T04:10:46.650Z\",\n    \"occupationObj\": {\n        \"code\": \"L001\",\n        \"description\": \"Employed Full Time\"\n    }\n}"},{"id":"a9309f14-8cdd-43a0-be8f-2be6775b2114","name":"Creditor Business INR/IN/UPI","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"B\", //required\r\n    \"externalId\": \"28722\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"legalName\": \"General Ltd\", //required\r\n    \"countryOfRegistration\": \"IN\",\r\n    \"establishmentDate\": \"2025-01-28\",\r\n    \"registrationNumber\": \"U12345MH2025PLC123456\",\r\n    \"countryOfOperation\": \"IN\", //required\r\n    \"organizationType\": \"C004\", //refer to Additional Information for the complete list of codes\r\n    \"lineOfBusiness\": \"L131\", //refer to Additional Information for the complete list of codes\r\n    \"taxId\": \"12345\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"91\", //required only for India\r\n        \"mobileNumber\": \"9999999999\", //required only for India\r\n        \"emailAddress\": \"generals_lltd@buckzy.net\" //required only for India\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"Sector 30\", //required\r\n        \"addressLine2\": \"M 43\",\r\n        \"addressLine3\": \"Navanagar\",\r\n        \"city\": \"Bagalkot\", //required\r\n        \"province\": \"KA\", //required only for US & CA\r\n        \"country\": \"IN\", //required\r\n        \"postalCode\": \"587101\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": null, //value=null always \r\n        \"accountNumber\": \"test@test\",\r\n        \"clearingChannel\": \"UPI\",\r\n        \"currencyCode\": \"INR\",\r\n        \"financialInstitution\": {\r\n            \"countryCode\": \"IN\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 04:11:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"9a6fc5f4e5597118"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"B\",\n    \"legalName\": \"General Ltd\",\n    \"lineOfBusiness\": \"L131\",\n    \"taxId\": \"12345\",\n    \"countryOfOperation\": \"IN\",\n    \"countryOfRegistration\": \"IN\",\n    \"registrationNumber\": \"U12345MH2025PLC123456\",\n    \"establishmentDate\": \"2025-01-28\",\n    \"postalAddress\": {\n        \"addressLine1\": \"Sector 30\",\n        \"addressLine2\": \"M 43\",\n        \"addressLine3\": \"Navanagar\",\n        \"postalCode\": \"587101\",\n        \"city\": \"Bagalkot\",\n        \"province\": \"KA\",\n        \"country\": \"IN\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"91\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"generals_lltd@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"28722\",\n    \"organizationType\": \"C004\",\n    \"partyId\": 600,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-02-03T04:11:56.562Z\",\n    \"organizationTypeObj\": {\n        \"code\": \"C004\",\n        \"description\": \"S Corp\"\n    },\n    \"lineOfBusinessObj\": {\n        \"code\": \"L131\",\n        \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n    }\n}"},{"id":"395e4943-4f8a-4d55-afb7-7891f592e141","name":"Creditor Individual EUR/FR/SEPA","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"I\", //required\r\n    \"externalId\": \"14323425\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"firstName\": \"John\", //required\r\n    \"middleName\": null,\r\n    \"lastName\": \"Smith\", //required\r\n    \"countryOfBirth\": \"FR\",\r\n    \"countryOfCitizenship\": \"FR\",\r\n    \"birthDate\": \"1985-10-18\",\r\n    \"countryOfResidence\": \"FR\",\r\n    \"occupation\": \"L001\", //refer to Additional Information for the complete list of codes\r\n    \"jobDescription\": \"Developer\",\r\n    \"taxId\": \"11\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"33\", //required only if configured in consul\r\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\r\n        \"emailAddress\": \"Djohn_smith@buckzy.net\"\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"123 Rue de Paris\", //required\r\n        \"addressLine2\": null,\r\n        \"addressLine3\": null,\r\n        \"city\": \"Paris\", //required\r\n        \"province\": null, //required only for US & CA\r\n        \"country\": \"FR\", //required\r\n        \"postalCode\": \"75001\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John Checking\", //account holder name - required\r\n        \"accountNumber\": \"123321\", //required\r\n        \"clearingChannel\": \"SEPA\",\r\n        \"currencyCode\": \"EUR\",\r\n        \"swiftBic\": \"BNPAFRPP\", //routing number\r\n        \"financialInstitution\": {\r\n            \"countryCode\": \"FR\",\r\n            \"postalAddress\": {\r\n                \"country\": \"FR\",\r\n                \"addressLine1\": \"123 Rue de Paris\",\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"city\": \"Paris\",\r\n                \"province\": null,\r\n                \"postalCode\": \"75001\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 04:13:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"834bc34e60959add"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"I\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"occupation\": \"L001\",\n    \"birthDate\": \"1985-10-18\",\n    \"countryOfBirth\": \"FR\",\n    \"countryOfResidence\": \"FR\",\n    \"taxId\": \"11\",\n    \"postalAddress\": {\n        \"addressLine1\": \"123 Rue de Paris\",\n        \"addressLine2\": null,\n        \"addressLine3\": null,\n        \"postalCode\": \"75001\",\n        \"city\": \"Paris\",\n        \"province\": null,\n        \"country\": \"FR\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"33\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"Djohn_smith@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"14323425\",\n    \"countryOfCitizenship\": \"FR\",\n    \"jobDescription\": \"Developer\",\n    \"partyId\": 601,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-02-03T04:13:11.273Z\",\n    \"occupationObj\": {\n        \"code\": \"L001\",\n        \"description\": \"Employed Full Time\"\n    }\n}"},{"id":"79cee18c-3bba-447c-b018-b3c506d0e8c2","name":"Creditor Business EUR/FR/SEPA","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"B\", //required\r\n    \"externalId\": \"202622\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"legalName\": \"General Ltd\", //required\r\n    \"countryOfRegistration\": \"FR\",\r\n    \"establishmentDate\": \"2025-01-28\",\r\n    \"registrationNumber\": \"FR25712049618\",\r\n    \"countryOfOperation\": \"FR\", //required\r\n    \"organizationType\": \"C004\", //refer to Additional Information for the complete list of codes\r\n    \"lineOfBusiness\": \"L131\", //refer to Additional Information for the complete list of codes\r\n    \"taxId\": \"12345\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"33\", //required only if configured in consul\r\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\r\n        \"emailAddress\": \"G_generalltd@buckzy.net\"\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"123 Rue de Paris\", //required\r\n        \"addressLine2\": null,\r\n        \"addressLine3\": null,\r\n        \"city\": \"Paris\", //required\r\n        \"province\": null, //required only for US & CA\r\n        \"country\": \"FR\", //required\r\n        \"postalCode\": \"75001\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John Checking\", //account holder name - required\r\n        \"accountNumber\": \"123321\", //required\r\n        \"clearingChannel\": \"SEPA\",\r\n        \"currencyCode\": \"EUR\",\r\n        \"swiftBic\": \"BNPAFRPP\", //routing number\r\n        \"financialInstitution\": {\r\n            \"countryCode\": \"FR\",\r\n            \"postalAddress\": {\r\n                \"country\": \"FR\",\r\n                \"addressLine1\": \"123 Rue de Paris\",\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"city\": \"Paris\",\r\n                \"province\": null,\r\n                \"postalCode\": \"75001\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 04:14:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"c46657f5f7333b06"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"B\",\n    \"legalName\": \"General Ltd\",\n    \"lineOfBusiness\": \"L131\",\n    \"taxId\": \"12345\",\n    \"countryOfOperation\": \"FR\",\n    \"countryOfRegistration\": \"FR\",\n    \"registrationNumber\": \"FR25712049618\",\n    \"establishmentDate\": \"2025-01-28\",\n    \"postalAddress\": {\n        \"addressLine1\": \"123 Rue de Paris\",\n        \"addressLine2\": null,\n        \"addressLine3\": null,\n        \"postalCode\": \"75001\",\n        \"city\": \"Paris\",\n        \"province\": null,\n        \"country\": \"FR\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"33\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"G_generalltd@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"202622\",\n    \"organizationType\": \"C004\",\n    \"partyId\": 602,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-02-03T04:14:27.662Z\",\n    \"organizationTypeObj\": {\n        \"code\": \"C004\",\n        \"description\": \"S Corp\"\n    },\n    \"lineOfBusinessObj\": {\n        \"code\": \"L131\",\n        \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n    }\n}"},{"id":"1b81a821-b8c7-48dd-a866-50eaefe0b4f5","name":"Creditor Individual GBP/GB/FPS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"I\", //required\r\n    \"externalId\": \"10885899\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"firstName\": \"John\", //required\r\n    \"middleName\": null,\r\n    \"lastName\": \"Smith\", //required\r\n    \"countryOfBirth\": \"GB\",\r\n    \"countryOfCitizenship\": \"GB\",\r\n    \"birthDate\": \"1964-02-22\",\r\n    \"countryOfResidence\": \"GB\",\r\n    \"occupation\": \"L001\", //refer to Additional Information for the complete list of codes\r\n    \"jobDescription\": \"Developer\",\r\n    \"taxId\": \"123456789\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"44\", //required only if configured in consul\r\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\r\n        \"emailAddress\": \"johns_smithees@buckzy.net\"\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"110 Downing Street\", //required\r\n        \"addressLine2\": \"Apt 100\",\r\n        \"addressLine3\": null,\r\n        \"city\": \"London\", //required\r\n        \"province\": null, //required for US & Canada only\r\n        \"country\": \"GB\", //required\r\n        \"postalCode\": \"SW1A2AA\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John checking\", //required - account holder name\r\n        \"accountNumber\": \"806770865\", //required\r\n        \"clearingChannel\": \"FPS\",\r\n        \"currencyCode\": \"GBP\",\r\n        \"financialInstitution\": {\r\n            \"countryCode\": \"GB\", //required\r\n            \"postalAddress\": {\r\n                \"country\": \"GB\",\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"province\": null,\r\n                \"addressLine1\": \"10 Downing Street\", //required\r\n                \"city\": \"London\", //required\r\n                \"postalCode\": \"SW1A2AA\"\r\n            },\r\n            \"memberId\": \"080003\" //sort code\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Apr 2025 12:27:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"c39c54350308939d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"I\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"occupation\": \"L001\",\n    \"birthDate\": \"1964-02-22\",\n    \"countryOfBirth\": \"GB\",\n    \"countryOfResidence\": \"GB\",\n    \"taxId\": \"123456789\",\n    \"postalAddress\": {\n        \"addressLine1\": \"110 Downing Street\",\n        \"addressLine2\": \"Apt 100\",\n        \"addressLine3\": null,\n        \"postalCode\": \"SW1A2AA\",\n        \"city\": \"London\",\n        \"province\": null,\n        \"country\": \"GB\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"44\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"johns_smithees@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"10885899\",\n    \"countryOfCitizenship\": \"GB\",\n    \"jobDescription\": \"Developer\",\n    \"partyId\": 706,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-04-23T12:27:42.426Z\",\n    \"occupationObj\": {\n        \"code\": \"L001\",\n        \"description\": \"Employed Full Time\"\n    }\n}"},{"id":"433e6e25-4d36-4d10-8e9b-9270babd55df","name":"Creditor Business GBP/GB/FPS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"B\", //required\r\n    \"externalId\": \"1885899\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"legalName\": \"General Ltd\", //required\r\n    \"countryOfRegistration\": \"GB\",\r\n    \"establishmentDate\": \"2025-01-28\",\r\n    \"registrationNumber\": \"GB25712049618\",\r\n    \"countryOfOperation\": \"GB\", //required\r\n    \"organizationType\": \"C004\", //refer to Additional Information for the complete list of codes\r\n    \"lineOfBusiness\": \"L131\", //refer to Additional Information for the complete list of codes\r\n    \"taxId\": \"12345\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"44\", //required only if configured in consul\r\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\r\n        \"emailAddress\": \"johns_smitheies@buckzy.net\"\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"110 Downing Street\", //required\r\n        \"addressLine2\": \"Apt 100\",\r\n        \"addressLine3\": null,\r\n        \"city\": \"London\", //required\r\n        \"province\": null, //required for US & Canada only\r\n        \"country\": \"GB\", //required\r\n        \"postalCode\": \"SW1A2AA\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John checking\", //required - account holder name\r\n        \"accountNumber\": \"80677065\", //required\r\n        \"clearingChannel\": \"FPS\",\r\n        \"currencyCode\": \"GBP\",\r\n        \"financialInstitution\": {\r\n            \"countryCode\": \"GB\", //required\r\n            \"postalAddress\": {\r\n                \"country\": \"GB\",\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"province\": null,\r\n                \"addressLine1\": \"10 Downing Street\", //required\r\n                \"city\": \"London\", //required\r\n                \"postalCode\": \"SW1A2AA\"\r\n            },\r\n            \"memberId\": \"080003\" //sort code\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Apr 2025 12:29:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"1fead376b1adfcfd"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"B\",\n    \"legalName\": \"General Ltd\",\n    \"lineOfBusiness\": \"L131\",\n    \"taxId\": \"12345\",\n    \"countryOfOperation\": \"GB\",\n    \"countryOfRegistration\": \"GB\",\n    \"registrationNumber\": \"GB25712049618\",\n    \"establishmentDate\": \"2025-01-28\",\n    \"postalAddress\": {\n        \"addressLine1\": \"110 Downing Street\",\n        \"addressLine2\": \"Apt 100\",\n        \"addressLine3\": null,\n        \"postalCode\": \"SW1A2AA\",\n        \"city\": \"London\",\n        \"province\": null,\n        \"country\": \"GB\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"44\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"johns_smitheies@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"1885899\",\n    \"organizationType\": \"C004\",\n    \"partyId\": 707,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-04-23T12:29:53.795Z\",\n    \"organizationTypeObj\": {\n        \"code\": \"C004\",\n        \"description\": \"S Corp\"\n    },\n    \"lineOfBusinessObj\": {\n        \"code\": \"L131\",\n        \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n    }\n}"},{"id":"a34927dc-6d0c-4c4c-ac48-04f2800bdee5","name":"Creditor Individual USD/US/Wire","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"I\", //required\r\n    \"externalId\": \"109899\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"firstName\": \"John\", //required\r\n    \"middleName\": null,\r\n    \"lastName\": \"Smith\", //required\r\n    \"countryOfBirth\": \"US\",\r\n    \"countryOfCitizenship\": \"US\",\r\n    \"birthDate\": \"1964-02-22\",\r\n    \"countryOfResidence\": \"US\",\r\n    \"occupation\": \"L001\", //refer to Additional Information for the complete list of codes\r\n    \"jobDescription\": \"Developer\",\r\n    \"taxId\": \"123456789\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required only if configured in consul\r\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\r\n        \"emailAddress\": \"johhc_smitheis@buckzy.net\"\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"3560 Flora Vista Avenue\", //required\r\n        \"addressLine2\": \"Apt 100\",\r\n        \"addressLine3\": null,\r\n        \"city\": \"Santa Clara\", //required\r\n        \"province\": \"CA\", //required for US & Canada only\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John Smith checking\", //account holder name - required\r\n        \"accountNumber\": \"12345\", //required\r\n        \"clearingChannel\": \"Wire\",\r\n        \"currencyCode\": \"USD\", //required\r\n        \"swiftBic\": \"BOFAUS3N\",\r\n        \"financialInstitution\": {\r\n            \"name\": \"Chase\", // bank name \r\n            \"countryCode\": \"US\", //required\r\n            \"postalAddress\": {\r\n                \"country\": \"US\",\r\n                \"province\": \"CA\",\r\n                \"addressLine1\": \"485 El Camino Real\",\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"postalCode\": \"95050\",\r\n                \"city\": \"Santa Clara\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 May 2025 19:48:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"dc6bf5fc18a02594"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"I\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"occupation\": \"L001\",\n    \"birthDate\": \"1964-02-22\",\n    \"countryOfBirth\": \"US\",\n    \"countryOfResidence\": \"US\",\n    \"taxId\": \"123456789\",\n    \"postalAddress\": {\n        \"addressLine1\": \"3560 Flora Vista Avenue\",\n        \"addressLine2\": \"Apt 100\",\n        \"addressLine3\": null,\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"CA\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"johhc_smitheis@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"109899\",\n    \"countryOfCitizenship\": \"US\",\n    \"jobDescription\": \"Developer\",\n    \"partyId\": 720,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-05-01T19:48:44.291Z\",\n    \"occupationObj\": {\n        \"code\": \"L001\",\n        \"description\": \"Employed Full Time\"\n    }\n}"},{"id":"395ca4f2-5a12-495e-aeca-f8344579f075","name":"Creditor Business USD/US/Wire","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"B\", //required\r\n    \"externalId\": \"1293495\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"legalName\": \"General Ltd\", //required\r\n    \"countryOfRegistration\": \"US\",\r\n    \"establishmentDate\": \"2025-01-28\",\r\n    \"registrationNumber\": \"123456789\",\r\n    \"countryOfOperation\": \"US\", //required\r\n    \"organizationType\": \"C004\", //refer to Additional Information for the complete list of codes\r\n    \"lineOfBusiness\": \"L131\", //refer to Additional Information for the complete list of codes\r\n    \"taxId\": \"123456\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required only if configured in consul\r\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\r\n        \"emailAddress\": \"generall_ltd@buckzy.net\"\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"3560 Flora Vista Ave\", //required\r\n        \"addressLine2\": \"Apt 100\",\r\n        \"addressLine3\": null,\r\n        \"city\": \"Santa Clara\", //required\r\n        \"province\": \"CA\", //required for US & Canada only\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John Smith checking\", //account holder name - required\r\n        \"accountNumber\": \"12345\", //required\r\n        \"clearingChannel\": \"Wire\",\r\n        \"currencyCode\": \"USD\", //required\r\n        \"swiftBic\": \"BOFAUS3N\",\r\n        \"financialInstitution\": {\r\n            \"name\": \"Chase\", // bank name  \r\n            \"countryCode\": \"US\", //required\r\n            \"postalAddress\": {\r\n                \"country\": \"US\",\r\n                \"province\": \"CA\",\r\n                \"addressLine1\": \"485 El Camino Real\",\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"postalCode\": \"95050\",\r\n                \"city\": \"Santa Clara\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 May 2025 19:58:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"0b928749daf12126"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"B\",\n    \"legalName\": \"General Ltd\",\n    \"lineOfBusiness\": \"L131\",\n    \"taxId\": \"123456\",\n    \"countryOfOperation\": \"US\",\n    \"countryOfRegistration\": \"US\",\n    \"registrationNumber\": \"123456789\",\n    \"establishmentDate\": \"2025-01-28\",\n    \"postalAddress\": {\n        \"addressLine1\": \"3560 Flora Vista Ave\",\n        \"addressLine2\": \"Apt 100\",\n        \"addressLine3\": null,\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"CA\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"generall_ltd@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"1293495\",\n    \"organizationType\": \"C004\",\n    \"partyId\": 721,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-05-01T19:58:33.334Z\",\n    \"organizationTypeObj\": {\n        \"code\": \"C004\",\n        \"description\": \"S Corp\"\n    },\n    \"lineOfBusinessObj\": {\n        \"code\": \"L131\",\n        \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n    }\n}"},{"id":"e7375b2c-a4f7-4565-81e0-e4ee5fef88dc","name":"Creditor Individual USD/US/ACH","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"I\", //required\r\n    \"externalId\": \"123555\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"firstName\": \"John\", //required\r\n    \"middleName\": null,\r\n    \"lastName\": \"Smith\", //required\r\n    \"countryOfBirth\": \"US\",\r\n    \"countryOfCitizenship\": \"US\",\r\n    \"birthDate\": \"2001-02-01\",\r\n    \"countryOfResidence\": \"US\",\r\n    \"occupation\": \"L002\", //refer to Additional Information for the complete list of codes\r\n    \"jobDescription\": \"Developer\",\r\n    \"taxId\": \"1\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required only if configured in consul\r\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\r\n        \"emailAddress\": \"johknsssmith@buckzy.net\"\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"3560 Flora Vista Ave\", //required\r\n        \"addressLine2\": \"Apt 100\",\r\n        \"addressLine3\": null,\r\n        \"city\": \"Santa Clara\", //required\r\n        \"province\": \"CA\", //required for US & Canada only\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John savings\", //account holder name - required\r\n        \"accountNumber\": \"11111\", //required\r\n        \"clearingChannel\": \"ACH\",\r\n        \"currencyCode\": \"USD\", //required\r\n        \"financialInstitution\": {\r\n            \"name\": \"Chase\", // bank name \r\n            \"countryCode\": \"US\", //required\r\n            \"memberId\": \"11111\", //routing number\r\n            \"postalAddress\": {\r\n                \"country\": \"US\",\r\n                \"addressLine1\": \"123 new street \",\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"province\": \"CA\",\r\n                \"city\": \"Santa clara\",\r\n                \"postalCode\": \"95051\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 May 2025 19:59:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"fa7112d2f25ab029"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"I\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"occupation\": \"L002\",\n    \"birthDate\": \"2001-02-01\",\n    \"countryOfBirth\": \"US\",\n    \"countryOfResidence\": \"US\",\n    \"taxId\": \"1\",\n    \"postalAddress\": {\n        \"addressLine1\": \"3560 Flora Vista Ave\",\n        \"addressLine2\": \"Apt 100\",\n        \"addressLine3\": null,\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"CA\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"johknsssmith@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"123555\",\n    \"countryOfCitizenship\": \"US\",\n    \"jobDescription\": \"Developer\",\n    \"partyId\": 722,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-05-01T19:59:25.866Z\",\n    \"occupationObj\": {\n        \"code\": \"L002\",\n        \"description\": \"Employed Part Time\"\n    }\n}"},{"id":"07e94a9f-60f7-4c70-ad87-ac75b572202a","name":"Creditor Business USD/US/ACH","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"B\", //required\r\n    \"externalId\": \"121345\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"legalName\": \"General Ltd\", //required\r\n    \"countryOfRegistration\": \"US\",\r\n    \"establishmentDate\": \"2025-01-28\",\r\n    \"registrationNumber\": \"123456789\",\r\n    \"countryOfOperation\": \"US\", //required\r\n    \"organizationType\": \"C004\", //refer to Additional Information for the complete list of codes\r\n    \"lineOfBusiness\": \"L131\", //refer to Additional Information for the complete list of codes\r\n    \"taxId\": \"123456\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required only if configured in consul\r\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\r\n        \"emailAddress\": \"generaal_sltd@buckzy.net\"\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"3560 Flora Vista Ave\", //required\r\n        \"addressLine2\": \"Apt 100\",\r\n        \"addressLine3\": null,\r\n        \"city\": \"Santa Clara\", //required\r\n        \"province\": \"CA\", //required for US & Canada only\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John savings\", //account holder name - required\r\n        \"accountNumber\": \"11111\", //required\r\n        \"clearingChannel\": \"ACH\",\r\n        \"currencyCode\": \"USD\", //required\r\n        \"financialInstitution\": {\r\n            \"name\": \"Chase\", // bank name \r\n            \"countryCode\": \"US\", //required\r\n            \"memberId\": \"11111\", //routing number\r\n            \"postalAddress\": {\r\n                \"country\": \"US\",\r\n                \"addressLine1\": \"123 new street \",\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"province\": \"CA\",\r\n                \"city\": \"Santa clara\",\r\n                \"postalCode\": \"95051\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 May 2025 20:00:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"c3e07ddab3f0acb4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"B\",\n    \"legalName\": \"General Ltd\",\n    \"lineOfBusiness\": \"L131\",\n    \"taxId\": \"123456\",\n    \"countryOfOperation\": \"US\",\n    \"countryOfRegistration\": \"US\",\n    \"registrationNumber\": \"123456789\",\n    \"establishmentDate\": \"2025-01-28\",\n    \"postalAddress\": {\n        \"addressLine1\": \"3560 Flora Vista Ave\",\n        \"addressLine2\": \"Apt 100\",\n        \"addressLine3\": null,\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"CA\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"generaal_sltd@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"121345\",\n    \"organizationType\": \"C004\",\n    \"partyId\": 723,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-05-01T20:00:00.540Z\",\n    \"organizationTypeObj\": {\n        \"code\": \"C004\",\n        \"description\": \"S Corp\"\n    },\n    \"lineOfBusinessObj\": {\n        \"code\": \"L131\",\n        \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n    }\n}"},{"id":"ff6ce146-8d2d-4251-a03a-d0a84ffa303e","name":"Create Individual Creditor Wire with Intermediary bank details","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"I\", //required\r\n    \"externalId\": \"101880899\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"firstName\": \"John\", //required\r\n    \"middleName\": null,\r\n    \"lastName\": \"Smith\", //required\r\n    \"countryOfBirth\": \"US\",\r\n    \"countryOfCitizenship\": \"US\",\r\n    \"birthDate\": \"1964-02-22\",\r\n    \"countryOfResidence\": \"US\",\r\n    \"occupation\": \"L001\", //refer API docs for the full list\r\n    \"jobDescription\": \"Developer\",\r\n    \"taxId\": \"123456789\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required only if configured in consul\r\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\r\n        \"emailAddress\": \"johntheis@buckzy.net\"\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"3560 Flora Vista Avenue\", //required\r\n        \"addressLine2\": \"Apt 100\",\r\n        \"addressLine3\": null,\r\n        \"city\": \"Santa Clara\", //required\r\n        \"province\": \"CA\", //required for US & Canada only\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John Smith checking\", //account holder name - required\r\n        \"accountNumber\": \"12345\", //required\r\n        \"clearingChannel\": \"Wire\",\r\n        \"currencyCode\": \"USD\", //required\r\n        \"swiftBic\": \"BOFAUS3N\",\r\n        \"financialInstitution\": {\r\n            \"name\": \"bkname\", // bank name \r\n            \"countryCode\": \"US\", //required\r\n            \"postalAddress\": {\r\n                \"country\": \"US\",\r\n                \"province\": \"CA\",\r\n                \"addressLine1\": \"485 El Camino Real\",\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"postalCode\": \"95050\",\r\n                \"city\": \"Santa Clara\"\r\n            }\r\n        },\r\n        // intermediaryBankDetails is optional\r\n        \"intermediaryBankDetails\": {\r\n            \"name\": \"BOFA\",\r\n            \"countryCode\": null,\r\n            \"memberId\": null,\r\n            \"intermediaryBankSwiftCode\": \"BOFAUS2N\",\r\n            \"postalAddress\": {\r\n                \"addressLine1\": \"3560 Flora Vista Avenue\",\r\n                \"addressLine2\": \"Opp DMV\",\r\n                \"addressLine3\": \"New Lane\",\r\n                \"city\": \"New York\",\r\n                \"province\": \"NY\",\r\n                \"postalCode\": \"10038\",\r\n                \"country\": \"US\"\r\n            }\r\n        }\r\n    },\r\n    \"documents\": []\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jun 2025 20:50:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"4e758e82a59da28c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"I\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"occupation\": \"L001\",\n    \"birthDate\": \"1964-02-22\",\n    \"countryOfBirth\": \"US\",\n    \"countryOfResidence\": \"US\",\n    \"taxId\": \"123456789\",\n    \"postalAddress\": {\n        \"addressLine1\": \"3560 Flora Vista Avenue\",\n        \"addressLine2\": \"Apt 100\",\n        \"addressLine3\": null,\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"CA\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"johntheis@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"101880899\",\n    \"countryOfCitizenship\": \"US\",\n    \"jobDescription\": \"Developer\",\n    \"partyId\": 1441,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-06-13T20:50:23.537Z\",\n    \"occupationObj\": {\n        \"code\": \"L001\",\n        \"description\": \"Employed Full Time\"\n    }\n}"},{"id":"72cd41e6-31f4-42dd-8a5a-9736d8b92dd7","name":"Create Business Creditor Wire with Intermediary bank details","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"consent\": \"Yes\", //required\r\n    \"tp\": \"B\", //required\r\n    \"externalId\": \"1259019\", //length must be between 1 to 20 character\r\n    \"side\": \"Creditor\", //default = debtor if nothing is passed\r\n    \"legalName\": \"General Ltd\", //required\r\n    \"countryOfRegistration\": \"US\",\r\n    \"establishmentDate\": \"2025-01-28\",\r\n    \"registrationNumber\": \"123456789\",\r\n    \"countryOfOperation\": \"US\", //required\r\n    \"organizationType\": \"C004\", //refer API docs for the full list\r\n    \"lineOfBusiness\": \"L131\", //refer API docs for the full list\r\n    \"taxId\": \"123456\",\r\n    \"contactDetail\": {\r\n        \"mobileCountryCode\": \"1\", //required only if configured in consul\r\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\r\n        \"emailAddress\": \"general_td@buckzy.net\"\r\n    },\r\n    \"postalAddress\": {\r\n        \"addressLine1\": \"3560 Flora Vista Ave\", //required\r\n        \"addressLine2\": \"Apt 100\",\r\n        \"addressLine3\": null,\r\n        \"city\": \"Santa Clara\", //required\r\n        \"province\": \"CA\", //required for US & Canada only\r\n        \"country\": \"US\", //required\r\n        \"postalCode\": \"95051\"\r\n    },\r\n    \"bankAccount\": {\r\n        \"accountName\": \"John Smith checking\", //account holder name - required\r\n        \"accountNumber\": \"12345\", //required\r\n        \"clearingChannel\": \"Wire\", \r\n        \"currencyCode\": \"USD\", //required\r\n        \"swiftBic\": \"BOFAUS3N\", \r\n        \"financialInstitution\": {\r\n            \"name\": \"bkname\", // bank name \r\n            \"countryCode\": \"US\", //required\r\n            \"postalAddress\": {\r\n                \"country\": \"US\", \r\n                \"province\": \"CA\", \r\n                \"addressLine1\": \"485 El Camino Real\", \r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"postalCode\": \"95050\",\r\n                \"city\": \"Santa Clara\" \r\n            }\r\n        },\r\n        // intermediaryBankDetails is optional\r\n        \"intermediaryBankDetails\": {\r\n            \"name\": \"BOFA\",\r\n            \"countryCode\": null, \r\n            \"memberId\": null,\r\n            \"intermediaryBankSwiftCode\": \"BOFAUSN4\", \r\n            \"postalAddress\": {\r\n                \"addressLine1\": \"3560 Flora Vista Avenue\",\r\n                \"addressLine2\": \"Opp DMV\",\r\n                \"addressLine3\": \"New Lane\",\r\n                \"city\": \"New York\",\r\n                \"province\": \"NY\",\r\n                \"postalCode\": \"10038\",\r\n                \"country\": \"US\"\r\n            }\r\n        }\r\n    },\r\n    \"documents\": []\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jun 2025 20:52:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"f0bc6d8116cc7944"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"B\",\n    \"legalName\": \"General Ltd\",\n    \"lineOfBusiness\": \"L131\",\n    \"taxId\": \"123456\",\n    \"countryOfOperation\": \"US\",\n    \"countryOfRegistration\": \"US\",\n    \"registrationNumber\": \"123456789\",\n    \"establishmentDate\": \"2025-01-28\",\n    \"postalAddress\": {\n        \"addressLine1\": \"3560 Flora Vista Ave\",\n        \"addressLine2\": \"Apt 100\",\n        \"addressLine3\": null,\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"CA\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"general_td@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"1259019\",\n    \"organizationType\": \"C004\",\n    \"partyId\": 1442,\n    \"kycStatus\": 0,\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-06-13T20:52:54.635Z\",\n    \"organizationTypeObj\": {\n        \"code\": \"C004\",\n        \"description\": \"S Corp\"\n    },\n    \"lineOfBusinessObj\": {\n        \"code\": \"L131\",\n        \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n    }\n}"}],"_postman_id":"8033579f-20ea-404e-959d-25ebe97183db"},{"name":"Update Creditor","id":"6214add3-88da-412f-bd09-728d11ed408f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"consent\": \"Yes\", //required\n    \"tp\": \"I\", //non editable\n    \"externalId\": \"123\", //length must be between 1 to 20 character\n    \"side\": \"Creditor\", //non editable\n    \"firstName\": \"John\",\n    \"middleName\": null,\n    \"lastName\": \"Smith\",\n    \"countryOfBirth\": \"US\",\n    \"countryOfCitizenship\": \"US\",\n    \"birthDate\": \"1964-02-22\",\n    \"countryOfResidence\": \"US\",\n    \"occupation\": \"L001\", //refer to Additional Information for the complete list of codes\n    \"jobDescription\": \"Developer\",\n    \"taxId\": \"123456\",\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\", //required only if configured in consul\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\n        \"emailAddress\": \"johnssmithdoe@buckzy.net\"\n    },\n    \"postalAddress\": {\n        \"addressLine1\": \"3560 Flora Vista Ave\", //required\n        \"addressLine2\": \"Apt 9\",\n        \"addressLine3\": null,\n        \"city\": \"Santa Clara\", //required\n        \"province\": \"CA\", //required for US & Canada only\n        \"country\": \"US\", //required\n        \"postalCode\": \"95051\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/parties/:partyId?apikey={{apikey}}","description":"<p>This request modifies the details of a specific party(creditor) identified by the ID provided in the path variable.</p>\n<p>User cannot modify TYPE and SIDE of a party.</p>\n<p><a href=\"https://go.postman.co/workspace/Panchami's-Workspace~ec67a2c7-54a2-4894-8761-8686669c6ac6/documentation/34644703-8e5dfa28-ac73-48bb-853e-2a01b641fb08?entity=folder-da93c402-fd69-45e0-80d1-1eea8e5237b3\">See Additional Information for Country codes, Currency codes, Line of Business codes, Occupation Type codes, Corporation Type codes</a></p>\n","urlObject":{"path":["v1","parties",":partyId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the party whose details are being updated</p>\n","type":"text/plain"},"type":"any","value":"593","key":"partyId"}]}},"response":[{"id":"790768d1-1e13-4fc9-ba69-917b43f09acd","name":"Update Creditor (Business)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"consent\": \"Yes\", //required\n    \"tp\": \"B\", //non editable\n    \"externalId\": \"99097\", //length must be between 1 to 20 character\n    \"side\": \"Creditor\", //non editable\n    \"legalName\": \"General Ltd\", //required\n    \"countryOfRegistration\": \"IN\",\n    \"establishmentDate\": \"2025-01-28\",\n    \"registrationNumber\": \"U12345MH2025PLC123456\",\n    \"countryOfOperation\": \"IN\", //required\n    \"organizationType\": \"C004\", //refer to Additional Information for the complete list of codes\n    \"lineOfBusiness\": \"L131\", //refer to Additional Information for the complete list of codes\n    \"taxId\": \"12345\",\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"91\", //required only for India\n        \"mobileNumber\": \"8888888888\", //required only for India\n        \"emailAddress\": \"generalltds@buckzy.net\" //required only for India\n    },\n    \"postalAddress\": {\n        \"addressLine1\": \"Sector 30\", //required\n        \"addressLine2\": null,\n        \"addressLine3\": \"Navanagar\",\n        \"city\": \"Bagalkot\", //required\n        \"province\": \"KA\", //required only for US & CA\n        \"country\": \"IN\", //required\n        \"postalCode\": \"587101\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:partyId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":partyId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"partyId","value":"597","description":"ID of the party whose details are being updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 04:19:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"d0dc81b0902d7c58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"B\",\n    \"legalName\": \"General Ltd\",\n    \"lineOfBusiness\": \"L131\",\n    \"taxId\": \"12345\",\n    \"countryOfOperation\": \"IN\",\n    \"countryOfRegistration\": \"IN\",\n    \"registrationNumber\": \"U12345MH2025PLC123456\",\n    \"establishmentDate\": \"2025-01-28\",\n    \"postalAddress\": {\n        \"addressLine1\": \"Sector 30\",\n        \"addressLine2\": null,\n        \"addressLine3\": \"Navanagar\",\n        \"postalCode\": \"587101\",\n        \"city\": \"Bagalkot\",\n        \"province\": \"KA\",\n        \"country\": \"IN\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"91\",\n        \"mobileNumber\": \"8888888888\",\n        \"emailAddress\": \"generalltds@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"99097\",\n    \"organizationType\": \"C004\",\n    \"partyId\": 597,\n    \"kycStatus\": 0,\n    \"status\": \"Pending\",\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-02-03T04:07:43.483Z\",\n    \"organizationTypeObj\": {\n        \"code\": \"C004\",\n        \"description\": \"S Corp\"\n    },\n    \"lineOfBusinessObj\": {\n        \"code\": \"L131\",\n        \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n    }\n}"},{"id":"e7a7dbf1-fb21-4e55-bdae-42c32557c791","name":"Update Creditor (Individual)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"consent\": \"Yes\", //required\n    \"tp\": \"I\", //non editable\n    \"externalId\": \"123\", //length must be between 1 to 20 character\n    \"side\": \"Creditor\", //non editable\n    \"firstName\": \"John\",\n    \"middleName\": null,\n    \"lastName\": \"Smith\",\n    \"countryOfBirth\": \"US\",\n    \"countryOfCitizenship\": \"US\",\n    \"birthDate\": \"1964-02-22\",\n    \"countryOfResidence\": \"US\",\n    \"occupation\": \"L001\", //refer to Additional Information for the complete list of codes\n    \"jobDescription\": \"Developer\",\n    \"taxId\": \"123456\",\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\", //required only if configured in consul\n        \"mobileNumber\": \"9999999999\", //required only if configured in consul\n        \"emailAddress\": \"johnssmithdoe@buckzy.net\"\n    },\n    \"postalAddress\": {\n        \"addressLine1\": \"3560 Flora Vista Ave\", //required\n        \"addressLine2\": \"Apt 9\",\n        \"addressLine3\": null,\n        \"city\": \"Santa Clara\", //required\n        \"province\": \"CA\", //required for US & Canada only\n        \"country\": \"US\", //required\n        \"postalCode\": \"95051\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:partyId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":partyId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"partyId","value":"593","description":"ID of the party whose details are being updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 04:44:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"68b82354ee2c1e25"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Creditor\",\n    \"tp\": \"I\",\n    \"firstName\": \"John\",\n    \"middleName\": \"Doe\",\n    \"lastName\": \"Smith\",\n    \"occupation\": \"L001\",\n    \"birthDate\": \"1964-02-22\",\n    \"countryOfBirth\": \"US\",\n    \"countryOfResidence\": \"US\",\n    \"legalName\": \"Smith, John Doe\",\n    \"taxId\": \"123456\",\n    \"postalAddress\": {\n        \"addressLine1\": \"3560 Flora Vista Ave\",\n        \"addressLine2\": \"Apt 9\",\n        \"addressLine3\": null,\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"CA\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"johnssmithdoe@buckzy.net\"\n    },\n    \"documents\": [],\n    \"consent\": \"Yes\",\n    \"externalId\": \"123\",\n    \"countryOfCitizenship\": \"US\",\n    \"jobDescription\": \"Developer\",\n    \"partyId\": 593,\n    \"kycStatus\": 0,\n    \"status\": \"Pending\",\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-02-03T04:01:29.241Z\",\n    \"occupationObj\": {\n        \"code\": \"L001\",\n        \"description\": \"Employed Full Time\"\n    }\n}"}],"_postman_id":"6214add3-88da-412f-bd09-728d11ed408f"},{"name":"Create Creditor Bank Account","id":"719b2071-50a7-4b57-8bc8-3d4e84a751b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John Smith checking\", //account holder name - required\r\n    \"accountNumber\": \"123415\", //required\r\n    \"clearingChannel\": \"Wire\",\r\n    \"currencyCode\": \"USD\", //required\r\n    \"swiftBic\": \"BOFAUS3N\",\r\n    \"financialInstitution\": {\r\n        \"name\": \"Chase\", // bank name \r\n        \"countryCode\": \"US\", //required\r\n        \"postalAddress\": {\r\n            \"country\": \"US\",\r\n            \"province\": \"CA\", //required for US & CA \r\n            \"addressLine1\": \"485 El Camino Real\",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"postalCode\": \"95050\",\r\n            \"city\": \"Santa Clara\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/parties/:creditorId/accounts?tp=bank&apikey={{apikey}}","description":"<p>This request creats a new bank account for a creditor for the specified payment method (clearing channel). A bank account can be linked to the creditor either during the creditor's creation or at a later time.</p>\n<p><a href=\"https://go.postman.co/workspace/Panchami's-Workspace~ec67a2c7-54a2-4894-8761-8686669c6ac6/documentation/34644703-8e5dfa28-ac73-48bb-853e-2a01b641fb08?entity=folder-da93c402-fd69-45e0-80d1-1eea8e5237b3\">See Additional Information for Country codes, Currency codes, and Account Type codes</a></p>\n<h3 id=\"bank-member-ids-and-account-numbers-based-on-country\">Bank Member IDs and Account Numbers based on Country</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Payment Method</strong></th>\n<th><strong>Member ID</strong></th>\n<th><strong>Account Number</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Wire</td>\n<td>Swift Code / BIC  <br />  <br />Format: AAAA BB CC DDD  <br />AAAA – Bank Code (4 letters, identifies the bank)  <br />BB – Country Code (2 letters, identifies the country)  <br />CC – Location Code (2 characters, identifies the city)  <br />DDD – Branch Code (3 characters, optional, identifies the specific branch)</td>\n<td>Bank Account Number</td>\n</tr>\n<tr>\n<td>FedWire</td>\n<td>Routing Number  <br />Format: 9-digit code</td>\n<td>Bank Account Number</td>\n</tr>\n<tr>\n<td>ACH</td>\n<td>Routing Number  <br />Format: 9-digit code</td>\n<td>Bank Account Number</td>\n</tr>\n<tr>\n<td>IMPS</td>\n<td>IFSC Code  <br />Format: 11-character alphanumeric code</td>\n<td>Bank Account Number</td>\n</tr>\n<tr>\n<td>UPI</td>\n<td>UPI ID  <br />Format: [username]@[provider]</td>\n<td>--</td>\n</tr>\n<tr>\n<td>SEPA</td>\n<td>Swift Code / BIC  <br />  <br />Format: AAAA BB CC DDD  <br />AAAA – Bank Code (4 letters, identifies the bank)  <br />BB – Country Code (2 letters, identifies the country)  <br />CC – Location Code (2 characters, identifies the city)  <br />DDD – Branch Code (3 characters, optional, identifies the specific branch)</td>\n<td>IBAN  <br />  <br />Format: Country Code + Check Digits + Bank Code + Account Number</td>\n</tr>\n<tr>\n<td>FPS</td>\n<td>Sort Code  <br />Format: 6-digit code</td>\n<td>BBAN  <br />Format: Country Code + Bank Code + Account Number</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-parameters\">BODY PARAMETERS</h3>\n<p><strong>accountName</strong>(string): Account name.<br /><strong>accountNumber</strong>(string, required): Account Number<br /><strong>accountType</strong>(string): Account Type when payment method is IMPS <em><strong>Refer to Currency Codes table.</strong></em><br /><strong>clearingChannel</strong>(string): Payment method (Wire, ACH, SEPA, IMPS, UPI, FedWire)<br /><strong>currencyCode</strong> (string, required): 3-character currency code for the account. <em><strong>Refer to Currency Codes table.</strong></em><br /><strong>swiftBic</strong> (string, required): Financial institution’s SWIFT code.<br /><strong>financialInstitution</strong> (object, required): Details for the financial institution where the account is located.<br /><strong>memberId</strong> (string): Financial institution’s routing number.<br /><strong>countryCode</strong> (string, required): Country of the address. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>postalAddress</strong> (object, required): Mailing address of the party.<br /><strong>addressLine1</strong> (string, required): First line of the address.<br /><strong>addressLine2</strong> (string, optional): Second line of the address.<br /><strong>addressLine3</strong> (string, optional): Third line of the address.<br /><strong>postalCode</strong> (string, required): Postal or ZIP code of the address.<br /><strong>city</strong> (string, required): City or nearby city (if the address is in a rural area).<br /><strong>province</strong> (string, required): The province or state name.</p>\n<p><strong>intermediaryBankDetails</strong> (object, optional):</p>\n<p><strong>name</strong>(string,optional): bank name<br /><strong>countryCode</strong> (string, optional): Country of the address. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em><br /><strong>memberId</strong> (string,optional): Intermediary bank's routing number<br /><strong>intermediaryBankSwiftCode</strong> (string, optional): Financial institution’s SWIFT code<br /><strong>postalAddress</strong> (object, optional): Mailing address of the party.<br /><strong>addressLine1</strong> (string, optional): First line of the address.<br /><strong>addressLine2</strong> (string, optional): Second line of the address.<br /><strong>addressLine3</strong> (string, optional): Third line of the address.<br /><strong>postalCode</strong> (string, optional): Postal or ZIP code of the address.<br /><strong>city</strong> (string, optional): City or nearby city (if the address is in a rural area).<br /><strong>province</strong> (string, optional): The province or state name.<br /><strong>country</strong> (string, optional): Country of the address. A valid 2-character country code is required. <em><strong>Refer to Country Codes table.</strong></em></p>\n<h3 id=\"response-parameters\">RESPONSE PARAMETERS</h3>\n<p><strong>accountName</strong>(string): Account name.<br /><strong>accountNumber</strong>(string): Account Number<br /><strong>accountType</strong>(string): Account Type<br /><strong>clearingChannel</strong>(string): Payment method (Wire, ACH, SEPA, IMPS, UPI, FedWire)<br /><strong>currencyCode</strong> (string): 3-character currency code for the account.<br /><strong>swiftBic</strong> (string): Financial institution’s SWIFT code.<br /><strong>financialInstitution</strong> (object): [<br /><strong>name</strong> (string): Bank name.<br /><strong>timeToSettle</strong>: null<br /><strong>expectedSettlementAt</strong>: null<br /><strong>expectedSettlementDate</strong>: null<br /><strong>memberId</strong> (string): Financial institution’s routing number.<br /><strong>countryCode</strong> (string): A valid 2-character country code .<br /><strong>postalAddress</strong> (object): [<br /><strong>addressLine1</strong> (string, required): First line of the address.<br /><strong>addressLine2</strong> (string, optional): Second line of the address.<br /><strong>addressLine3</strong> (string, optional): Third line of the address.<br /><strong>postalCode</strong> (string, required): Postal or ZIP code of the address.<br /><strong>city</strong> (string, required): City or nearby city (if the address is in a rural area).<br /><strong>province</strong> (string, required): The province or state name.<br />]<br /><strong>accountCategory</strong>: null<br /><strong>ownerId</strong>: Unique identifier of the party for whom account was created<br /><strong>accountId</strong>: Unique identifier of the new account<br /><strong>accountTypeName</strong>: Description of accountType code<br /><strong>preferred</strong>: True or False - Preference of the account<br /><strong>providerName</strong>: null<br /><strong>status</strong>: ACTIVE<br /><strong>nickName</strong>: null<br /><strong>buckzyAccountType</strong>: null<br /><strong>buckzyAccountCategory</strong>: null<br /><strong>buckzyAccountPurpose</strong>: null<br /><strong>mainAccountId</strong>: null<br /><strong>routingNumber</strong>: null</p>\n","urlObject":{"path":["v1","parties",":creditorId","accounts"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>value =  bank for creditor accounts</p>\n","type":"text/plain"},"key":"tp","value":"bank"},{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>party Id of the creditor to whom you want to add accounts</p>\n","type":"text/plain"},"type":"any","value":"589","key":"creditorId"}]}},"response":[{"id":"e4ac15d8-3652-4532-884e-e32b2c7e3ff1","name":"Create Creditor UPI Bank Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": null, //value=null always \r\n    \"accountNumber\": \"test@newtest\", //UPI ID \r\n    \"clearingChannel\": \"UPI\",\r\n    \"currencyCode\": \"INR\",\r\n    \"financialInstitution\": {\r\n        \"countryCode\": \"IN\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts?tp=bank&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts"],"query":[{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"creditorId","value":"589","description":"party Id of the creditor to whom you want to add accounts"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 12:18:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"429bd3261463e96f"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"test@newtest\",\n    \"accountName\": null,\n    \"accountType\": \"11\",\n    \"currencyCode\": \"INR\",\n    \"financialInstitution\": {\n        \"name\": null,\n        \"countryCode\": \"IN\",\n        \"memberId\": null,\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": null,\n            \"city\": null,\n            \"province\": null,\n            \"country\": \"IN\"\n        }\n    },\n    \"clearingChannel\": \"UPI\",\n    \"swiftBic\": null,\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 182,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"},{"id":"d93a7253-1d32-4bf8-9455-b1ccc6c07814","name":"Create Creditor IMPS Bank Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John Checking\", //required - account holder name\r\n    \"accountNumber\": \"77788788\", //required\r\n    \"clearingChannel\": \"IMPS\",\r\n    \"currencyCode\": \"INR\",\r\n    \"accountType\": \"10\",//refer to Additional Information for the complete list of codes\r\n    \"financialInstitution\": {\r\n        \"countryCode\": \"IN\", //required\r\n        \"memberId\": \"7778878\", //IFSC code\r\n        \"postalAddress\": {\r\n            \"country\": \"IN\",\r\n            \"addressLine1\": \"M 43\",\r\n            \"addressLine2\": \"Sector 53\",\r\n            \"addressLine3\": \"Navanagar\",\r\n            \"province\": \"KA\", //required only for US & CA \r\n            \"city\": \"Bagalkot\",\r\n            \"postalCode\": \"587103\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts?tp=bank&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts"],"query":[{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"creditorId","value":"589","description":"party Id of the creditor to whom you want to add accounts"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 12:20:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"9bc9fcd53a478c35"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"77788788\",\n    \"accountName\": \"John Checking\",\n    \"accountType\": \"10\",\n    \"currencyCode\": \"INR\",\n    \"financialInstitution\": {\n        \"name\": null,\n        \"countryCode\": \"IN\",\n        \"memberId\": \"7778878\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"M 43\",\n            \"addressLine2\": \"Sector 53\",\n            \"addressLine3\": \"Navanagar\",\n            \"postalCode\": \"587103\",\n            \"city\": \"Bagalkot\",\n            \"province\": \"KA\",\n            \"country\": \"IN\"\n        }\n    },\n    \"clearingChannel\": \"IMPS\",\n    \"swiftBic\": null,\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 183,\n    \"accountTypeName\": \"Savings account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"},{"id":"551d8f51-83b7-4a34-a2b0-f0b0d2e2f47f","name":"Create Creditor Fedwire Bank Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John savings\", //account holder name - required\r\n    \"accountNumber\": \"1231321\", //required\r\n    \"clearingChannel\": \"FedWire\",\r\n    \"currencyCode\": \"USD\", //required\r\n    \"financialInstitution\": {\r\n        \"countryCode\": \"US\", //required\r\n        \"memberId\": \"021000021\", //routing number\r\n        \"postalAddress\": {\r\n            \"country\": \"US\",\r\n            \"province\": \"CA\", //required only for US and CA\r\n            \"addressLine1\": \"El Camino Real\",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"city\": \"Santa Clara\",\r\n            \"postalCode\": \"95051\"\r\n        },\r\n        \"name\": \"chase\" //bank name\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts?tp=bank&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts"],"query":[{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"creditorId","value":"589","description":"party Id of the creditor to whom you want to add accounts"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 13:39:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"0f7b02e818883091"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"1231321\",\n    \"accountName\": \"John savings\",\n    \"accountType\": \"11\",\n    \"currencyCode\": \"USD\",\n    \"financialInstitution\": {\n        \"name\": \"chase\",\n        \"countryCode\": \"US\",\n        \"memberId\": \"021000021\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"El Camino Real\",\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": \"95051\",\n            \"city\": \"Santa Clara\",\n            \"province\": \"CA\",\n            \"country\": \"US\"\n        }\n    },\n    \"clearingChannel\": \"FedWire\",\n    \"swiftBic\": null,\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 185,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"},{"id":"20b59423-deb6-44c3-9d9d-abe24a9dec18","name":"Create Creditor SEPA Bank Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John Checking\", //account holder name - required\r\n    \"accountNumber\": \"1233121\", //required\r\n    \"clearingChannel\": \"SEPA\",\r\n    \"currencyCode\": \"EUR\",\r\n    \"swiftBic\": \"BNPAFRPP\", //routing number\r\n    \"financialInstitution\": {\r\n        \"countryCode\": \"FR\",\r\n        \"postalAddress\": {\r\n            \"country\": \"FR\",\r\n            \"addressLine1\": \"123 Rue de Paris\",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"city\": \"Paris\",\r\n            \"province\": null, //required only for US and CA\r\n            \"postalCode\": \"75001\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts?tp=bank&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts"],"query":[{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"creditorId","value":"589","description":"party Id of the creditor to whom you want to add accounts"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 13:40:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"6d7b190e9abdd42b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"1233121\",\n    \"accountName\": \"John Checking\",\n    \"accountType\": \"11\",\n    \"currencyCode\": \"EUR\",\n    \"financialInstitution\": {\n        \"name\": null,\n        \"countryCode\": \"FR\",\n        \"memberId\": \"BNPAFRPP\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"123 Rue de Paris\",\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": \"75001\",\n            \"city\": \"Paris\",\n            \"province\": null,\n            \"country\": \"FR\"\n        }\n    },\n    \"clearingChannel\": \"SEPA\",\n    \"swiftBic\": \"BNPAFRPP\",\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 186,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"},{"id":"123def24-c8e9-49eb-aca2-a43fdf69a0aa","name":"Create Creditor FPS Bank Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John checking\",//required - account holder name\r\n    \"accountNumber\": \"80677865\",//required\r\n    \"clearingChannel\": \"FPS\",\r\n    \"currencyCode\": \"GBP\",\r\n    \"financialInstitution\": {\r\n        \"countryCode\": \"GB\",//required\r\n        \"postalAddress\": {\r\n            \"country\": \"GB\",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"province\": null,\r\n            \"addressLine1\": \"10 Downing Street\",//required\r\n            \"city\": \"London\",//required\r\n            \"postalCode\": \"SW1A2AA\"\r\n        },\r\n        \"memberId\": \"030003\" //sort code\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts?tp=bank&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts"],"query":[{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"creditorId","value":"589","description":"party Id of the creditor to whom you want to add accounts"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Apr 2025 12:22:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"99708a06eb0b7e91"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"80677865\",\n    \"accountName\": \"John checking\",\n    \"accountType\": \"11\",\n    \"currencyCode\": \"GBP\",\n    \"financialInstitution\": {\n        \"name\": null,\n        \"countryCode\": \"GB\",\n        \"memberId\": \"030003\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"10 Downing Street\",\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": \"SW1A2AA\",\n            \"city\": \"London\",\n            \"province\": null,\n            \"country\": \"GB\"\n        }\n    },\n    \"clearingChannel\": \"FPS\",\n    \"swiftBic\": null,\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 322,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"},{"id":"5e0464c6-0264-4a43-b47b-ab329c5fe33b","name":"Create Creditor ACH Bank Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John savings\", //account holder name - required\r\n    \"accountNumber\": \"112111\", //required\r\n    \"clearingChannel\": \"ACH\",\r\n    \"currencyCode\": \"USD\", //required\r\n    \"financialInstitution\": {\r\n        \"name\": \"Chase\", // bank name \r\n        \"countryCode\": \"US\", //required\r\n        \"memberId\": \"11111\", //routing number\r\n        \"postalAddress\": {\r\n            \"country\": \"US\",\r\n            \"addressLine1\": \"123 new street \",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"province\": \"CA\", //required for US & CA\r\n            \"city\": \"Santa clara\",\r\n            \"postalCode\": \"95051\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts?tp=bank&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts"],"query":[{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"creditorId","value":"589","description":"party Id of the creditor to whom you want to add accounts"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 May 2025 20:05:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"9a5d3b77e4d55df2"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"112111\",\n    \"accountName\": \"John savings\",\n    \"accountType\": \"11\",\n    \"currencyCode\": \"USD\",\n    \"financialInstitution\": {\n        \"name\": \"Chase\",\n        \"countryCode\": \"US\",\n        \"memberId\": \"11111\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"123 new street \",\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": \"95051\",\n            \"city\": \"Santa clara\",\n            \"province\": \"CA\",\n            \"country\": \"US\"\n        }\n    },\n    \"clearingChannel\": \"ACH\",\n    \"swiftBic\": null,\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 353,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"},{"id":"8a828115-6ebd-4a74-a20f-9af57a53c1a1","name":"Create Creditor WIRE Bank Account without Intermediary bank details","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John Smith checking\", //account holder name - required\r\n    \"accountNumber\": \"123415\", //required\r\n    \"clearingChannel\": \"Wire\",\r\n    \"currencyCode\": \"USD\", //required\r\n    \"swiftBic\": \"BOFAUS3N\",\r\n    \"financialInstitution\": {\r\n        \"name\": \"Chase\", // bank name \r\n        \"countryCode\": \"US\", //required\r\n        \"postalAddress\": {\r\n            \"country\": \"US\",\r\n            \"province\": \"CA\", //required for US & CA \r\n            \"addressLine1\": \"485 El Camino Real\",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"postalCode\": \"95050\",\r\n            \"city\": \"Santa Clara\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts?tp=bank&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts"],"query":[{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"creditorId","value":"589","description":"party Id of the creditor to whom you want to add accounts"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 May 2025 20:05:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"af83caba5ab41b2b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"123415\",\n    \"accountName\": \"John Smith checking\",\n    \"accountType\": \"11\",\n    \"currencyCode\": \"USD\",\n    \"financialInstitution\": {\n        \"name\": \"Chase\",\n        \"countryCode\": \"US\",\n        \"memberId\": \"BOFAUS3N\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"485 El Camino Real\",\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": \"95050\",\n            \"city\": \"Santa Clara\",\n            \"province\": \"CA\",\n            \"country\": \"US\"\n        }\n    },\n    \"clearingChannel\": \"Wire\",\n    \"swiftBic\": \"BOFAUS3N\",\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 354,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"},{"id":"f8954941-6dd3-414e-b714-00a698eb2278","name":"Create Creditor WIRE Bank Account with Intermediary bank details","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John checking with IB\", //account holder name - required\r\n    \"accountNumber\": \"7737817\", //required\r\n    \"clearingChannel\": \"Wire\", \r\n    \"currencyCode\": \"USD\", //required\r\n    \"swiftBic\": \"BOFAUS3N\", \r\n    \"financialInstitution\": {\r\n        \"name\": \"bkname\", // bank name \r\n        \"countryCode\": \"US\", //required\r\n        \"postalAddress\": {\r\n            \"country\": \"US\",\r\n            \"province\": \"CA\", \r\n            \"addressLine1\": \"485 El Camino Real\", \r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"postalCode\": \"95050\",\r\n            \"city\": \"Santa Clara\" \r\n        },\r\n        \"memberId\": null\r\n    },\r\n   // intermediaryBankDetails is optional\r\n    \"intermediaryBankDetails\": {\r\n        \"name\": \"BOFA\",\r\n        \"countryCode\": \"US\",\r\n        \"memberId\": null,\r\n        \"intermediaryBankSwiftCode\": \"BOFAUS3N\",\r\n        \"postalAddress\": {\r\n            \"addressLine1\": \"3560 Flora Vista Avenue\",\r\n            \"addressLine2\": \"Opp DMV\",\r\n            \"addressLine3\": \"Near New Lane\",\r\n            \"city\": \"New York\",\r\n            \"province\": \"NY\",\r\n            \"postalCode\": \"10038\",\r\n            \"country\": \"US\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts?tp=bank&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts"],"query":[{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"creditorId","value":"667","description":"party Id of the creditor to whom you want to add accounts"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jun 2025 20:47:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"aa389a648545084e"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"7737817\",\n    \"accountName\": \"John checking with IB\",\n    \"accountType\": \"11\",\n    \"currencyCode\": \"USD\",\n    \"financialInstitution\": {\n        \"name\": \"bkname\",\n        \"countryCode\": \"US\",\n        \"memberId\": \"BOFAUS3N\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"485 El Camino Real\",\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": \"95050\",\n            \"city\": \"Santa Clara\",\n            \"province\": \"CA\",\n            \"country\": \"US\"\n        },\n        \"intermediaryBankSwiftCode\": null\n    },\n    \"intermediaryBankDetails\": {\n        \"name\": \"BOFA\",\n        \"countryCode\": null,\n        \"memberId\": null,\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"3560 Flora Vista Avenue\",\n            \"addressLine2\": \"Opp DMV\",\n            \"addressLine3\": \"Near New Lane\",\n            \"postalCode\": \"10038\",\n            \"city\": \"New York\",\n            \"province\": \"NY\",\n            \"country\": \"US\"\n        },\n        \"intermediaryBankSwiftCode\": \"BOFAUS3N\"\n    },\n    \"clearingChannel\": \"Wire\",\n    \"swiftBic\": \"BOFAUS3N\",\n    \"accountCategory\": null,\n    \"ownerId\": 667,\n    \"accountId\": 482,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"}],"_postman_id":"719b2071-50a7-4b57-8bc8-3d4e84a751b1"},{"name":"Get Creditor Bank Account by ID","id":"6f23c759-2624-4d89-abd5-9590d00394db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/parties/:creditorId/accounts/:accountId?apikey={{apikey}}&tp=bank","description":"<p>This request fetches a specific bank account of a creditor associated with a specific client, identified by the ID provided in the path variable excluding those accounts which are Deleted.</p>\n","urlObject":{"path":["v1","parties",":creditorId","accounts",":accountId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"},{"description":{"content":"<p>value =  bank for creditor accounts</p>\n","type":"text/plain"},"key":"tp","value":"bank"}],"variable":[{"description":{"content":"<p>ID of the party that owns the account</p>\n","type":"text/plain"},"type":"string","value":"589","key":"creditorId"},{"description":{"content":"<p>ID of the account whose details you wish to retrieve</p>\n","type":"text/plain"},"type":"any","value":"183","key":"accountId"}]}},"response":[{"id":"dc1134d3-4d9a-463a-833d-05f2bf381181","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts/:accountId?apikey={{apikey}}&tp=bank","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts",":accountId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"}],"variable":[{"key":"creditorId","value":"589","description":"ID of the party that owns the account","type":"string"},{"key":"accountId","value":"183","description":"ID of the account whose details you wish to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 13:43:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"309fe1b2fcc092ee"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"77788788\",\n    \"accountName\": \"John Checking\",\n    \"accountType\": \"10\",\n    \"currencyCode\": \"INR\",\n    \"financialInstitution\": {\n        \"name\": null,\n        \"countryCode\": \"IN\",\n        \"memberId\": \"7778878\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"M 43\",\n            \"addressLine2\": \"Sector 53\",\n            \"addressLine3\": \"Navanagar\",\n            \"postalCode\": \"587103\",\n            \"city\": \"Bagalkot\",\n            \"province\": \"KA\",\n            \"country\": \"IN\"\n        }\n    },\n    \"clearingChannel\": \"IMPS\",\n    \"swiftBic\": null,\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 183,\n    \"accountTypeName\": \"Savings account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"},{"id":"4cddf44f-4a72-4216-97bb-2b203418965f","name":"Get Creditor Bank Account by ID (linked to Intermediary bank details)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts/:accountId?apikey={{apikey}}&tp=bank","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts",":accountId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"}],"variable":[{"key":"creditorId","value":"722","description":"ID of the party that owns the account","type":"string"},{"key":"accountId","value":"464","description":"ID of the account whose details you wish to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jun 2025 21:00:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"88b8e00cc401d411"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"778174\",\n    \"accountName\": \"John checking with IB\",\n    \"accountType\": \"11\",\n    \"currencyCode\": \"USD\",\n    \"financialInstitution\": {\n        \"name\": \"bkname\",\n        \"countryCode\": \"US\",\n        \"memberId\": \"BOFAUS3N\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"485 El Camino Real\",\n            \"addressLine2\": \"new lane\",\n            \"addressLine3\": null,\n            \"postalCode\": \"95050\",\n            \"city\": \"Santa Clara\",\n            \"province\": \"CA\",\n            \"country\": \"US\"\n        },\n        \"intermediaryBankSwiftCode\": null\n    },\n    \"intermediaryBankDetails\": {\n        \"name\": \"BOFA\",\n        \"countryCode\": null,\n        \"memberId\": null,\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"3560 Vista Avenue\",\n            \"addressLine2\": \"Opp DMV\",\n            \"addressLine3\": \"New Lane\",\n            \"postalCode\": \"10038\",\n            \"city\": \"New Jersey\",\n            \"province\": \"NY\",\n            \"country\": \"US\"\n        },\n        \"intermediaryBankSwiftCode\": \"BOFAUS3N\"\n    },\n    \"clearingChannel\": \"Wire\",\n    \"swiftBic\": \"BOFAUS3N\",\n    \"accountCategory\": null,\n    \"ownerId\": 722,\n    \"accountId\": 464,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"}],"_postman_id":"6f23c759-2624-4d89-abd5-9590d00394db"},{"name":"Get All  Bank Accounts of Creditor","id":"fca87408-4799-469c-8395-4dc1256c358d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/parties/:creditorId/accounts?apikey={{apikey}}&tp=bank","description":"<p>This request fetches all the bank accounts of a creditor associated with a specific client, excluding those accounts which are Deleted.</p>\n","urlObject":{"path":["v1","parties",":creditorId","accounts"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"},{"description":{"content":"<p>value =  bank for creditor accounts</p>\n","type":"text/plain"},"key":"tp","value":"bank"}],"variable":[{"description":{"content":"<p>ID of the party whose accounts you wish to retrieve </p>\n","type":"text/plain"},"type":"any","value":"589","key":"creditorId"}]}},"response":[{"id":"245a7ca4-c543-43ba-b684-77edc4d85ace","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts?apikey={{apikey}}&tp=bank","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"}],"variable":[{"key":"creditorId","value":"589","description":"ID of the party whose accounts you wish to retrieve "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 13:45:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"a8f461465fcf6f8d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountNumber\": \"123415\",\n        \"accountName\": \"John Smith checking\",\n        \"accountType\": \"11\",\n        \"currencyCode\": \"USD\",\n        \"financialInstitution\": {\n            \"name\": null,\n            \"countryCode\": \"US\",\n            \"memberId\": \"BOFAUS3N\",\n            \"timeToSettle\": null,\n            \"expectedSettlementAt\": null,\n            \"expectedSettlementDate\": null,\n            \"postalAddress\": {\n                \"addressLine1\": \"485 El Camino Real\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"95050\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            }\n        },\n        \"clearingChannel\": \"Wire\",\n        \"swiftBic\": \"BOFAUS3N\",\n        \"accountCategory\": null,\n        \"ownerId\": 589,\n        \"accountId\": 187,\n        \"accountTypeName\": \"Current Account\",\n        \"preferred\": false,\n        \"providerName\": null,\n        \"status\": \"ACTIVE\",\n        \"nickName\": null,\n        \"buckzyAccountType\": null,\n        \"buckzyAccountCategory\": null,\n        \"buckzyAccountPurpose\": null,\n        \"fundAccountId\": null,\n        \"routingNumber\": null\n    },\n    {\n        \"accountNumber\": \"1233121\",\n        \"accountName\": \"John Checking\",\n        \"accountType\": \"11\",\n        \"currencyCode\": \"EUR\",\n        \"financialInstitution\": {\n            \"name\": null,\n            \"countryCode\": \"FR\",\n            \"memberId\": \"BNPAFRPP\",\n            \"timeToSettle\": null,\n            \"expectedSettlementAt\": null,\n            \"expectedSettlementDate\": null,\n            \"postalAddress\": {\n                \"addressLine1\": \"123 Rue de Paris\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"75001\",\n                \"city\": \"Paris\",\n                \"province\": null,\n                \"country\": \"FR\"\n            }\n        },\n        \"clearingChannel\": \"SEPA\",\n        \"swiftBic\": \"BNPAFRPP\",\n        \"accountCategory\": null,\n        \"ownerId\": 589,\n        \"accountId\": 186,\n        \"accountTypeName\": \"Current Account\",\n        \"preferred\": false,\n        \"providerName\": null,\n        \"status\": \"ACTIVE\",\n        \"nickName\": null,\n        \"buckzyAccountType\": null,\n        \"buckzyAccountCategory\": null,\n        \"buckzyAccountPurpose\": null,\n        \"fundAccountId\": null,\n        \"routingNumber\": null\n    },\n    {\n        \"accountNumber\": \"1231321\",\n        \"accountName\": \"John savings\",\n        \"accountType\": \"11\",\n        \"currencyCode\": \"USD\",\n        \"financialInstitution\": {\n            \"name\": \"chase\",\n            \"countryCode\": \"US\",\n            \"memberId\": \"021000021\",\n            \"timeToSettle\": null,\n            \"expectedSettlementAt\": null,\n            \"expectedSettlementDate\": null,\n            \"postalAddress\": {\n                \"addressLine1\": \"El Camino Real\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            }\n        },\n        \"clearingChannel\": \"FedWire\",\n        \"swiftBic\": null,\n        \"accountCategory\": null,\n        \"ownerId\": 589,\n        \"accountId\": 185,\n        \"accountTypeName\": \"Current Account\",\n        \"preferred\": false,\n        \"providerName\": null,\n        \"status\": \"ACTIVE\",\n        \"nickName\": null,\n        \"buckzyAccountType\": null,\n        \"buckzyAccountCategory\": null,\n        \"buckzyAccountPurpose\": null,\n        \"fundAccountId\": null,\n        \"routingNumber\": null\n    },\n    {\n        \"accountNumber\": \"112111\",\n        \"accountName\": \"John savings\",\n        \"accountType\": \"11\",\n        \"currencyCode\": \"USD\",\n        \"financialInstitution\": {\n            \"name\": null,\n            \"countryCode\": \"US\",\n            \"memberId\": \"11111\",\n            \"timeToSettle\": null,\n            \"expectedSettlementAt\": null,\n            \"expectedSettlementDate\": null,\n            \"postalAddress\": {\n                \"addressLine1\": \"123 new street \",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            }\n        },\n        \"clearingChannel\": \"ACH\",\n        \"swiftBic\": null,\n        \"accountCategory\": null,\n        \"ownerId\": 589,\n        \"accountId\": 184,\n        \"accountTypeName\": \"Current Account\",\n        \"preferred\": false,\n        \"providerName\": null,\n        \"status\": \"ACTIVE\",\n        \"nickName\": null,\n        \"buckzyAccountType\": null,\n        \"buckzyAccountCategory\": null,\n        \"buckzyAccountPurpose\": null,\n        \"fundAccountId\": null,\n        \"routingNumber\": null\n    },\n    {\n        \"accountNumber\": \"77788788\",\n        \"accountName\": \"John Checking\",\n        \"accountType\": \"10\",\n        \"currencyCode\": \"INR\",\n        \"financialInstitution\": {\n            \"name\": null,\n            \"countryCode\": \"IN\",\n            \"memberId\": \"7778878\",\n            \"timeToSettle\": null,\n            \"expectedSettlementAt\": null,\n            \"expectedSettlementDate\": null,\n            \"postalAddress\": {\n                \"addressLine1\": \"M 43\",\n                \"addressLine2\": \"Sector 53\",\n                \"addressLine3\": \"Navanagar\",\n                \"postalCode\": \"587103\",\n                \"city\": \"Bagalkot\",\n                \"province\": \"KA\",\n                \"country\": \"IN\"\n            }\n        },\n        \"clearingChannel\": \"IMPS\",\n        \"swiftBic\": null,\n        \"accountCategory\": null,\n        \"ownerId\": 589,\n        \"accountId\": 183,\n        \"accountTypeName\": \"Savings account\",\n        \"preferred\": false,\n        \"providerName\": null,\n        \"status\": \"ACTIVE\",\n        \"nickName\": null,\n        \"buckzyAccountType\": null,\n        \"buckzyAccountCategory\": null,\n        \"buckzyAccountPurpose\": null,\n        \"fundAccountId\": null,\n        \"routingNumber\": null\n    },\n    {\n        \"accountNumber\": \"test@newtest\",\n        \"accountName\": null,\n        \"accountType\": \"11\",\n        \"currencyCode\": \"INR\",\n        \"financialInstitution\": {\n            \"name\": null,\n            \"countryCode\": \"IN\",\n            \"memberId\": null,\n            \"timeToSettle\": null,\n            \"expectedSettlementAt\": null,\n            \"expectedSettlementDate\": null,\n            \"postalAddress\": {\n                \"addressLine1\": null,\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": null,\n                \"city\": null,\n                \"province\": null,\n                \"country\": \"IN\"\n            }\n        },\n        \"clearingChannel\": \"UPI\",\n        \"swiftBic\": null,\n        \"accountCategory\": null,\n        \"ownerId\": 589,\n        \"accountId\": 182,\n        \"accountTypeName\": \"Current Account\",\n        \"preferred\": false,\n        \"providerName\": null,\n        \"status\": \"ACTIVE\",\n        \"nickName\": null,\n        \"buckzyAccountType\": null,\n        \"buckzyAccountCategory\": null,\n        \"buckzyAccountPurpose\": null,\n        \"fundAccountId\": null,\n        \"routingNumber\": null\n    }\n]"}],"_postman_id":"fca87408-4799-469c-8395-4dc1256c358d"},{"name":"Update Creditor Bank Account","id":"10398cb5-4163-45ae-9eb7-361284db426b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John savings\",\r\n    \"accountNumber\": \"11111\",\r\n    \"clearingChannel\": \"ACH\", //non editable\r\n    \"currencyCode\": \"USD\", //non editable\r\n    \"financialInstitution\": {\r\n        \"name\": \"Chase\", // bank name  \"countryCode\": \"US\",\r\n        \"memberId\": \"11111\",\r\n        \"postalAddress\": {\r\n            \"country\": \"US\",\r\n            \"addressLine1\": \"123 new street \",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"province\": \"CA\",\r\n            \"city\": \"Santa clara\",\r\n            \"postalCode\": \"95051\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/parties/:creditorId/accounts/:accountId?apikey={{apikey}}&tp=bank","description":"<p>This request modifies the details of a specific bank account of a creditor identified by the ID provided in the path variable. The fields in the bankAccount section of a creditor differ based on the payment method linked to the account.</p>\n<p><a href=\"https://go.postman.co/workspace/Panchami's-Workspace~ec67a2c7-54a2-4894-8761-8686669c6ac6/documentation/34644703-8e5dfa28-ac73-48bb-853e-2a01b641fb08?entity=folder-da93c402-fd69-45e0-80d1-1eea8e5237b3\">See Additional Information for Country codes, Currency codes, and Account Type codes</a></p>\n","urlObject":{"path":["v1","parties",":creditorId","accounts",":accountId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"},{"description":{"content":"<p>value =  bank for creditor accounts</p>\n","type":"text/plain"},"key":"tp","value":"bank"}],"variable":[{"description":{"content":"<p>ID of the party that owns the account</p>\n","type":"text/plain"},"type":"any","value":"589","key":"creditorId"},{"description":{"content":"<p>ID of the account whose details you wish to update</p>\n","type":"text/plain"},"type":"any","value":"184","key":"accountId"}]}},"response":[{"id":"0a01d37c-be49-409b-b68c-ddea0002bf2a","name":"Update Creditor Fedwire Bank Account","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John savings\",\r\n    \"accountNumber\": \"123321\",\r\n    \"clearingChannel\": \"FedWire\", //non editable\r\n    \"currencyCode\": \"USD\", //non editable\r\n    \"financialInstitution\": {\r\n        \"countryCode\": \"US\",\r\n        \"memberId\": \"021000021\", //routing number\r\n        \"postalAddress\": {\r\n            \"country\": \"US\",\r\n            \"province\": \"CA\",\r\n            \"addressLine1\": \"El Camino Real\",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"city\": \"Santa Clara\",\r\n            \"postalCode\": \"95051\"\r\n        },\r\n        \"name\": \"chase\" //bank name\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts/:accountId?apikey={{apikey}}&tp=bank","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts",":accountId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"}],"variable":[{"key":"creditorId","value":"589","description":"ID of the party that owns the account"},{"key":"accountId","value":"185","description":"ID of the account whose details you wish to update"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 13:47:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"f623945ef2ed0cc3"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"123321\",\n    \"accountName\": \"John savings\",\n    \"accountType\": \"11\",\n    \"currencyCode\": \"USD\",\n    \"financialInstitution\": {\n        \"name\": \"chase\",\n        \"countryCode\": \"US\",\n        \"memberId\": \"021000021\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"El Camino Real\",\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": \"95051\",\n            \"city\": \"Santa Clara\",\n            \"province\": \"CA\",\n            \"country\": \"US\"\n        }\n    },\n    \"clearingChannel\": \"FedWire\",\n    \"swiftBic\": null,\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 185,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"},{"id":"a2ceb62b-5a4a-42d7-b194-e8da59601900","name":"Update Creditor UPI Bank Account","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": null, //value=null always \r\n    \"accountNumber\": \"test@test\", //UPI ID \r\n    \"clearingChannel\": \"UPI\", //non editable\r\n    \"currencyCode\": \"INR\", //non editable\r\n    \"financialInstitution\": {\r\n        \"countryCode\": \"IN\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts/:accountId?apikey={{apikey}}&tp=bank","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts",":accountId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"}],"variable":[{"key":"creditorId","value":"589","description":"ID of the party that owns the account"},{"key":"accountId","value":"182","description":"ID of the account whose details you wish to update"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 13:49:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"4ac94099f0bce564"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"test@test\",\n    \"accountName\": null,\n    \"accountType\": \"11\",\n    \"currencyCode\": \"INR\",\n    \"financialInstitution\": {\n        \"name\": null,\n        \"countryCode\": \"IN\",\n        \"memberId\": null,\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": null,\n            \"city\": null,\n            \"province\": null,\n            \"country\": \"IN\"\n        }\n    },\n    \"clearingChannel\": \"UPI\",\n    \"swiftBic\": null,\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 182,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"},{"id":"5c6ff732-eecb-4772-80fc-5d0da79da7d2","name":"Update Creditor IMPS Bank Account","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John Checking\",\r\n    \"accountNumber\": \"7778878\",\r\n    \"clearingChannel\": \"IMPS\", //non editable\r\n    \"currencyCode\": \"INR\", //non editable\r\n    \"accountType\": \"10\", //refer to Additional Information for the complete list of codes\r\n    \"financialInstitution\": {\r\n        \"countryCode\": \"IN\", \r\n        \"memberId\": \"7778878\", // IFSC code\r\n        \"postalAddress\": {\r\n            \"country\": \"IN\",\r\n            \"addressLine1\": \"M 43\",\r\n            \"addressLine2\": \"Sector 53\",\r\n            \"addressLine3\": \"Navanagar\",\r\n            \"province\": \"KA\",\r\n            \"city\": \"Bagalkot\",\r\n            \"postalCode\": \"587103\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts/:accountId?apikey={{apikey}}&tp=bank","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts",":accountId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"}],"variable":[{"key":"creditorId","value":"589","description":"ID of the party that owns the account"},{"key":"accountId","value":"183","description":"ID of the account whose details you wish to update"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 13:51:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"66f426ecd17a654c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"7778878\",\n    \"accountName\": \"John Checking\",\n    \"accountType\": \"10\",\n    \"currencyCode\": \"INR\",\n    \"financialInstitution\": {\n        \"name\": null,\n        \"countryCode\": \"IN\",\n        \"memberId\": \"7778878\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"M 43\",\n            \"addressLine2\": \"Sector 53\",\n            \"addressLine3\": \"Navanagar\",\n            \"postalCode\": \"587103\",\n            \"city\": \"Bagalkot\",\n            \"province\": \"KA\",\n            \"country\": \"IN\"\n        }\n    },\n    \"clearingChannel\": \"IMPS\",\n    \"swiftBic\": null,\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 183,\n    \"accountTypeName\": \"Savings account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"},{"id":"04929a0b-6f0f-4b96-92a7-164316775c0d","name":"Update Creditor SEPA Bank Account","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John Checking\", //account holder name\r\n    \"accountNumber\": \"123321\",\r\n    \"clearingChannel\": \"SEPA\", //non editable\r\n    \"currencyCode\": \"EUR\", //non editable\r\n    \"swiftBic\": \"BNPAFRPP\", //routing number\r\n    \"financialInstitution\": {\r\n        \"countryCode\": \"FR\",\r\n        \"postalAddress\": {\r\n            \"country\": \"FR\",\r\n            \"addressLine1\": \"123 Rue de Paris\",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"city\": \"Paris\",\r\n            \"province\": null,\r\n            \"postalCode\": \"75001\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts/:accountId?apikey={{apikey}}&tp=bank","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts",":accountId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"}],"variable":[{"key":"creditorId","value":"589","description":"ID of the party that owns the account"},{"key":"accountId","value":"186","description":"ID of the account whose details you wish to update"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 13:52:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"f47095c32e02981d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"123321\",\n    \"accountName\": \"John Checking\",\n    \"accountType\": \"11\",\n    \"currencyCode\": \"EUR\",\n    \"financialInstitution\": {\n        \"name\": null,\n        \"countryCode\": \"FR\",\n        \"memberId\": \"BNPAFRPP\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"123 Rue de Paris\",\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": \"75001\",\n            \"city\": \"Paris\",\n            \"province\": null,\n            \"country\": \"FR\"\n        }\n    },\n    \"clearingChannel\": \"SEPA\",\n    \"swiftBic\": \"BNPAFRPP\",\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 186,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"},{"id":"12bb49e0-9513-4c5c-bac7-0092580e21e9","name":"Update Creditor Wire Bank Account (not linked to Intermediary bank)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John Smith checking\", //account holder name \r\n    \"accountNumber\": \"123405\",\r\n    \"clearingChannel\": \"Wire\", //non editable\r\n    \"currencyCode\": \"USD\", //non editable\r\n    \"swiftBic\": \"1BOFAUS3N\", //\r\n    \"financialInstitution\": {\r\n        \"name\": \"Chase\", // bank name \r\n        \"countryCode\": \"US\",\r\n        \"postalAddress\": {\r\n            \"country\": \"US\",\r\n            \"province\": \"CA\",\r\n            \"addressLine1\": \"1485 El Camino Real\",\r\n            \"addressLine2\": \"1\",\r\n            \"addressLine3\": \"1\",\r\n            \"postalCode\": \"951050\",\r\n            \"city\": \"Santa C1lara\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts/:accountId?apikey={{apikey}}&tp=bank","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts",":accountId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"}],"variable":[{"key":"creditorId","value":"589","description":"ID of the party that owns the account"},{"key":"accountId","value":"187","description":"ID of the account whose details you wish to update"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 May 2025 20:23:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"0177928fd566120f"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"123405\",\n    \"accountName\": \"John Smith checking\",\n    \"accountType\": \"11\",\n    \"currencyCode\": \"USD\",\n    \"financialInstitution\": {\n        \"name\": \"Chase\",\n        \"countryCode\": \"US\",\n        \"memberId\": \"1BOFAUS3N\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"1485 El Camino Real\",\n            \"addressLine2\": \"1\",\n            \"addressLine3\": \"1\",\n            \"postalCode\": \"951050\",\n            \"city\": \"Santa C1lara\",\n            \"province\": \"CA\",\n            \"country\": \"US\"\n        }\n    },\n    \"clearingChannel\": \"Wire\",\n    \"swiftBic\": \"1BOFAUS3N\",\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 187,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"},{"id":"308eadb9-22e9-48f4-9b75-b955d68599b1","name":"Update Creditor ACH Bank Account","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John savings\",\r\n    \"accountNumber\": \"11111\",\r\n    \"clearingChannel\": \"ACH\", //non editable\r\n    \"currencyCode\": \"USD\", //non editable\r\n    \"financialInstitution\": {\r\n        \"name\": \"Chase\", // bank name  \"countryCode\": \"US\",\r\n        \"memberId\": \"11111\",\r\n        \"postalAddress\": {\r\n            \"country\": \"US\",\r\n            \"addressLine1\": \"123 new street \",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"province\": \"CA\",\r\n            \"city\": \"Santa clara\",\r\n            \"postalCode\": \"95051\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts/:accountId?apikey={{apikey}}&tp=bank","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts",":accountId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"}],"variable":[{"key":"creditorId","value":"589","description":"ID of the party that owns the account"},{"key":"accountId","value":"184","description":"ID of the account whose details you wish to update"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 May 2025 20:24:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"6aeb65bca82dce0b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"11111\",\n    \"accountName\": \"John savings\",\n    \"accountType\": \"11\",\n    \"currencyCode\": \"USD\",\n    \"financialInstitution\": {\n        \"name\": \"Chase\",\n        \"countryCode\": \"US\",\n        \"memberId\": \"11111\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"123 new street \",\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": \"95051\",\n            \"city\": \"Santa clara\",\n            \"province\": \"CA\",\n            \"country\": \"US\"\n        }\n    },\n    \"clearingChannel\": \"ACH\",\n    \"swiftBic\": null,\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 184,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"},{"id":"867ac3d8-4f5f-46d5-9ee8-df7c404058f2","name":"Update Creditor Wire Bank Account (linked to Intermediary bank)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountName\": \"John checking with IB\",\r\n    \"accountNumber\": \"778174\",\r\n    \"clearingChannel\": \"Wire\",\r\n    \"currencyCode\": \"USD\",\r\n    \"swiftBic\": \"BOFAUS3N\",\r\n    \"financialInstitution\": {\r\n        \"name\": \"bkname\",\r\n        \"countryCode\": \"US\",\r\n        \"postalAddress\": {\r\n            \"addressLine1\": \"485 El Camino Real\",\r\n            \"addressLine2\": \"new lane\",\r\n            \"addressLine3\": null,\r\n            \"postalCode\": \"95050\",\r\n            \"city\": \"Santa Clara\",\r\n            \"province\": \"CA\",\r\n            \"country\": \"US\"\r\n        },\r\n        \"memberId\": \"BOFAUS3N\"\r\n    },\r\n    \"intermediaryBankDetails\": {\r\n        \"name\": \"BOFA\",\r\n        \"countryCode\": null,\r\n        \"memberId\": null,\r\n        \"postalAddress\": {\r\n            \"addressLine1\": \"3560 Vista Avenue\",\r\n            \"addressLine2\": \"Opp DMV\",\r\n            \"addressLine3\": \"New Lane\",\r\n            \"postalCode\": \"10038\",\r\n            \"city\": \"New Jersey\",\r\n            \"province\": \"NY\",\r\n            \"country\": \"US\"\r\n        },\r\n        \"intermediaryBankSwiftCode\": \"BOFAUS3N\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts/:accountId?apikey={{apikey}}&tp=bank","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts",":accountId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"tp","value":"bank","description":"value =  bank for creditor accounts"}],"variable":[{"key":"creditorId","value":"722","description":"ID of the party that owns the account"},{"key":"accountId","value":"464","description":"ID of the account whose details you wish to update"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jun 2025 20:54:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"645ff5ff526a05a5"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"778174\",\n    \"accountName\": \"John checking with IB\",\n    \"accountType\": \"11\",\n    \"currencyCode\": \"USD\",\n    \"financialInstitution\": {\n        \"name\": \"bkname\",\n        \"countryCode\": \"US\",\n        \"memberId\": \"BOFAUS3N\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"485 El Camino Real\",\n            \"addressLine2\": \"new lane\",\n            \"addressLine3\": null,\n            \"postalCode\": \"95050\",\n            \"city\": \"Santa Clara\",\n            \"province\": \"CA\",\n            \"country\": \"US\"\n        },\n        \"intermediaryBankSwiftCode\": null\n    },\n    \"intermediaryBankDetails\": {\n        \"name\": \"BOFA\",\n        \"countryCode\": null,\n        \"memberId\": null,\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"3560 Vista Avenue\",\n            \"addressLine2\": \"Opp DMV\",\n            \"addressLine3\": \"New Lane\",\n            \"postalCode\": \"10038\",\n            \"city\": \"New Jersey\",\n            \"province\": \"NY\",\n            \"country\": \"US\"\n        },\n        \"intermediaryBankSwiftCode\": \"BOFAUS3N\"\n    },\n    \"clearingChannel\": \"Wire\",\n    \"swiftBic\": \"BOFAUS3N\",\n    \"accountCategory\": null,\n    \"ownerId\": 722,\n    \"accountId\": 464,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": false,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"}],"_postman_id":"10398cb5-4163-45ae-9eb7-361284db426b"},{"name":"Update Creditor Bank Account Preference","id":"68412cad-9db2-4094-b815-72ddc52db57f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{apihost}}/v1/parties/:creditorId/accounts/:accountId?apikey={{apikey}}&preferred=true","description":"<p>This request modifies the preference of a specific bank account of a creditor identified by the ID provided in the path variable.</p>\n","urlObject":{"path":["v1","parties",":creditorId","accounts",":accountId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"},{"description":{"content":"<p>true/false</p>\n","type":"text/plain"},"key":"preferred","value":"true"}],"variable":[{"description":{"content":"<p>ID of the party that owns the account</p>\n","type":"text/plain"},"type":"any","value":"589","key":"creditorId"},{"description":{"content":"<p>ID of the account whose preference you wish to update</p>\n","type":"text/plain"},"type":"any","value":"186","key":"accountId"}]}},"response":[{"id":"c876a2c3-9159-4913-8358-8bcd763711bb","name":"Response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{apihost}}/v1/parties/:creditorId/accounts/:accountId?apikey={{apikey}}&preferred=true","host":["{{apihost}}"],"path":["v1","parties",":creditorId","accounts",":accountId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"preferred","value":"true","description":"true/false"}],"variable":[{"key":"creditorId","value":"589","description":"ID of the party that owns the account"},{"key":"accountId","value":"186","description":"ID of the account whose preference you wish to update"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 13:56:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"396f0633af138b84"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"123321\",\n    \"accountName\": \"John Checking\",\n    \"accountType\": \"11\",\n    \"currencyCode\": \"EUR\",\n    \"financialInstitution\": {\n        \"name\": null,\n        \"countryCode\": \"FR\",\n        \"memberId\": \"BNPAFRPP\",\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": \"123 Rue de Paris\",\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": \"75001\",\n            \"city\": \"Paris\",\n            \"province\": null,\n            \"country\": \"FR\"\n        }\n    },\n    \"clearingChannel\": \"SEPA\",\n    \"swiftBic\": \"BNPAFRPP\",\n    \"accountCategory\": null,\n    \"ownerId\": 589,\n    \"accountId\": 186,\n    \"accountTypeName\": \"Current Account\",\n    \"preferred\": true,\n    \"providerName\": null,\n    \"status\": \"ACTIVE\",\n    \"nickName\": null,\n    \"buckzyAccountType\": null,\n    \"buckzyAccountCategory\": null,\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": null,\n    \"routingNumber\": null\n}"}],"_postman_id":"68412cad-9db2-4094-b815-72ddc52db57f"}],"id":"220d9548-d60d-4839-8eb0-fdc0607463b3","description":"<p>The recipient, also referred to as the creditor, is the individual or business designated to receive funds from the sender. Recipients are not registered on the Buckzy platform.</p>\n","_postman_id":"220d9548-d60d-4839-8eb0-fdc0607463b3"},{"name":"Party Documents","item":[{"name":"Attach Document File","id":"d3115ac6-1d54-45e0-8519-68b3e8172425","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"documentFiles","description":"<p>Attach the file you want to upload</p>\n","type":"file","uuid":"4c621b09-f926-4b09-8421-e4e866624da2","src":"/C:/Users/panch/Downloads/test document1 (1).pdf"},{"key":"fileTp","value":"D028","description":"<p>Refer to Additional Information for the complete list of Document Type codes.</p>\n","type":"text","uuid":"a214c577-1928-447f-b2a2-4bd0d7aa0992"}]},"url":"{{apihost}}/v1/parties/:partyId/documents:multi-file?apikey={{apikey}}","description":"<p>This request enables you to attach a file in PDF format to a party.</p>\n","urlObject":{"path":["v1","parties",":partyId","documents:multi-file"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the Party to whom you wish to add the document</p>\n","type":"text/plain"},"type":"any","value":"589","key":"partyId"}]}},"response":[{"id":"7dbf2c87-ec43-4fbb-a4ad-0cff1f29d977","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"documentFiles","description":"Attach the file you want to upload","type":"file","uuid":"4c621b09-f926-4b09-8421-e4e866624da2","src":"/C:/Users/panch/Downloads/test document1 (1).pdf"},{"key":"fileTp","value":"D028","description":"Refer to Additional Information for the complete list of Document Type codes.","type":"text","uuid":"a214c577-1928-447f-b2a2-4bd0d7aa0992"}]},"url":{"raw":"{{apihost}}/v1/parties/:partyId/documents:multi-file?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":partyId","documents:multi-file"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"partyId","value":"589","description":"ID of the Party to whom you wish to add the document"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 03 Feb 2025 14:01:23 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"09d7bde0c9ff373b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d3115ac6-1d54-45e0-8519-68b3e8172425"},{"name":"Get All Documents of a Party","id":"ef712889-953c-474f-9d29-8ce22b9362d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/parties/:partyId/documents?apikey={{apikey}}","description":"<p>Returns the unique IDs and details of all documents associated with each specific party.</p>\n","urlObject":{"path":["v1","parties",":partyId","documents"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the party whose documents you want to retrieve. </p>\n","type":"text/plain"},"type":"any","value":"589","key":"partyId"}]}},"response":[{"id":"378e2b29-b36c-472b-8980-5c3c2ec3219d","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/parties/:partyId/documents?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":partyId","documents"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"partyId","value":"589","description":"ID of the party which has the documents assocaited with it."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 14:02:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"5226b972f37af467"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 43,\n        \"type\": \"D006\",\n        \"expiryDate\": \"2026-10-10\",\n        \"selfiePhoto\": \"JVBERi0xLjQKJdPr6eEKMSAwIG9iago8PC9UaXRsZSAodGVzdCBkb2N1bWVudCkKL1Byb2R1Y2VyIChTa2lhL1BERiBtMTMzIEdvb2dsZSBEb2NzIFJlbmRlcmVyKT4+CmVuZG9iagozIDAgb2JqCjw8L2NhIDEKL0JNIC9Ob3JtYWw+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlCi9MZW5ndGggODU+PiBzdHJlYW0KeJwzVDAAQl1DIGFuaaSQnMtVyKVnbgoWhdFAQUMFEAxyV4AwitK59N2NFdKLuUDyFoZmCoYGpmYKRalcaVyBaCaYG4EQITPMjEwUjAxgJgAAoIMdvwplbmRzdHJlYW0KZW5kb2JqCjIgMCBvYmoKPDwvVHlwZSAvUGFnZQovUmVzb3VyY2VzIDw8L1Byb2NTZXQgWy9QREYgL1RleHQgL0ltYWdlQiAvSW1hZ2VDIC9JbWFnZUldCi9FeHRHU3RhdGUgPDwvRzMgMyAwIFI+Pj4+Ci9NZWRpYUJveCBbMCAwIDYxMiA3OTJdCi9Db250ZW50cyA0IDAgUgovU3RydWN0UGFyZW50cyAwCi9UYWJzIC9TCi9QYXJlbnQgNSAwIFI+PgplbmRvYmoKNSAwIG9iago8PC9UeXBlIC9QYWdlcwovQ291bnQgMQovS2lkcyBbMiAwIFJdPj4KZW5kb2JqCjYgMCBvYmoKPDwvVHlwZSAvQ2F0YWxvZwovUGFnZXMgNSAwIFIKL1ZpZXdlclByZWZlcmVuY2VzIDw8L1R5cGUgL1ZpZXdlclByZWZlcmVuY2VzCi9EaXNwbGF5RG9jVGl0bGUgdHJ1ZT4+Ci9MYW5nIChlbik+PgplbmRvYmoKeHJlZgowIDcKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwMDAyOTUgMDAwMDAgbiAKMDAwMDAwMDEwNCAwMDAwMCBuIAowMDAwMDAwMTQxIDAwMDAwIG4gCjAwMDAwMDA0OTIgMDAwMDAgbiAKMDAwMDAwMDU0NyAwMDAwMCBuIAp0cmFpbGVyCjw8L1NpemUgNwovUm9vdCA2IDAgUgovSW5mbyAxIDAgUj4+CnN0YXJ0eHJlZgo2NzUKJSVFT0YK\",\n        \"ownerId\": 589,\n        \"name\": \"Driver License\",\n        \"submittedAt\": \"2025-02-03T13:58:06.624Z\",\n        \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n    },\n    {\n        \"id\": 44,\n        \"type\": \"D028\",\n        \"ownerId\": 589,\n        \"fileName\": \"test document1 (1).pdf\",\n        \"submittedAt\": \"2025-02-03T14:01:23.460Z\",\n        \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n    }\n]"}],"_postman_id":"ef712889-953c-474f-9d29-8ce22b9362d6"},{"name":"Get Document by ID","id":"e5c32f29-f3f3-4e44-be23-96ea23bf8ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/parties/:partyId/documents/:documentId?apikey={{apikey}}","description":"<p>This request retrieves information about a specific document associated with a particular party, identified by the ID provided in the path variable.</p>\n","urlObject":{"path":["v1","parties",":partyId","documents",":documentId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the party whose documents you want to retrieve. </p>\n","type":"text/plain"},"type":"any","value":"667","key":"partyId"},{"description":{"content":"<p>The document ID associated with the party ID provided in the previous path parameter.</p>\n","type":"text/plain"},"type":"any","value":"3542","key":"documentId"}]}},"response":[{"id":"812b450e-ee0d-4781-86e5-0e6694ab2c9b","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/parties/:partyId/documents/:documentId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":partyId","documents",":documentId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"partyId","value":"667","description":"ID of the party whose documents you want to retrieve. "},{"key":"documentId","value":"3542","description":"The document ID associated with the party ID provided in the previous path parameter."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 21 Oct 2025 19:51:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"072536b18609ed58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3542,\n    \"type\": \"D005\",\n    \"identifier\": \"1234\",\n    \"expiryDate\": \"2029-01-01\",\n    \"selfiePhoto\": \"JVBERi0xLjQKJdPr6eEKMSAwIG9iago8PC9UaXRsZSAodGVzdCBkb2N1bWVudCkKL1Byb2R1Y2VyIChTa2lhL1BERiBtMTMzIEdvb2dsZSBEb2NzIFJlbmRlcmVyKT4+CmVuZG9iagozIDAgb2JqCjw8L2NhIDEKL0JNIC9Ob3JtYWw+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlCi9MZW5ndGggODU+PiBzdHJlYW0KeJwzVDAAQl1DIGFuaaSQnMtVyKVnbgoWhdFAQUMFEAxyV4AwitK59N2NFdKLuUDyFoZmCoYGpmYKRalcaVyBaCaYG4EQITPMjEwUjAxgJgAAoIMdvwplbmRzdHJlYW0KZW5kb2JqCjIgMCBvYmoKPDwvVHlwZSAvUGFnZQovUmVzb3VyY2VzIDw8L1Byb2NTZXQgWy9QREYgL1RleHQgL0ltYWdlQiAvSW1hZ2VDIC9JbWFnZUldCi9FeHRHU3RhdGUgPDwvRzMgMyAwIFI+Pj4+Ci9NZWRpYUJveCBbMCAwIDYxMiA3OTJdCi9Db250ZW50cyA0IDAgUgovU3RydWN0UGFyZW50cyAwCi9UYWJzIC9TCi9QYXJlbnQgNSAwIFI+PgplbmRvYmoKNSAwIG9iago8PC9UeXBlIC9QYWdlcwovQ291bnQgMQovS2lkcyBbMiAwIFJdPj4KZW5kb2JqCjYgMCBvYmoKPDwvVHlwZSAvQ2F0YWxvZwovUGFnZXMgNSAwIFIKL1ZpZXdlclByZWZlcmVuY2VzIDw8L1R5cGUgL1ZpZXdlclByZWZlcmVuY2VzCi9EaXNwbGF5RG9jVGl0bGUgdHJ1ZT4+Ci9MYW5nIChlbik+PgplbmRvYmoKeHJlZgowIDcKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwMDAyOTUgMDAwMDAgbiAKMDAwMDAwMDEwNCAwMDAwMCBuIAowMDAwMDAwMTQxIDAwMDAwIG4gCjAwMDAwMDA0OTIgMDAwMDAgbiAKMDAwMDAwMDU0NyAwMDAwMCBuIAp0cmFpbGVyCjw8L1NpemUgNwovUm9vdCA2IDAgUgovSW5mbyAxIDAgUj4+CnN0YXJ0eHJlZgo2NzUKJSVFT0YK\",\n    \"fileName\": \"PR\",\n    \"ownerId\": 667,\n    \"name\": \"Residence Permit\",\n    \"submittedAt\": \"2025-10-21T19:42:30.364Z\",\n    \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n}"}],"_postman_id":"e5c32f29-f3f3-4e44-be23-96ea23bf8ef4"},{"name":"Update (Replace) Document","id":"90e54cff-c84f-4a5b-a1e9-7c7ac5bd4ac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>Attach the new file you want to upload and replace the old one associated with documentId passed in the Path Variables.</p>\n","type":"file","uuid":"736917d3-0194-4b02-814f-6b13c236498c","src":"/C:/Users/panch/Downloads/test document2.pdf"},{"key":"request","value":"{\"type\":\"D030\",\"identifier\":\"21312321321\",\"issueDate\":\"2025-09-09\",\"expiryDate\":\"2026-09-10\",\"countryCode\":\"AL\"}","type":"text","uuid":"01f9c0df-38c6-4101-b1f0-7dcc97f12ead","description":"<p>Refer to Additional Information for the complete list of Document Type codes. Document number, expiry date, issue date, country code -  Mandatory for Driver’s License, US Driver's License, Passport, US Passport, Consulate Card, Identification ID or National ID, Local ID, and Military Card. Optional for all other document types.</p>\n"}]},"url":"{{apihost}}/v1/parties/:partyId/documents/:documentId?apikey={{apikey}}","description":"<p>This request replaces the file attached to a specific document ID provided in the path variable.</p>\n<p><a href=\"https://go.postman.co/workspace/Panchami's-Workspace~ec67a2c7-54a2-4894-8761-8686669c6ac6/documentation/34644703-8e5dfa28-ac73-48bb-853e-2a01b641fb08?entity=folder-da93c402-fd69-45e0-80d1-1eea8e5237b3\">See Additional Information for Document Type Codes</a></p>\n","urlObject":{"path":["v1","parties",":partyId","documents",":documentId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the entity whose documents you want to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"602","key":"partyId"},{"description":{"content":"<p>The document ID associated with the party ID provided in the previous path parameter.</p>\n","type":"text/plain"},"type":"any","value":"45","key":"documentId"}]}},"response":[],"_postman_id":"90e54cff-c84f-4a5b-a1e9-7c7ac5bd4ac7"},{"name":"Update Document(base64)","id":"42d9f8e8-9cdf-4322-8f8e-0389bccd48e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"D010\", //Refer to Additional Information for the complete list of Document Type codes.\n    \"identifier\": \"12345\", //ID on the personal identification document. Mandatory for drivers license D006/D033, passport D002/D032, consulate card D034, Identification ID or National ID D003, Local ID D030, Military Card D008. Optional for all other document types.\n    \"issueDate\": \"2020-01-01\", // Mandatory for drivers license D006/D033, passport D002/D032, consulate card D034, Identification ID or National ID D003, Local ID D030, Military Card D008. Optional for all other document types.\n    \"expiryDate\": \"2029-01-01\", // Mandatory for drivers license D006/D033, passport D002/D032, consulate card D034, Identification ID or National ID D003, Local ID D030, Military Card D008. Optional for all other document types.\n    \"fileName\": \"PR\",\n    \"state\": \"ON\",\n    \"countryCode\": \"US\", // Mandatory for drivers license D006/D033, passport D002/D032, consulate card D034, Identification ID or National ID D003, Local ID D030, Military Card D008. Optional for all other document types.\n    //Use these fields to upload the front and back of the personal identification document.\n    \"frontPhoto\": null, //Front side of the image encoded in Base64 binary format.\n    \"backPhoto\": null, //Back side of the image encoded in Base64 binary format.\n    //Use this field to upload a selfie image encoded in Base64 binary format.\n    \"selfiePhoto\": \"JVBERi0xLjQKJdPr6eEKMSAwIG9iago8PC9UaXRsZSAodGVzdCBkb2N1bWVudCkKL1Byb2R1Y2VyIChTa2lhL1BERiBtMTMzIEdvb2dsZSBEb2NzIFJlbmRlcmVyKT4+CmVuZG9iagozIDAgb2JqCjw8L2NhIDEKL0JNIC9Ob3JtYWw+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlCi9MZW5ndGggODU+PiBzdHJlYW0KeJwzVDAAQl1DIGFuaaSQnMtVyKVnbgoWhdFAQUMFEAxyV4AwitK59N2NFdKLuUDyFoZmCoYGpmYKRalcaVyBaCaYG4EQITPMjEwUjAxgJgAAoIMdvwplbmRzdHJlYW0KZW5kb2JqCjIgMCBvYmoKPDwvVHlwZSAvUGFnZQovUmVzb3VyY2VzIDw8L1Byb2NTZXQgWy9QREYgL1RleHQgL0ltYWdlQiAvSW1hZ2VDIC9JbWFnZUldCi9FeHRHU3RhdGUgPDwvRzMgMyAwIFI+Pj4+Ci9NZWRpYUJveCBbMCAwIDYxMiA3OTJdCi9Db250ZW50cyA0IDAgUgovU3RydWN0UGFyZW50cyAwCi9UYWJzIC9TCi9QYXJlbnQgNSAwIFI+PgplbmRvYmoKNSAwIG9iago8PC9UeXBlIC9QYWdlcwovQ291bnQgMQovS2lkcyBbMiAwIFJdPj4KZW5kb2JqCjYgMCBvYmoKPDwvVHlwZSAvQ2F0YWxvZwovUGFnZXMgNSAwIFIKL1ZpZXdlclByZWZlcmVuY2VzIDw8L1R5cGUgL1ZpZXdlclByZWZlcmVuY2VzCi9EaXNwbGF5RG9jVGl0bGUgdHJ1ZT4+Ci9MYW5nIChlbik+PgplbmRvYmoKeHJlZgowIDcKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwMDAyOTUgMDAwMDAgbiAKMDAwMDAwMDEwNCAwMDAwMCBuIAowMDAwMDAwMTQxIDAwMDAwIG4gCjAwMDAwMDA0OTIgMDAwMDAgbiAKMDAwMDAwMDU0NyAwMDAwMCBuIAp0cmFpbGVyCjw8L1NpemUgNwovUm9vdCA2IDAgUgovSW5mbyAxIDAgUj4+CnN0YXJ0eHJlZgo2NzUKJSVFT0YK\"\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/parties/:partyId/documents/:documentId?apikey={{apikey}}","description":"<p>This request updates the document details entered in the body of the request in the JSON form.</p>\n<p><a href=\"https://go.postman.co/workspace/Panchami's-Workspace~ec67a2c7-54a2-4894-8761-8686669c6ac6/documentation/34644703-8e5dfa28-ac73-48bb-853e-2a01b641fb08?entity=folder-da93c402-fd69-45e0-80d1-1eea8e5237b3\">See Additional Information for Document Type Codes</a></p>\n","urlObject":{"path":["v1","parties",":partyId","documents",":documentId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the entity whose documents you want to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"589","key":"partyId"},{"description":{"content":"<p>The document ID associated with the party ID provided in the previous path parameter.</p>\n","type":"text/plain"},"type":"any","value":"43","key":"documentId"}]}},"response":[{"id":"96eb9b6f-369f-4b60-8b6d-d50b603e55b8","name":"Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"D010\", //Refer to Additional Information for the complete list of Document Type codes.\n    \"identifier\": \"12345\", //ID on the personal identification document. Mandatory for drivers license D006/D033, passport D002/D032, consulate card D034, Identification ID or National ID D003, Local ID D030, Military Card D008. Optional for all other document types.\n    \"issueDate\": \"2020-01-01\", // Mandatory for drivers license D006/D033, passport D002/D032, consulate card D034, Identification ID or National ID D003, Local ID D030, Military Card D008. Optional for all other document types.\n    \"expiryDate\": \"2029-01-01\", // Mandatory for drivers license D006/D033, passport D002/D032, consulate card D034, Identification ID or National ID D003, Local ID D030, Military Card D008. Optional for all other document types.\n    \"fileName\": \"PR\",\n    \"state\": \"ON\",\n    \"countryCode\": \"US\", // Mandatory for drivers license D006/D033, passport D002/D032, consulate card D034, Identification ID or National ID D003, Local ID D030, Military Card D008. Optional for all other document types.\n    //Use these fields to upload the front and back of the personal identification document.\n    \"frontPhoto\": null, //Front side of the image encoded in Base64 binary format.\n    \"backPhoto\": null, //Back side of the image encoded in Base64 binary format.\n    //Use this field to upload a selfie image encoded in Base64 binary format.\n    \"selfiePhoto\": \"JVBERi0xLjQKJdPr6eEKMSAwIG9iago8PC9UaXRsZSAodGVzdCBkb2N1bWVudCkKL1Byb2R1Y2VyIChTa2lhL1BERiBtMTMzIEdvb2dsZSBEb2NzIFJlbmRlcmVyKT4+CmVuZG9iagozIDAgb2JqCjw8L2NhIDEKL0JNIC9Ob3JtYWw+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlCi9MZW5ndGggODU+PiBzdHJlYW0KeJwzVDAAQl1DIGFuaaSQnMtVyKVnbgoWhdFAQUMFEAxyV4AwitK59N2NFdKLuUDyFoZmCoYGpmYKRalcaVyBaCaYG4EQITPMjEwUjAxgJgAAoIMdvwplbmRzdHJlYW0KZW5kb2JqCjIgMCBvYmoKPDwvVHlwZSAvUGFnZQovUmVzb3VyY2VzIDw8L1Byb2NTZXQgWy9QREYgL1RleHQgL0ltYWdlQiAvSW1hZ2VDIC9JbWFnZUldCi9FeHRHU3RhdGUgPDwvRzMgMyAwIFI+Pj4+Ci9NZWRpYUJveCBbMCAwIDYxMiA3OTJdCi9Db250ZW50cyA0IDAgUgovU3RydWN0UGFyZW50cyAwCi9UYWJzIC9TCi9QYXJlbnQgNSAwIFI+PgplbmRvYmoKNSAwIG9iago8PC9UeXBlIC9QYWdlcwovQ291bnQgMQovS2lkcyBbMiAwIFJdPj4KZW5kb2JqCjYgMCBvYmoKPDwvVHlwZSAvQ2F0YWxvZwovUGFnZXMgNSAwIFIKL1ZpZXdlclByZWZlcmVuY2VzIDw8L1R5cGUgL1ZpZXdlclByZWZlcmVuY2VzCi9EaXNwbGF5RG9jVGl0bGUgdHJ1ZT4+Ci9MYW5nIChlbik+PgplbmRvYmoKeHJlZgowIDcKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwMDAyOTUgMDAwMDAgbiAKMDAwMDAwMDEwNCAwMDAwMCBuIAowMDAwMDAwMTQxIDAwMDAwIG4gCjAwMDAwMDA0OTIgMDAwMDAgbiAKMDAwMDAwMDU0NyAwMDAwMCBuIAp0cmFpbGVyCjw8L1NpemUgNwovUm9vdCA2IDAgUgovSW5mbyAxIDAgUj4+CnN0YXJ0eHJlZgo2NzUKJSVFT0YK\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:partyId/documents/:documentId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":partyId","documents",":documentId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"partyId","value":"589","description":"ID of the entity whose documents you want to retrieve."},{"key":"documentId","value":"43","description":"The document ID associated with the party ID provided in the previous path parameter."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 21 Oct 2025 19:48:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"edc87a2c2a824aa8"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 43,\n    \"type\": \"D010\",\n    \"identifier\": \"12345\",\n    \"expiryDate\": \"2029-01-01\",\n    \"selfiePhoto\": \"JVBERi0xLjQKJdPr6eEKMSAwIG9iago8PC9UaXRsZSAodGVzdCBkb2N1bWVudCkKL1Byb2R1Y2VyIChTa2lhL1BERiBtMTMzIEdvb2dsZSBEb2NzIFJlbmRlcmVyKT4+CmVuZG9iagozIDAgb2JqCjw8L2NhIDEKL0JNIC9Ob3JtYWw+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlCi9MZW5ndGggODU+PiBzdHJlYW0KeJwzVDAAQl1DIGFuaaSQnMtVyKVnbgoWhdFAQUMFEAxyV4AwitK59N2NFdKLuUDyFoZmCoYGpmYKRalcaVyBaCaYG4EQITPMjEwUjAxgJgAAoIMdvwplbmRzdHJlYW0KZW5kb2JqCjIgMCBvYmoKPDwvVHlwZSAvUGFnZQovUmVzb3VyY2VzIDw8L1Byb2NTZXQgWy9QREYgL1RleHQgL0ltYWdlQiAvSW1hZ2VDIC9JbWFnZUldCi9FeHRHU3RhdGUgPDwvRzMgMyAwIFI+Pj4+Ci9NZWRpYUJveCBbMCAwIDYxMiA3OTJdCi9Db250ZW50cyA0IDAgUgovU3RydWN0UGFyZW50cyAwCi9UYWJzIC9TCi9QYXJlbnQgNSAwIFI+PgplbmRvYmoKNSAwIG9iago8PC9UeXBlIC9QYWdlcwovQ291bnQgMQovS2lkcyBbMiAwIFJdPj4KZW5kb2JqCjYgMCBvYmoKPDwvVHlwZSAvQ2F0YWxvZwovUGFnZXMgNSAwIFIKL1ZpZXdlclByZWZlcmVuY2VzIDw8L1R5cGUgL1ZpZXdlclByZWZlcmVuY2VzCi9EaXNwbGF5RG9jVGl0bGUgdHJ1ZT4+Ci9MYW5nIChlbik+PgplbmRvYmoKeHJlZgowIDcKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwMDAyOTUgMDAwMDAgbiAKMDAwMDAwMDEwNCAwMDAwMCBuIAowMDAwMDAwMTQxIDAwMDAwIG4gCjAwMDAwMDA0OTIgMDAwMDAgbiAKMDAwMDAwMDU0NyAwMDAwMCBuIAp0cmFpbGVyCjw8L1NpemUgNwovUm9vdCA2IDAgUgovSW5mbyAxIDAgUj4+CnN0YXJ0eHJlZgo2NzUKJSVFT0YK\",\n    \"fileName\": \"PR\",\n    \"ownerId\": 589,\n    \"name\": \"Foreigner Id\",\n    \"submittedAt\": \"2025-02-03T13:58:06.624Z\",\n    \"submittedBy\": \"buckzy_test_entity@gmail.com\"\n}"}],"_postman_id":"42d9f8e8-9cdf-4322-8f8e-0389bccd48e7"},{"name":"Delete Document","id":"10128518-439f-40ed-ad79-526800709c7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{apihost}}/v1/parties/:partyId/documents/:documentId?apikey={{apikey}}","description":"<p>This request deletes a specific document associated with a particular party, identified by the ID provided in the path variable.</p>\n","urlObject":{"path":["v1","parties",":partyId","documents",":documentId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the party whose documents you want to delete.</p>\n","type":"text/plain"},"type":"any","value":"589","key":"partyId"},{"description":{"content":"<p>Id of the document associated with previously passed params which you want to delete.</p>\n","type":"text/plain"},"type":"any","value":"44","key":"documentId"}]}},"response":[],"_postman_id":"10128518-439f-40ed-ad79-526800709c7d"}],"id":"4a9b6bd8-967c-4835-9c9f-788167171bab","description":"<p>Each party can have multiple documents attached to their profile. These documents act as their identity, facilitating faster verification and preventing transactions from being placed on hold due to compliance issues.</p>\n","_postman_id":"4a9b6bd8-967c-4835-9c9f-788167171bab"},{"name":"Get Party by ID","id":"32d8c456-84a3-4b01-a89f-745a874024fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/parties/:partyId?apikey={{apikey}}","description":"<p>This request fetches details of a specific party (whether Debtor or Creditor) identified by the ID provided in the path variable, excluding those whose status is either Locked or Deleted.</p>\n","urlObject":{"path":["v1","parties",":partyId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the party for which you want to retrieve details.</p>\n","type":"text/plain"},"type":"any","value":"589","key":"partyId"}]}},"response":[{"id":"5cc24152-8622-479e-989b-eb410cea9b35","name":"Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/parties/:partyId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","parties",":partyId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"partyId","value":"589","description":"ID of the party for which you want to retrieve details."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 14:23:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"be94eea1b6b11ef7"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"side\": \"Debtor\",\n    \"tp\": \"I\",\n    \"firstName\": \"John\",\n    \"middleName\": \"Smith\",\n    \"lastName\": \"Doe\",\n    \"occupation\": \"L001\",\n    \"birthDate\": \"1984-02-22\",\n    \"countryOfBirth\": \"US\",\n    \"countryOfResidence\": \"US\",\n    \"legalName\": \"Doe, John Smith\",\n    \"taxId\": \"65661212\",\n    \"postalAddress\": {\n        \"addressLine1\": \"6670 Fountain Avenue\",\n        \"addressLine2\": null,\n        \"addressLine3\": null,\n        \"postalCode\": \"95051\",\n        \"city\": \"Santa Clara\",\n        \"province\": \"CA\",\n        \"country\": \"US\"\n    },\n    \"contactDetail\": {\n        \"mobileCountryCode\": \"1\",\n        \"mobileNumber\": \"9999999999\",\n        \"emailAddress\": \"johnsmithsdoe@buckzy.net\"\n    },\n    \"documents\": [\n        {\n            \"id\": 43,\n            \"type\": \"D010\",\n            \"expiryDate\": \"2026-10-10\",\n            \"selfiePhoto\": \"JVBERi0xLjQKJdPr6eEKMSAwIG9iago8PC9UaXRsZSAodGVzdCBkb2N1bWVudCkKL1Byb2R1Y2VyIChTa2lhL1BERiBtMTMzIEdvb2dsZSBEb2NzIFJlbmRlcmVyKT4+CmVuZG9iagozIDAgb2JqCjw8L2NhIDEKL0JNIC9Ob3JtYWw+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlCi9MZW5ndGggODU+PiBzdHJlYW0KeJwzVDAAQl1DIGFuaaSQnMtVyKVnbgoWhdFAQUMFEAxyV4AwitK59N2NFdKLuUDyFoZmCoYGpmYKRalcaVyBaCaYG4EQITPMjEwUjAxgJgAAoIMdvwplbmRzdHJlYW0KZW5kb2JqCjIgMCBvYmoKPDwvVHlwZSAvUGFnZQovUmVzb3VyY2VzIDw8L1Byb2NTZXQgWy9QREYgL1RleHQgL0ltYWdlQiAvSW1hZ2VDIC9JbWFnZUldCi9FeHRHU3RhdGUgPDwvRzMgMyAwIFI+Pj4+Ci9NZWRpYUJveCBbMCAwIDYxMiA3OTJdCi9Db250ZW50cyA0IDAgUgovU3RydWN0UGFyZW50cyAwCi9UYWJzIC9TCi9QYXJlbnQgNSAwIFI+PgplbmRvYmoKNSAwIG9iago8PC9UeXBlIC9QYWdlcwovQ291bnQgMQovS2lkcyBbMiAwIFJdPj4KZW5kb2JqCjYgMCBvYmoKPDwvVHlwZSAvQ2F0YWxvZwovUGFnZXMgNSAwIFIKL1ZpZXdlclByZWZlcmVuY2VzIDw8L1R5cGUgL1ZpZXdlclByZWZlcmVuY2VzCi9EaXNwbGF5RG9jVGl0bGUgdHJ1ZT4+Ci9MYW5nIChlbik+PgplbmRvYmoKeHJlZgowIDcKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwMDAyOTUgMDAwMDAgbiAKMDAwMDAwMDEwNCAwMDAwMCBuIAowMDAwMDAwMTQxIDAwMDAwIG4gCjAwMDAwMDA0OTIgMDAwMDAgbiAKMDAwMDAwMDU0NyAwMDAwMCBuIAp0cmFpbGVyCjw8L1NpemUgNwovUm9vdCA2IDAgUgovSW5mbyAxIDAgUj4+CnN0YXJ0eHJlZgo2NzUKJSVFT0YK\"\n        }\n    ],\n    \"consent\": \"Yes\",\n    \"externalId\": \"12133550\",\n    \"countryOfCitizenship\": \"US\",\n    \"jobDescription\": \"Developer\",\n    \"partyId\": 589,\n    \"kycStatus\": 0,\n    \"status\": \"Pending\",\n    \"wallets\": [],\n    \"accounts\": [],\n    \"limits\": [],\n    \"registeredAt\": \"2025-02-03T01:34:42.794Z\",\n    \"occupationObj\": {\n        \"code\": \"L001\",\n        \"description\": \"Employed Full Time\"\n    }\n}"}],"_postman_id":"32d8c456-84a3-4b01-a89f-745a874024fa"},{"name":"Get All Parties","id":"8d7d487d-3f6f-4801-aec9-49d0ac7ebee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/parties?apikey={{apikey}}&page=0&size=100","description":"<p>This request fetches the details of all parties (whether debtor or creditor) associated with a specific client, excluding those whose status is either Locked or Deleted.</p>\n","urlObject":{"path":["v1","parties"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"},{"key":"page","value":"0"},{"key":"size","value":"100"},{"disabled":true,"key":"partyId","value":"4368"},{"disabled":true,"key":"email","value":"infoasy73@paymetions.com"},{"disabled":true,"key":"externalId","value":"20251107000000002681"},{"disabled":true,"key":"createdFromDate","value":"2025-09-01T00:00:00.000Z"},{"disabled":true,"key":"createdToDate","value":"2025-11-25T23:59:59.999Z"},{"disabled":true,"key":"birthDate","value":"2025-11-25T00:00:00.000Z"},{"disabled":true,"key":"phoneNumber","value":"4578945678"},{"disabled":true,"key":"kycStatus","value":"2"},{"disabled":true,"key":"residenceCountryCode","value":""},{"disabled":true,"key":"countryOfOperation","value":"IN"},{"disabled":true,"key":"accountCurrencyCode","value":"USD"},{"disabled":true,"key":"accountCountryCode","value":null},{"disabled":true,"key":"side","value":null},{"disabled":true,"key":"tp","value":null}],"variable":[]}},"response":[{"id":"736ff3f8-2a7b-417f-b1f1-9b54842dfc2a","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/parties?apikey={{apikey}}&size=100","host":["{{apihost}}"],"path":["v1","parties"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"size","value":"100"},{"key":"page","value":"0","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 14:24:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"bf615703649da10b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"B\",\n            \"legalName\": \"General Ltd\",\n            \"lineOfBusiness\": \"L131\",\n            \"taxId\": \"12345\",\n            \"countryOfOperation\": \"FR\",\n            \"countryOfRegistration\": \"FR\",\n            \"registrationNumber\": \"FR25712049618\",\n            \"establishmentDate\": \"2025-01-28\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 Rue de Paris\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"75001\",\n                \"city\": \"Paris\",\n                \"province\": null,\n                \"country\": \"FR\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"33\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"G_generalltd@buckzy.net\"\n            },\n            \"documents\": [\n                {\n                    \"id\": 45,\n                    \"type\": \"D034\"\n                }\n            ],\n            \"consent\": \"Yes\",\n            \"externalId\": \"202622\",\n            \"organizationType\": \"C004\",\n            \"partyId\": 602,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-02-03T04:14:27.662Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C004\",\n                \"description\": \"S Corp\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L131\",\n                \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Smith\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1985-10-18\",\n            \"countryOfBirth\": \"FR\",\n            \"countryOfResidence\": \"FR\",\n            \"legalName\": \"Smith, John\",\n            \"taxId\": \"11\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 Rue de Paris\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"75001\",\n                \"city\": \"Paris\",\n                \"province\": null,\n                \"country\": \"FR\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"33\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"Djohn_smith@buckzy.net\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"14323425\",\n            \"countryOfCitizenship\": \"FR\",\n            \"jobDescription\": \"Developer\",\n            \"partyId\": 601,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-02-03T04:13:11.273Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"B\",\n            \"legalName\": \"General Ltd\",\n            \"lineOfBusiness\": \"L131\",\n            \"taxId\": \"12345\",\n            \"countryOfOperation\": \"IN\",\n            \"countryOfRegistration\": \"IN\",\n            \"registrationNumber\": \"U12345MH2025PLC123456\",\n            \"establishmentDate\": \"2025-01-28\",\n            \"postalAddress\": {\n                \"addressLine1\": \"Sector 30\",\n                \"addressLine2\": \"M 43\",\n                \"addressLine3\": \"Navanagar\",\n                \"postalCode\": \"587101\",\n                \"city\": \"Bagalkot\",\n                \"province\": \"KA\",\n                \"country\": \"IN\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"91\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"generals_lltd@buckzy.net\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"28722\",\n            \"organizationType\": \"C004\",\n            \"partyId\": 600,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-02-03T04:11:56.562Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C004\",\n                \"description\": \"S Corp\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L131\",\n                \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Smith\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1985-10-18\",\n            \"countryOfBirth\": \"IN\",\n            \"countryOfResidence\": \"IN\",\n            \"legalName\": \"Smith, John\",\n            \"taxId\": \"11\",\n            \"postalAddress\": {\n                \"addressLine1\": \"Sector 30\",\n                \"addressLine2\": \"M 43\",\n                \"addressLine3\": \"Navanagar\",\n                \"postalCode\": \"587101\",\n                \"city\": \"Bagalkot\",\n                \"province\": \"KA\",\n                \"country\": \"IN\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"91\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"john_smithh@buckzy.net\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"12340925\",\n            \"countryOfCitizenship\": \"IN\",\n            \"jobDescription\": \"Developer\",\n            \"partyId\": 599,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-02-03T04:10:46.650Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Smith\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1985-10-18\",\n            \"countryOfBirth\": \"IN\",\n            \"countryOfResidence\": \"IN\",\n            \"legalName\": \"Smith, John\",\n            \"taxId\": \"11\",\n            \"postalAddress\": {\n                \"addressLine1\": \"Sector 30\",\n                \"addressLine2\": \"M 43\",\n                \"addressLine3\": \"Navanagar\",\n                \"postalCode\": \"587101\",\n                \"city\": \"Bagalkot\",\n                \"province\": \"KA\",\n                \"country\": \"IN\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"91\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"john_smitth@buckzy.net\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"2123425\",\n            \"countryOfCitizenship\": \"IN\",\n            \"jobDescription\": \"Developer\",\n            \"partyId\": 598,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-02-03T04:09:13.661Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"B\",\n            \"legalName\": \"General Ltd\",\n            \"lineOfBusiness\": \"L131\",\n            \"taxId\": \"12345\",\n            \"countryOfOperation\": \"IN\",\n            \"countryOfRegistration\": \"IN\",\n            \"registrationNumber\": \"U12345MH2025PLC123456\",\n            \"establishmentDate\": \"2025-01-28\",\n            \"postalAddress\": {\n                \"addressLine1\": \"Sector 30\",\n                \"addressLine2\": null,\n                \"addressLine3\": \"Navanagar\",\n                \"postalCode\": \"587101\",\n                \"city\": \"Bagalkot\",\n                \"province\": \"KA\",\n                \"country\": \"IN\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"91\",\n                \"mobileNumber\": \"8888888888\",\n                \"emailAddress\": \"generalltds@buckzy.net\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"99097\",\n            \"organizationType\": \"C004\",\n            \"partyId\": 597,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-02-03T04:07:43.483Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C004\",\n                \"description\": \"S Corp\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L131\",\n                \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"B\",\n            \"legalName\": \"General Ltd\",\n            \"lineOfBusiness\": \"L131\",\n            \"taxId\": \"123456\",\n            \"countryOfOperation\": \"US\",\n            \"countryOfRegistration\": \"US\",\n            \"registrationNumber\": \"123456789\",\n            \"establishmentDate\": \"2025-01-28\",\n            \"postalAddress\": {\n                \"addressLine1\": \"3560 Flora Vista Ave\",\n                \"addressLine2\": \"Apt 100\",\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"general_sltd@buckzy.net\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"1211345\",\n            \"organizationType\": \"C004\",\n            \"partyId\": 596,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-02-03T04:05:50.651Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C004\",\n                \"description\": \"S Corp\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L131\",\n                \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Smith\",\n            \"occupation\": \"L002\",\n            \"birthDate\": \"2001-02-01\",\n            \"countryOfBirth\": \"US\",\n            \"countryOfResidence\": \"US\",\n            \"legalName\": \"Smith, John\",\n            \"taxId\": \"1\",\n            \"postalAddress\": {\n                \"addressLine1\": \"3560 Flora Vista Ave\",\n                \"addressLine2\": \"Apt 100\",\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"johnsssmith@buckzy.net\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"1234555\",\n            \"countryOfCitizenship\": \"US\",\n            \"jobDescription\": \"Developer\",\n            \"partyId\": 595,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-02-03T04:04:34.128Z\",\n            \"occupationObj\": {\n                \"code\": \"L002\",\n                \"description\": \"Employed Part Time\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"B\",\n            \"legalName\": \"General Ltd\",\n            \"lineOfBusiness\": \"L131\",\n            \"taxId\": \"123456\",\n            \"countryOfOperation\": \"US\",\n            \"countryOfRegistration\": \"US\",\n            \"registrationNumber\": \"123456789\",\n            \"establishmentDate\": \"2025-01-28\",\n            \"postalAddress\": {\n                \"addressLine1\": \"3560 Flora Vista Ave\",\n                \"addressLine2\": \"Apt 100\",\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"generalsltd@buckzy.net\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"1234258\",\n            \"organizationType\": \"C004\",\n            \"partyId\": 594,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-02-03T04:02:59.370Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C004\",\n                \"description\": \"S Corp\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L131\",\n                \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"John\",\n            \"middleName\": \"Doe\",\n            \"lastName\": \"Smith\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1964-02-22\",\n            \"countryOfBirth\": \"US\",\n            \"countryOfResidence\": \"US\",\n            \"legalName\": \"Smith, John Doe\",\n            \"taxId\": \"123456\",\n            \"postalAddress\": {\n                \"addressLine1\": \"3560 Flora Vista Ave\",\n                \"addressLine2\": \"Apt 9\",\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"johnssmithdoe@buckzy.net\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"123\",\n            \"countryOfCitizenship\": \"US\",\n            \"jobDescription\": \"Developer\",\n            \"partyId\": 593,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-02-03T04:01:29.241Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"B\",\n            \"legalName\": \"General Ltd\",\n            \"lineOfBusiness\": \"L131\",\n            \"taxId\": \"123456\",\n            \"countryOfOperation\": \"US\",\n            \"countryOfRegistration\": \"US\",\n            \"registrationNumber\": \"123456789\",\n            \"establishmentDate\": \"2025-01-28\",\n            \"postalAddress\": {\n                \"addressLine1\": \"3560 Flora Vista Ave\",\n                \"addressLine2\": \"Apt 100\",\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"general_ltd@buckzy.net\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"123495\",\n            \"organizationType\": \"C004\",\n            \"partyId\": 592,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-02-03T03:59:28.616Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C004\",\n                \"description\": \"S Corp\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L131\",\n                \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Smith\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1964-02-22\",\n            \"countryOfBirth\": \"US\",\n            \"countryOfResidence\": \"US\",\n            \"legalName\": \"Smith, John\",\n            \"taxId\": \"123456789\",\n            \"postalAddress\": {\n                \"addressLine1\": \"3560 Flora Vista Avenue\",\n                \"addressLine2\": \"Apt 100\",\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"johns_smitheis@buckzy.net\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"10890899\",\n            \"countryOfCitizenship\": \"US\",\n            \"jobDescription\": \"Developer\",\n            \"partyId\": 591,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-02-03T03:57:52.216Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Debtor\",\n            \"tp\": \"B\",\n            \"legalName\": \"Generic Corp\",\n            \"lineOfBusiness\": \"L101\",\n            \"taxId\": \"123456\",\n            \"countryOfOperation\": \"US\",\n            \"countryOfRegistration\": \"US\",\n            \"registrationNumber\": \"123456789\",\n            \"establishmentDate\": \"2024-11-25\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 Fountain Avenue\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Sanat Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"generic_corpa@buckzy.net\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"12313\",\n            \"organizationType\": \"C003\",\n            \"partyId\": 590,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-02-03T01:35:42.130Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C003\",\n                \"description\": \"LLC\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L101\",\n                \"description\": \"Agriculture / Forestry / Fishing / Horticulture\"\n            }\n        },\n        {\n            \"side\": \"Debtor\",\n            \"tp\": \"I\",\n            \"firstName\": \"John\",\n            \"middleName\": \"Smith\",\n            \"lastName\": \"Doe\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1984-02-22\",\n            \"countryOfBirth\": \"US\",\n            \"countryOfResidence\": \"US\",\n            \"legalName\": \"Doe, John Smith\",\n            \"taxId\": \"65661212\",\n            \"postalAddress\": {\n                \"addressLine1\": \"6670 Fountain Avenue\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"johnsmithsdoe@buckzy.net\"\n            },\n            \"documents\": [\n                {\n                    \"id\": 43,\n                    \"type\": \"D010\",\n                    \"expiryDate\": \"2026-10-10\",\n                    \"selfiePhoto\": \"JVBERi0xLjQKJdPr6eEKMSAwIG9iago8PC9UaXRsZSAodGVzdCBkb2N1bWVudCkKL1Byb2R1Y2VyIChTa2lhL1BERiBtMTMzIEdvb2dsZSBEb2NzIFJlbmRlcmVyKT4+CmVuZG9iagozIDAgb2JqCjw8L2NhIDEKL0JNIC9Ob3JtYWw+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlCi9MZW5ndGggODU+PiBzdHJlYW0KeJwzVDAAQl1DIGFuaaSQnMtVyKVnbgoWhdFAQUMFEAxyV4AwitK59N2NFdKLuUDyFoZmCoYGpmYKRalcaVyBaCaYG4EQITPMjEwUjAxgJgAAoIMdvwplbmRzdHJlYW0KZW5kb2JqCjIgMCBvYmoKPDwvVHlwZSAvUGFnZQovUmVzb3VyY2VzIDw8L1Byb2NTZXQgWy9QREYgL1RleHQgL0ltYWdlQiAvSW1hZ2VDIC9JbWFnZUldCi9FeHRHU3RhdGUgPDwvRzMgMyAwIFI+Pj4+Ci9NZWRpYUJveCBbMCAwIDYxMiA3OTJdCi9Db250ZW50cyA0IDAgUgovU3RydWN0UGFyZW50cyAwCi9UYWJzIC9TCi9QYXJlbnQgNSAwIFI+PgplbmRvYmoKNSAwIG9iago8PC9UeXBlIC9QYWdlcwovQ291bnQgMQovS2lkcyBbMiAwIFJdPj4KZW5kb2JqCjYgMCBvYmoKPDwvVHlwZSAvQ2F0YWxvZwovUGFnZXMgNSAwIFIKL1ZpZXdlclByZWZlcmVuY2VzIDw8L1R5cGUgL1ZpZXdlclByZWZlcmVuY2VzCi9EaXNwbGF5RG9jVGl0bGUgdHJ1ZT4+Ci9MYW5nIChlbik+PgplbmRvYmoKeHJlZgowIDcKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwMDAyOTUgMDAwMDAgbiAKMDAwMDAwMDEwNCAwMDAwMCBuIAowMDAwMDAwMTQxIDAwMDAwIG4gCjAwMDAwMDA0OTIgMDAwMDAgbiAKMDAwMDAwMDU0NyAwMDAwMCBuIAp0cmFpbGVyCjw8L1NpemUgNwovUm9vdCA2IDAgUgovSW5mbyAxIDAgUj4+CnN0YXJ0eHJlZgo2NzUKJSVFT0YK\"\n                }\n            ],\n            \"consent\": \"Yes\",\n            \"externalId\": \"12133550\",\n            \"countryOfCitizenship\": \"US\",\n            \"jobDescription\": \"Developer\",\n            \"partyId\": 589,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-02-03T01:34:42.794Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"B\",\n            \"legalName\": \"test gbp br\",\n            \"lineOfBusiness\": \"L100\",\n            \"taxId\": \"111\",\n            \"countryOfOperation\": \"GB\",\n            \"countryOfRegistration\": \"GB\",\n            \"registrationNumber\": \"122\",\n            \"establishmentDate\": \"2025-01-27\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 Baker Street\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"W1U6RG\",\n                \"city\": \"London\",\n                \"province\": null,\n                \"country\": \"GB\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"44\",\n                \"mobileNumber\": \"7777777777\",\n                \"emailAddress\": \"testgbpbr@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20250129000000000049\",\n            \"organizationType\": \"C001\",\n            \"partyId\": 584,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-29T03:39:07.467Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C001\",\n                \"description\": \"Sole proprietorship\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L100\",\n                \"description\": \"Arts and Antiques\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Test\",\n            \"middleName\": \"Eur\",\n            \"lastName\": \"Ir\",\n            \"occupation\": \"L002\",\n            \"birthDate\": \"1985-10-18\",\n            \"countryOfBirth\": \"FR\",\n            \"countryOfResidence\": \"FR\",\n            \"legalName\": \"Ir, Test Eur\",\n            \"taxId\": \"222\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 Rue de Paris\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"75001\",\n                \"city\": \"Paris\",\n                \"province\": null,\n                \"country\": \"FR\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"33\",\n                \"mobileNumber\": \"8888888888\",\n                \"emailAddress\": \"testeurir@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"76\",\n            \"countryOfCitizenship\": \"FR\",\n            \"jobDescription\": \"Service\",\n            \"partyId\": 583,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-29T03:26:39.736Z\",\n            \"occupationObj\": {\n                \"code\": \"L002\",\n                \"description\": \"Employed Part Time\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"B\",\n            \"legalName\": \"test inr wire br\",\n            \"lineOfBusiness\": \"L100\",\n            \"taxId\": \"88998\",\n            \"countryOfOperation\": \"IN\",\n            \"countryOfRegistration\": \"IN\",\n            \"registrationNumber\": \"122\",\n            \"establishmentDate\": \"2025-01-28\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 6th Main Cross\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"560076\",\n                \"city\": \"Bangalore\",\n                \"province\": \"KA\",\n                \"country\": \"IN\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"91\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"testinrwirebr@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"1121\",\n            \"organizationType\": \"C004\",\n            \"partyId\": 582,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-29T03:08:23.150Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C004\",\n                \"description\": \"S Corp\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L100\",\n                \"description\": \"Arts and Antiques\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Test wire\",\n            \"middleName\": \"Usd\",\n            \"lastName\": \"Ri\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1985-10-18\",\n            \"countryOfBirth\": \"US\",\n            \"countryOfResidence\": \"US\",\n            \"legalName\": \"Ri, Test wire Usd\",\n            \"taxId\": \"1234567890\",\n            \"postalAddress\": {\n                \"addressLine1\": \"3560 Flora Vista Ave\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"testwireusdir@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"98\",\n            \"countryOfCitizenship\": \"US\",\n            \"jobDescription\": \"Developer\",\n            \"partyId\": 581,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-29T02:45:19.808Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Debtor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Test\",\n            \"middleName\": \"Eur\",\n            \"lastName\": \"Is\",\n            \"occupation\": \"L002\",\n            \"birthDate\": \"1985-10-18\",\n            \"countryOfBirth\": \"FR\",\n            \"countryOfResidence\": \"FR\",\n            \"legalName\": \"Is, Test Eur\",\n            \"taxId\": \"12\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 Rue de Paris\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"75001\",\n                \"city\": \"Paris\",\n                \"province\": null,\n                \"country\": \"FR\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"33\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"testeuris@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"17\",\n            \"countryOfCitizenship\": \"FR\",\n            \"jobDescription\": \"Developer\",\n            \"partyId\": 580,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-29T01:23:03.122Z\",\n            \"occupationObj\": {\n                \"code\": \"L002\",\n                \"description\": \"Employed Part Time\"\n            }\n        },\n        {\n            \"side\": \"Debtor\",\n            \"tp\": \"B\",\n            \"legalName\": \"test inr bs\",\n            \"lineOfBusiness\": \"L180\",\n            \"taxId\": \"111\",\n            \"countryOfOperation\": \"IN\",\n            \"countryOfRegistration\": \"IN\",\n            \"registrationNumber\": \"122\",\n            \"establishmentDate\": \"2001-02-01\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 6th Main cross\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"500049\",\n                \"city\": \"Bangalore\",\n                \"province\": \"KA\",\n                \"country\": \"IN\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"91\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"testinrbs@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"1\",\n            \"organizationType\": \"C003\",\n            \"partyId\": 579,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-29T01:13:14.414Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C003\",\n                \"description\": \"LLC\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L180\",\n                \"description\": \"Tech Support\"\n            }\n        },\n        {\n            \"side\": \"Debtor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Test\",\n            \"middleName\": \"Cad\",\n            \"lastName\": \"Is\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1993-02-17\",\n            \"countryOfBirth\": \"CA\",\n            \"countryOfResidence\": \"CA\",\n            \"legalName\": \"Is, Test Cad\",\n            \"taxId\": \"\",\n            \"postalAddress\": {\n                \"addressLine1\": \"40 University Avenue\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"M5H3L3\",\n                \"city\": \"Toronto\",\n                \"province\": \"ON\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"testcadis@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"1234\",\n            \"countryOfCitizenship\": \"CA\",\n            \"jobDescription\": \"\",\n            \"partyId\": 578,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-29T00:54:21.167Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Debtor\",\n            \"tp\": \"B\",\n            \"legalName\": \"test usd B S\",\n            \"lineOfBusiness\": \"L104\",\n            \"taxId\": \"111\",\n            \"countryOfOperation\": \"US\",\n            \"countryOfRegistration\": \"US\",\n            \"registrationNumber\": \"1221\",\n            \"establishmentDate\": \"2025-01-28\",\n            \"postalAddress\": {\n                \"addressLine1\": \"3560 flora vista avenue\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"testusdsb@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"123\",\n            \"organizationType\": \"C006\",\n            \"partyId\": 577,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-29T00:44:10.990Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C006\",\n                \"description\": \"Nonprofit\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L104\",\n                \"description\": \"Bank / Credit Union\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"B\",\n            \"legalName\": \"PHATCORP\",\n            \"countryOfOperation\": \"CU\",\n            \"postalAddress\": {\n                \"addressLine1\": \"335 Bathurst Glen Drive\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"L4J 9A3\",\n                \"city\": \"Thornhill\",\n                \"province\": \"Ont\",\n                \"country\": \"CU\"\n            },\n            \"contactDetail\": {\n                \"emailAddress\": \"phatpx+12@wru.vn\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20250128000000000048\",\n            \"partyId\": 576,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-28T22:44:26.645Z\"\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Xuan\",\n            \"middleName\": \"Phat\",\n            \"lastName\": \"Pham\",\n            \"birthDate\": \"2004-01-05\",\n            \"countryOfBirth\": \"IN\",\n            \"countryOfResidence\": \"IN\",\n            \"legalName\": \"Pham, Xuan Phat\",\n            \"postalAddress\": {\n                \"addressLine1\": \"335 Bathurst Glen Drive\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"L4J 9A3\",\n                \"city\": \"Thornhill\",\n                \"province\": \"AR\",\n                \"country\": \"IN\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"6476416500\",\n                \"emailAddress\": \"phatpx32@wru.vntrycv\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20250128000000000047\",\n            \"countryOfCitizenship\": \"IN\",\n            \"partyId\": 575,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-28T19:49:47.213Z\"\n        },\n        {\n            \"side\": \"Debtor\",\n            \"tp\": \"B\",\n            \"legalName\": \"test B S USD\",\n            \"lineOfBusiness\": \"L103\",\n            \"taxId\": \"111\",\n            \"countryOfOperation\": \"US\",\n            \"countryOfRegistration\": \"US\",\n            \"registrationNumber\": \"6666\",\n            \"establishmentDate\": \"2025-01-28\",\n            \"postalAddress\": {\n                \"addressLine1\": \"3560 flora vista avenue\",\n                \"addressLine2\": \"opp dmv\",\n                \"addressLine3\": null,\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"testrbusd@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"111\",\n            \"organizationType\": \"C001\",\n            \"partyId\": 574,\n            \"kycStatus\": 2,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-28T19:16:11.239Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C001\",\n                \"description\": \"Sole proprietorship\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L103\",\n                \"description\": \"Automotive\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Xuan\",\n            \"middleName\": \"Phat\",\n            \"lastName\": \"Pham\",\n            \"birthDate\": \"2002-11-07\",\n            \"countryOfResidence\": \"IN\",\n            \"legalName\": \"Pham, Xuan Phat\",\n            \"postalAddress\": {\n                \"addressLine1\": \"335 Bathurst Glen Drive\",\n                \"addressLine2\": \"298437\",\n                \"addressLine3\": \"sủeyt\",\n                \"postalCode\": \"L4J 9A3\",\n                \"city\": \"Thornhill\",\n                \"province\": \"DN\",\n                \"country\": \"IN\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"6476416599\",\n                \"emailAddress\": \"phatpx32@wru.vntry\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20250128000000000046\",\n            \"partyId\": 573,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-28T14:18:54.949Z\"\n        },\n        {\n            \"side\": \"Debtor\",\n            \"tp\": \"B\",\n            \"legalName\": \"test sender eur B\",\n            \"lineOfBusiness\": \"L101\",\n            \"taxId\": \"111\",\n            \"countryOfOperation\": \"FR\",\n            \"countryOfRegistration\": \"FR\",\n            \"registrationNumber\": \"1221\",\n            \"establishmentDate\": \"2025-01-26\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 Rue de Paris\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"75001\",\n                \"city\": \"Paris\",\n                \"province\": null,\n                \"country\": \"FR\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"33\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"testsendereurb@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"991\",\n            \"organizationType\": \"C007\",\n            \"partyId\": 572,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-28T04:28:47.642Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C007\",\n                \"description\": \"Government\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L101\",\n                \"description\": \"Agriculture / Forestry / Fishing / Horticulture\"\n            }\n        },\n        {\n            \"side\": \"Debtor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Test\",\n            \"middleName\": \"Eur\",\n            \"lastName\": \"Sender\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1989-12-01\",\n            \"countryOfBirth\": \"FR\",\n            \"countryOfResidence\": \"FR\",\n            \"legalName\": \"Sender, Test Eur\",\n            \"taxId\": \"111\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 Rue de Paris\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"75001\",\n                \"city\": \"Paris\",\n                \"province\": null,\n                \"country\": \"FR\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"33\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"testeursendder@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"11\",\n            \"countryOfCitizenship\": \"FR\",\n            \"jobDescription\": \"Developer\",\n            \"partyId\": 571,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-28T04:26:51.687Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Test\",\n            \"middleName\": \"Receiver\",\n            \"lastName\": \"Imps\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1992-01-01\",\n            \"countryOfBirth\": \"IN\",\n            \"countryOfResidence\": \"IN\",\n            \"legalName\": \"Imps, Test Receiver\",\n            \"taxId\": \"111\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 6th Main Cross\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"560076\",\n                \"city\": \"Bangalore\",\n                \"province\": \"KA\",\n                \"country\": \"IN\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"91\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"testreceiverimps@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"111\",\n            \"countryOfCitizenship\": \"IN\",\n            \"jobDescription\": \"Developer\",\n            \"partyId\": 570,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2025-01-28T02:38:52.416Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Debtor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Test\",\n            \"lastName\": \"Dob3\",\n            \"birthDate\": \"1992-02-17\",\n            \"countryOfBirth\": \"IN\",\n            \"countryOfResidence\": \"IN\",\n            \"legalName\": \"Dob3, Test\",\n            \"postalAddress\": {\n                \"addressLine1\": \"i\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"L1H6V9\",\n                \"city\": \"i\",\n                \"province\": \"AN\",\n                \"country\": \"IN\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"91\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"testdd@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20241212000000000039\",\n            \"countryOfCitizenship\": \"IN\",\n            \"partyId\": 427,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-12-12T13:01:48.980Z\"\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Test\",\n            \"lastName\": \"Dob2\",\n            \"birthDate\": \"1992-12-01\",\n            \"countryOfBirth\": \"IN\",\n            \"countryOfResidence\": \"IN\",\n            \"legalName\": \"Dob2, Test\",\n            \"postalAddress\": {\n                \"addressLine1\": \"40 university ave\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"L1H6V9\",\n                \"city\": \"Oshawa\",\n                \"province\": \"CT\",\n                \"country\": \"IN\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"91\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"testdobtwo@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20241212000000000038\",\n            \"countryOfCitizenship\": \"IN\",\n            \"partyId\": 426,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-12-12T12:59:01.134Z\"\n        },\n        {\n            \"side\": \"Debtor\",\n            \"tp\": \"B\",\n            \"legalName\": \"a\",\n            \"lineOfBusiness\": \"L101\",\n            \"countryOfOperation\": \"CA\",\n            \"countryOfRegistration\": \"CA\",\n            \"postalAddress\": {\n                \"addressLine1\": \"a\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"L1H6V9\",\n                \"city\": \"a\",\n                \"province\": \"BC\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"8787878785\",\n                \"emailAddress\": \"testph123@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20241211000000000037\",\n            \"organizationType\": \"C005\",\n            \"partyId\": 422,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-12-11T19:29:51.241Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C005\",\n                \"description\": \"C Corp\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L101\",\n                \"description\": \"Agriculture / Forestry / Fishing / Horticulture\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Test\",\n            \"middleName\": \"Addr\",\n            \"lastName\": \"Ba3\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1992-02-01\",\n            \"countryOfBirth\": \"US\",\n            \"countryOfResidence\": \"US\",\n            \"legalName\": \"Ba3, Test Addr\",\n            \"taxId\": \"15665543\",\n            \"postalAddress\": {\n                \"addressLine1\": \"3650 flora\",\n                \"addressLine2\": \"line two\",\n                \"addressLine3\": \"line three\",\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"testba3a@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20241126000000000036\",\n            \"countryOfCitizenship\": \"US\",\n            \"jobDescription\": \"Developer\",\n            \"partyId\": 359,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-11-26T16:17:25.077Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Test\",\n            \"lastName\": \"Ba\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1992-11-03\",\n            \"countryOfBirth\": \"CA\",\n            \"countryOfResidence\": \"CA\",\n            \"legalName\": \"Ba, Test\",\n            \"taxId\": \"111\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 demo avenue\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"L1H6V9\",\n                \"city\": \"Oshawa\",\n                \"province\": \"ON\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"testba@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20241126000000000035\",\n            \"countryOfCitizenship\": \"CA\",\n            \"jobDescription\": \"Developer\",\n            \"partyId\": 358,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-11-26T14:25:33.235Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"B\",\n            \"legalName\": \"Lenin test\",\n            \"lineOfBusiness\": \"L100\",\n            \"taxId\": \"1233456\",\n            \"countryOfOperation\": \"CA\",\n            \"countryOfRegistration\": \"CA\",\n            \"registrationNumber\": \"123456\",\n            \"establishmentDate\": \"2024-10-30\",\n            \"postalAddress\": {\n                \"addressLine1\": \"ad1\",\n                \"addressLine2\": \"ad2\",\n                \"addressLine3\": null,\n                \"postalCode\": \"l5c2h3\",\n                \"city\": \"Halifax\",\n                \"province\": \"NS\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"91\",\n                \"mobileNumber\": \"65656565677\",\n                \"emailAddress\": \"fmseurfrancetest@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"25680\",\n            \"organizationType\": \"C005\",\n            \"partyId\": 297,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-11-25T18:42:52.226Z\",\n            \"organizationTypeObj\": {\n                \"code\": \"C005\",\n                \"description\": \"C Corp\"\n            },\n            \"lineOfBusinessObj\": {\n                \"code\": \"L100\",\n                \"description\": \"Arts and Antiques\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Test\",\n            \"lastName\": \"Test\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"2021-02-02\",\n            \"countryOfBirth\": \"CA\",\n            \"countryOfResidence\": \"CA\",\n            \"legalName\": \"Test, Test\",\n            \"postalAddress\": {\n                \"addressLine1\": \"123 demo avenue\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"L1H6V9\",\n                \"city\": \"Oshawa\",\n                \"province\": \"ON\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"test123test@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20241125000000000034\",\n            \"countryOfCitizenship\": \"CA\",\n            \"jobDescription\": \"Developer\",\n            \"partyId\": 293,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-11-25T17:14:01.976Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Receiver\",\n            \"lastName\": \"Eur one\",\n            \"birthDate\": \"1985-10-18\",\n            \"countryOfBirth\": \"FR\",\n            \"countryOfResidence\": \"FR\",\n            \"legalName\": \"Eur one, Receiver\",\n            \"postalAddress\": {\n                \"addressLine1\": \"10 Rue de Rivoli\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"75001\",\n                \"city\": \"Paris\",\n                \"province\": \"PA\",\n                \"country\": \"FR\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"33\",\n                \"mobileNumber\": \"123456789\",\n                \"emailAddress\": \"receivereurone@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20241012000000000031\",\n            \"countryOfCitizenship\": \"FR\",\n            \"partyId\": 75,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-10-12T22:55:35.046Z\"\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Receiver \",\n            \"lastName\": \"Four\",\n            \"birthDate\": \"1985-10-18\",\n            \"countryOfBirth\": \"CA\",\n            \"countryOfResidence\": \"CA\",\n            \"legalName\": \"Four, Receiver\",\n            \"postalAddress\": {\n                \"addressLine1\": \"40 university ave\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"M5H3L5\",\n                \"city\": \"Toronto\",\n                \"province\": \"ON\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"receiverfour@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20241010000000000020\",\n            \"countryOfCitizenship\": \"CA\",\n            \"partyId\": 62,\n            \"kycStatus\": 2,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-10-10T21:08:05.803Z\"\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Akshara\",\n            \"lastName\": \"Singhania\",\n            \"occupation\": \"L002\",\n            \"birthDate\": \"1992-02-22\",\n            \"countryOfBirth\": \"CA\",\n            \"countryOfResidence\": \"CA\",\n            \"legalName\": \"Singhania, Akshara\",\n            \"postalAddress\": {\n                \"addressLine1\": \"1481 Harmony Rd N\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"L1H 7K5\",\n                \"city\": \"Oshawa\",\n                \"province\": \"ON\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"receiverthree@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20241010000000000019\",\n            \"countryOfCitizenship\": \"CA\",\n            \"partyId\": 61,\n            \"kycStatus\": 2,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-10-10T03:26:39.554Z\",\n            \"occupationObj\": {\n                \"code\": \"L002\",\n                \"description\": \"Employed Part Time\"\n            }\n        },\n        {\n            \"side\": \"Debtor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Panchami\",\n            \"lastName\": \"Rudrakshi\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"2004-01-01\",\n            \"countryOfBirth\": \"CA\",\n            \"countryOfResidence\": \"CA\",\n            \"legalName\": \"Rudrakshi, Panchami\",\n            \"postalAddress\": {\n                \"addressLine1\": \"849 carnation court \",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"L1H6V9\",\n                \"city\": \"Oshawa\",\n                \"province\": \"ON\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"senderthree@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20241010000000000018\",\n            \"countryOfCitizenship\": \"CA\",\n            \"jobDescription\": \"qa\",\n            \"partyId\": 60,\n            \"kycStatus\": 2,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-10-10T03:23:29.458Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Debtor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Sender\",\n            \"lastName\": \"Two\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1985-10-18\",\n            \"countryOfBirth\": \"CA\",\n            \"countryOfResidence\": \"CA\",\n            \"legalName\": \"Two, Sender\",\n            \"postalAddress\": {\n                \"addressLine1\": \"835 florell drive\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"L1H6V9\",\n                \"city\": \"Oshawa\",\n                \"province\": \"ON\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"sendertwo@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20241010000000000017\",\n            \"countryOfCitizenship\": \"CA\",\n            \"jobDescription\": \"QA\",\n            \"partyId\": 59,\n            \"kycStatus\": 2,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-10-10T03:11:51.771Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Receiver12\",\n            \"lastName\": \"Test\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1991-01-03\",\n            \"countryOfBirth\": \"CA\",\n            \"countryOfResidence\": \"CA\",\n            \"legalName\": \"Test, Receiver12\",\n            \"taxId\": \"444\",\n            \"postalAddress\": {\n                \"addressLine1\": \"40 university ave\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"M5H3L5\",\n                \"city\": \"Toronto\",\n                \"province\": \"ON\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"8999999999\",\n                \"emailAddress\": \"receiver2@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20241010000000000016\",\n            \"countryOfCitizenship\": \"CA\",\n            \"jobDescription\": \"qa\",\n            \"partyId\": 58,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-10-10T03:09:56.105Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Creditor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Receiver\",\n            \"lastName\": \"1\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1964-02-22\",\n            \"countryOfBirth\": \"CA\",\n            \"countryOfResidence\": \"CA\",\n            \"legalName\": \"1, Receiver\",\n            \"taxId\": \"111\",\n            \"postalAddress\": {\n                \"addressLine1\": \"40 university avenue\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"M5J 1T1\",\n                \"city\": \"Toronto\",\n                \"province\": \"ON\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"receiver1@gmail.com\"\n            },\n            \"documents\": [\n                {\n                    \"id\": 25,\n                    \"type\": \"D010\"\n                }\n            ],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20241009000000000015\",\n            \"countryOfCitizenship\": \"CA\",\n            \"jobDescription\": \"QA\",\n            \"partyId\": 57,\n            \"kycStatus\": 2,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-10-09T20:09:08.245Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"side\": \"Debtor\",\n            \"tp\": \"I\",\n            \"firstName\": \"Sender12\",\n            \"lastName\": \"One\",\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1964-02-22\",\n            \"countryOfBirth\": \"CA\",\n            \"countryOfResidence\": \"CA\",\n            \"legalName\": \"One, Sender12\",\n            \"postalAddress\": {\n                \"addressLine1\": \"40 university ave\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"L1H6V9\",\n                \"city\": \"Oshawa\",\n                \"province\": \"NS\",\n                \"country\": \"CA\"\n            },\n            \"contactDetail\": {\n                \"mobileCountryCode\": \"1\",\n                \"mobileNumber\": \"8888888888\",\n                \"emailAddress\": \"sender1@gmail.com\"\n            },\n            \"documents\": [],\n            \"consent\": \"Yes\",\n            \"externalId\": \"20241009000000000014\",\n            \"jobDescription\": \"QA\",\n            \"partyId\": 56,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"registeredAt\": \"2024-10-09T20:06:40.762Z\",\n            \"occupationObj\": {\n                \"code\": \"L001\",\n                \"description\": \"Employed Full Time\"\n            }\n        },\n        {\n            \"postalAddress\": {\n                \"addressLine1\": null,\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": null,\n                \"city\": null,\n                \"province\": null,\n                \"country\": null\n            },\n            \"contactDetail\": {\n                \"emailAddress\": \"buckzy_test_entity@gmail.com\"\n            },\n            \"documents\": [],\n            \"partyId\": 30,\n            \"kycStatus\": 0,\n            \"status\": \"Pending\",\n            \"wallets\": [],\n            \"accounts\": [],\n            \"limits\": [],\n            \"passwordChangeRequired\": false,\n            \"registeredAt\": \"2024-09-10T20:20:13.651Z\"\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 100,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 45,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 45,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"size\": 100,\n    \"number\": 0,\n    \"empty\": false\n}"}],"_postman_id":"8d7d487d-3f6f-4801-aec9-49d0ac7ebee1"},{"name":"Delete Party","id":"67a37761-3d6f-4f2e-bbc3-9de5f1aa61eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{apihost}}/v1/parties/:partyId?apikey={{apikey}}","description":"<p>This request deletes a specific party(whether debtor or creditor) identified by the ID provided in the path variable.</p>\n","urlObject":{"path":["v1","parties",":partyId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>Id of the party you wish to delete</p>\n","type":"text/plain"},"type":"any","value":"56","key":"partyId"}]}},"response":[],"_postman_id":"67a37761-3d6f-4f2e-bbc3-9de5f1aa61eb"}],"id":"9989ed42-ced1-4fed-8803-c456ac4c5009","description":"<p>This set of APIs allows you to create, retrieve, and delete parties for the customer, along with a dedicated endpoint to access all registered parties and their accounts. Each party is assigned a unique party ID and can be designated as either a Debtor or a Creditor.</p>\n<p><strong>Create Debtor</strong> - You can use the API to create a party (debtor) for an individual or a business.</p>\n<p><strong>Update Debtor</strong> - You can use the API to update details of a party (debtor) for an individual or a business.</p>\n<p><strong>Create Creditor</strong> - You can use the API to create a party (creditor) for an individual or a business.</p>\n<p><strong>Update Creditor</strong> - You can use the API to update details of a party (creditor) for an individual or a business.</p>\n<p><strong>Create Creditor Bank Account</strong> - You can use the API to create an account for a party (creditor) for an individual or a business.</p>\n<p><strong>Update Creditor Bank Account</strong> - You can use the API to update details of a creditor account for an individual or a business.</p>\n<p><strong>Get Creditor Bank Account</strong> - You can use the API to retrieve details of a creditor account for an individual or a business. You can get all accounts or filter it by ID.</p>\n<p><strong>Get Creditor Bank Account</strong> <strong>Preference</strong>- You can use the API to set preference of a creditor account for an individual or a business.</p>\n","_postman_id":"9989ed42-ced1-4fed-8803-c456ac4c5009"},{"name":"Buckzy Accounts","item":[{"name":"Create Digital Wallet","id":"40611708-f61f-495c-a5ed-df4fb475aa34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"currencyCode\": \"USDC\",\r\n    \"clearingChannel\": \"BSC\", //required\r\n    \"buckzyAccountCategory\": \"PooledFund\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/accounts/fund-accounts?apikey={{apikey}}","description":"<p>This request creates a new digital wallet for the specified currency.</p>\n<p><a href=\"https://go.postman.co/workspace/Panchami's-Workspace~ec67a2c7-54a2-4894-8761-8686669c6ac6/documentation/34644703-8e5dfa28-ac73-48bb-853e-2a01b641fb08?entity=folder-da93c402-fd69-45e0-80d1-1eea8e5237b3\">See Additional Information for Currency Codes</a></p>\n<h3 id=\"body-parameters\">BODY PARAMETERS</h3>\n<p><strong>currencyCode</strong> (string, required): 3-character currency code. <em><strong>Refer to Currency Codes table.</strong></em><br /><strong>clearingChannel</strong>(required): use <strong>Get Digital Wallet Networks</strong> endpoint to get a list of available chains<br /><strong>buckzyAccountCategory: \"PooledFund\"</strong> - defines account type</p>\n","urlObject":{"path":["v1","accounts","fund-accounts"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"e169680c-3d25-4da3-8838-735b4e17a4a7","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"currencyCode\": \"USDC\",\r\n    \"clearingChannel\": \"BSC\", //required\r\n    \"buckzyAccountCategory\": \"PooledFund\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/accounts/fund-accounts?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","accounts","fund-accounts"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 06 Feb 2026 18:12:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"5efc8db6020f6ff1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountNumber\": \"0xEdd4502AFDA7bfE594B2610948c9b715EbD0d35A\",\n    \"accountName\": \"buckzy test account\",\n    \"accountType\": null,\n    \"currencyCode\": \"USDC\",\n    \"financialInstitution\": {\n        \"name\": null,\n        \"countryCode\": \"US\",\n        \"memberId\": null,\n        \"timeToSettle\": null,\n        \"expectedSettlementAt\": null,\n        \"expectedSettlementDate\": null,\n        \"postalAddress\": {\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": null,\n            \"city\": null,\n            \"province\": null,\n            \"country\": \"US\"\n        },\n        \"intermediaryBankSwiftCode\": null\n    },\n    \"intermediaryBankDetails\": null,\n    \"clearingChannel\": \"BSC\",\n    \"swiftBic\": null,\n    \"accountCategory\": null,\n    \"ownerId\": null,\n    \"accountId\": 2044,\n    \"accountTypeName\": null,\n    \"preferred\": false,\n    \"providerName\": \"UtilaService USDC\",\n    \"status\": \"ACTIVE\",\n    \"nickName\": \"buckzy test account\",\n    \"buckzyAccountType\": \"Virtual\",\n    \"buckzyAccountCategory\": \"PooledFund\",\n    \"buckzyAccountPurpose\": null,\n    \"fundAccountId\": 2003,\n    \"routingNumber\": null\n}"}],"_postman_id":"40611708-f61f-495c-a5ed-df4fb475aa34"},{"name":"Get All Accounts","id":"d8e3016b-0ffb-46e0-9e46-d16e60d6d4ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/accounts?apikey={{apikey}}&underlying=true","description":"<p>This request retrieves a list of Buckzy accounts belonging to the customer.</p>\n<p>For each account, the response includes details for the Buckzy account (account ID, balance, and currency) as well as details for the financial institution account linked to the Buckzy account.</p>\n<h3 id=\"response-fields\"><strong>Response Fields</strong></h3>\n<p><strong>nickName</strong>: Name of the account.<br /><strong>accountId</strong>: Buckzy account ID. You can use this ID to retrieve statements for the account.<br /><strong>currencyCode</strong>: 3-character currency code for the account.<br /><strong>balance</strong>: Account balance.<br /><strong>pendingAmount</strong> (Integer)<br /><strong>financialInstitutionDetails</strong>: Details for the financial institution where the account is located.<br /><strong>id</strong>: ID used to identify the financial institution in Buckzy.<br /><strong>tp</strong>: Type of financial institution. Possible values are Bank and TrustCompany.<br /><strong>swiftCode</strong>: Financial institution’s SWIFT code.<br /><strong>routingNumber</strong>: Financial institution’s routing number.<br /><strong>name</strong>: Name of the financial institution.<br /><strong>accountNumber</strong>: Account number.<br /><strong>accountName</strong>: Account name.<br /><strong>bankCode</strong>: Alternative bank code for the financial institution, depending on the conventions for the<br />country where the bank is located. This field is not currently in use.<br /><strong>countryCode</strong>: Financial institution’s 2-character country code.<br /><strong>address</strong>: Financial institution’s address.<br /><strong>addressLine1</strong>: Address line 1.<br /><strong>addressLine2</strong>: Address line 2.<br /><strong>addressLine3</strong>: Address line 3.<br /><strong>postalCode</strong>: Postal code or zip code.<br /><strong>city</strong>: City.<br /><strong>province</strong>: Province or state.<br /><strong>active</strong>: true - status of newly created account is always active.</p>\n","urlObject":{"path":["v1","accounts"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"},{"description":{"content":"<p>Type: Boolean\nValue of the field determines if the underlying accounts should be returned in results. value=true will return accounts linked to parties created for the client.</p>\n","type":"text/plain"},"key":"underlying","value":"true"}],"variable":[]}},"response":[{"id":"8d26b9cb-50bb-40ad-a12b-0069efa3dbf3","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/accounts?apikey={{apikey}}&underlying=true","host":["{{apihost}}"],"path":["v1","accounts"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"underlying","value":"true","description":"Type: Boolean\nValue of the field determines if the underlying accounts should be returned in results. value=true will return accounts linked to parties created for the client."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 14:37:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"0971c7ebcb0049f7"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"nickName\": \"AED-account\",\n            \"accountId\": 189,\n            \"currencyCode\": \"AED\",\n            \"balance\": 0,\n            \"pendingAmount\": 0,\n            \"financialInstitutionDetails\": {\n                \"id\": 16,\n                \"tp\": null,\n                \"swiftCode\": null,\n                \"routingNumber\": null,\n                \"name\": \"Buckzy\",\n                \"accountNumber\": null,\n                \"accountName\": \"buckzy test child1 account \",\n                \"bankCode\": null,\n                \"countryCode\": \"AE\",\n                \"address\": {\n                    \"addressLine1\": \"100 Main St\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"95051\",\n                    \"city\": \"Santa Clara\",\n                    \"province\": \"CA\",\n                    \"country\": \"US\"\n                }\n            },\n            \"active\": true\n        },\n        {\n            \"nickName\": \"AED-account\",\n            \"accountId\": 188,\n            \"currencyCode\": \"AED\",\n            \"balance\": 0,\n            \"pendingAmount\": 0,\n            \"financialInstitutionDetails\": {\n                \"id\": 16,\n                \"tp\": null,\n                \"swiftCode\": null,\n                \"routingNumber\": null,\n                \"name\": \"Buckzy\",\n                \"accountNumber\": null,\n                \"accountName\": \"buckzy test account\",\n                \"bankCode\": null,\n                \"countryCode\": \"AE\",\n                \"address\": {\n                    \"addressLine1\": \"100 Main St\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"95051\",\n                    \"city\": \"Santa Clara\",\n                    \"province\": \"CA\",\n                    \"country\": \"US\"\n                }\n            },\n            \"active\": true\n        },\n        {\n            \"nickName\": \"USD-account\",\n            \"accountId\": 94,\n            \"currencyCode\": \"USD\",\n            \"balance\": 1073.14,\n            \"pendingAmount\": 113.96,\n            \"financialInstitutionDetails\": {\n                \"id\": 3,\n                \"tp\": null,\n                \"swiftCode\": null,\n                \"routingNumber\": null,\n                \"name\": \"Buckzy\",\n                \"accountNumber\": null,\n                \"accountName\": null,\n                \"bankCode\": null,\n                \"countryCode\": \"US\",\n                \"address\": {\n                    \"addressLine1\": \"100 Main St\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"95051\",\n                    \"city\": \"Santa Clara\",\n                    \"province\": \"CA\",\n                    \"country\": \"US\"\n                }\n            },\n            \"active\": true\n        },\n        {\n            \"nickName\": \"EUR-account\",\n            \"accountId\": 80,\n            \"currencyCode\": \"EUR\",\n            \"balance\": 0,\n            \"pendingAmount\": 0,\n            \"financialInstitutionDetails\": {\n                \"id\": 14,\n                \"tp\": null,\n                \"swiftCode\": null,\n                \"routingNumber\": null,\n                \"name\": \"Buckzy\",\n                \"accountNumber\": null,\n                \"accountName\": null,\n                \"bankCode\": null,\n                \"countryCode\": \"FR\",\n                \"address\": {\n                    \"addressLine1\": \"100 Main St\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"95051\",\n                    \"city\": \"Santa Clara\",\n                    \"province\": \"CA\",\n                    \"country\": \"US\"\n                }\n            },\n            \"active\": true\n        },\n        {\n            \"nickName\": \"buckzy test acc child 1\",\n            \"accountId\": 23,\n            \"currencyCode\": \"CAD\",\n            \"balance\": 88382.05,\n            \"pendingAmount\": 12620.1,\n            \"financialInstitutionDetails\": {\n                \"id\": 9,\n                \"tp\": null,\n                \"swiftCode\": null,\n                \"routingNumber\": null,\n                \"name\": \"Buckzy\",\n                \"accountNumber\": null,\n                \"accountName\": \"buckzy test acc child 1\",\n                \"bankCode\": null,\n                \"countryCode\": \"CA\",\n                \"address\": {\n                    \"addressLine1\": \"123 university avenue\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"L1H6V9\",\n                    \"city\": \"Toronto\",\n                    \"province\": \"Ontario\",\n                    \"country\": \"CA\"\n                }\n            },\n            \"isSettlementAccount\": false,\n            \"active\": true\n        },\n        {\n            \"accountId\": 12,\n            \"currencyCode\": \"INR\",\n            \"balance\": 1006.84,\n            \"pendingAmount\": 0,\n            \"financialInstitutionDetails\": {\n                \"id\": 5,\n                \"tp\": null,\n                \"swiftCode\": \"241\",\n                \"routingNumber\": \"86465456\",\n                \"name\": \"Buckzy\",\n                \"accountNumber\": \"12344567\",\n                \"accountName\": \"Buckzy INR Master\",\n                \"bankCode\": null,\n                \"countryCode\": \"IN\",\n                \"address\": {\n                    \"addressLine1\": \"123\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"110019\",\n                    \"city\": \"MUMBAI\",\n                    \"province\": \"MH\",\n                    \"country\": \"IN\"\n                }\n            },\n            \"active\": true\n        },\n        {\n            \"accountId\": 9,\n            \"currencyCode\": \"USD\",\n            \"balance\": 987.8,\n            \"pendingAmount\": 14.2,\n            \"financialInstitutionDetails\": {\n                \"id\": 3,\n                \"tp\": null,\n                \"swiftCode\": null,\n                \"routingNumber\": null,\n                \"name\": \"Buckzy\",\n                \"accountNumber\": \"123456789\",\n                \"accountName\": \"Buckzy Master Account\",\n                \"bankCode\": null,\n                \"countryCode\": \"US\",\n                \"address\": {\n                    \"addressLine1\": \"100 Main St\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"95051\",\n                    \"city\": \"Santa Clara\",\n                    \"province\": \"CA\",\n                    \"country\": \"US\"\n                }\n            },\n            \"active\": true\n        },\n        {\n            \"nickName\": \"buckzy test account\",\n            \"accountId\": 8,\n            \"currencyCode\": \"CAD\",\n            \"balance\": 954,\n            \"pendingAmount\": 47,\n            \"financialInstitutionDetails\": {\n                \"id\": 9,\n                \"tp\": null,\n                \"swiftCode\": null,\n                \"routingNumber\": null,\n                \"name\": \"Buckzy\",\n                \"accountNumber\": \"12345\",\n                \"accountName\": \"buckzy test account\",\n                \"bankCode\": null,\n                \"countryCode\": \"CA\",\n                \"address\": {\n                    \"addressLine1\": \"123 university avenue\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"L1H6V9\",\n                    \"city\": \"Toronto\",\n                    \"province\": \"Ontario\",\n                    \"country\": \"CA\"\n                }\n            },\n            \"active\": true\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 10,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 8,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 8,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"size\": 10,\n    \"number\": 0,\n    \"empty\": false\n}"}],"_postman_id":"d8e3016b-0ffb-46e0-9e46-d16e60d6d4ae"},{"name":"Get Digital wallet Networks","id":"3a068801-9d4b-4b08-87b7-e908221baf7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/:currency/networks?apikey={{apikey}}","description":"<p>This request fetches a list of chains available for a specific currency to create a digital wallet.</p>\n","urlObject":{"path":["v1",":currency","networks"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"type":"any","value":"USDT","key":"currency"}]}},"response":[{"id":"1fda403f-6f32-47b3-bf07-b99c89d212a8","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/:currency/networks?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1",":currency","networks"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"currency","value":"USDT"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Fri, 06 Feb 2026 18:00:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"998995d3a2649a8a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    \"BASE\",\n    \"BSC\",\n    \"ETHEREUM\",\n    \"SOLANA\",\n    \"TRON\"\n]"}],"_postman_id":"3a068801-9d4b-4b08-87b7-e908221baf7a"},{"name":"Get Accounts by Filter","id":"4dd400e8-0200-427a-8e60-aef1d504fa68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/accounts?apikey={{apikey}}","description":"<p>This request retrieves a list of Buckzy accounts based on the specified filters provided in the query parameters.</p>\n","urlObject":{"path":["v1","accounts"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"},{"disabled":true,"description":{"content":"<p>Pass the partyId to retrieve the accounts associated with that specific party.</p>\n","type":"text/plain"},"key":"partyId","value":"4261"},{"disabled":true,"description":{"content":"<p>Pass Account Number to filter the results</p>\n","type":"text/plain"},"key":"accountNumber","value":"5454545454454"},{"disabled":true,"description":{"content":"<p>Pass Name of the account to filter the results.</p>\n","type":"text/plain"},"key":"accountName","value":"USD"},{"disabled":true,"description":{"content":"<p>Currency code to filter results by currency.</p>\n","type":"text/plain"},"key":"currencyCode","value":""},{"disabled":true,"description":{"content":"<p>Country code to filter results.</p>\n","type":"text/plain"},"key":"countryCode","value":""},{"disabled":true,"description":{"content":"<p>Type: Boolean\nValue of the field determines if the inactive accounts should be returned in results. value=true will return both active and inactive accounts</p>\n","type":"text/plain"},"key":"includeInactiveAccounts","value":"true"},{"disabled":true,"description":{"content":"<p>Page number of results to return.</p>\n","type":"text/plain"},"key":"page","value":"0"},{"disabled":true,"key":"size","value":"50"},{"disabled":true,"description":{"content":"<p>Return accounts linked to parties created for the client.</p>\n","type":"text/plain"},"key":"underlying","value":"true"},{"disabled":true,"key":"childId","value":"2651"},{"disabled":true,"key":"accountId","value":"1471"},{"disabled":true,"key":"includeChildAccounts","value":"true"}],"variable":[]}},"response":[{"id":"a1a88255-b004-4779-ba95-3fbdb0211123","name":"Get Accounts at party level","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/accounts?apikey={{apikey}}&underlying=true&partyId=589","host":["{{apihost}}"],"path":["v1","accounts"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"underlying","value":"true","description":"Return accounts linked to parties created for the client."},{"key":"partyId","value":"589","description":"Pass the partyId to retrieve the accounts associated with that specific party."},{"key":"includeInactiveAccounts","value":"true","description":"Type: Boolean\nValue of the field determines if the inactive accounts should be returned in results. value=true will return both active and inactive accounts","disabled":true},{"key":"accountNumber","value":"8565465657","description":"Pass Account Number to filter the results","disabled":true},{"key":"size","value":"100","disabled":true},{"key":"accountName","value":"","description":"Pass Name of the account to filter the results.","disabled":true},{"key":"currencyCode","value":"EUR","description":"Currency code to filter results by currency.","disabled":true},{"key":"countryCode","value":"US","description":"Country code to filter results.","disabled":true},{"key":"page","value":"0","description":"Page number of results to return.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 14:39:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"cb83e4b2c303dfcd"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 10,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 0,\n    \"totalElements\": 0,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 0,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"size\": 10,\n    \"number\": 0,\n    \"empty\": true\n}"},{"id":"2d4b0e28-8017-478b-b5c5-e80d37049df5","name":"Get Only Active Accounts","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/accounts?apikey={{apikey}}&underlying=true&includeInactiveAccounts=false","host":["{{apihost}}"],"path":["v1","accounts"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"underlying","value":"true","description":"Return accounts linked to parties created for the client."},{"key":"includeInactiveAccounts","value":"false","description":"Type: Boolean\nValue of the field determines if the inactive accounts should be returned in results. value=true will return both active and inactive accounts"},{"key":"partyId","value":"589","description":"Pass the partyId to retrieve the accounts associated with that specific party.","disabled":true},{"key":"accountNumber","value":"8565465657","description":"Pass Account Number to filter the results","disabled":true},{"key":"size","value":"100","disabled":true},{"key":"accountName","value":"","description":"Pass Name of the account to filter the results.","disabled":true},{"key":"currencyCode","value":"EUR","description":"Currency code to filter results by currency.","disabled":true},{"key":"countryCode","value":"US","description":"Country code to filter results.","disabled":true},{"key":"page","value":"0","description":"Page number of results to return.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 14:42:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"7b8b6231bd3b126c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"nickName\": \"AED-account\",\n            \"accountId\": 189,\n            \"currencyCode\": \"AED\",\n            \"balance\": 0,\n            \"pendingAmount\": 0,\n            \"financialInstitutionDetails\": {\n                \"id\": 16,\n                \"tp\": null,\n                \"swiftCode\": null,\n                \"routingNumber\": null,\n                \"name\": \"Buckzy\",\n                \"accountNumber\": null,\n                \"accountName\": \"buckzy test child1 account \",\n                \"bankCode\": null,\n                \"countryCode\": \"AE\",\n                \"address\": {\n                    \"addressLine1\": \"100 Main St\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"95051\",\n                    \"city\": \"Santa Clara\",\n                    \"province\": \"CA\",\n                    \"country\": \"US\"\n                }\n            },\n            \"active\": true\n        },\n        {\n            \"nickName\": \"AED-account\",\n            \"accountId\": 188,\n            \"currencyCode\": \"AED\",\n            \"balance\": 0,\n            \"pendingAmount\": 0,\n            \"financialInstitutionDetails\": {\n                \"id\": 16,\n                \"tp\": null,\n                \"swiftCode\": null,\n                \"routingNumber\": null,\n                \"name\": \"Buckzy\",\n                \"accountNumber\": null,\n                \"accountName\": \"buckzy test account\",\n                \"bankCode\": null,\n                \"countryCode\": \"AE\",\n                \"address\": {\n                    \"addressLine1\": \"100 Main St\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"95051\",\n                    \"city\": \"Santa Clara\",\n                    \"province\": \"CA\",\n                    \"country\": \"US\"\n                }\n            },\n            \"active\": true\n        },\n        {\n            \"nickName\": \"USD-account\",\n            \"accountId\": 94,\n            \"currencyCode\": \"USD\",\n            \"balance\": 1073.14,\n            \"pendingAmount\": 113.96,\n            \"financialInstitutionDetails\": {\n                \"id\": 3,\n                \"tp\": null,\n                \"swiftCode\": null,\n                \"routingNumber\": null,\n                \"name\": \"Buckzy\",\n                \"accountNumber\": null,\n                \"accountName\": null,\n                \"bankCode\": null,\n                \"countryCode\": \"US\",\n                \"address\": {\n                    \"addressLine1\": \"100 Main St\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"95051\",\n                    \"city\": \"Santa Clara\",\n                    \"province\": \"CA\",\n                    \"country\": \"US\"\n                }\n            },\n            \"active\": true\n        },\n        {\n            \"nickName\": \"EUR-account\",\n            \"accountId\": 80,\n            \"currencyCode\": \"EUR\",\n            \"balance\": 0,\n            \"pendingAmount\": 0,\n            \"financialInstitutionDetails\": {\n                \"id\": 14,\n                \"tp\": null,\n                \"swiftCode\": null,\n                \"routingNumber\": null,\n                \"name\": \"Buckzy\",\n                \"accountNumber\": null,\n                \"accountName\": null,\n                \"bankCode\": null,\n                \"countryCode\": \"FR\",\n                \"address\": {\n                    \"addressLine1\": \"100 Main St\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"95051\",\n                    \"city\": \"Santa Clara\",\n                    \"province\": \"CA\",\n                    \"country\": \"US\"\n                }\n            },\n            \"active\": true\n        },\n        {\n            \"nickName\": \"buckzy test acc child 1\",\n            \"accountId\": 23,\n            \"currencyCode\": \"CAD\",\n            \"balance\": 88382.05,\n            \"pendingAmount\": 12620.1,\n            \"financialInstitutionDetails\": {\n                \"id\": 9,\n                \"tp\": null,\n                \"swiftCode\": null,\n                \"routingNumber\": null,\n                \"name\": \"Buckzy\",\n                \"accountNumber\": null,\n                \"accountName\": \"buckzy test acc child 1\",\n                \"bankCode\": null,\n                \"countryCode\": \"CA\",\n                \"address\": {\n                    \"addressLine1\": \"123 university avenue\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"L1H6V9\",\n                    \"city\": \"Toronto\",\n                    \"province\": \"Ontario\",\n                    \"country\": \"CA\"\n                }\n            },\n            \"isSettlementAccount\": false,\n            \"active\": true\n        },\n        {\n            \"accountId\": 12,\n            \"currencyCode\": \"INR\",\n            \"balance\": 1006.84,\n            \"pendingAmount\": 0,\n            \"financialInstitutionDetails\": {\n                \"id\": 5,\n                \"tp\": null,\n                \"swiftCode\": \"241\",\n                \"routingNumber\": \"86465456\",\n                \"name\": \"Buckzy\",\n                \"accountNumber\": \"12344567\",\n                \"accountName\": \"Buckzy INR Master\",\n                \"bankCode\": null,\n                \"countryCode\": \"IN\",\n                \"address\": {\n                    \"addressLine1\": \"123\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"110019\",\n                    \"city\": \"MUMBAI\",\n                    \"province\": \"MH\",\n                    \"country\": \"IN\"\n                }\n            },\n            \"active\": true\n        },\n        {\n            \"accountId\": 9,\n            \"currencyCode\": \"USD\",\n            \"balance\": 987.8,\n            \"pendingAmount\": 14.2,\n            \"financialInstitutionDetails\": {\n                \"id\": 3,\n                \"tp\": null,\n                \"swiftCode\": null,\n                \"routingNumber\": null,\n                \"name\": \"Buckzy\",\n                \"accountNumber\": \"123456789\",\n                \"accountName\": \"Buckzy Master Account\",\n                \"bankCode\": null,\n                \"countryCode\": \"US\",\n                \"address\": {\n                    \"addressLine1\": \"100 Main St\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"95051\",\n                    \"city\": \"Santa Clara\",\n                    \"province\": \"CA\",\n                    \"country\": \"US\"\n                }\n            },\n            \"active\": true\n        },\n        {\n            \"nickName\": \"buckzy test account\",\n            \"accountId\": 8,\n            \"currencyCode\": \"CAD\",\n            \"balance\": 954,\n            \"pendingAmount\": 47,\n            \"financialInstitutionDetails\": {\n                \"id\": 9,\n                \"tp\": null,\n                \"swiftCode\": null,\n                \"routingNumber\": null,\n                \"name\": \"Buckzy\",\n                \"accountNumber\": \"12345\",\n                \"accountName\": \"buckzy test account\",\n                \"bankCode\": null,\n                \"countryCode\": \"CA\",\n                \"address\": {\n                    \"addressLine1\": \"123 university avenue\",\n                    \"addressLine2\": null,\n                    \"addressLine3\": null,\n                    \"postalCode\": \"L1H6V9\",\n                    \"city\": \"Toronto\",\n                    \"province\": \"Ontario\",\n                    \"country\": \"CA\"\n                }\n            },\n            \"active\": true\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 10,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 8,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 8,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"size\": 10,\n    \"number\": 0,\n    \"empty\": false\n}"}],"_postman_id":"4dd400e8-0200-427a-8e60-aef1d504fa68"},{"name":"Get Fiat Funding Account","id":"3083837f-70cf-4ccb-84f4-cd005992b4a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/accounts?mainAccountId=9&apikey={{apikey}}","description":"<p>This request retrieves the funding instructions for making a payment into the specified client's Buckzy account.</p>\n","urlObject":{"path":["v1","accounts"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>ID of the main account whose funding instructions you wish to retrieve</p>\n","type":"text/plain"},"key":"mainAccountId","value":"9"},{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"51ab2915-04bc-452f-a45b-30e276fbe77a","name":"Get Funding Instructions","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/accounts?mainAccountId=9&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","accounts"],"query":[{"key":"mainAccountId","value":"9","description":"ID of the main account whose funding instructions you wish to retrieve"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 14:47:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"901ba9c219085466"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 10,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 0,\n    \"totalElements\": 0,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 0,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"size\": 10,\n    \"number\": 0,\n    \"empty\": true\n}"}],"_postman_id":"3083837f-70cf-4ccb-84f4-cd005992b4a8"},{"name":"Get Digital Wallets","id":"b8b660c8-2fec-4542-b331-f4750b65b0f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{apihost}}/v1/accounts/:accountID/fund-accounts?apikey={{apikey}}","urlObject":{"path":["v1","accounts",":accountID","fund-accounts"],"host":["{{apihost}}"],"query":[{"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>main account ID </p>\n","type":"text/plain"},"type":"any","value":"","key":"accountID"}]}},"response":[],"_postman_id":"b8b660c8-2fec-4542-b331-f4750b65b0f0"}],"id":"900dcbbd-c171-4c57-94d1-e981235178c6","description":"<p>In the Buckzy system, the customer's Buckzy account (referred to as the \"Main account\") is linked to an account at a financial institution, such as a bank or trust company (referred to as the \"Fund account\"). The customer's funds are stored in the Fund account, while the Main account serves as a ledger for accessing these funds.</p>\n<p>Customers may hold multiple Buckzy accounts, each linked to a different Fund account, to manage balances in various currencies. Customers can deposit funds into their accounts using the funding instructions linked to their Buckzy account.</p>\n","_postman_id":"900dcbbd-c171-4c57-94d1-e981235178c6"},{"name":"Transaction Management","item":[{"name":"TransactionBatch","item":[{"name":"TransactionBatchFields","event":[{"listen":"test","script":{"id":"5bd496ad-fe8d-4189-a984-d39d872aaf3d","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5b3a9811-6a69-4246-946d-c801de488130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","type":"text"}],"url":"{{apihost}}/v1/transaction-batches/fields?apikey={{apikey}}&countryCode=US&transactionTp=B2C","urlObject":{"path":["v1","transaction-batches","fields"],"host":["{{apihost}}"],"query":[{"key":"apikey","value":"{{apikey}}"},{"key":"countryCode","value":"US"},{"key":"transactionTp","value":"B2C"}],"variable":[]}},"response":[],"_postman_id":"5b3a9811-6a69-4246-946d-c801de488130"},{"name":"ValidateTransactionBatchByNewFile","event":[{"listen":"test","script":{"id":"a3a7ff8a-4ce4-4c89-9c98-08add8df5d2b","exec":[""],"type":"text/javascript","packages":{}}}],"id":"16ce6bd5-ae3c-4e3e-91db-75c6e96fc01d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"batchFile","type":"file","src":"/C:/Buckzy/OfficeWork/Batch file Testing/Sandbox/File with Only Mandatory Fields.csv"},{"key":"fxDealId","value":"55","type":"text","disabled":true},{"key":"accountId","value":"15291","type":"text","disabled":true}]},"url":"{{apihost}}/v1/transaction-batches:validate/?apikey={{apikey}}&tp=new-file","urlObject":{"path":["v1","transaction-batches:validate",""],"host":["{{apihost}}"],"query":[{"key":"apikey","value":"{{apikey}}"},{"key":"tp","value":"new-file"}],"variable":[]}},"response":[],"_postman_id":"16ce6bd5-ae3c-4e3e-91db-75c6e96fc01d"},{"name":"InitiateTransactionBatchByNewFile","event":[{"listen":"test","script":{"id":"d85bef47-b61b-44d0-bbb5-d41f97c27b51","exec":[""],"type":"text/javascript","packages":{}}}],"id":"64dba2ee-8f06-4537-aad2-17fb5ad95782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"batchFile","type":"file","src":"/C:/Buckzy/OfficeWork/Batch file Testing/Sandbox/File with Only Mandatory Fields.csv"},{"key":"fxDealId","value":"55","type":"text","disabled":true},{"key":"accountId\n","value":"","type":"text","disabled":true}]},"url":"{{apihost}}/v1/transaction-batches?apikey={{apikey}}&tp=new-file","urlObject":{"path":["v1","transaction-batches"],"host":["{{apihost}}"],"query":[{"key":"apikey","value":"{{apikey}}"},{"key":"tp","value":"new-file"}],"variable":[]}},"response":[],"_postman_id":"64dba2ee-8f06-4537-aad2-17fb5ad95782"},{"name":"ProcessTransactionsByBatch","id":"a15d6dcf-d9be-480c-b4f0-7c936ed31d2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{apihost}}/v1/transaction-batches/19?apikey={{apikey}}","urlObject":{"path":["v1","transaction-batches","19"],"host":["{{apihost}}"],"query":[{"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[],"_postman_id":"a15d6dcf-d9be-480c-b4f0-7c936ed31d2e"},{"name":"ProcessTransactionsByBatchAndTransactionId","id":"464b7e63-e9d2-4d31-9124-302dde78ed64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{apihost}}/v1/transaction-batches/477/transactions/7567cea1-fcb6-4892-acb8-c429b5b23380?apikey={{apikey}}","urlObject":{"path":["v1","transaction-batches","477","transactions","7567cea1-fcb6-4892-acb8-c429b5b23380"],"host":["{{apihost}}"],"query":[{"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[],"_postman_id":"464b7e63-e9d2-4d31-9124-302dde78ed64"},{"name":"GetTransactionBatches","id":"9ee7246f-192e-4066-bad7-b615432828c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{apihost}}/v2/transaction-batches?apikey={{apikey}}&page=0&size=10","urlObject":{"path":["v2","transaction-batches"],"host":["{{apihost}}"],"query":[{"key":"apikey","value":"{{apikey}}"},{"key":"page","value":"0"},{"key":"size","value":"10"},{"disabled":true,"key":"createdAtFrom","value":"2019-05-11T22:58:18.6934722-04:00"},{"disabled":true,"key":"createdAtTo","value":"2021-06-13T22:58:18.6934722-04:00"},{"disabled":true,"key":"clientId","value":"DEV_BUSINESS_MTO"}],"variable":[]}},"response":[],"_postman_id":"9ee7246f-192e-4066-bad7-b615432828c6"},{"name":"GetTransactionsByBatch","id":"2d303f98-0e9e-44f2-91c1-e79bc7d13d72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-buckzy-member-code","value":"AABKSGS0","type":"text"}],"url":"{{apihost}}/v2/transaction-batches/19?apikey={{apikey}}","urlObject":{"path":["v2","transaction-batches","19"],"host":["{{apihost}}"],"query":[{"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[],"_postman_id":"2d303f98-0e9e-44f2-91c1-e79bc7d13d72"},{"name":"DeleteTransactionsByBatch","id":"0dd9449b-8e6f-4c67-a47c-506a51c230de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-buckzy-member-code","value":"AABKSGS0","type":"text"}],"url":"{{apihost}}/v1/transaction-batches/2076?apikey={{apikey}}&remarks=dfd","urlObject":{"path":["v1","transaction-batches","2076"],"host":["{{apihost}}"],"query":[{"key":"apikey","value":"{{apikey}}"},{"key":"remarks","value":"dfd"}],"variable":[]}},"response":[],"_postman_id":"0dd9449b-8e6f-4c67-a47c-506a51c230de"},{"name":"DeleteTransactionsByBatchAndTransactionId","id":"34744a1d-951d-46bc-b8e3-0a693c882c1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-buckzy-member-code","value":"AABKSGS0","type":"text"}],"url":"{{apihost}}/v1/transaction-batches/2099/transactions/20210329000000029085?apikey={{apikey}}","urlObject":{"path":["v1","transaction-batches","2099","transactions","20210329000000029085"],"host":["{{apihost}}"],"query":[{"key":"apikey","value":"{{apikey}}"},{"disabled":true,"key":"remarks","value":"fdfd"}],"variable":[]}},"response":[],"_postman_id":"34744a1d-951d-46bc-b8e3-0a693c882c1b"}],"id":"1aa8cc55-0de5-40c1-a8da-69cdd9e5fd1d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a7d23764-69d0-4920-afaf-73692242c261"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ea366752-aad8-496a-958c-9bb07583b462"}}],"_postman_id":"1aa8cc55-0de5-40c1-a8da-69cdd9e5fd1d","description":""},{"name":"Single payment (Payout Transaction)","item":[{"name":"Initiate Single Payment","id":"e8ca6a14-c6e9-403d-8800-f6292fade758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"debtor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 574, // required - This is the party Id of the debtor. To retrieve a list of debtor, use the Get All Parties API.\r\n        \"organization\": null //\"person\" : null for Individual Debtors\r\n    },\r\n    \"debtorAccount\": {\r\n        \"reference\": 94, // optional - This is to double-check; the ID of this account must match the ID of the settlement account.\r\n        \"account\": {\r\n            \"currencyCode\": \"USD\" //required -This is to double-check; the currency of this account must match the currency of the settlement account.\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"US\" //This is to double-check; the country of this account must match the country of the settlement account.\r\n    },\r\n    \"creditor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 591, //required - This is the party Id of the receiver. To retrieve a list of receivers, use the Get All Parties API.\r\n        \"person\": null // \"organization\" : null for Business Creditors\r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 170, //account id\r\n        \"account\": {\r\n            \"type\": \"11\",\r\n            \"name\": \"John Smith checking\", // account holder name\r\n            \"accountNumber\": \"12345\", //required\r\n            \"currencyCode\": \"USD\" //required\r\n        }\r\n    },\r\n    \"creditorAgent\": {\r\n        \"type\": \"BANK\",\r\n        \"countryCode\": \"US\", //required\r\n        \"memberId\": \"BOFAUS3N\" //Swift Code-BIC\r\n    },\r\n    //if you're providing the clearingChannel, the exchangeRate can be omitted as it will be generated by the system automatically. However, if you choose to skip the clearingChannel, you must provide the exchangeRate instead. To get the fxSpotId, use the Get Spot Rate API.\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"Wire\" //payment method\r\n    },\r\n    \"exchangeRate\": {\r\n        \"fxSpotId\": \"fc9678cf-75c7-48bf-9873-95946035a499\",\r\n        \"fxDealId\": null\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": \"1\", //required\r\n        \"currencyCode\": \"USD\" //required\r\n    },\r\n    \"purposeCode\": {\r\n        \"purposeCode\": \"PC011\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": \"INV_RFB/BET072\" //payment reference for Wire & Fedwire transactions\r\n    },\r\n    \"supplementaryData\": {\r\n        \"relationship\": \"R010\"//refer to Additional Information for the complete list of codes\r\n    },\r\n    \"settlementInformation\": {\r\n        \"settlementAccount\": {\r\n            \"reference\": 94 //This ID is associated with the provided Buckzy account. To retrieve a list of accounts, use the Get All Accounts API.\r\n        }\r\n    },\r\n    \"sourceOfFund\": \"SF011\" //refer to Additional Information for the complete list of codes\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/transactions?apikey={{apikey}}","description":"<p>This request creates a new transaction for the specified payment method. The customer can initiate a transaction for themselves as well as for their underlying customers.</p>\n<p>A transaction request must contain details about the sender, the recipient, and the funds<br />being transferred. The required fields will vary depending on whether the sender is registered on the Buckzy platform, whether the sender and recipient are individuals or companies, whether the funds are originating from a bank or Buckzy account, and whether the funds are being sent to a bank, or wallet.</p>\n","urlObject":{"path":["v1","transactions"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"c679b57d-11d5-4e1b-82a0-cce1e4464c6d","name":"IMPS Payout - Registered Debtor & Creditor B2B","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"debtor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 574, // required - This is the party Id of the debtor. To retrieve a list of debtor, use the Get All Parties API.\r\n        \"organization\": null //\"person\" : null for Individual Debtors\r\n    },\r\n    \"debtorAccount\": {\r\n        \"reference\": 94, // optional - This is to double-check; the ID of this account must match the ID of the settlement account.\r\n        \"account\": {\r\n            \"currencyCode\": \"USD\" //required -This is to double-check; the currency of this account must match the currency of the settlement account.\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"US\" //This is to double-check; the country of this account must match the country of the settlement account.\r\n    },\r\n    \"creditor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 598, //required - This is the party Id of the receiver. To retrieve a list of receivers, use the Get All Parties API.\r\n        \"organization\": null // \"person\" : null for Individual Creditors\r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 177,//account ID\r\n        \"account\": {\r\n            \"type\": \"10\", //refer to Additional Information for the complete list of account type codes\r\n            \"name\": \"John Checking\", //account holder name\r\n            \"accountNumber\": \"7778878\", //required\r\n            \"currencyCode\": \"INR\" //required\r\n        }\r\n    },\r\n    \"creditorAgent\": {\r\n        \"type\": \"BANK\",\r\n        \"countryCode\": \"IN\", //required\r\n        \"memberId\": \"AXIS0009876\" //IFSC code\r\n    },\r\n    //if you're providing the clearingChannel, the exchangeRate can be omitted as it will be generated by the system automatically. However, if you choose to skip the clearingChannel, you must provide the exchangeRate instead. To get the fxSpotId, use the Get Spot Rate API.\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"IMPS\" //payment method\r\n    },\r\n    \"exchangeRate\": {\r\n        \"fxSpotId\": \"9898435f-cfad-4b28-8e3e-79a285ccc46c\",\r\n        \"fxDealId\": null\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": \"1\", //required\r\n        \"currencyCode\": \"USD\" //required\r\n    },\r\n    \"purposeCode\": {\r\n        \"purposeCode\": \"PC011\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": null //payment reference for Wire & Fedwire transactions\r\n    },\r\n    \"supplementaryData\": {\r\n        \"relationship\": \"R010\"  //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"settlementInformation\": {\r\n        \"settlementAccount\": {\r\n            \"reference\": 94 //This ID is associated with the provided Buckzy account. To retrieve a list of accounts, use the Get All Accounts API.\r\n        }\r\n    },\r\n    \"sourceOfFund\": \"SF011\"  //refer to Additional Information for the complete list of codes\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","transactions"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 15:12:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"460b0456c74930df"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250203000000000753\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"IMPS\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"94\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"reference\": \"574\",\n        \"organization\": {\n            \"legalName\": \"test B S USD\",\n            \"lineOfBusiness\": \"L103\",\n            \"registrationNumber\": \"6666\",\n            \"establishmentDate\": null,\n            \"fundSource\": \"SF011\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"111\",\n        \"kycStatus\": 2\n    },\n    \"debtorAccount\": {\n        \"reference\": \"94\",\n        \"account\": {\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"creditor\": {\n        \"reference\": \"598\",\n        \"person\": {\n            \"firstName\": \"John\",\n            \"middleName\": null,\n            \"lastName\": \"Smith\",\n            \"fatherName\": null,\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1985-10-18\",\n            \"countryOfBirth\": \"IN\",\n            \"countryOfResidence\": \"IN\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"2123425\",\n        \"kycStatus\": 0\n    },\n    \"creditorAccount\": {\n        \"reference\": \"177\",\n        \"account\": {\n            \"type\": \"10\",\n            \"name\": \"John Checking\",\n            \"accountNumber\": \"7778878\",\n            \"currencyCode\": \"INR\"\n        }\n    },\n    \"creditorAgent\": {\n        \"type\": \"BANK\",\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"IN\",\n        \"memberId\": \"AXIS0009876\",\n        \"postalAddress\": {\n            \"addressLine1\": \"123, 4th Main Road, 2nd Cross\",\n            \"addressLine2\": \"Stage 1\",\n            \"addressLine3\": \"Indiranagar\",\n            \"country\": \"IN\"\n        }\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"USD\",\n        \"fromCountryCode\": \"US\",\n        \"toCurrencyCode\": \"INR\",\n        \"toCountryCode\": \"IN\",\n        \"exchangeRate\": 68.34,\n        \"fxSpotId\": \"9898435f-cfad-4b28-8e3e-79a285ccc46c\",\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC011\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": null\n    },\n    \"supplementaryData\": {\n        \"relationship\": \"R010\",\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"a2dc59d3-ef6d-40fd-bf51-9d591aec7b66\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 1.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 68.34,\n        \"currencyCode\": \"INR\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 1.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 68.34,\n        \"currencyCode\": \"INR\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-02-03T15:12:52.578Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"confirmedAt\": \"2025-02-03T15:12:52.826Z\",\n    \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Outbound\"\n}"},{"id":"eec4feeb-c4f4-4cc8-9230-9a90145a52b5","name":"UPI Payout - Registered Debtor & Creditor B2C","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"debtor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 574, // required - This is the party Id of the debtor. To retrieve a list of debtor, use the Get All Parties API.\r\n        \"organization\": null //\"person\": null for Individual Debtors\r\n    },\r\n    \"debtorAccount\": {\r\n        \"reference\": 94, // optional - This is to double-check; the ID of this account must match the ID of the settlement account.\r\n        \"account\": {\r\n            \"currencyCode\": \"USD\" //required -This is to double-check; the currency of this account must match the currency of the settlement account.\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"US\" //This is to double-check; the country of this account must match the country of the settlement account.\r\n    },\r\n    \"creditor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 599, //required - This is the party Id of the receiver. To retrieve a list of receivers, use the Get All Parties API.\r\n        \"person\": null //\"organization\": null for Business Creditors\r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 178, //account id\r\n        \"account\": {\r\n            \"type\": \"11\", //refer to Additional Information for the complete list of codes\r\n            \"name\": null, // account holder name - not applicable\r\n            \"accountNumber\": \"test@test\", //required - UPI ID\r\n            \"currencyCode\": \"INR\" //required\r\n        }\r\n    },\r\n    \"creditorAgent\": {\r\n        \"type\": \"BANK\",\r\n        \"countryCode\": \"IN\", //required\r\n        \"memberId\": null\r\n    },\r\n    //if you're providing the clearingChannel, the exchangeRate can be omitted as it will be generated by the system automatically. However, if you choose to skip the clearingChannel, you must provide the exchangeRate instead. To get the fxSpotId, use the Get Spot Rate API.\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"UPI\" //payment method\r\n    },\r\n    \"exchangeRate\": {\r\n        \"fxSpotId\": \"ff54a059-a220-4629-996d-13bdcc89d71f\",\r\n        \"fxDealId\": null\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": \"1\", //required\r\n        \"currencyCode\": \"USD\" //required\r\n    },\r\n    \"purposeCode\": {\r\n        \"purposeCode\": \"PC011\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": null //payment reference for Wire & Fedwire transactions\r\n    },\r\n    \"supplementaryData\": {\r\n        \"relationship\": \"R010\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"settlementInformation\": {\r\n        \"settlementAccount\": {\r\n            \"reference\": 94 //This ID is associated with the provided Buckzy account. To retrieve a list of accounts, use the Get All Accounts API.\r\n        }\r\n    },\r\n    \"sourceOfFund\": \"SF011\" //refer to Additional Information for the complete list of codes\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","transactions"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 17:41:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"b0523db5787f3332"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250203000000000756\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"UPI\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"94\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"reference\": \"574\",\n        \"organization\": {\n            \"legalName\": \"test B S USD\",\n            \"lineOfBusiness\": \"L103\",\n            \"registrationNumber\": \"6666\",\n            \"establishmentDate\": null,\n            \"fundSource\": \"SF011\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"111\",\n        \"kycStatus\": 2\n    },\n    \"debtorAccount\": {\n        \"reference\": \"94\",\n        \"account\": {\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"creditor\": {\n        \"reference\": \"599\",\n        \"person\": {\n            \"firstName\": \"John\",\n            \"middleName\": null,\n            \"lastName\": \"Smith\",\n            \"fatherName\": null,\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1985-10-18\",\n            \"countryOfBirth\": \"IN\",\n            \"countryOfResidence\": \"IN\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"12340925\",\n        \"kycStatus\": 0\n    },\n    \"creditorAccount\": {\n        \"reference\": \"178\",\n        \"account\": {\n            \"type\": \"11\",\n            \"accountNumber\": \"test@test\",\n            \"currencyCode\": \"INR\"\n        }\n    },\n    \"creditorAgent\": {\n        \"type\": \"BANK\",\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"IN\"\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"USD\",\n        \"fromCountryCode\": \"US\",\n        \"toCurrencyCode\": \"INR\",\n        \"toCountryCode\": \"IN\",\n        \"exchangeRate\": 68.34,\n        \"fxSpotId\": \"ff54a059-a220-4629-996d-13bdcc89d71f\",\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC011\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": null\n    },\n    \"supplementaryData\": {\n        \"relationship\": \"R010\",\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"fb23ad60-65fc-4616-aaf6-c292feccbb3d\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 0.55,\n        \"currencyCode\": \"USD\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 6.84,\n        \"currencyCode\": \"INR\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 0.55,\n        \"currencyCode\": \"USD\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"USD\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 6.84,\n        \"currencyCode\": \"INR\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-02-03T17:41:34.587Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"confirmedAt\": \"2025-02-03T17:41:34.790Z\",\n    \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Outbound\"\n}"},{"id":"5176b551-5841-4fd6-95b8-cdc3d178a027","name":"ACH Payout - Registered Debtor & Creditor B2C","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"debtor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 574, // required - This is the party Id of the debtor. To retrieve a list of debtor, use the Get All Parties API.\r\n        \"organization\": null //\"person\" : null for Individual Debtors\r\n    },\r\n    \"debtorAccount\": {\r\n        \"reference\": 94, // optional - This is to double-check; the ID of this account must match the ID of the settlement account.\r\n        \"account\": {\r\n            \"currencyCode\": \"USD\" //required -This is to double-check; the currency of this account must match the currency of the settlement account.\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"US\" //This is to double-check; the country of this account must match the country of the settlement account.\r\n    },\r\n    \"creditor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 595, //required - This is the party Id of the receiver. To retrieve a list of receivers, use the Get All Parties API.\r\n        \"person\": null // \"organization\" : null for Business Creditors\r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 174,//account id\r\n        \"account\": {\r\n            \"type\": \"11\",\r\n            \"name\": \"John savings\", // account holder name\r\n            \"accountNumber\": \"11111\", //required\r\n            \"currencyCode\": \"USD\" //required\r\n        }\r\n    },\r\n    \"creditorAgent\": {\r\n        \"type\": \"BANK\",\r\n        \"countryCode\": \"US\", //required\r\n        \"memberId\": \"051405515\" //routing number\r\n    },\r\n    //if you're providing the clearingChannel, the exchangeRate can be omitted as it will be generated by the system automatically. However, if you choose to skip the clearingChannel, you must provide the exchangeRate instead. To get the fxSpotId, use the Get Spot Rate API.\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"ACH\" //payment method\r\n    },\r\n    \"exchangeRate\": {\r\n        \"fxSpotId\": \"03080ae0-aabe-4cda-8c44-c6d78a75d31e\",\r\n        \"fxDealId\": null\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": \"1\", //required\r\n        \"currencyCode\": \"USD\" //required\r\n    },\r\n    \"purposeCode\": {\r\n        \"purposeCode\": \"PC011\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": null //payment reference for Wire & Fedwire transactions\r\n    },\r\n    \"supplementaryData\": {\r\n        \"relationship\": \"R010\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"settlementInformation\": {\r\n        \"settlementAccount\": {\r\n            \"reference\": 94 //This ID is associated with the provided Buckzy account. To retrieve a list of accounts, use the Get All Accounts API.\r\n        }\r\n    },\r\n    \"sourceOfFund\": \"SF011\" //refer to Additional Information for the complete list of codes\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","transactions"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 17:49:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"68b2f521af9aa9df"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250203000000000758\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"ACH\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"94\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"reference\": \"574\",\n        \"organization\": {\n            \"legalName\": \"test B S USD\",\n            \"lineOfBusiness\": \"L103\",\n            \"registrationNumber\": \"6666\",\n            \"establishmentDate\": null,\n            \"fundSource\": \"SF011\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"111\",\n        \"kycStatus\": 2\n    },\n    \"debtorAccount\": {\n        \"reference\": \"94\",\n        \"account\": {\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"creditor\": {\n        \"reference\": \"595\",\n        \"person\": {\n            \"firstName\": \"John\",\n            \"middleName\": null,\n            \"lastName\": \"Smith\",\n            \"fatherName\": null,\n            \"occupation\": \"L002\",\n            \"birthDate\": \"2001-02-01\",\n            \"countryOfBirth\": \"US\",\n            \"countryOfResidence\": \"US\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"1234555\",\n        \"kycStatus\": 0\n    },\n    \"creditorAccount\": {\n        \"reference\": \"174\",\n        \"account\": {\n            \"type\": \"11\",\n            \"name\": \"John savings\",\n            \"accountNumber\": \"11111\",\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"creditorAgent\": {\n        \"type\": \"BANK\",\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\",\n        \"memberId\": \"051405515\",\n        \"postalAddress\": {\n            \"addressLine1\": \"123 new street \",\n            \"country\": \"US\"\n        }\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"USD\",\n        \"fromCountryCode\": \"US\",\n        \"toCurrencyCode\": \"USD\",\n        \"toCountryCode\": \"US\",\n        \"exchangeRate\": 1,\n        \"fxSpotId\": \"03080ae0-aabe-4cda-8c44-c6d78a75d31e\",\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC011\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": null\n    },\n    \"supplementaryData\": {\n        \"relationship\": \"R010\",\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"7d1bd482-2bd2-4301-9f88-647f1a2ab25b\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 0.55,\n        \"currencyCode\": \"USD\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"USD\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 0.55,\n        \"currencyCode\": \"USD\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"USD\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"USD\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-02-03T17:49:10.265Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"confirmedAt\": \"2025-02-03T17:49:10.500Z\",\n    \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Outbound\"\n}"},{"id":"caddeb67-c622-45d2-add5-a3fe87a40bcd","name":"Wire Payout - Registered Debtor & Creditor B2C","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"debtor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 574, // required - This is the party Id of the debtor. To retrieve a list of debtor, use the Get All Parties API.\r\n        \"organization\": null //\"person\" : null for Individual Debtors\r\n    },\r\n    \"debtorAccount\": {\r\n        \"reference\": 94, // optional - This is to double-check; the ID of this account must match the ID of the settlement account.\r\n        \"account\": {\r\n            \"currencyCode\": \"USD\" //required -This is to double-check; the currency of this account must match the currency of the settlement account.\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"US\" //This is to double-check; the country of this account must match the country of the settlement account.\r\n    },\r\n    \"creditor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 591, //required - This is the party Id of the receiver. To retrieve a list of receivers, use the Get All Parties API.\r\n        \"person\": null // \"organization\" : null for Business Creditors\r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 170, //account id\r\n        \"account\": {\r\n            \"type\": \"11\",\r\n            \"name\": \"John Smith checking\", // account holder name\r\n            \"accountNumber\": \"12345\", //required\r\n            \"currencyCode\": \"USD\" //required\r\n        }\r\n    },\r\n    \"creditorAgent\": {\r\n        \"type\": \"BANK\",\r\n        \"countryCode\": \"US\", //required\r\n        \"memberId\": \"BOFAUS3N\" //Swift Code-BIC\r\n    },\r\n    //if you're providing the clearingChannel, the exchangeRate can be omitted as it will be generated by the system automatically. However, if you choose to skip the clearingChannel, you must provide the exchangeRate instead. To get the fxSpotId, use the Get Spot Rate API.\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"Wire\" //payment method\r\n    },\r\n    \"exchangeRate\": {\r\n        \"fxSpotId\": \"fc9678cf-75c7-48bf-9873-95946035a499\",\r\n        \"fxDealId\": null\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": \"1\", //required\r\n        \"currencyCode\": \"USD\" //required\r\n    },\r\n    \"purposeCode\": {\r\n        \"purposeCode\": \"PC011\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": \"INV_RFB/BET072\" //payment reference for Wire & Fedwire transactions\r\n    },\r\n    \"supplementaryData\": {\r\n        \"relationship\": \"R010\"//refer to Additional Information for the complete list of codes\r\n    },\r\n    \"settlementInformation\": {\r\n        \"settlementAccount\": {\r\n            \"reference\": 94 //This ID is associated with the provided Buckzy account. To retrieve a list of accounts, use the Get All Accounts API.\r\n        }\r\n    },\r\n    \"sourceOfFund\": \"SF011\" //refer to Additional Information for the complete list of codes\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","transactions"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 17:54:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"232b3ea3ca1c663e"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250203000000000760\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"Wire\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"94\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"reference\": \"574\",\n        \"organization\": {\n            \"legalName\": \"test B S USD\",\n            \"lineOfBusiness\": \"L103\",\n            \"registrationNumber\": \"6666\",\n            \"establishmentDate\": null,\n            \"fundSource\": \"SF011\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"111\",\n        \"kycStatus\": 2\n    },\n    \"debtorAccount\": {\n        \"reference\": \"94\",\n        \"account\": {\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"creditor\": {\n        \"reference\": \"591\",\n        \"person\": {\n            \"firstName\": \"John\",\n            \"middleName\": null,\n            \"lastName\": \"Smith\",\n            \"fatherName\": null,\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1964-02-22\",\n            \"countryOfBirth\": \"US\",\n            \"countryOfResidence\": \"US\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"10890899\",\n        \"kycStatus\": 0\n    },\n    \"creditorAccount\": {\n        \"reference\": \"170\",\n        \"account\": {\n            \"type\": \"11\",\n            \"name\": \"John Smith checking\",\n            \"accountNumber\": \"12345\",\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"creditorAgent\": {\n        \"type\": \"BANK\",\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\",\n        \"memberId\": \"BOFAUS3N\",\n        \"postalAddress\": {\n            \"addressLine1\": \"485 El Camino Real\",\n            \"country\": \"US\"\n        }\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"USD\",\n        \"fromCountryCode\": \"US\",\n        \"toCurrencyCode\": \"USD\",\n        \"toCountryCode\": \"US\",\n        \"exchangeRate\": 1,\n        \"fxSpotId\": \"fc9678cf-75c7-48bf-9873-95946035a499\",\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC011\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": \"INV_RFB/BET072\"\n    },\n    \"supplementaryData\": {\n        \"relationship\": \"R010\",\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"52d15818-631d-45c1-862e-f62369294e7d\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 0.55,\n        \"currencyCode\": \"USD\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"USD\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 0.55,\n        \"currencyCode\": \"USD\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"USD\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"USD\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-02-03T17:54:18.555Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"confirmedAt\": \"2025-02-03T17:54:18.779Z\",\n    \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Outbound\"\n}"},{"id":"95c0d16b-1c76-4ca8-b65d-3a332f132141","name":"FedWire Payout - Registered Debtor & Creditor B2C","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"debtor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 574, // required - This is the party Id of the debtor. To retrieve a list of debtor, use the Get All Parties API.\r\n        \"organization\": null //\"person\" : null for Individual Debtors\r\n    },\r\n    \"debtorAccount\": {\r\n        \"reference\": 94, // optional - This is to double-check; the ID of this account must match the ID of the settlement account.\r\n        \"account\": {\r\n            \"currencyCode\": \"USD\" //required -This is to double-check; the currency of this account must match the currency of the settlement account.\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"US\" //This is to double-check; the country of this account must match the country of the settlement account.\r\n    },\r\n    \"creditor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 593, //required - This is the party Id of the receiver. To retrieve a list of receivers, use the Get All Parties API.\r\n        \"person\": null // \"organization\" : null for Business Creditors\r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 172, //account Id\r\n        \"account\": {\r\n            \"type\": \"11\",\r\n            \"name\": \"John savings\", // account holder name\r\n            \"accountNumber\": \"123321\", //required\r\n            \"currencyCode\": \"USD\" //required\r\n        }\r\n    },\r\n    \"creditorAgent\": {\r\n        \"type\": \"BANK\",\r\n        \"countryCode\": \"US\", //required\r\n        \"memberId\": \"021000021\", //routing number\r\n        \"name\": \"Chase\" //bank name\r\n    },\r\n    //if you're providing the clearingChannel, the exchangeRate can be omitted as it will be generated by the system automatically. However, if you choose to skip the clearingChannel, you must provide the exchangeRate instead. To get the fxSpotId, use the Get Spot Rate API.\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"FedWire\" //payment method\r\n    },\r\n    \"exchangeRate\": {\r\n        \"fxSpotId\": \"5d60b6bc-6c37-41e4-b5f2-2f65b77c7b75\",\r\n        \"fxDealId\": null\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": \"0.1\", //required\r\n        \"currencyCode\": \"USD\" //required\r\n    },\r\n    \"purposeCode\": {\r\n        \"purposeCode\": \"PC011\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": \"INV_RFB/BET072\" //payment reference for Wire & Fedwire transactions\r\n    },\r\n    \"supplementaryData\": {\r\n        \"relationship\": \"R010\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"settlementInformation\": {\r\n        \"settlementAccount\": {\r\n            \"reference\": 94 //This ID is associated with the provided Buckzy account. To retrieve a list of accounts, use the Get All Accounts API.\r\n        }\r\n    },\r\n    \"sourceOfFund\": \"SF011\" //refer to Additional Information for the complete list of codes\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","transactions"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 18:04:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"a00ae3212f935ef4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250203000000000762\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"FedWire\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"94\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"reference\": \"574\",\n        \"organization\": {\n            \"legalName\": \"test B S USD\",\n            \"lineOfBusiness\": \"L103\",\n            \"registrationNumber\": \"6666\",\n            \"establishmentDate\": null,\n            \"fundSource\": \"SF011\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"111\",\n        \"kycStatus\": 2\n    },\n    \"debtorAccount\": {\n        \"reference\": \"94\",\n        \"account\": {\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"creditor\": {\n        \"reference\": \"593\",\n        \"person\": {\n            \"firstName\": \"John\",\n            \"middleName\": \"Doe\",\n            \"lastName\": \"Smith\",\n            \"fatherName\": null,\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1964-02-22\",\n            \"countryOfBirth\": \"US\",\n            \"countryOfResidence\": \"US\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"123\",\n        \"kycStatus\": 0\n    },\n    \"creditorAccount\": {\n        \"reference\": \"172\",\n        \"account\": {\n            \"type\": \"11\",\n            \"name\": \"John savings\",\n            \"accountNumber\": \"123321\",\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"creditorAgent\": {\n        \"type\": \"BANK\",\n        \"name\": \"Chase\",\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\",\n        \"memberId\": \"021000021\",\n        \"postalAddress\": {\n            \"addressLine1\": \"El Camino Real\",\n            \"country\": \"US\"\n        }\n    },\n    \"amount\": {\n        \"instructedAmount\": 0.1,\n        \"currencyCode\": \"USD\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"USD\",\n        \"fromCountryCode\": \"US\",\n        \"toCurrencyCode\": \"USD\",\n        \"toCountryCode\": \"US\",\n        \"exchangeRate\": 1,\n        \"fxSpotId\": \"5d60b6bc-6c37-41e4-b5f2-2f65b77c7b75\",\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC011\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": \"INV_RFB/BET072\"\n    },\n    \"supplementaryData\": {\n        \"relationship\": \"R010\",\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"67f8bbf2-21f7-40d3-8101-0565511994ca\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 0.55,\n        \"currencyCode\": \"USD\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"USD\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 0.55,\n        \"currencyCode\": \"USD\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"USD\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"USD\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-02-03T18:04:03.509Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"confirmedAt\": \"2025-02-03T18:04:03.761Z\",\n    \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Outbound\"\n}"},{"id":"22e1432a-a57d-4970-b76a-93358a197f62","name":"SEPA Payout - Registered Debtor & Creditor B2B","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"debtor\": { //You must provide either a reference, externalReference, person, or organization\r\n        \"reference\": 574, // required - This is the party Id of the debtor. To retrieve a list of debtor, use the Get All Parties API.\r\n        \"organization\": null //\"person\" : null for Individual Debtors\r\n    },\r\n    \"debtorAccount\": {\r\n        \"reference\": 94, // optional - This is to double-check; the ID of this account must match the ID of the settlement account.\r\n        \"account\": {\r\n            \"currencyCode\": \"USD\" //required -This is to double-check; the currency of this account must match the currency of the settlement account.\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"US\" //This is to double-check; the country of this account must match the country of the settlement account.\r\n    },\r\n    \"creditor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 602, //required - This is the party Id of the receiver. To retrieve a list of receivers, use the Get All Parties API.\r\n        \"organization\": null // \"person\" : null for Business Creditors\r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 181, //account Id\r\n        \"account\": {\r\n            \"type\": \"11\",\r\n            \"name\": \"John Checking\", // account holder name\r\n            \"accountNumber\": \"123321\", //required\r\n            \"currencyCode\": \"EUR\" //required\r\n        }\r\n    },\r\n    \"creditorAgent\": {\r\n        \"type\": \"BANK\",\r\n        \"countryCode\": \"FR\", //required\r\n        \"memberId\": \"BNPAFRPP\" //IBAN\r\n    },\r\n    //if you're providing the clearingChannel, the exchangeRate can be omitted as it will be generated by the system automatically. However, if you choose to skip the clearingChannel, you must provide the exchangeRate instead. To get the fxSpotId, use the Get Spot Rate API.\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"SEPA\" //payment method\r\n    },\r\n    \"exchangeRate\": {\r\n        \"fxSpotId\": \"c5bb0dc4-f388-450e-82d2-813bc7f86566\",\r\n        \"fxDealId\": null\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": \"1\", //required\r\n        \"currencyCode\": \"USD\" //required\r\n    },\r\n    \"purposeCode\": {\r\n        \"purposeCode\": \"PC011\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": null //payment reference for Wire transactions\r\n    },\r\n    \"supplementaryData\": {\r\n        \"relationship\": \"R010\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"settlementInformation\": {\r\n        \"settlementAccount\": {\r\n            \"reference\": 94 //This ID is associated with the provided Buckzy account. To retrieve a list of accounts, use the Get All Accounts API.\r\n        }\r\n    },\r\n    \"sourceOfFund\": \"SF011\" //refer to Additional Information for the complete list of codes\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","transactions"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 18:22:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"cbd4618c5df9ee3c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250203000000000764\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"SEPA\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"94\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"reference\": \"574\",\n        \"organization\": {\n            \"legalName\": \"test B S USD\",\n            \"lineOfBusiness\": \"L103\",\n            \"registrationNumber\": \"6666\",\n            \"establishmentDate\": null,\n            \"fundSource\": \"SF011\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"111\",\n        \"kycStatus\": 2\n    },\n    \"debtorAccount\": {\n        \"reference\": \"94\",\n        \"account\": {\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"creditor\": {\n        \"reference\": \"602\",\n        \"organization\": {\n            \"legalName\": \"General Ltd\",\n            \"lineOfBusiness\": \"L131\",\n            \"registrationNumber\": \"FR25712049618\",\n            \"establishmentDate\": null,\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"202622\",\n        \"kycStatus\": 0\n    },\n    \"creditorAccount\": {\n        \"reference\": \"181\",\n        \"account\": {\n            \"type\": \"11\",\n            \"name\": \"John Checking\",\n            \"accountNumber\": \"123321\",\n            \"currencyCode\": \"EUR\"\n        }\n    },\n    \"creditorAgent\": {\n        \"type\": \"BANK\",\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"FR\",\n        \"memberId\": \"BNPAFRPP\",\n        \"postalAddress\": {\n            \"addressLine1\": \"123 Rue de Paris\",\n            \"country\": \"FR\"\n        }\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"USD\",\n        \"fromCountryCode\": \"US\",\n        \"toCurrencyCode\": \"EUR\",\n        \"toCountryCode\": \"FR\",\n        \"exchangeRate\": 0.97254,\n        \"fxSpotId\": \"c5bb0dc4-f388-450e-82d2-813bc7f86566\",\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC011\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": null\n    },\n    \"supplementaryData\": {\n        \"relationship\": \"R010\",\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"3ef5940d-5ad9-4b76-b2b5-3d61e93adfb3\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 0.55,\n        \"currencyCode\": \"USD\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"EUR\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 0.55,\n        \"currencyCode\": \"USD\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"USD\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"EUR\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-02-03T18:22:32.100Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"confirmedAt\": \"2025-02-03T18:22:32.346Z\",\n    \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Outbound\"\n}"},{"id":"18f60447-277a-4a83-b626-d9aabef37297","name":"FPS Payout - Registered Debtor & Creditor C2C","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"debtor\": { //You must provide either a reference, externalReference, person, or organization\r\n        \"reference\": 623, // required - This is the party Id of the debtor. To retrieve a list of debtor, use the Get All Parties API.\r\n        \"person\": null //\"organization\" : null for Business Debtors\r\n    },\r\n    \"debtorAccount\": {\r\n        \"reference\": 273, // optional - This is to double-check; the ID of this account must match the ID of the settlement account.\r\n        \"account\": {\r\n            \"currencyCode\": \"GBP\" //required -This is to double-check; the currency of this account must match the currency of the settlement account.\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"GB\" //This is to double-check; the country of this account must match the country of the settlement account.\r\n    },\r\n    \"creditor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 706, //required - This is the party Id of the receiver. To retrieve a list of receivers, use the Get All Parties API.\r\n        \"person\": null //\"organization\" : null for Business Debtors\r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 323, //account Id\r\n        \"account\": {\r\n            \"type\": \"11\",\r\n            \"name\": \"John Checking\", // account holder name\r\n            \"accountNumber\": \"806770865\", //required\r\n            \"currencyCode\": \"GBP\" //required\r\n        }\r\n    },\r\n    \"creditorAgent\": {\r\n        \"type\": \"BANK\",\r\n        \"countryCode\": \"GB\", //required\r\n        \"memberId\": \"080003\" //sort code\r\n    },\r\n    //if you're providing the clearingChannel, the exchangeRate can be omitted as it will be generated by the system automatically. However, if you choose to skip the clearingChannel, you must provide the exchangeRate instead. To get the fxSpotId, use the Get Spot Rate API.\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"FPS\" //payment method\r\n    },\r\n    \"exchangeRate\": {\r\n        \"fxSpotId\": \"b50750c6-c32a-431a-b46d-dc3cd08c190b\",\r\n        \"fxDealId\": null\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": \"1\", //required\r\n        \"currencyCode\": \"GBP\" //required\r\n    },\r\n    \"purposeCode\": {\r\n        \"purposeCode\": \"PC006\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": null //payment reference for Wire transactions\r\n    },\r\n    \"supplementaryData\": {\r\n        \"relationship\": \"R012\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"settlementInformation\": {\r\n        \"settlementAccount\": {\r\n            \"reference\": 273 //This ID is associated with the provided Buckzy account. To retrieve a list of accounts, use the Get All Accounts API.\r\n        }\r\n    },\r\n    \"sourceOfFund\": \"SF011\" //refer to Additional Information for the complete list of codes\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","transactions"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Apr 2025 13:05:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"8542f1b8d1ab4e57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250423000000047213\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"FPS\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"273\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"reference\": \"623\",\n        \"person\": {\n            \"firstName\": \"Test\",\n            \"middleName\": null,\n            \"lastName\": \"User11\",\n            \"fatherName\": null,\n            \"occupation\": \"L001\",\n            \"birthDate\": \"2000-06-14\",\n            \"countryOfBirth\": \"CA\",\n            \"countryOfResidence\": \"CA\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"20250221000000000050\",\n        \"kycStatus\": 2\n    },\n    \"debtorAccount\": {\n        \"reference\": \"273\",\n        \"account\": {\n            \"name\": \"buckzy test account child 2\",\n            \"currencyCode\": \"GBP\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"GB\"\n    },\n    \"creditor\": {\n        \"reference\": \"706\",\n        \"person\": {\n            \"firstName\": \"John\",\n            \"middleName\": null,\n            \"lastName\": \"Smith\",\n            \"fatherName\": null,\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1964-02-22\",\n            \"countryOfBirth\": \"GB\",\n            \"countryOfResidence\": \"GB\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"10885899\",\n        \"kycStatus\": 0\n    },\n    \"creditorAccount\": {\n        \"reference\": \"323\",\n        \"account\": {\n            \"type\": \"11\",\n            \"name\": \"John checking\",\n            \"accountNumber\": \"806770865\",\n            \"currencyCode\": \"GBP\"\n        }\n    },\n    \"creditorAgent\": {\n        \"type\": \"BANK\",\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"GB\",\n        \"memberId\": \"080003\",\n        \"postalAddress\": {\n            \"addressLine1\": \"10 Downing Street\",\n            \"country\": \"GB\"\n        }\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"GBP\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"GBP\",\n        \"fromCountryCode\": \"GB\",\n        \"toCurrencyCode\": \"GBP\",\n        \"toCountryCode\": \"GB\",\n        \"exchangeRate\": 1,\n        \"fxSpotId\": \"b50750c6-c32a-431a-b46d-dc3cd08c190b\",\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC006\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": null\n    },\n    \"supplementaryData\": {\n        \"relationship\": \"R012\",\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"b2ba9ce8-eb92-44fe-991c-18a9ce7c1f00\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"GBP\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"GBP\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"GBP\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"GBP\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"GBP\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0,\n        \"currencyCode\": \"GBP\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-04-23T13:05:35.693Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"confirmedAt\": \"2025-04-23T13:05:35.913Z\",\n    \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Outbound\"\n}"},{"id":"1609890b-efb9-42e6-bba7-019078688b8b","name":"Wire Payout with registered Intermediary bank","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"debtor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 574, // required - This is the party Id of the debtor. To retrieve a list of debtor, use the Get All Parties API.\r\n        \"organization\": null //\"person\" : null for Individual Debtors\r\n    },\r\n    \"debtorAccount\": {\r\n        \"reference\": 94, // optional - This is to double-check; the ID of this account must match the ID of the settlement account.\r\n        \"account\": {\r\n            \"currencyCode\": \"USD\" //required -This is to double-check; the currency of this account must match the currency of the settlement account.\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"US\" //This is to double-check; the country of this account must match the country of the settlement account.\r\n    },\r\n    \"creditor\": { //You must provide either a reference, externalReference, person, or organization.\r\n        \"reference\": 722, //required - This is the party Id of the receiver. To retrieve a list of receivers, use the Get All Parties API.\r\n        \"person\": null // \"organization\" : null for Business Creditors\r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 464, //account id\r\n        \"account\": {\r\n            \"type\": \"11\",\r\n            \"name\": \"John checking with IB\", // account holder name\r\n            \"accountNumber\": \"778174\", //required\r\n            \"currencyCode\": \"USD\" //required\r\n        }\r\n    },\r\n    \"creditorAgent\": {\r\n        \"type\": \"BANK\",\r\n        \"countryCode\": \"US\", //required\r\n        \"memberId\": \"BOFAUS3N\", //Swift Code-BIC\r\n        \"name\": \"bkname\"\r\n    },\r\n    //if you are providing the clearingChannel, the exchangeRate can be omitted as it will be generated by the system automatically. However, if you choose to skip the clearingChannel, you must provide the exchangeRate instead. To get the fxSpotId, use the Get Spot Rate API.\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"Wire\" //payment method\r\n    },\r\n    // \"exchangeRate\": {\r\n    //     \"fxSpotId\": \"fc9678cf-75c7-48bf-9873-95946035a499\",\r\n    //     \"fxDealId\": null\r\n    // },\r\n    \"amount\": {\r\n        \"instructedAmount\": \"1\", //required\r\n        \"currencyCode\": \"USD\" //required\r\n    },\r\n    \"purposeCode\": {\r\n        \"purposeCode\": \"PC011\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": \"INV_RFB/BET072\" //payment reference for Wire & Fedwire transactions\r\n    },\r\n    \"supplementaryData\": {\r\n        \"relationship\": \"R010\" //refer to Additional Information for the complete list of codes\r\n    },\r\n    \"settlementInformation\": {\r\n        \"settlementAccount\": {\r\n            \"reference\": 94 //This ID is associated with the provided Buckzy account. To retrieve a list of accounts, use the Get All Accounts API.\r\n        }\r\n    },\r\n    \"sourceOfFund\": \"SF011\" //refer to Additional Information for the complete list of codes\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","transactions"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jun 2025 20:16:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"8dd05aa8714f53b8"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250613000000047755\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"Wire\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"94\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"reference\": \"574\",\n        \"organization\": {\n            \"legalName\": \"test USD\",\n            \"lineOfBusiness\": \"L103\",\n            \"registrationNumber\": \"6666\",\n            \"establishmentDate\": null,\n            \"fundSource\": \"SF011\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"111\",\n        \"kycStatus\": 3\n    },\n    \"debtorAccount\": {\n        \"reference\": \"94\",\n        \"account\": {\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"creditor\": {\n        \"reference\": \"722\",\n        \"person\": {\n            \"firstName\": \"John\",\n            \"middleName\": null,\n            \"lastName\": \"Smith\",\n            \"fatherName\": null,\n            \"occupation\": \"L002\",\n            \"birthDate\": \"2001-02-01\",\n            \"countryOfBirth\": \"US\",\n            \"countryOfResidence\": \"US\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"123555\",\n        \"kycStatus\": 2\n    },\n    \"creditorAccount\": {\n        \"reference\": \"464\",\n        \"account\": {\n            \"type\": \"11\",\n            \"name\": \"John checking with IB\",\n            \"accountNumber\": \"778174\",\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"creditorAgent\": {\n        \"type\": \"BANK\",\n        \"name\": \"bkname\",\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\",\n        \"memberId\": \"BOFAUS3N\",\n        \"postalAddress\": {\n            \"addressLine1\": \"485 El Camino Real\",\n            \"addressLine2\": \"new lane\",\n            \"country\": \"US\",\n            \"city\": \"Santa Clara\",\n            \"province\": \"CA\",\n            \"postalCode\": \"95050\"\n        }\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"USD\",\n        \"fromCountryCode\": \"US\",\n        \"toCurrencyCode\": \"USD\",\n        \"toCountryCode\": \"US\",\n        \"exchangeRate\": 1,\n        \"fxSpotId\": \"796411a5-a58b-4e4f-af4f-715881523a05\",\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC011\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": \"INV_RFB/BET072\"\n    },\n    \"supplementaryData\": {\n        \"relationship\": \"R010\",\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"intermediaryBank\": {\n        \"name\": \"BOFA\",\n        \"swiftCode\": \"BOFAUS3N\",\n        \"postalAddress\": {\n            \"addressLine1\": \"3560 Vista Avenue\",\n            \"addressLine2\": \"Opp DMV\",\n            \"addressLine3\": \"New Lane\",\n            \"country\": \"US\",\n            \"city\": \"New Jersey\",\n            \"province\": \"NY\",\n            \"postalCode\": \"10038\"\n        }\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"e9a3baf5-e40e-4921-bec9-da5bf2a70fa0\",\n    \"status\": {\n        \"status\": \"AwaitingConfirmation\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0,\n        \"currencyCode\": \"USD\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-06-13T20:16:17.733Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Outbound\"\n}"}],"_postman_id":"e8ca6a14-c6e9-403d-8800-f6292fade758"},{"name":"Confirm Transaction","id":"f68931c0-b517-42ea-879a-4c14de20b1ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{apihost}}/v1/transactions/:transactionId?apikey={{apikey}}","description":"<p>With the Maker-Checker permission-based setup, a transaction can be halted for approval if the corresponding Consul configuration is enabled.</p>\n","urlObject":{"path":["v1","transactions",":transactionId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the transaction that you want to approve</p>\n","type":"text/plain"},"type":"any","value":"def64fac-561d-4a21-8577-52d5285bb845","key":"transactionId"}]}},"response":[],"_postman_id":"f68931c0-b517-42ea-879a-4c14de20b1ca"},{"name":"Get Transactions","id":"f3537a75-fae3-40f5-86ce-a03d9605e7b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/transactions?apikey={{apikey}}&direction=outbound&createdFromDate=2025-01-01T00%3A00%3A00.000-05%3A00&priority-sort=true&createdToDate=2025-01-30T23%3A59%3A59.999-05%3A00","description":"<p>This request retrieves a list of transactions for the customer, based on the applied filters. Each transaction includes detailed information such as instruction ID, transaction ID, sender and recipient details, debtor/creditor agent and account information, transaction amount, exchange rate, deducted and transferred amounts, and more. These are the same fields returned when a transaction is initiated.</p>\n<p>For a detailed description of these fields, refer to <a href=\"https://go.postman.co/workspace/API-Docs-Workspace~ec67a2c7-54a2-4894-8761-8686669c6ac6/documentation/34644703-8e5dfa28-ac73-48bb-853e-2a01b641fb08?entity=request-e8ca6a14-c6e9-403d-8800-f6292fade758\">Initiate Single Payment</a></p>\n<p>You can filter transactions based on specific criteria such as transaction status (see the example request: <em>Payout in Process</em>), sender, recipient or by date (see the example request: <em>Payout History filtered by Date</em>).</p>\n<p>Pagination is supported to limit the number of results and maintain manageable response sizes.</p>\n","urlObject":{"path":["v1","transactions"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"},{"key":"direction","value":"outbound"},{"key":"createdFromDate","value":"2025-01-01T00%3A00%3A00.000-05%3A00"},{"key":"priority-sort","value":"true"},{"key":"createdToDate","value":"2025-01-30T23%3A59%3A59.999-05%3A00"},{"disabled":true,"description":{"content":"<p>AcceptedFund,AcceptedSettlementInProcess,AwaitingConfirmation,AwaitingManualTransfer,Created,Executed,OnHoldCompliance,OnHoldPreCompliance,PendingCompliance,PendingPreCompliance,PreComplianceInProgress,PreCompliancePassed,Triggered</p>\n","type":"text/plain"},"key":"status","value":"AcceptedFund,AcceptedSettlementInProcess,AwaitingConfirmation,AwaitingManualTransfer,Created,Executed,OnHoldCompliance,OnHoldPreCompliance,PendingCompliance,PendingPreCompliance,PreComplianceInProgress,PreCompliancePassed,Triggered"}],"variable":[]}},"response":[{"id":"0eafcfcf-980b-4e52-a3ff-9511bd9028ee","name":"Get All Transactions","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/transactions?apikey={{apikey}}&size=999&page=0","host":["{{apihost}}"],"path":["v1","transactions"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"direction","value":"outbound","disabled":true},{"key":"createdFromDate","value":"2025-01-01T00%3A00%3A00.000-05%3A00","disabled":true},{"key":"priority-sort","value":"true","disabled":true},{"key":"createdToDate","value":"2025-01-30T23%3A59%3A59.999-05%3A00","disabled":true},{"key":"status","value":"AcceptedFund,AcceptedSettlementInProcess,AwaitingConfirmation,AwaitingManualTransfer,Created,Executed,OnHoldCompliance,OnHoldPreCompliance,PendingCompliance,PendingPreCompliance,PreComplianceInProgress,PreCompliancePassed,Triggered","description":"AcceptedFund,AcceptedSettlementInProcess,AwaitingConfirmation,AwaitingManualTransfer,Created,Executed,OnHoldCompliance,OnHoldPreCompliance,PendingCompliance,PendingPreCompliance,PreComplianceInProgress,PreCompliancePassed,Triggered","disabled":true},{"key":"size","value":"999"},{"key":"page","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 18:24:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"4d3a9645640a98b9"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"instructionId\": \"20250203000000000764\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"SEPA\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"602\",\n                \"organization\": {\n                    \"legalName\": \"General Ltd\",\n                    \"lineOfBusiness\": \"L131\",\n                    \"registrationNumber\": \"FR25712049618\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"G_generalltd@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"202622\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"181\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Checking\",\n                    \"accountNumber\": \"123321\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\",\n                \"memberId\": \"BNPAFRPP\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123 Rue de Paris\",\n                    \"country\": \"FR\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.97254,\n                \"fxSpotId\": \"c5bb0dc4-f388-450e-82d2-813bc7f86566\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"3ef5940d-5ad9-4b76-b2b5-3d61e93adfb3\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T18:22:32.100Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T18:22:44.532Z\",\n            \"confirmedAt\": \"2025-02-03T18:22:32.346Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T18:22:32.639Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000763\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"SEPA\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"602\",\n                \"organization\": {\n                    \"legalName\": \"General Ltd\",\n                    \"lineOfBusiness\": \"L131\",\n                    \"registrationNumber\": \"FR25712049618\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"G_generalltd@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"202622\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"181\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Checking\",\n                    \"accountNumber\": \"123321\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\",\n                \"memberId\": \"BNPAFRPP\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123 Rue de Paris\",\n                    \"country\": \"FR\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.97254,\n                \"fxSpotId\": \"c5bb0dc4-f388-450e-82d2-813bc7f86566\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"75356107-3bb3-4160-992e-326212f60fcd\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T18:16:07.197Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T18:16:19.686Z\",\n            \"confirmedAt\": \"2025-02-03T18:16:07.447Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T18:16:07.743Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000762\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"FedWire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"593\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": \"Doe\",\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1964-02-22\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"addressLine2\": \"Apt 9\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"johnssmithdoe@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"123\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"172\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John savings\",\n                    \"accountNumber\": \"123321\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"Chase\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"021000021\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"El Camino Real\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"5d60b6bc-6c37-41e4-b5f2-2f65b77c7b75\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"67f8bbf2-21f7-40d3-8101-0565511994ca\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T18:04:03.509Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T18:04:26.904Z\",\n            \"confirmedAt\": \"2025-02-03T18:04:03.761Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T18:04:04.004Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000761\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"FedWire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"593\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": \"Doe\",\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1964-02-22\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"addressLine2\": \"Apt 9\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"johnssmithdoe@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"123\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"172\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John savings\",\n                    \"accountNumber\": \"123321\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"chase\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"021000021\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"El Camino Real\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"5d60b6bc-6c37-41e4-b5f2-2f65b77c7b75\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC001\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"afc18af2-36f5-4fbc-9b96-fabde386edaa\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T17:55:59.676Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T17:56:12.960Z\",\n            \"confirmedAt\": \"2025-02-03T17:55:59.901Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T17:56:00.068Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000760\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"591\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1964-02-22\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Avenue\",\n                        \"addressLine2\": \"Apt 100\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"johns_smitheis@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"10890899\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"170\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Smith checking\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"BOFAUS3N\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"485 El Camino Real\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"fc9678cf-75c7-48bf-9873-95946035a499\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"52d15818-631d-45c1-862e-f62369294e7d\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T17:54:18.555Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T17:54:43.957Z\",\n            \"confirmedAt\": \"2025-02-03T17:54:18.779Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T17:54:19.204Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000759\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"591\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1964-02-22\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Avenue\",\n                        \"addressLine2\": \"Apt 100\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"johns_smitheis@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"10890899\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"170\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Smith checking\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"BOFAUS3N\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"485 El Camino Real\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"fc9678cf-75c7-48bf-9873-95946035a499\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC001\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"f89e380e-a303-4adf-8e33-205691eac171\",\n            \"status\": {\n                \"status\": \"PendingCompliance\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T17:51:43.196Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T17:52:06.703Z\",\n            \"confirmedAt\": \"2025-02-03T17:51:43.408Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T17:51:44.014Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000758\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"595\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L002\",\n                    \"birthDate\": \"2001-02-01\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"addressLine2\": \"Apt 100\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"johnsssmith@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"1234555\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"174\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John savings\",\n                    \"accountNumber\": \"11111\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"051405515\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123 new street \",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"03080ae0-aabe-4cda-8c44-c6d78a75d31e\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"7d1bd482-2bd2-4301-9f88-647f1a2ab25b\",\n            \"status\": {\n                \"status\": \"PendingCompliance\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T17:49:10.265Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T17:49:33.579Z\",\n            \"confirmedAt\": \"2025-02-03T17:49:10.500Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T17:49:10.910Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000757\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"595\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L002\",\n                    \"birthDate\": \"2001-02-01\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"addressLine2\": \"Apt 100\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"johnsssmith@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"1234555\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"174\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John savings\",\n                    \"accountNumber\": \"11111\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"051405515\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123 new street \",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"03080ae0-aabe-4cda-8c44-c6d78a75d31e\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC033\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R002\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"dcc315fd-dcb0-4c4a-8066-879d1cd0c02c\",\n            \"status\": {\n                \"status\": \"PendingCompliance\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T17:43:50.930Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T17:44:14.250Z\",\n            \"confirmedAt\": \"2025-02-03T17:43:51.156Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T17:43:51.537Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000756\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"UPI\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"599\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"Sector 30\",\n                        \"addressLine2\": \"M 43\",\n                        \"addressLine3\": \"Navanagar\",\n                        \"postalCode\": \"587101\",\n                        \"city\": \"Bagalkot\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"john_smithh@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"12340925\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"178\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"accountNumber\": \"test@test\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"ff54a059-a220-4629-996d-13bdcc89d71f\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"fb23ad60-65fc-4616-aaf6-c292feccbb3d\",\n            \"status\": {\n                \"status\": \"PendingCompliance\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T17:41:34.587Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T17:41:57.871Z\",\n            \"confirmedAt\": \"2025-02-03T17:41:34.790Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T17:41:35.185Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000755\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"UPI\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"599\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"Sector 30\",\n                        \"addressLine2\": \"M 43\",\n                        \"addressLine3\": \"Navanagar\",\n                        \"postalCode\": \"587101\",\n                        \"city\": \"Bagalkot\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"john_smithh@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"12340925\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"178\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"accountNumber\": \"test@test\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"ff54a059-a220-4629-996d-13bdcc89d71f\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC046\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R009\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"853d5c26-7f11-4177-bf10-01162c2d2e11\",\n            \"status\": {\n                \"status\": \"PendingCompliance\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T17:36:12.009Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T17:36:35.531Z\",\n            \"confirmedAt\": \"2025-02-03T17:36:12.347Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T17:36:12.707Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000754\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"NEFT\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"582\",\n                \"organization\": {\n                    \"legalName\": \"test inr wire br\",\n                    \"lineOfBusiness\": \"L100\",\n                    \"registrationNumber\": \"122\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 6th Main Cross\",\n                        \"postalCode\": \"560076\",\n                        \"city\": \"Bangalore\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testinrwirebr@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"1121\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"158\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test inr neft br\",\n                    \"accountNumber\": \"1234567\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"PUNJAB AND SIND BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"SBIN0001234\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"25a468be-fb3f-46e1-ad36-3071618ee082\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC001\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"fe0f459b-ca31-473e-ac58-82d9247cffea\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T15:23:08.200Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T15:23:20.666Z\",\n            \"confirmedAt\": \"2025-02-03T15:23:08.416Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T15:23:08.690Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000753\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"IMPS\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"598\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"Sector 30\",\n                        \"addressLine2\": \"M 43\",\n                        \"addressLine3\": \"Navanagar\",\n                        \"postalCode\": \"587101\",\n                        \"city\": \"Bagalkot\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"john_smitth@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"2123425\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"177\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"John Checking\",\n                    \"accountNumber\": \"7778878\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"AXIS0009876\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123, 4th Main Road, 2nd Cross\",\n                    \"addressLine2\": \"Stage 1\",\n                    \"addressLine3\": \"Indiranagar\",\n                    \"country\": \"IN\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"9898435f-cfad-4b28-8e3e-79a285ccc46c\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"a2dc59d3-ef6d-40fd-bf51-9d591aec7b66\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T15:12:52.578Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T15:13:07.274Z\",\n            \"confirmedAt\": \"2025-02-03T15:12:52.826Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T15:12:53.091Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000752\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"IMPS\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"598\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"Sector 30\",\n                        \"addressLine2\": \"M 43\",\n                        \"addressLine3\": \"Navanagar\",\n                        \"postalCode\": \"587101\",\n                        \"city\": \"Bagalkot\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"john_smitth@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"2123425\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"177\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"John Checking\",\n                    \"accountNumber\": \"7778878\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"THE GUJARAT STATE COOPERATIVE BANK LIMITED\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"ICIC0000567\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123, 4th Main Road, 2nd Cross\",\n                    \"addressLine2\": \"Stage 1\",\n                    \"addressLine3\": \"Indiranagar\",\n                    \"country\": \"IN\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"0c3742a1-0c9a-4c33-8b06-030c7ef12bd4\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC038\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"d8c0dd70-7d31-4a2d-822e-42aa5e744814\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T15:11:01.891Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T15:11:16.361Z\",\n            \"confirmedAt\": \"2025-02-03T15:11:02.129Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T15:11:02.432Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000751\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"IMPS\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"598\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"Sector 30\",\n                        \"addressLine2\": \"M 43\",\n                        \"addressLine3\": \"Navanagar\",\n                        \"postalCode\": \"587101\",\n                        \"city\": \"Bagalkot\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"john_smitth@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"2123425\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"177\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"John Checking\",\n                    \"accountNumber\": \"7778878\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"THE GUJARAT STATE COOPERATIVE BANK LIMITED\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"ICIC0000567\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123, 4th Main Road, 2nd Cross\",\n                    \"addressLine2\": \"Stage 1\",\n                    \"addressLine3\": \"Indiranagar\",\n                    \"country\": \"IN\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"0c40c21b-5f61-4685-8f9e-a2b865719c13\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC001\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"f4ac22e2-8549-459c-bbb3-042de9027270\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T15:09:38.920Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T15:09:53.659Z\",\n            \"confirmedAt\": \"2025-02-03T15:09:39.136Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T15:09:39.475Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000750\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"IMPS\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"598\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"Sector 30\",\n                        \"addressLine2\": \"M 43\",\n                        \"addressLine3\": \"Navanagar\",\n                        \"postalCode\": \"587101\",\n                        \"city\": \"Bagalkot\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"john_smitth@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"2123425\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"177\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"John Checking\",\n                    \"accountNumber\": \"7778878\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"THE GUJARAT STATE COOPERATIVE BANK LIMITED\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"ICIC0000567\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123, 4th Main Road, 2nd Cross\",\n                    \"addressLine2\": \"Stage 1\",\n                    \"addressLine3\": \"Indiranagar\",\n                    \"country\": \"IN\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"55d21d7c-05ff-488f-8bf2-08e824e61063\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC033\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"d6b25871-6b07-4d12-b17e-de6336caac56\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T14:56:24.014Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T14:56:46.034Z\",\n            \"confirmedAt\": \"2025-02-03T14:56:24.342Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T14:56:24.677Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250131000000000745\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"152\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test wire usd ri\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"CHASUS33\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"3560 flora vista avenue\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"6decd7c2-fbf3-44ea-9bb2-665d5433cca5\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"6962737a-8429-44ad-8c0e-3ee178fd81fe\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-31T00:39:29.077Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-31T00:39:41.859Z\",\n            \"confirmedAt\": \"2025-01-31T00:39:29.419Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-31T00:39:29.930Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250131000000000744\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"153\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Smith checking\",\n                    \"accountNumber\": \"12345678\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"021000021\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"3560 flora vista avenue\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"6ff127f6-9351-43b9-893a-e8ae93806e11\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC008\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"9b101923-c3bd-4b81-bf08-1437963e4b44\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-31T00:32:25.847Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-31T00:32:38.293Z\",\n            \"confirmedAt\": \"2025-01-31T00:32:26.093Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-31T00:32:26.630Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250131000000000743\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"UPI\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"427\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": null,\n                    \"lastName\": \"Dob3\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1992-02-17\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"i\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"i\",\n                        \"province\": \"AN\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+91-9999999999\",\n                        \"emailAddress\": \"testdd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241212000000000039\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"582\",\n                \"organization\": {\n                    \"legalName\": \"test inr wire br\",\n                    \"lineOfBusiness\": \"L100\",\n                    \"registrationNumber\": \"122\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 6th Main Cross\",\n                        \"postalCode\": \"560076\",\n                        \"city\": \"Bangalore\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testinrwirebr@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"1121\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"156\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"accountNumber\": \"yourname@icici\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"0a6e5962-a5f0-40e2-8755-4d80e771921f\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC054\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"84781bf7-9198-4224-b40d-28339ef37893\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-31T00:28:49.890Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-31T00:29:22.401Z\",\n            \"confirmedAt\": \"2025-01-31T00:28:50.119Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-31T00:28:50.528Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250131000000000739\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"IMPS\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"571\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Sender\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1989-12-01\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+33-9999999999\",\n                        \"emailAddress\": \"testeursendder@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"11\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"570\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Receiver\",\n                    \"lastName\": \"Imps\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1992-01-01\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 6th Main Cross\",\n                        \"postalCode\": \"560076\",\n                        \"city\": \"Bangalore\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testreceiverimps@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"166\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"John Smith checking\",\n                    \"accountNumber\": \"123456789012\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"AXIS0009876\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123 6th Main Cross\",\n                    \"country\": \"IN\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"26172acf-4da9-4768-8a20-8f5a20a4e4c8\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC027\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"9c00e66a-eaf1-4083-91d5-52e5f7ce6568\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-31T00:16:31.494Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-31T00:17:05.990Z\",\n            \"confirmedAt\": \"2025-01-31T00:16:31.733Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-31T00:16:32.006Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250131000000000738\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"SEPA\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"583\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Ir\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L002\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"8888888888\",\n                        \"emailAddress\": \"testeurir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"76\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"160\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Doe checking\",\n                    \"accountNumber\": \"FR7630006000011234567890189\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\",\n                \"memberId\": \"BNPAFRPP\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123 Rue de Paris\",\n                    \"country\": \"FR\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.96141,\n                \"fxSpotId\": \"76037e7f-a7ed-43ca-8802-24c77c4c5092\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"bbee3bcd-da83-486f-9f07-91fd42f25a8c\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-31T00:11:22.578Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-31T00:11:35.167Z\",\n            \"confirmedAt\": \"2025-01-31T00:11:22.838Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-31T00:11:23.290Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250131000000000737\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"FedWire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"154\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Doe checking\",\n                    \"accountNumber\": \"123321\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"Chase\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"021000021\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"3560 flora vista avenue\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"919ff697-06f9-4418-baf4-009a044ab810\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC020\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"b2b9cd31-5c0d-4d3a-99e4-d30bbbbf79e3\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-31T00:07:48.517Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-31T00:08:12.523Z\",\n            \"confirmedAt\": \"2025-01-31T00:07:48.784Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-31T00:07:49.392Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250131000000000736\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"59\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"835 florell drive\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sendertwo@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000017\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"152\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test wire usd ri\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"CHASUS33\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"3560 flora vista avenue\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"4dc7213b-321d-440b-a227-8aa272fe7d6c\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC012\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"be2712e8-7379-4a6a-9221-972d28bad953\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-31T00:02:08.021Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-31T00:02:32.392Z\",\n            \"confirmedAt\": \"2025-01-31T00:02:08.703Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-31T00:02:09.192Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000735\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"59\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"835 florell drive\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sendertwo@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000017\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test wire usd ri\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"CHASUS33\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"923ae87b-f4ca-4964-9c31-7a6e3a0f6d45\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"ecef09ce-67ad-4393-859f-da7c11e9897d\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T15:53:31.028Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T15:53:43.538Z\",\n            \"confirmedAt\": \"2025-01-30T15:53:31.282Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T15:53:31.656Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000733\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test acc 5\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"30\",\n                \"account\": {\n                    \"name\": \"buckzy test acc 5 virtual\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"483fca76-22e0-4f9f-983c-a5e5b0d0dab4\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"9c622a18-fe76-4dad-a351-4edb4639ac25\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T13:14:52.797Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-30T13:14:53.012Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T13:14:53.122Z\",\n            \"completedAt\": \"2025-01-30T13:14:54.792Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000733\",\n                \"transactionId\": \"aa34a1fd-3b5d-45a2-93d3-f442bd6eaae6\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20250130000000000731\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test acc 5\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"30\",\n                \"account\": {\n                    \"name\": \"buckzy test acc 5 virtual\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"483fca76-22e0-4f9f-983c-a5e5b0d0dab4\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"52af1ea7-1d12-4e30-9b13-40bef16299df\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T13:13:48.621Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-30T13:13:48.857Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T13:13:49.205Z\",\n            \"completedAt\": \"2025-01-30T13:13:51.625Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000731\",\n                \"transactionId\": \"9d2ddf39-9f8d-4016-8a1e-f1450d41257e\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20250130000000000729\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"19f971d5-6f5c-43bd-b457-defd8cd00262\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T13:08:33.816Z\",\n            \"createdBy\": \"APIService\",\n            \"confirmedAt\": \"2025-01-30T13:08:33.997Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"executedAt\": \"2025-01-30T13:08:34.391Z\",\n            \"completedAt\": \"2025-01-30T13:08:35.471Z\",\n            \"direction\": \"Inbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000729\",\n                \"transactionId\": \"15e40594-ec30-4c44-a918-1136439cf2a0\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            },\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtHqEc04ExO/dan99pa8LSfRcUYCcAV6KDJVyCp/s75f6\"\n        },\n        {\n            \"instructionId\": \"20250130000000000729\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"d5f35fc0-51ea-4e51-b3fa-50e6b9ce0a63\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"15e40594-ec30-4c44-a918-1136439cf2a0\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T13:08:31.984Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"confirmedAt\": \"2025-01-30T13:08:32.223Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2025-01-30T13:08:32.486Z\",\n            \"completedAt\": \"2025-01-30T13:08:33.943Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000729\",\n                \"transactionId\": \"19f971d5-6f5c-43bd-b457-defd8cd00262\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20250130000000000727\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"cf21f830-c333-42e5-84c0-1d52ad89a0fe\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T13:04:49.214Z\",\n            \"createdBy\": \"APIService\",\n            \"confirmedAt\": \"2025-01-30T13:04:49.499Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"executedAt\": \"2025-01-30T13:04:50.089Z\",\n            \"completedAt\": \"2025-01-30T13:04:51.030Z\",\n            \"direction\": \"Inbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000727\",\n                \"transactionId\": \"5ef9bbc7-811d-4439-a46a-bd70016f38e1\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            },\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtHqEc04ExO/dan99pa8LSfQtTTvfvfgVohHtbJCGDuIw\"\n        },\n        {\n            \"instructionId\": \"20250130000000000727\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"d5f35fc0-51ea-4e51-b3fa-50e6b9ce0a63\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"5ef9bbc7-811d-4439-a46a-bd70016f38e1\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T13:04:47.218Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-30T13:04:47.417Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2025-01-30T13:04:47.619Z\",\n            \"completedAt\": \"2025-01-30T13:04:49.127Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000727\",\n                \"transactionId\": \"cf21f830-c333-42e5-84c0-1d52ad89a0fe\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20250130000000000725\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"a8cb08c2-9914-4514-90d8-ec634fee8746\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T13:02:23.118Z\",\n            \"createdBy\": \"APIService\",\n            \"confirmedAt\": \"2025-01-30T13:02:23.330Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2025-01-30T13:02:25.063Z\",\n            \"completedAt\": \"2025-01-30T13:02:26.009Z\",\n            \"direction\": \"Inbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000725\",\n                \"transactionId\": \"8a9e26b9-96ce-42b9-bd0c-bdf1ff7bb4d4\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            },\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtBk17UNwVdiQOWG/O40HPV2cbpHP6Fq+7myKL/NYtMigMv9Fl+UnqTBGUdhkUEgm2w==\"\n        },\n        {\n            \"instructionId\": \"20250130000000000725\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 10,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"d19ddac7-d3a8-4658-997f-fdc0e8b38e87\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"8a9e26b9-96ce-42b9-bd0c-bdf1ff7bb4d4\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T13:02:21.247Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-30T13:02:21.447Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"executedAt\": \"2025-01-30T13:02:21.653Z\",\n            \"completedAt\": \"2025-01-30T13:02:23.074Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000725\",\n                \"transactionId\": \"a8cb08c2-9914-4514-90d8-ec634fee8746\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20250130000000000723\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"5910e41d-dd47-4e8e-b0aa-ad0e5ead12db\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T12:57:54.868Z\",\n            \"createdBy\": \"APIService\",\n            \"confirmedAt\": \"2025-01-30T12:57:55.057Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2025-01-30T12:57:55.971Z\",\n            \"completedAt\": \"2025-01-30T12:57:56.767Z\",\n            \"direction\": \"Inbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000723\",\n                \"transactionId\": \"47727764-bbed-4016-b074-99e5c333bc9a\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            },\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtBk17UNwVdiQOWG/O40HPV2NT/UCSL6ju9EfvVaiwBvFQFkx+nfLSzASpsvwdmEu7Q==\"\n        },\n        {\n            \"instructionId\": \"20250130000000000723\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 10,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"d19ddac7-d3a8-4658-997f-fdc0e8b38e87\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"47727764-bbed-4016-b074-99e5c333bc9a\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T12:57:53.402Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-30T12:57:53.572Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"executedAt\": \"2025-01-30T12:57:53.735Z\",\n            \"completedAt\": \"2025-01-30T12:57:54.862Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000723\",\n                \"transactionId\": \"5910e41d-dd47-4e8e-b0aa-ad0e5ead12db\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20250130000000000721\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"393244d0-808b-4763-901f-61f28b510fb2\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T12:55:07.544Z\",\n            \"createdBy\": \"APIService\",\n            \"confirmedAt\": \"2025-01-30T12:55:07.751Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2025-01-30T12:55:08.188Z\",\n            \"completedAt\": \"2025-01-30T12:55:09.803Z\",\n            \"direction\": \"Inbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000721\",\n                \"transactionId\": \"1755adc9-a28b-4aa4-82fc-6a7a1d9ce5c7\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            },\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtBk17UNwVdiQOWG/O40HPV1TJ4eoUU5DYfKi6hN7tYcmSvpSETLYZPTyafMneOISew==\"\n        },\n        {\n            \"instructionId\": \"20250130000000000721\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"67703757-647d-4ae2-a486-756d07195f8d\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"1755adc9-a28b-4aa4-82fc-6a7a1d9ce5c7\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T12:55:05.638Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-30T12:55:05.822Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"executedAt\": \"2025-01-30T12:55:05.996Z\",\n            \"completedAt\": \"2025-01-30T12:55:07.583Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000721\",\n                \"transactionId\": \"393244d0-808b-4763-901f-61f28b510fb2\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20250130000000000719\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"7a6097e1-ffe1-408e-874a-25a30f5dfa48\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T12:52:06.000Z\",\n            \"createdBy\": \"APIService\",\n            \"confirmedAt\": \"2025-01-30T12:52:06.210Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2025-01-30T12:52:06.982Z\",\n            \"completedAt\": \"2025-01-30T12:52:08.528Z\",\n            \"direction\": \"Inbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000719\",\n                \"transactionId\": \"99f339eb-9ddf-47aa-9109-f93a17bdd932\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            },\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtBk17UNwVdiQOWG/O40HPV3Ty6yHhT2nrhhxdpGwpoJh6kEM6kZUB2iRzwxVXStRGg==\"\n        },\n        {\n            \"instructionId\": \"20250130000000000719\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"d19ddac7-d3a8-4658-997f-fdc0e8b38e87\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"99f339eb-9ddf-47aa-9109-f93a17bdd932\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T12:52:04.076Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-30T12:52:04.282Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"executedAt\": \"2025-01-30T12:52:04.469Z\",\n            \"completedAt\": \"2025-01-30T12:52:06.073Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000719\",\n                \"transactionId\": \"7a6097e1-ffe1-408e-874a-25a30f5dfa48\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20250130000000000718\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"SEPA\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"583\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Ir\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L002\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"8888888888\",\n                        \"emailAddress\": \"testeurir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"76\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Doe checking\",\n                    \"accountNumber\": \"FR7630006000011234567890189\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.96185,\n                \"fxSpotId\": \"794c90da-4425-4a34-bb42-304edf953914\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"5978666d-1c45-4d5d-9a57-412b40bf21dd\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.97,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.97,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T12:26:13.913Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T12:26:26.049Z\",\n            \"confirmedAt\": \"2025-01-30T12:26:14.130Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T12:26:14.358Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000717\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"SEPA\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"583\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Ir\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L002\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"8888888888\",\n                        \"emailAddress\": \"testeurir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"76\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Doe checking\",\n                    \"accountNumber\": \"FR7630006000011234567890189\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.96185,\n                \"fxSpotId\": \"794c90da-4425-4a34-bb42-304edf953914\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC001\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"32c18c07-eb31-4c3b-8ded-5e63ba729b8a\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.97,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.97,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T12:24:15.097Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T12:24:27.302Z\",\n            \"confirmedAt\": \"2025-01-30T12:24:15.310Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T12:24:15.630Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000716\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"FedWire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Doe checking\",\n                    \"accountNumber\": \"123321\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"Chase\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"b86d2624-08b1-410e-bd23-380d4ed6c5ec\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"6ef7ad42-ee00-4fae-bde1-f032640c8c97\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T12:22:54.639Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T12:23:16.738Z\",\n            \"confirmedAt\": \"2025-01-30T12:22:54.870Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T12:22:55.111Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000715\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"FedWire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Doe checking\",\n                    \"accountNumber\": \"123321\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"Chase\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"b86d2624-08b1-410e-bd23-380d4ed6c5ec\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC001\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"9fc61e01-d965-4165-90c2-7be0162c4f4d\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T12:19:30.963Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T12:19:42.968Z\",\n            \"confirmedAt\": \"2025-01-30T12:19:31.202Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T12:19:31.404Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000714\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"358\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": null,\n                    \"lastName\": \"Ba\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1992-11-03\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testba@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241126000000000035\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Doe checking\",\n                    \"accountNumber\": \"1455654\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1.44156,\n                \"fxSpotId\": \"6ed7bb4d-3606-434b-864d-276e49f5454f\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"bccc5074-dba3-42ca-941b-0980a59aa61c\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T12:17:53.885Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T12:18:17.200Z\",\n            \"confirmedAt\": \"2025-01-30T12:17:54.100Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T12:17:54.328Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000713\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"358\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": null,\n                    \"lastName\": \"Ba\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1992-11-03\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testba@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241126000000000035\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Doe checking\",\n                    \"accountNumber\": \"1455654\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1.44156,\n                \"fxSpotId\": \"6ed7bb4d-3606-434b-864d-276e49f5454f\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC001\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"c207f872-09f2-4c17-b620-0d2972026fc8\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T12:15:49.956Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T12:16:12.564Z\",\n            \"confirmedAt\": \"2025-01-30T12:15:50.195Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T12:15:50.461Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000712\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"John Smith checking\",\n                    \"accountNumber\": \"12345678\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"55c44bb1-6721-4440-b46a-03041e90e4f7\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"3c6365dd-8eaa-4535-b17f-c23625707f25\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T12:12:59.226Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T12:13:11.360Z\",\n            \"confirmedAt\": \"2025-01-30T12:12:59.466Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T12:12:59.732Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000711\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test usd ach ri\",\n                    \"accountNumber\": \"12345678\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"55c44bb1-6721-4440-b46a-03041e90e4f7\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC001\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"8756d9fe-31ec-4068-8665-9600ff132bd4\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T12:06:18.506Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T12:06:32.183Z\",\n            \"confirmedAt\": \"2025-01-30T12:06:18.724Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T12:06:18.979Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000710\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"UPI\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"59\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"835 florell drive\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sendertwo@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000017\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"575\",\n                \"person\": {\n                    \"firstName\": \"Xuan\",\n                    \"middleName\": \"Phat\",\n                    \"lastName\": \"Pham\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"2004-01-05\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"335 Bathurst Glen Drive\",\n                        \"postalCode\": \"L4J 9A3\",\n                        \"city\": \"Thornhill\",\n                        \"province\": \"AR\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"6476416500\",\n                        \"emailAddress\": \"phatpx32@wru.vntrycv\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20250128000000000047\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"accountNumber\": \"sample123@ybl\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"0f5443e7-ecef-423e-bfa5-924641288905\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"1e051e40-ebd6-4717-860b-abf9b25d3de1\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T04:18:29.016Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T04:18:41.458Z\",\n            \"confirmedAt\": \"2025-01-30T04:18:29.230Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T04:18:29.568Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000709\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"UPI\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"59\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"835 florell drive\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sendertwo@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000017\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"575\",\n                \"person\": {\n                    \"firstName\": \"Xuan\",\n                    \"middleName\": \"Phat\",\n                    \"lastName\": \"Pham\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"2004-01-05\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"335 Bathurst Glen Drive\",\n                        \"postalCode\": \"L4J 9A3\",\n                        \"city\": \"Thornhill\",\n                        \"province\": \"AR\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"6476416500\",\n                        \"emailAddress\": \"phatpx32@wru.vntrycv\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20250128000000000047\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"accountNumber\": \"sample123@ybl\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"0f5443e7-ecef-423e-bfa5-924641288905\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"b6c099a2-c571-4813-9c7b-808d76860452\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T04:13:58.480Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T04:14:12.566Z\",\n            \"confirmedAt\": \"2025-01-30T04:13:58.691Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T04:13:59.191Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000708\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"IMPS\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"570\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Receiver\",\n                    \"lastName\": \"Imps\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1992-01-01\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 6th Main Cross\",\n                        \"postalCode\": \"560076\",\n                        \"city\": \"Bangalore\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testreceiverimps@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"John Smith checking \",\n                    \"accountNumber\": \"123456789012\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"AXIS0009876\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"9898435f-cfad-4b28-8e3e-79a285ccc46c\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"b1e5d119-29d0-41fb-aea5-58190dbcf2c2\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T04:11:03.269Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T04:11:15.974Z\",\n            \"confirmedAt\": \"2025-01-30T04:11:03.603Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T04:11:04.111Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000707\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"IMPS\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"570\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Receiver\",\n                    \"lastName\": \"Imps\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1992-01-01\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 6th Main Cross\",\n                        \"postalCode\": \"560076\",\n                        \"city\": \"Bangalore\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testreceiverimps@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"accountNumber\": \"123456789012\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"9898435f-cfad-4b28-8e3e-79a285ccc46c\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"fb21b5c9-541d-46ac-9a8b-aaa803a53ce7\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T04:08:42.618Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T04:08:56.435Z\",\n            \"confirmedAt\": \"2025-01-30T04:08:42.921Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T04:08:43.445Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000706\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"IMPS\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {},\n            \"creditor\": {\n                \"reference\": \"570\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Receiver\",\n                    \"lastName\": \"Imps\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1992-01-01\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 6th Main Cross\",\n                        \"postalCode\": \"560076\",\n                        \"city\": \"Bangalore\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testreceiverimps@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"test \",\n                    \"accountNumber\": \"123456789012\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"AXIS0009876\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"9898435f-cfad-4b28-8e3e-79a285ccc46c\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"6765d5b8-fcff-4392-a967-f8d78039a924\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T03:59:17.587Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T03:59:30.333Z\",\n            \"confirmedAt\": \"2025-01-30T03:59:17.827Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T03:59:18.534Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000705\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"IMPS\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"570\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Receiver\",\n                    \"lastName\": \"Imps\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1992-01-01\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 6th Main Cross\",\n                        \"postalCode\": \"560076\",\n                        \"city\": \"Bangalore\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testreceiverimps@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"test \",\n                    \"accountNumber\": \"123456789012\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"AXIS0009876\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"09d0ad7b-f480-417c-b733-c65550a328ff\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC001\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"11414ed7-5a9f-4265-9363-b5a653e9504a\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T03:43:46.290Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T03:44:05.655Z\",\n            \"confirmedAt\": \"2025-01-30T03:43:46.634Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T03:43:47.040Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000704\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"IMPS\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"582\",\n                \"organization\": {\n                    \"legalName\": \"test inr wire br\",\n                    \"lineOfBusiness\": \"L100\",\n                    \"registrationNumber\": \"122\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 6th Main Cross\",\n                        \"postalCode\": \"560076\",\n                        \"city\": \"Bangalore\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testinrwirebr@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"1121\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"test inr wire br\",\n                    \"accountNumber\": \"1234321\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"PUNJAB AND SIND BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"SBIN0001234\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"9898435f-cfad-4b28-8e3e-79a285ccc46c\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"34385679-b472-43a8-b6aa-649d7ec4d688\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 68.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T03:19:34.659Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T03:19:48.575Z\",\n            \"confirmedAt\": \"2025-01-30T03:19:34.868Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T03:19:35.266Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250129000000000703\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"59\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"835 florell drive\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sendertwo@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000017\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test wire usd ri\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"430d4a59-5df1-4a73-8851-29ba0fd11b09\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"7db2db4c-7893-41e8-b322-b769e82c5ea6\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T17:54:03.341Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-29T17:54:15.963Z\",\n            \"confirmedAt\": \"2025-01-29T17:54:03.552Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T17:54:03.967Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250129000000000701\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 university avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"name\": \"buckzy test account\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test acc 5\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"30\",\n                \"account\": {\n                    \"name\": \"buckzy test acc 5 virtual\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 0.69272,\n                \"fxSpotId\": \"445babe2-e345-4d86-9f40-4536b6594c33\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"7bdf8afd-1717-4d0c-9f5a-e0f2f3c0213f\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.7,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.7,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T16:05:21.353Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-29T16:05:21.582Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T16:05:21.908Z\",\n            \"completedAt\": \"2025-01-29T16:05:24.255Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250129000000000701\",\n                \"transactionId\": \"d3cc0705-c059-45ec-9b01-f2aa35064c53\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20250129000000000699\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACC2\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"75\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"0f2b7310-c9fb-49fd-a699-e1874bbfe368\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"80929f9d-b44e-47bf-b8f3-2cd394fd3400\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T14:18:17.004Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-29T14:18:17.354Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T14:18:17.711Z\",\n            \"completedAt\": \"2025-01-29T14:18:20.561Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250129000000000699\",\n                \"transactionId\": \"12ccf10e-32bd-450c-a1ec-2ec0da389071\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20250129000000000697\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 university avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"11272d66-0871-4bf9-a781-fc88df37183c\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T14:02:54.063Z\",\n            \"createdBy\": \"APIService\",\n            \"confirmedAt\": \"2025-01-29T14:02:54.278Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2025-01-29T14:02:55.163Z\",\n            \"completedAt\": \"2025-01-29T14:02:56.235Z\",\n            \"direction\": \"Inbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250129000000000697\",\n                \"transactionId\": \"9d86f547-0212-461d-ac94-d0c24418f0a8\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            },\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtM8zRV3YH/f5qTRmFa2CZ8slz4lAEIvvdscOYePilb6qKLFbZ9aNFZaeaFlk49IPwQ==\"\n        },\n        {\n            \"instructionId\": \"20250129000000000697\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 university avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1.44683,\n                \"fxSpotId\": \"bb345a30-e88a-42b8-9bdd-6eb35871449b\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"9d86f547-0212-461d-ac94-d0c24418f0a8\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T14:02:51.517Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-29T14:02:51.732Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"executedAt\": \"2025-01-29T14:02:52.149Z\",\n            \"completedAt\": \"2025-01-29T14:02:54.072Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250129000000000697\",\n                \"transactionId\": \"11272d66-0871-4bf9-a781-fc88df37183c\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20250129000000000695\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"12\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123\",\n                        \"postalCode\": \"110019\",\n                        \"city\": \"MUMBAI\",\n                        \"province\": \"MH\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"12\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"Buckzy INR Master\",\n                    \"accountNumber\": \"12344567\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"INR\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"395b0b86-f6e3-461a-9f2d-d940f5570d3d\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"INR\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T13:56:45.987Z\",\n            \"createdBy\": \"APIService\",\n            \"confirmedAt\": \"2025-01-29T13:56:46.242Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"executedAt\": \"2025-01-29T13:56:46.869Z\",\n            \"completedAt\": \"2025-01-29T13:56:47.998Z\",\n            \"direction\": \"Inbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250129000000000695\",\n                \"transactionId\": \"b187184d-6d4a-4449-a630-95b6cacad424\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            },\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtIPrF2c591+jUEVHT2X73rQtKuZHbSK9ZBB9B4EGxzAA\"\n        },\n        {\n            \"instructionId\": \"20250129000000000695\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123\",\n                        \"postalCode\": \"110019\",\n                        \"city\": \"MUMBAI\",\n                        \"province\": \"MH\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"12\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"Buckzy INR Master\",\n                    \"accountNumber\": \"12344567\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"2dcaa384-4e35-4898-85a8-4691cc7deff9\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"b187184d-6d4a-4449-a630-95b6cacad424\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T13:56:43.029Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-29T13:56:43.367Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"executedAt\": \"2025-01-29T13:56:43.984Z\",\n            \"completedAt\": \"2025-01-29T13:56:46.138Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250129000000000695\",\n                \"transactionId\": \"395b0b86-f6e3-461a-9f2d-d940f5570d3d\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20250129000000000694\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test\",\n                    \"accountNumber\": \"888\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 0.96285,\n                \"fxSpotId\": \"809dae6f-da51-437a-8237-f5fe226bf974\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"5c3e243b-82e9-4a64-91fd-8d4f8ebf924c\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T13:52:41.927Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-29T13:52:56.360Z\",\n            \"confirmedAt\": \"2025-01-29T13:52:42.303Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T13:52:43.412Z\",\n            \"completedAt\": \"2025-01-29T13:54:18.760Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250129000000000692\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"cfdb514f-2e72-4690-8af6-e59428ce5272\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T13:48:46.011Z\",\n            \"createdBy\": \"APIService\",\n            \"confirmedAt\": \"2025-01-29T13:48:46.235Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2025-01-29T13:48:46.580Z\",\n            \"completedAt\": \"2025-01-29T13:48:47.501Z\",\n            \"direction\": \"Inbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250129000000000692\",\n                \"transactionId\": \"e4a3af0d-9a2f-4277-8e5a-22b0f50348d4\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            },\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtM8zRV3YH/f5qTRmFa2CZ8ufBeRYNe8WrbyODEkSlsWxYHOoq9UAHv3BdsC2Oebv7g==\"\n        },\n        {\n            \"instructionId\": \"20250129000000000692\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"e7332fa9-275f-438d-8367-b94e270b6da7\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"e4a3af0d-9a2f-4277-8e5a-22b0f50348d4\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T13:48:43.661Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-29T13:48:43.870Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"executedAt\": \"2025-01-29T13:48:44.040Z\",\n            \"completedAt\": \"2025-01-29T13:48:45.868Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250129000000000692\",\n                \"transactionId\": \"cfdb514f-2e72-4690-8af6-e59428ce5272\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20250129000000000691\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": null,\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": null,\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"test\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"account\": {}\n            },\n            \"debtorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"lineOfBusiness\": \"L104\",\n                    \"registrationNumber\": \"12345\",\n                    \"establishmentDate\": \"2024-09-10\",\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"University Avenue\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"buckzytestaccount@gmail.com\"\n                    },\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"50\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1000,\n                \"currencyCode\": null\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": null,\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": null,\n                \"toCountryCode\": null,\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"b02e0c39-16b1-4bf9-9f1e-c18886b3ded6\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"transferredAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"sendingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"convertingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"receivingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": null\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T13:46:23.982Z\",\n            \"createdBy\": \"SuperAdmin1@buckzy.net\",\n            \"complianceStatusUpdatedAt\": \"2025-01-29T13:47:09.490Z\",\n            \"confirmedAt\": \"2025-01-29T13:46:24.210Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"executedAt\": \"2025-01-29T13:46:24.607Z\",\n            \"completedAt\": \"2025-01-29T13:47:10.650Z\",\n            \"direction\": \"Inbound\",\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtIPrF2c591+jUEVHT2X73rRWnHAQX3BiWfewA1qnMoSe\"\n        },\n        {\n            \"instructionId\": \"20250129000000000690\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"IMPS\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"59\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"835 florell drive\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sendertwo@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000017\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"name\": \"buckzy test account\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"573\",\n                \"person\": {\n                    \"firstName\": \"Xuan\",\n                    \"middleName\": \"Phat\",\n                    \"lastName\": \"Pham\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"2002-11-07\",\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"335 Bathurst Glen Drive\",\n                        \"addressLine2\": \"298437\",\n                        \"addressLine3\": \"sủeyt\",\n                        \"postalCode\": \"L4J 9A3\",\n                        \"city\": \"Thornhill\",\n                        \"province\": \"DN\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"6476416599\",\n                        \"emailAddress\": \"phatpx32@wru.vntry\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20250128000000000046\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"PHAT\",\n                    \"accountNumber\": \"123\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"123\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 60.1462,\n                \"fxSpotId\": \"f69616c7-ae32-4aca-9648-d093a3542e6c\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"35480fef-d715-451b-acc4-6a22b3843ed7\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.25,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.02,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.25,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.02,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T05:26:17.547Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-29T05:26:30.157Z\",\n            \"confirmedAt\": \"2025-01-29T05:26:17.772Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T05:26:18.122Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250129000000000689\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"59\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"835 florell drive\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sendertwo@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000017\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"62\",\n                \"person\": {\n                    \"firstName\": \"Receiver \",\n                    \"middleName\": null,\n                    \"lastName\": \"Four\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiverfour@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000020\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"receiver four\",\n                    \"accountNumber\": \"111111\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"a7051911-57be-484a-bdfe-df98b9d4faff\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"f5405a33-b655-4087-95eb-a3a8b45697f4\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T05:24:09.991Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-29T05:24:22.212Z\",\n            \"confirmedAt\": \"2025-01-29T05:24:10.208Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T05:24:10.445Z\",\n            \"completedAt\": \"2025-01-29T13:27:02.418Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250129000000000688\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"59\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"835 florell drive\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sendertwo@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000017\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"75\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Eur one\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"10 Rue de Rivoli\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"province\": \"PA\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"123456789\",\n                        \"emailAddress\": \"receivereurone@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241012000000000031\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"Eur One Receiver Wire\",\n                    \"accountNumber\": \"1121\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.9579,\n                \"fxSpotId\": \"6a459a5e-cbe3-4fee-8fb6-978cbffe9426\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"5ffcd21d-5fed-49db-850c-6959f55c3995\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T05:18:58.365Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-29T05:19:17.719Z\",\n            \"confirmedAt\": \"2025-01-29T05:18:58.601Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T05:18:59.220Z\",\n            \"completedAt\": \"2025-01-29T13:34:02.399Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250129000000000687\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"SEPA\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"59\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"835 florell drive\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sendertwo@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000017\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"583\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Ir\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L002\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"8888888888\",\n                        \"emailAddress\": \"testeurir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"76\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test eur sepa ir\",\n                    \"accountNumber\": \"FR7630006000011234567890189\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.9579,\n                \"fxSpotId\": \"c0a0dba7-de90-44c4-ab3e-df9549c73551\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"ef72b9e5-4eaa-49ba-ae49-9b8bdcab3e81\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T05:16:55.572Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-29T05:17:07.789Z\",\n            \"confirmedAt\": \"2025-01-29T05:16:55.768Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T05:16:55.996Z\",\n            \"completedAt\": \"2025-01-29T13:31:04.139Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250129000000000686\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test usd ach ri\",\n                    \"accountNumber\": \"12345678\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"69bfce5a-54ca-46c9-b42f-a2a11677971b\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"10fab192-82ae-449b-8217-060028985031\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T05:15:34.189Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-29T05:15:46.381Z\",\n            \"confirmedAt\": \"2025-01-29T05:15:34.401Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T05:15:34.662Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250129000000000685\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"FedWire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test usd fedwire ri\",\n                    \"accountNumber\": \"123321\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"chase\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"c1d45cfc-fee3-41bb-8d3c-b7ea73022038\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"21bce4cc-1128-4c11-a892-79dc3168d18f\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T05:13:55.654Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-29T05:14:07.743Z\",\n            \"confirmedAt\": \"2025-01-29T05:13:55.873Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T05:13:56.107Z\",\n            \"completedAt\": \"2025-01-29T13:30:08.006Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250129000000000684\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"59\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"835 florell drive\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sendertwo@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000017\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test wire usd ri\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"eca31466-aed8-408c-9af4-3dd49c6df9c3\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"708ecf2e-1149-4dd1-bd50-f21f5f1ab38b\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T05:06:46.327Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-29T05:06:58.557Z\",\n            \"confirmedAt\": \"2025-01-29T05:06:46.553Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T05:06:46.786Z\",\n            \"completedAt\": \"2025-01-29T13:28:58.114Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250129000000000683\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"358\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": null,\n                    \"lastName\": \"Ba\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1992-11-03\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testba@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241126000000000035\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"testba\",\n                    \"accountNumber\": \"1455654\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1.4392,\n                \"fxSpotId\": \"4af01baa-323d-487a-bef5-c908b353b20b\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"4109b934-17d8-4cd9-be27-1ccae6a26eb6\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T05:04:09.871Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-29T05:04:23.840Z\",\n            \"confirmedAt\": \"2025-01-29T05:04:10.100Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T05:04:10.370Z\",\n            \"completedAt\": \"2025-01-29T13:32:39.643Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250129000000000682\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"IMPS\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"575\",\n                \"person\": {\n                    \"firstName\": \"Xuan\",\n                    \"middleName\": \"Phat\",\n                    \"lastName\": \"Pham\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"2004-01-05\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"335 Bathurst Glen Drive\",\n                        \"postalCode\": \"L4J 9A3\",\n                        \"city\": \"Thornhill\",\n                        \"province\": \"AR\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"6476416500\",\n                        \"emailAddress\": \"phatpx32@wru.vntrycv\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20250128000000000047\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"15\",\n                    \"name\": \"PHATTEST\",\n                    \"accountNumber\": \"1234\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"PUNJAB AND SIND BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"SBIN0001234\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"3d361e65-82c7-4937-bb71-4bbfded58989\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"2f70a09e-a6bb-4e97-b727-cb7b9dded89a\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T05:00:17.175Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-29T05:00:29.952Z\",\n            \"confirmedAt\": \"2025-01-29T05:00:17.414Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T05:00:17.651Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250129000000000681\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"UPI\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"582\",\n                \"organization\": {\n                    \"legalName\": \"test inr wire br\",\n                    \"lineOfBusiness\": \"L100\",\n                    \"registrationNumber\": \"122\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 6th Main Cross\",\n                        \"postalCode\": \"560076\",\n                        \"city\": \"Bangalore\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testinrwirebr@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"1121\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"accountNumber\": \"yourname@icici\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"8b2f58e0-97ba-46da-a2fa-ee7468348658\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC027\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"caf644c6-ba2b-4011-87a6-f3561eaef0cc\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T04:54:59.427Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-29T04:55:12.152Z\",\n            \"confirmedAt\": \"2025-01-29T04:54:59.676Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T04:54:59.965Z\",\n            \"completedAt\": \"2025-01-29T13:35:19.015Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250129000000000680\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"582\",\n                \"organization\": {\n                    \"legalName\": \"test inr wire br\",\n                    \"lineOfBusiness\": \"L100\",\n                    \"registrationNumber\": \"122\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 6th Main Cross\",\n                        \"postalCode\": \"560076\",\n                        \"city\": \"Bangalore\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testinrwirebr@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"1121\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test inr wire br\",\n                    \"accountNumber\": \"123456\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"0e0eaabd-493b-4597-8592-91a08f29c4b5\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC027\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R009\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"9fc7258c-001c-4f50-ac08-6b3b4ae72fb5\",\n            \"status\": {\n                \"status\": \"Rejected\",\n                \"reasonCode\": \"9231\",\n                \"reasonDescription\": \"Not subscribed for this country\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-29T04:46:26.715Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-29T04:46:56.741Z\",\n            \"confirmedAt\": \"2025-01-29T04:46:26.931Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-29T04:46:27.489Z\",\n            \"rejectedAt\": \"2025-01-29T04:46:57.772Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000679\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"SEPA\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"571\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Sender\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1989-12-01\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+33-9999999999\",\n                        \"emailAddress\": \"testeursendder@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"11\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"75\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Eur one\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"10 Rue de Rivoli\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"province\": \"PA\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"123456789\",\n                        \"emailAddress\": \"receivereurone@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241012000000000031\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"receivereurone\",\n                    \"accountNumber\": \"66647774\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.95902,\n                \"fxSpotId\": \"bbaf1c26-446e-432e-a0c0-d719ddbb7db3\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"b5bdf5e9-3380-42d1-9346-ade97b3d403c\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 12.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 11.51,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 12.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 11.51,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T22:38:40.219Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T22:39:14.491Z\",\n            \"confirmedAt\": \"2025-01-28T22:38:40.455Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-28T22:38:40.905Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000678\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"12\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"test\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"account\": {}\n            },\n            \"debtorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"lineOfBusiness\": \"L104\",\n                    \"registrationNumber\": \"12345\",\n                    \"establishmentDate\": \"2024-09-10\",\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"University Avenue\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"buckzytestaccount@gmail.com\"\n                    },\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"12\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"Buckzy INR Master\",\n                    \"accountNumber\": \"12344567\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1000,\n                \"currencyCode\": null\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": null,\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": null,\n                \"toCountryCode\": null,\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"c28312de-9672-4ea9-b228-899e43fc0e7e\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"transferredAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"sendingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"convertingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"receivingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": null\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T21:36:57.281Z\",\n            \"createdBy\": \"SuperAdmin1@buckzy.net\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T21:37:58.877Z\",\n            \"confirmedAt\": \"2025-01-28T21:36:57.495Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"executedAt\": \"2025-01-28T21:36:57.912Z\",\n            \"completedAt\": \"2025-01-28T21:37:59.858Z\",\n            \"direction\": \"Inbound\",\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtPzfDfAJggjjLm1VnwNpIa4hZS0hWiGn99w/WPvvGYEs\"\n        },\n        {\n            \"instructionId\": \"20250128000000000677\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"test\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"account\": {}\n            },\n            \"debtorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"lineOfBusiness\": \"L101\",\n                    \"registrationNumber\": \"1\",\n                    \"establishmentDate\": \"2016-02-04\",\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"buckzytestaccountchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 83,\n                \"currencyCode\": null\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": null,\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": null,\n                \"toCountryCode\": null,\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"11edadd7-747f-4893-8013-67ac86771e20\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 83,\n                \"currencyCode\": null\n            },\n            \"transferredAmount\": {\n                \"amount\": 83,\n                \"currencyCode\": null\n            },\n            \"sendingAmount\": {\n                \"amount\": 83,\n                \"currencyCode\": null\n            },\n            \"convertingAmount\": {\n                \"amount\": 83,\n                \"currencyCode\": null\n            },\n            \"receivingAmount\": {\n                \"amount\": 83,\n                \"currencyCode\": null\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": null\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T21:26:50.812Z\",\n            \"createdBy\": \"SuperAdmin1@buckzy.net\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T21:33:17.021Z\",\n            \"confirmedAt\": \"2025-01-28T21:26:51.039Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2025-01-28T21:26:51.510Z\",\n            \"completedAt\": \"2025-01-28T21:33:18.034Z\",\n            \"direction\": \"Inbound\",\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtK92E7d6SnPlzF4UVaqxMdO6ECC0rwtowhlEzJazdjaZ4q+CVglY0dgDjDUZ3BPIKg==\"\n        },\n        {\n            \"instructionId\": \"20250128000000000676\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"test\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"lineOfBusiness\": \"L101\",\n                    \"registrationNumber\": \"1\",\n                    \"establishmentDate\": \"2016-02-04\",\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"buckzytestaccountchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1000,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": null,\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"0f842389-67ab-4634-9444-e6ed04d18a25\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9010\",\n                \"reasonDescription\": \"Debtor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T21:25:25.681Z\",\n            \"createdBy\": \"SuperAdmin1@buckzy.net\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T21:25:57.294Z\",\n            \"confirmedAt\": \"2025-01-28T21:25:25.901Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2025-01-28T21:25:26.324Z\",\n            \"direction\": \"Inbound\",\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtK92E7d6SnPlzF4UVaqxMdO2PbsHGt+WlRF7vexBdUADUS3KfjiTEpgw5F9D2FT3zA==\"\n        },\n        {\n            \"instructionId\": \"20250128000000000675\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"test\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"account\": {}\n            },\n            \"debtorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"lineOfBusiness\": \"L101\",\n                    \"registrationNumber\": \"1\",\n                    \"establishmentDate\": \"2016-02-04\",\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"buckzytestaccountchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1000,\n                \"currencyCode\": null\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": null,\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": null,\n                \"toCountryCode\": null,\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"9468a13d-89c0-4a49-a99b-184fbb4a08b7\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"transferredAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"sendingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"convertingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"receivingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": null\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": null\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T21:19:54.022Z\",\n            \"createdBy\": \"SuperAdmin1@buckzy.net\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T21:35:29.291Z\",\n            \"confirmedAt\": \"2025-01-28T21:19:54.231Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2025-01-28T21:19:54.714Z\",\n            \"completedAt\": \"2025-01-28T21:35:30.350Z\",\n            \"direction\": \"Inbound\",\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtK92E7d6SnPlzF4UVaqxMdN9SU38sCB8xyQHhvTzPXyq16FMk0dNhR7/08ej9ZdaVA==\"\n        },\n        {\n            \"instructionId\": \"20250128000000000674\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"UPI\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"571\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Sender\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1989-12-01\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+33-9999999999\",\n                        \"emailAddress\": \"testeursendder@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"11\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"name\": \"buckzy test account\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"575\",\n                \"person\": {\n                    \"firstName\": \"Xuan\",\n                    \"middleName\": \"Phat\",\n                    \"lastName\": \"Pham\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"2004-01-05\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"335 Bathurst Glen Drive\",\n                        \"postalCode\": \"L4J 9A3\",\n                        \"city\": \"Thornhill\",\n                        \"province\": \"AR\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"6476416500\",\n                        \"emailAddress\": \"phatpx32@wru.vntrycv\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20250128000000000047\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"accountNumber\": \"phat@bank\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 12,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 60.1386,\n                \"fxSpotId\": \"e3d4f343-3c7d-4fa7-ac6f-8da7b6a48f5c\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"859ebbba-2e96-4855-b6fa-e8268d6964b3\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 12.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 721.67,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 12.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 721.67,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T21:13:04.573Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T21:13:38.172Z\",\n            \"confirmedAt\": \"2025-01-28T21:13:04.780Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-28T21:13:05.380Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000673\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"571\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Sender\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1989-12-01\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+33-9999999999\",\n                        \"emailAddress\": \"testeursendder@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"11\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"75\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Eur one\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"10 Rue de Rivoli\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"province\": \"PA\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"123456789\",\n                        \"emailAddress\": \"receivereurone@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241012000000000031\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"123\",\n                    \"accountNumber\": \"PPP\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"e7123041-3e81-4531-9894-0a1c4f50dfde\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"40c47e82-e052-4ce3-9977-6f276d6534db\",\n            \"status\": {\n                \"status\": \"AwaitingFund\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 12.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 12.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T20:43:12.075Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-28T20:43:12.323Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000672\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"571\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Sender\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1989-12-01\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+33-9999999999\",\n                        \"emailAddress\": \"testeursendder@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"11\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"75\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Eur one\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"10 Rue de Rivoli\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"province\": \"PA\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"123456789\",\n                        \"emailAddress\": \"receivereurone@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241012000000000031\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"123\",\n                    \"accountNumber\": \"PPP\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"c79c8fed-459c-4b7d-a692-d3c664b062e1\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"517bb352-5745-4f4c-9c35-f5b2818c5634\",\n            \"status\": {\n                \"status\": \"AwaitingFund\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 12.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 12.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T20:40:27.356Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-28T20:40:27.612Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000671\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"571\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Sender\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1989-12-01\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+33-9999999999\",\n                        \"emailAddress\": \"testeursendder@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"11\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"75\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Eur one\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"10 Rue de Rivoli\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"province\": \"PA\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"123456789\",\n                        \"emailAddress\": \"receivereurone@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241012000000000031\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"123\",\n                    \"accountNumber\": \"PPP\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"4a51e4e3-f2d3-4621-9c7f-b3e3fe894d24\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"dfadc12f-42e2-45cf-9fbf-b373f127fb48\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 12.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 12.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T20:36:28.861Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T20:37:01.688Z\",\n            \"confirmedAt\": \"2025-01-28T20:36:29.106Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-28T20:36:29.547Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000670\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"571\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Sender\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1989-12-01\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+33-9999999999\",\n                        \"emailAddress\": \"testeursendder@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"11\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"75\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Eur one\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"10 Rue de Rivoli\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"province\": \"PA\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"123456789\",\n                        \"emailAddress\": \"receivereurone@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241012000000000031\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"123\",\n                    \"accountNumber\": \"PPP\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"10e4e032-2f32-4ff2-9087-3a46cb7f0e30\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"e27138d6-1c3a-4011-94cf-b40d531011c4\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 12.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 12.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T20:36:02.317Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T20:36:36.206Z\",\n            \"confirmedAt\": \"2025-01-28T20:36:02.556Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-28T20:36:02.835Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000669\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"297\",\n                \"organization\": {\n                    \"legalName\": \"Lenin test\",\n                    \"lineOfBusiness\": \"L100\",\n                    \"registrationNumber\": \"123456\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"ad1\",\n                        \"addressLine2\": \"ad2\",\n                        \"postalCode\": \"l5c2h3\",\n                        \"city\": \"Halifax\",\n                        \"province\": \"NS\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"65656565677\",\n                        \"emailAddress\": \"fmseurfrancetest@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"25680\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"Accont name\",\n                    \"accountNumber\": \"12345678\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1.43953,\n                \"fxSpotId\": \"561c2eb3-6d05-49ae-b130-065471019fe1\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC027\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"eb937182-50cf-4b07-923c-445bbe6ed3fa\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T20:34:21.031Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T20:34:35.018Z\",\n            \"confirmedAt\": \"2025-01-28T20:34:21.377Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-28T20:34:21.981Z\",\n            \"completedAt\": \"2025-01-28T20:35:06.613Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000668\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"SEPA\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"75\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Eur one\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"10 Rue de Rivoli\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"province\": \"PA\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"123456789\",\n                        \"emailAddress\": \"receivereurone@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241012000000000031\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"receivereurone\",\n                    \"accountNumber\": \"66647774\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 10,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.95899,\n                \"fxSpotId\": \"429bcfa3-3fc3-48ea-8a76-2fa58f8ea5c2\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"7d79c4eb-9c04-4a0c-acb8-37cdcf20fdc0\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 10.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 9.59,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 10.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 10,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 9.59,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T17:57:51.136Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T17:58:05.262Z\",\n            \"confirmedAt\": \"2025-01-28T17:57:51.747Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-28T17:57:52.048Z\",\n            \"completedAt\": \"2025-01-28T20:21:42.910Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000667\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"NEFT\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"571\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Sender\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1989-12-01\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+33-9999999999\",\n                        \"emailAddress\": \"testeursendder@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"11\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"name\": \"buckzy test account\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"573\",\n                \"person\": {\n                    \"firstName\": \"Xuan\",\n                    \"middleName\": \"Phat\",\n                    \"lastName\": \"Pham\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"2002-11-07\",\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"335 Bathurst Glen Drive\",\n                        \"addressLine2\": \"298437\",\n                        \"addressLine3\": \"sủeyt\",\n                        \"postalCode\": \"L4J 9A3\",\n                        \"city\": \"Thornhill\",\n                        \"province\": \"DN\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"6476416599\",\n                        \"emailAddress\": \"phatpx32@wru.vntry\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20250128000000000046\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"123\",\n                    \"accountNumber\": \"1236\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"123\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 12,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 60.111,\n                \"fxSpotId\": \"bf14e489-fd22-4272-8dc5-12d5303a29a6\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"1ab6b8b6-cfe0-4424-b693-4b5a3b837aab\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 12.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 721.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 12.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 721.34,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T16:50:34.717Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T16:51:07.575Z\",\n            \"confirmedAt\": \"2025-01-28T16:50:35.045Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-28T16:50:35.432Z\",\n            \"completedAt\": \"2025-01-28T17:19:22.684Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000666\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"NEFT\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"571\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Sender\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1989-12-01\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+33-9999999999\",\n                        \"emailAddress\": \"testeursendder@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"11\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"name\": \"buckzy test account\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"573\",\n                \"person\": {\n                    \"firstName\": \"Xuan\",\n                    \"middleName\": \"Phat\",\n                    \"lastName\": \"Pham\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"2002-11-07\",\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"335 Bathurst Glen Drive\",\n                        \"addressLine2\": \"298437\",\n                        \"addressLine3\": \"sủeyt\",\n                        \"postalCode\": \"L4J 9A3\",\n                        \"city\": \"Thornhill\",\n                        \"province\": \"DN\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"6476416599\",\n                        \"emailAddress\": \"phatpx32@wru.vntry\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20250128000000000046\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"123\",\n                    \"accountNumber\": \"1236\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"123\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 12,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 60.1067,\n                \"fxSpotId\": \"f42477ae-2a4f-413e-a478-3870d904650a\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"157cb45c-ea3c-425b-a5f9-bad4dd5ee561\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 12.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 721.29,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 12.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 12,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 721.29,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T16:48:33.653Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T16:49:07.094Z\",\n            \"confirmedAt\": \"2025-01-28T16:48:33.878Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-28T16:48:34.415Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000665\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"359\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Addr\",\n                    \"lastName\": \"Ba3\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1992-02-01\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3650 flora\",\n                        \"addressLine2\": \"line two\",\n                        \"addressLine3\": \"line three\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testba3a@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241126000000000036\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"testba3\",\n                    \"accountNumber\": \"6765454\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"9057f45d-93af-4703-b777-ccccce8c00f4\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"236fbf2f-560c-4f56-8eb1-330e9146757c\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T04:53:18.039Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T04:53:41.046Z\",\n            \"confirmedAt\": \"2025-01-28T04:53:18.315Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-28T04:53:18.890Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000664\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"75\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Eur one\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"10 Rue de Rivoli\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"province\": \"PA\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"123456789\",\n                        \"emailAddress\": \"receivereurone@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241012000000000031\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"Eur One Receiver Wire\",\n                    \"accountNumber\": \"1121\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.95877,\n                \"fxSpotId\": \"11fb90ed-fd42-46c9-8240-0b369ba1ce5b\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"5b4d028c-c939-440a-a57b-7e420d184d70\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T04:49:07.660Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T04:49:22.039Z\",\n            \"confirmedAt\": \"2025-01-28T04:49:07.927Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-28T04:49:08.388Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000663\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"359\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Addr\",\n                    \"lastName\": \"Ba3\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1992-02-01\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3650 flora\",\n                        \"addressLine2\": \"line two\",\n                        \"addressLine3\": \"line three\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testba3a@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241126000000000036\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"Ba3 Test Addr ACH\",\n                    \"accountNumber\": \"11111\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"111111\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"f142f29a-3f37-4b04-bcb9-6fed5d896a4c\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"2408c78b-d218-4f9b-8602-05755a6bcc4e\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T04:09:49.276Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T04:10:01.816Z\",\n            \"confirmedAt\": \"2025-01-28T04:09:49.481Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-28T04:09:49.688Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000662\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"FedWire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"359\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Addr\",\n                    \"lastName\": \"Ba3\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1992-02-01\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3650 flora\",\n                        \"addressLine2\": \"line two\",\n                        \"addressLine3\": \"line three\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testba3a@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241126000000000036\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"Ba3 Test Addr Fedwire\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"chase\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"12345\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"b15a844b-9896-4ccf-810f-9b146d1325e0\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"c1735991-4114-487e-a4bb-8f65a414ad94\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T04:01:15.442Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T04:01:35.452Z\",\n            \"confirmedAt\": \"2025-01-28T04:01:15.673Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-28T04:01:16.142Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000661\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"570\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Receiver\",\n                    \"lastName\": \"Imps\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1992-01-01\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 6th Main Cross\",\n                        \"postalCode\": \"560076\",\n                        \"city\": \"Bangalore\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testreceiverimps@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"Test receiver Wire\",\n                    \"accountNumber\": \"123\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"2b85c67b-3021-4b1b-b46e-bbcdbf22cf24\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"38943feb-0ae7-4ad0-bb3b-627ca9b832b9\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T03:55:52.003Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T03:56:05.840Z\",\n            \"confirmedAt\": \"2025-01-28T03:55:52.318Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-28T03:55:52.804Z\",\n            \"completedAt\": \"2025-01-28T03:56:46.533Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250128000000000660\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"62\",\n                \"person\": {\n                    \"firstName\": \"Receiver \",\n                    \"middleName\": null,\n                    \"lastName\": \"Four\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiverfour@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000020\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"receiver four\",\n                    \"accountNumber\": \"111111\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"911e9209-698d-4994-abed-9a8a0591eb97\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R002\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"3cc3a9f9-de0c-4fbd-8109-86c6caff9804\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-28T02:55:01.319Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-28T02:55:15.553Z\",\n            \"confirmedAt\": \"2025-01-28T02:55:01.613Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-28T02:55:02.044Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250127000000000659\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"427\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": null,\n                    \"lastName\": \"Dob3\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"2018-02-17\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"i\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"i\",\n                        \"province\": \"AN\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+91-9999999999\",\n                        \"emailAddress\": \"testdd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241212000000000039\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"297\",\n                \"organization\": {\n                    \"legalName\": \"Lenin test\",\n                    \"lineOfBusiness\": \"L100\",\n                    \"registrationNumber\": \"123456\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"ad1\",\n                        \"addressLine2\": \"ad2\",\n                        \"postalCode\": \"l5c2h3\",\n                        \"city\": \"Halifax\",\n                        \"province\": \"NS\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"65656565677\",\n                        \"emailAddress\": \"fmseurfrancetest@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"25680\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"Accont name\",\n                    \"accountNumber\": \"12345678\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1.44016,\n                \"fxSpotId\": \"53d634f5-13e9-4e5b-ba33-cb8247b7f3ff\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC027\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"6f8a8af9-b010-4a32-a1f1-e63e749db6ec\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-27T23:54:04.598Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-27T23:54:38.149Z\",\n            \"confirmedAt\": \"2025-01-27T23:54:05.030Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-27T23:54:05.512Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250127000000000658\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"427\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": null,\n                    \"lastName\": \"Dob3\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"2018-02-17\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"i\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"i\",\n                        \"province\": \"AN\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+91-9999999999\",\n                        \"emailAddress\": \"testdd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241212000000000039\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"name\": \"buckzy test account\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"359\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Addr\",\n                    \"lastName\": \"Ba3\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2017-02-01\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3650 flora\",\n                        \"addressLine2\": \"line two\",\n                        \"addressLine3\": \"line three\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"7676767676\",\n                        \"emailAddress\": \"testba3a@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241126000000000036\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"testba3\",\n                    \"accountNumber\": \"6765454\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 0.69448,\n                \"fxSpotId\": \"131b0323-ae05-4bf4-bef6-2fc1347e4f4b\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"26e79f6e-fa61-4fb0-8ae9-ffa5ea35a0a3\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.7,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.7,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-27T18:01:42.307Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-27T18:02:15.745Z\",\n            \"confirmedAt\": \"2025-01-27T18:01:42.556Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-27T18:01:42.979Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250113000000000632\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"name\": \"buckzy test account\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"293\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": null,\n                    \"lastName\": \"Test\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2021-02-02\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"test123test@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241125000000000034\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test\",\n                    \"accountNumber\": \"12323432\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"hdfc\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"1232343255\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"eddd1caf-4be1-49e1-81d6-c7308fe97c57\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"279a769e-c081-48e1-a321-2a31e6ee6e59\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.15,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-13T00:48:03.603Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-13T00:48:30.934Z\",\n            \"confirmedAt\": \"2025-01-13T00:48:04.154Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-13T00:48:05.602Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250110000000000631\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 2.25,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"c73a2fb4-9446-40f7-a252-d21f6506d08e\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"687752a4-6c02-42d2-a26c-8df820d3f3b0\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 2.25,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2.25,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 2.25,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 2.25,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2.25,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-10T14:36:07.255Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-10T14:36:19.542Z\",\n            \"confirmedAt\": \"2025-01-10T14:36:07.611Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2025-01-10T14:36:07.880Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250103000000000605\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"FedWire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"ae67c671-ecf5-4f44-beee-670acbe55343\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"bc326aa4-f982-4561-a6b3-9d8514803729\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-03T10:37:35.098Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-03T10:37:49.028Z\",\n            \"confirmedAt\": \"2025-01-03T10:37:35.336Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2025-01-03T10:37:35.623Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241230000000000577\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.34,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"960590ce-6b25-4a3b-98a4-6a72460d665c\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"4b6f8ea1-5ee1-4724-91f5-5ca232bf1b3d\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.34,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.34,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.34,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.34,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.34,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-30T18:34:27.829Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-30T18:34:40.124Z\",\n            \"confirmedAt\": \"2024-12-30T18:34:28.068Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-30T18:34:28.288Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241217000000000541\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.21,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"811ef097-4b4e-4c13-824f-6973de2e5745\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"681d2117-f49c-4570-9098-acdc30015da5\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-17T19:34:18.565Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-17T19:34:30.689Z\",\n            \"confirmedAt\": \"2024-12-17T19:34:18.816Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-17T19:34:19.084Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241217000000000540\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.21,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"811ef097-4b4e-4c13-824f-6973de2e5745\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"4ba6da09-43b1-4ee3-a14c-c9b9e86fa38b\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-17T19:32:53.597Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-17T19:33:06.166Z\",\n            \"confirmedAt\": \"2024-12-17T19:32:53.864Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-17T19:32:54.207Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241217000000000539\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"FedWire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.31,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"811ef097-4b4e-4c13-824f-6973de2e5745\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"f600e203-1689-465b-9908-a9f6c6ab8958\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-17T19:31:15.096Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-17T19:31:27.324Z\",\n            \"confirmedAt\": \"2024-12-17T19:31:15.307Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-17T19:31:15.614Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241217000000000538\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.51,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"0f6ae013-fca2-4113-9a17-916ad74156bc\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"a8866392-8a5c-492d-83d8-cb148357f6a8\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-17T19:28:22.429Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-17T19:28:34.525Z\",\n            \"confirmedAt\": \"2024-12-17T19:28:22.642Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-17T19:28:22.935Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241217000000000537\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"811ef097-4b4e-4c13-824f-6973de2e5745\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"73d2890f-9803-4b0d-977d-aeae806fd637\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.54,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-17T19:27:17.317Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-17T19:27:39.591Z\",\n            \"confirmedAt\": \"2024-12-17T19:27:17.708Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-17T19:27:18.448Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241210000000000517\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 9.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"b22fcee6-9ef1-4f5c-a483-42950645a633\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"41bbd3ce-27b2-4992-b468-fbdaaf3892bb\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-10T17:02:41.867Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-10T17:02:53.832Z\",\n            \"confirmedAt\": \"2024-12-10T17:02:42.070Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-10T17:02:42.292Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241210000000000516\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 2.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"b22fcee6-9ef1-4f5c-a483-42950645a633\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"0d071226-73ea-4968-89e8-eaaf9f9d9f83\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-10T16:56:44.650Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-10T16:56:56.664Z\",\n            \"confirmedAt\": \"2024-12-10T16:56:44.858Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-10T16:56:45.088Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241210000000000512\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 2.9,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"5accdcb4-5206-4d10-b327-ff3f8b571d4a\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"3e23dfe2-7800-4a29-b7f4-99b2c01a267d\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 3.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 3.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 3.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 3.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 3.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-10T13:27:56.147Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-10T13:28:08.106Z\",\n            \"confirmedAt\": \"2024-12-10T13:27:56.351Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-10T13:27:56.571Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241210000000000511\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 3.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"5accdcb4-5206-4d10-b327-ff3f8b571d4a\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"c3eb08bd-255f-42ef-bb00-abc7acd603dd\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 3.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 3.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 3.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 3.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 3.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-10T13:07:51.033Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-10T13:08:03.840Z\",\n            \"confirmedAt\": \"2024-12-10T13:07:51.341Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-10T13:07:51.648Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000508\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.31,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"0f6ae013-fca2-4113-9a17-916ad74156bc\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"1d966a03-f6da-4529-8554-27e9b76a468a\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T20:21:46.919Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T20:21:59.042Z\",\n            \"confirmedAt\": \"2024-12-09T20:21:47.231Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T20:21:47.545Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000507\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 2.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"b22fcee6-9ef1-4f5c-a483-42950645a633\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"5f644ad1-a111-47f1-becd-1e8715ec84c5\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T20:21:14.005Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T20:21:26.592Z\",\n            \"confirmedAt\": \"2024-12-09T20:21:14.336Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T20:21:14.825Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000506\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.31,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"0f6ae013-fca2-4113-9a17-916ad74156bc\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"44bc1c79-4f79-403e-9c16-827b33052f3b\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T20:03:57.167Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T20:04:09.054Z\",\n            \"confirmedAt\": \"2024-12-09T20:03:57.392Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T20:03:57.739Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000505\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"b22fcee6-9ef1-4f5c-a483-42950645a633\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"ad48a8d9-67d2-4417-a5de-f3b0151faa99\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T20:03:44.524Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T20:03:56.687Z\",\n            \"confirmedAt\": \"2024-12-09T20:03:44.780Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T20:03:45.100Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000504\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.3,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"0f6ae013-fca2-4113-9a17-916ad74156bc\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"b687919a-3ea5-4a3b-ab30-3c40eb877415\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T19:19:07.110Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T19:19:18.994Z\",\n            \"confirmedAt\": \"2024-12-09T19:19:07.313Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T19:19:07.525Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000503\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"0f6ae013-fca2-4113-9a17-916ad74156bc\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"912f3b3f-d7c6-41ab-8188-feba6fe3841d\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T19:16:45.994Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T19:16:57.924Z\",\n            \"confirmedAt\": \"2024-12-09T19:16:46.223Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T19:16:46.431Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000502\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 2.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"0f6ae013-fca2-4113-9a17-916ad74156bc\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"90538a86-ecb1-45dd-a36f-dca6fbf43d7c\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T19:07:47.995Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T19:08:00.024Z\",\n            \"confirmedAt\": \"2024-12-09T19:07:48.222Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T19:07:48.415Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000501\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"0f6ae013-fca2-4113-9a17-916ad74156bc\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"8e0353bc-6941-41b8-aa4a-584ccc4b9d90\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 4.62,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T19:06:06.572Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T19:06:18.404Z\",\n            \"confirmedAt\": \"2024-12-09T19:06:06.772Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T19:06:06.993Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000500\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"California\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 2.8,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"f3ae9db1-c9ea-4b35-a865-96e9066779e0\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"e0585d77-79d9-4732-8e76-38b19ef191b9\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T19:04:03.304Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T19:04:15.076Z\",\n            \"confirmedAt\": \"2024-12-09T19:04:03.506Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T19:04:03.670Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000499\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 5.8,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"f3ae9db1-c9ea-4b35-a865-96e9066779e0\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"fb539ada-6f1c-4071-9a89-a11f9dfb5d86\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T19:00:01.157Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T19:00:13.006Z\",\n            \"confirmedAt\": \"2024-12-09T19:00:01.383Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T19:00:01.585Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000498\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 5.8,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"f3ae9db1-c9ea-4b35-a865-96e9066779e0\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"4a7fd29e-75fb-4be2-a783-c3644041c2a1\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T18:58:05.849Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T18:58:17.856Z\",\n            \"confirmedAt\": \"2024-12-09T18:58:06.076Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T18:58:06.306Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000497\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 3.6,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"f3ae9db1-c9ea-4b35-a865-96e9066779e0\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"66dbd628-dc13-4ed5-8d41-77602820b4d7\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T18:47:49.409Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T18:48:01.359Z\",\n            \"confirmedAt\": \"2024-12-09T18:47:49.635Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T18:47:49.849Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000496\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 2.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"f3ae9db1-c9ea-4b35-a865-96e9066779e0\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"839d5b8c-a464-4479-9c5f-94608b27a4af\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T18:41:04.042Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T18:41:15.948Z\",\n            \"confirmedAt\": \"2024-12-09T18:41:04.254Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T18:41:04.459Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000495\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"f3ae9db1-c9ea-4b35-a865-96e9066779e0\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"261a2884-3d71-48bb-97fb-fc59e7e9df2b\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T18:16:55.643Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T18:17:07.697Z\",\n            \"confirmedAt\": \"2024-12-09T18:16:55.876Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T18:16:56.121Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000494\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"f3ae9db1-c9ea-4b35-a865-96e9066779e0\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"3d484383-ad35-4196-a656-aeb766ead894\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 4.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T18:06:44.395Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T18:06:56.311Z\",\n            \"confirmedAt\": \"2024-12-09T18:06:44.612Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T18:06:44.808Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000493\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 3.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"b22fcee6-9ef1-4f5c-a483-42950645a633\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"81b71b7f-4062-4c4d-974d-d41891bb7f88\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T18:00:55.868Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T18:01:08.128Z\",\n            \"confirmedAt\": \"2024-12-09T18:00:56.109Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T18:00:56.415Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000492\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 3.5,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"b22fcee6-9ef1-4f5c-a483-42950645a633\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"4f4f4f0b-1e9b-430f-8bd6-19d2cdf86cf0\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T17:21:38.084Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T17:21:50.023Z\",\n            \"confirmedAt\": \"2024-12-09T17:21:38.303Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T17:21:38.548Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000491\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"b22fcee6-9ef1-4f5c-a483-42950645a633\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"9622d935-c0c1-4239-af47-912cff123bc9\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T17:08:29.121Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T17:08:40.961Z\",\n            \"confirmedAt\": \"2024-12-09T17:08:29.346Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T17:08:29.544Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000490\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"b22fcee6-9ef1-4f5c-a483-42950645a633\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"bec77cc8-154a-44b9-9cef-6c2baa2590db\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T17:05:25.238Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T17:05:37.386Z\",\n            \"confirmedAt\": \"2024-12-09T17:05:25.501Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T17:05:25.764Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241209000000000486\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.35,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"2dd4143c-f7e7-4abd-a235-74b68faf2b01\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC008\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"60ecc7dc-0381-43b3-a6ba-88b0de4fe143\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.35,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.35,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.35,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.35,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.35,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-09T11:35:24.614Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-09T11:35:38.333Z\",\n            \"confirmedAt\": \"2024-12-09T11:35:24.874Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-09T11:35:25.107Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241207000000000485\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.43,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"4a0343ac-f862-4b29-9b15-d0936a705443\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"62999339-3023-4fc7-8f5b-acaae405edf3\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.43,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.43,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.43,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.43,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.43,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-07T16:04:56.565Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-07T16:05:08.880Z\",\n            \"confirmedAt\": \"2024-12-07T16:04:56.906Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-07T16:04:57.205Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241207000000000484\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"3304236682\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"121140399\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"04025e31-4654-4301-b7cf-4ff29bfcafe4\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"dcf8e58e-f5c5-4fb7-8eda-b841b7551a7c\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-07T15:51:24.075Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-07T15:51:37.807Z\",\n            \"confirmedAt\": \"2024-12-07T15:51:24.294Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-07T15:51:24.600Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241207000000000483\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"11116\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"111167\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.6,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"57ce14bf-269d-4061-87e6-68a70b5f4c96\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"0f575dfc-fb8e-42de-8f73-13ac6ad641db\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.6,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.6,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.6,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.6,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.6,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-07T15:39:22.313Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-07T15:39:35.755Z\",\n            \"confirmedAt\": \"2024-12-07T15:39:22.537Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-07T15:39:22.752Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241207000000000482\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"11116\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"111167\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"86c32728-4d1d-4e80-ae4c-6a43a74439d2\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC020\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"f3b9172f-4b22-4055-9bc7-0751f5721b08\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.4,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-07T14:28:43.266Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-07T14:28:56.992Z\",\n            \"confirmedAt\": \"2024-12-07T14:28:43.493Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-07T14:28:43.825Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241206000000000481\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"11116\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"111167\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"08442b04-cf96-410b-9053-a60cd299b19d\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC020\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"563730dc-3aa6-416a-b686-8842a5d788bd\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-06T20:13:48.127Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-06T20:14:00.223Z\",\n            \"confirmedAt\": \"2024-12-06T20:13:48.356Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-06T20:13:48.619Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241206000000000480\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"11116\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"111167\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 2.15,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"912a1c98-eb08-4cea-b41d-d1171d51dde9\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"605ad4cd-5462-4785-b0e8-d8449c27b09f\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 2.15,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2.15,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 2.15,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 2.15,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2.15,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-06T19:28:52.720Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-06T19:29:04.941Z\",\n            \"confirmedAt\": \"2024-12-06T19:28:52.970Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-06T19:28:53.233Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241206000000000479\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"11116\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"111167\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.85,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"0788de64-f0bd-4690-8b90-2cd358bc0962\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"f5ec5f01-8954-4e3e-ac94-0333b9ec32d1\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.85,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.85,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.85,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.85,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.85,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-06T19:03:17.357Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-06T19:03:29.400Z\",\n            \"confirmedAt\": \"2024-12-06T19:03:17.566Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-06T19:03:17.797Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241206000000000478\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": null,\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": null,\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": null,\n                    \"lastName\": \"User US\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": null,\n                    \"postalAddress\": {\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"account\": {}\n            },\n            \"debtorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"lineOfBusiness\": \"L101\",\n                    \"registrationNumber\": \"1\",\n                    \"establishmentDate\": \"2016-02-04\",\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"buckzytestaccountchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"97\",\n                \"account\": {\n                    \"name\": \"BUCKZY_MASTER BMOUSD\",\n                    \"accountNumber\": \"0123445556\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 100,\n                \"currencyCode\": null\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": null,\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": null,\n                \"toCountryCode\": null,\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"3701459d-69fd-44df-beaf-75bb2676886d\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 100,\n                \"currencyCode\": null\n            },\n            \"transferredAmount\": {\n                \"amount\": 100,\n                \"currencyCode\": null\n            },\n            \"sendingAmount\": {\n                \"amount\": 100,\n                \"currencyCode\": null\n            },\n            \"convertingAmount\": {\n                \"amount\": 100,\n                \"currencyCode\": null\n            },\n            \"receivingAmount\": {\n                \"amount\": 100,\n                \"currencyCode\": null\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": null\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-06T18:52:17.538Z\",\n            \"createdBy\": \"SuperAdmin1@buckzy.net\",\n            \"complianceStatusUpdatedAt\": \"2024-12-06T18:52:50.588Z\",\n            \"confirmedAt\": \"2024-12-06T18:52:17.798Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2024-12-06T18:52:18.224Z\",\n            \"completedAt\": \"2024-12-06T18:52:51.738Z\",\n            \"direction\": \"Inbound\",\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtNdiB50/AODc8NcQVJshiwvikMcKf4TRc3M/sexi4Rn79A2zRO90aMQZVWnpLuVbMA==\"\n        },\n        {\n            \"instructionId\": \"20241203000000000456\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"209\",\n                \"person\": {\n                    \"firstName\": \"Cib\",\n                    \"middleName\": \"Ae\",\n                    \"lastName\": \"Test\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"AE\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"CIB Test \",\n                        \"addressLine2\": \"Address\",\n                        \"postalCode\": \"3232\",\n                        \"city\": \"Dubai\",\n                        \"province\": \"Dubai\",\n                        \"country\": \"AE\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                },\n                \"externalReference\": \"676556\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"CIB Test User\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"AED\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"HDFC Bank\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"AE\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 6100,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"AED\",\n                \"toCountryCode\": \"AE\",\n                \"exchangeRate\": 2.62,\n                \"fxSpotId\": \"436c440d-c72e-42f7-8563-fb02951cc83a\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC012\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"2643c8b3-98f3-4ba6-a9f9-fbaaa4c1b413\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 6100,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 15982,\n                \"currencyCode\": \"AED\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 6100,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 6100,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 15982,\n                \"currencyCode\": \"AED\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-03T17:04:29.713Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-03T17:04:41.659Z\",\n            \"confirmedAt\": \"2024-12-03T17:04:29.936Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-03T17:04:30.157Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241203000000000455\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"209\",\n                \"person\": {\n                    \"firstName\": \"Cib\",\n                    \"middleName\": \"Ae\",\n                    \"lastName\": \"Test\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"AE\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"CIB Test \",\n                        \"addressLine2\": \"Address\",\n                        \"postalCode\": \"3232\",\n                        \"city\": \"Dubai\",\n                        \"province\": \"Dubai\",\n                        \"country\": \"AE\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                },\n                \"externalReference\": \"676556\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"CIB Test User\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"AED\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"HDFC Bank\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"AE\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.35,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"AED\",\n                \"toCountryCode\": \"AE\",\n                \"exchangeRate\": 2.62,\n                \"fxSpotId\": \"0805f6ae-28f6-4c7f-962d-d080f0ac65fe\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"e56dcbc6-ddc8-472a-b4f7-b19f022c08f9\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.35,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 3.54,\n                \"currencyCode\": \"AED\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.35,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.35,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 3.54,\n                \"currencyCode\": \"AED\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-03T16:55:29.910Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-03T16:55:48.525Z\",\n            \"confirmedAt\": \"2024-12-03T16:55:30.142Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-03T16:55:30.374Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241203000000000448\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"209\",\n                \"person\": {\n                    \"firstName\": \"Cib\",\n                    \"middleName\": \"Ae\",\n                    \"lastName\": \"Test\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"AE\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"CIB Test \",\n                        \"addressLine2\": \"Address\",\n                        \"postalCode\": \"3232\",\n                        \"city\": \"Dubai\",\n                        \"province\": \"Dubai\",\n                        \"country\": \"AE\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                },\n                \"externalReference\": \"676556\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"CIB Test User\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"AED\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"HDFC Bank\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"AE\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"AED\",\n                \"toCountryCode\": \"AE\",\n                \"exchangeRate\": 2.62,\n                \"fxSpotId\": \"ff7fc479-039e-4268-b18d-af5a36eef891\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"97ae7a2c-5ac3-44ad-a345-a4f3f873f1d2\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 3.93,\n                \"currencyCode\": \"AED\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 3.93,\n                \"currencyCode\": \"AED\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-03T06:31:30.621Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-03T06:31:44.161Z\",\n            \"confirmedAt\": \"2024-12-03T06:31:30.838Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-03T06:31:31.100Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241203000000000447\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"209\",\n                \"person\": {\n                    \"firstName\": \"Cib\",\n                    \"middleName\": \"Ae\",\n                    \"lastName\": \"Test\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"AE\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"CIB Test \",\n                        \"addressLine2\": \"Address\",\n                        \"postalCode\": \"3232\",\n                        \"city\": \"Dubai\",\n                        \"province\": \"Dubai\",\n                        \"country\": \"AE\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                },\n                \"externalReference\": \"676556\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"CIB Test User\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"AED\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"HDFC Bank\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"AE\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 6500,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"AED\",\n                \"toCountryCode\": \"AE\",\n                \"exchangeRate\": 2.62,\n                \"fxSpotId\": \"a3a7795b-d650-4aa9-af3d-64070a4e4bb4\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"4312ced8-054e-4eea-9f24-e4ce78c4a2fb\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 6500,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 17030,\n                \"currencyCode\": \"AED\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 6500,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 6500,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 17030,\n                \"currencyCode\": \"AED\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-03T06:11:44.385Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-12-03T06:11:59.540Z\",\n            \"confirmedAt\": \"2024-12-03T06:11:44.593Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-12-03T06:11:44.773Z\",\n            \"completedAt\": \"2024-12-03T06:22:38.360Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241202000000000446\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": null,\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": null,\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": null,\n                    \"lastName\": \"User\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": null,\n                    \"postalAddress\": {\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"account\": {}\n            },\n            \"debtorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"lineOfBusiness\": \"L101\",\n                    \"registrationNumber\": \"1\",\n                    \"establishmentDate\": \"2016-02-04\",\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"buckzytestaccountchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"56\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 100000,\n                \"currencyCode\": null\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": null,\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": null,\n                \"toCountryCode\": null,\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"2f26c097-1710-4385-bbf2-45c5b33bc642\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 100000,\n                \"currencyCode\": null\n            },\n            \"transferredAmount\": {\n                \"amount\": 100000,\n                \"currencyCode\": null\n            },\n            \"sendingAmount\": {\n                \"amount\": 100000,\n                \"currencyCode\": null\n            },\n            \"convertingAmount\": {\n                \"amount\": 100000,\n                \"currencyCode\": null\n            },\n            \"receivingAmount\": {\n                \"amount\": 100000,\n                \"currencyCode\": null\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": null\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-12-02T18:40:36.199Z\",\n            \"createdBy\": \"SuperAdmin1@buckzy.net\",\n            \"complianceStatusUpdatedAt\": \"2024-12-02T18:41:07.419Z\",\n            \"confirmedAt\": \"2024-12-02T18:40:36.450Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2024-12-02T18:40:36.662Z\",\n            \"completedAt\": \"2024-12-02T18:41:08.376Z\",\n            \"direction\": \"Inbound\",\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtJA9XgCIaShPSH0ctohbE+5wX7lJrWg5FUatTP2/RshHlHqENHc9IoH9bjMsfzra6g==\"\n        },\n        {\n            \"instructionId\": \"20241119000000000290\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"209\",\n                \"person\": {\n                    \"firstName\": \"Cib\",\n                    \"middleName\": \"Ae\",\n                    \"lastName\": \"Test\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"AE\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"CIB Test \",\n                        \"addressLine2\": \"Address\",\n                        \"postalCode\": \"3232\",\n                        \"city\": \"Dubai\",\n                        \"province\": \"Dubai\",\n                        \"country\": \"AE\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                },\n                \"externalReference\": \"676556\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"CIB Test User\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"AED\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"HDFC Bank\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"AE\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.25,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"AED\",\n                \"toCountryCode\": \"AE\",\n                \"exchangeRate\": 2.62,\n                \"fxSpotId\": \"8f156dde-6ea1-46ad-b7e7-80e981fc9869\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"11ad2820-2abf-4f59-bdfc-fc36526a0b1e\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.25,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 3.28,\n                \"currencyCode\": \"AED\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.25,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.25,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 3.28,\n                \"currencyCode\": \"AED\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-11-19T15:52:10.961Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-11-19T15:52:23.539Z\",\n            \"confirmedAt\": \"2024-11-19T15:52:11.151Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-11-19T15:52:11.505Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241119000000000289\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"209\",\n                \"person\": {\n                    \"firstName\": \"Cib\",\n                    \"middleName\": \"Ae\",\n                    \"lastName\": \"Test\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"AE\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"CIB Test \",\n                        \"addressLine2\": \"Address\",\n                        \"postalCode\": \"3232\",\n                        \"city\": \"Dubai\",\n                        \"province\": \"Dubai\",\n                        \"country\": \"AE\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                },\n                \"externalReference\": \"676556\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"CIB Test User\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"AED\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"HDFC Bank\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"AE\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.3,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"AED\",\n                \"toCountryCode\": \"AE\",\n                \"exchangeRate\": 2.62,\n                \"fxSpotId\": \"a3a3a772-a5e0-457f-a26d-4679a67fae8b\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"4fd45c28-d6c3-4393-bb6e-299fdb39664a\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.3,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 3.41,\n                \"currencyCode\": \"AED\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.3,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.3,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 3.41,\n                \"currencyCode\": \"AED\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-11-19T15:38:52.059Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-11-19T15:39:04.511Z\",\n            \"confirmedAt\": \"2024-11-19T15:38:52.260Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-11-19T15:38:52.492Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241119000000000288\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"209\",\n                \"person\": {\n                    \"firstName\": \"Cib\",\n                    \"middleName\": \"Ae\",\n                    \"lastName\": \"Test\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"AE\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"CIB Test \",\n                        \"addressLine2\": \"Address\",\n                        \"postalCode\": \"3232\",\n                        \"city\": \"Dubai\",\n                        \"province\": \"Dubai\",\n                        \"country\": \"AE\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                },\n                \"externalReference\": \"676556\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"CIB Test User\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"AED\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"HDFC Bank\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"AE\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"AED\",\n                \"toCountryCode\": \"AE\",\n                \"exchangeRate\": 2.62,\n                \"fxSpotId\": \"b60fe6e5-0ec0-4f6a-ae4b-3e5e9f71b85f\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"0aff839f-a3e6-41b5-aa6e-26cc64a21da2\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2.89,\n                \"currencyCode\": \"AED\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2.89,\n                \"currencyCode\": \"AED\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-11-19T15:19:56.753Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-11-19T15:20:09.675Z\",\n            \"confirmedAt\": \"2024-11-19T15:19:56.949Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-11-19T15:19:57.293Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241119000000000278\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"209\",\n                \"person\": {\n                    \"firstName\": \"Cib\",\n                    \"middleName\": \"Ae\",\n                    \"lastName\": \"Test\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"AE\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"CIB Test \",\n                        \"addressLine2\": \"Address\",\n                        \"postalCode\": \"3232\",\n                        \"city\": \"Dubai\",\n                        \"province\": \"Dubai\",\n                        \"country\": \"AE\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                },\n                \"externalReference\": \"676556\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"CIB Test User\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"AED\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"HDFC Bank\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"AE\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"AED\",\n                \"toCountryCode\": \"AE\",\n                \"exchangeRate\": 2.62,\n                \"fxSpotId\": \"0376f4e3-9fd0-4e13-9b0a-cc14cfa24635\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"332adb0e-efc1-4169-92eb-8d8a41a59df7\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2.89,\n                \"currencyCode\": \"AED\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2.89,\n                \"currencyCode\": \"AED\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-11-19T04:59:31.025Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-11-19T04:59:43.422Z\",\n            \"confirmedAt\": \"2024-11-19T04:59:31.218Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-11-19T04:59:31.518Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241118000000000273\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"209\",\n                \"person\": {\n                    \"firstName\": \"Cib\",\n                    \"middleName\": \"Ae\",\n                    \"lastName\": \"Test\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"AE\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"CIB Test \",\n                        \"addressLine2\": \"Address\",\n                        \"postalCode\": \"3232\",\n                        \"city\": \"Dubai\",\n                        \"province\": \"Dubai\",\n                        \"country\": \"AE\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                },\n                \"externalReference\": \"676556\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"CIB Test User\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"AED\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"HDFC Bank\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"AE\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"AED\",\n                \"toCountryCode\": \"AE\",\n                \"exchangeRate\": 2.62,\n                \"fxSpotId\": \"05b6f5e6-0768-4794-8e42-01d2460c5b35\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"e69267b5-e2bb-4ad3-88a2-e10e93bacc08\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2.62,\n                \"currencyCode\": \"AED\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2.62,\n                \"currencyCode\": \"AED\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-11-18T20:00:25.943Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-11-18T20:00:38.310Z\",\n            \"confirmedAt\": \"2024-11-18T20:00:26.129Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-11-18T20:00:26.379Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241118000000000272\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"209\",\n                \"person\": {\n                    \"firstName\": \"Cib\",\n                    \"middleName\": \"Ae\",\n                    \"lastName\": \"Test\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"AE\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"CIB Test \",\n                        \"addressLine2\": \"Address\",\n                        \"postalCode\": \"3232\",\n                        \"city\": \"Dubai\",\n                        \"province\": \"Dubai\",\n                        \"country\": \"AE\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                },\n                \"externalReference\": \"676556\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"CIB Test User\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"AED\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"HDFC Bank\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"AE\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"AED\",\n                \"toCountryCode\": \"AE\",\n                \"exchangeRate\": 2.62,\n                \"fxSpotId\": \"62ed0738-d048-465c-99d7-1ad1f6e0210c\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"0e686430-6e3a-4e25-ba9a-f1b3a420988e\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2.62,\n                \"currencyCode\": \"AED\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2.62,\n                \"currencyCode\": \"AED\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-11-18T19:24:55.835Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-11-18T19:25:08.630Z\",\n            \"confirmedAt\": \"2024-11-18T19:24:56.095Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-11-18T19:24:56.538Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241116000000000271\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"208\",\n                \"person\": {\n                    \"firstName\": \"Cib\",\n                    \"middleName\": \"Test\",\n                    \"lastName\": \"Ae\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"AE\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"Test Address CIB\",\n                        \"postalCode\": \"64352\",\n                        \"city\": \"Dubai\",\n                        \"province\": \"Dubai\",\n                        \"country\": \"AE\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                },\n                \"externalReference\": \"583625\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"CIB Test User\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"HDFC\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"AE\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1.2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"AE\",\n                \"exchangeRate\": 0.70998,\n                \"fxSpotId\": \"c97985bd-770b-41fe-8514-297a6f6f09d3\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"6361d5eb-6a41-49e6-b472-775a4f69cf7f\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.71,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.71,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-11-16T06:02:27.959Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-11-16T06:02:42.210Z\",\n            \"confirmedAt\": \"2024-11-16T06:02:28.180Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-11-16T06:02:28.386Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241115000000000270\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"56\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"11116\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"111167\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 0.70966,\n                \"fxSpotId\": \"a0faf462-945b-4356-bb26-e38d09fb8b13\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"829e0086-d834-4e9a-81e1-1cb15a1725a2\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.71,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.71,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-11-15T22:29:46.966Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-11-15T22:29:59.556Z\",\n            \"confirmedAt\": \"2024-11-15T22:29:47.167Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-11-15T22:29:47.576Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241115000000000266\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"11116\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"111167\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 0.70966,\n                \"fxSpotId\": \"a0faf462-945b-4356-bb26-e38d09fb8b13\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"e1d2e168-603f-4871-ad6f-04903e1c2566\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.71,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.71,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-11-15T19:55:22.472Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-11-15T19:55:35.315Z\",\n            \"confirmedAt\": \"2024-11-15T19:55:22.975Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-11-15T19:55:23.310Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241115000000000265\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"11116\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"111167\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 0.70966,\n                \"fxSpotId\": \"a0faf462-945b-4356-bb26-e38d09fb8b13\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"e714baac-df26-4a08-b539-0cecdb4ab75c\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.71,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.71,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-11-15T19:33:21.558Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-11-15T19:33:35.640Z\",\n            \"confirmedAt\": \"2024-11-15T19:33:21.739Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-11-15T19:33:23.048Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241115000000000269\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"56\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"11116\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"111167\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 0.70966,\n                \"fxSpotId\": \"a0faf462-945b-4356-bb26-e38d09fb8b13\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"f6b20e7b-d864-4166-bb1f-091dca2a84f8\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.71,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.71,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-11-15T17:12:43.453Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-11-15T22:13:01.579Z\",\n            \"confirmedAt\": \"2024-11-15T17:12:44.827Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-11-15T22:12:49.418Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241115000000000267\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"56\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"11116\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"111167\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 0.70966,\n                \"fxSpotId\": \"a0faf462-945b-4356-bb26-e38d09fb8b13\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"12effdd1-aa6c-45c5-b8ee-a7b60ce165b2\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.71,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.71,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-11-15T16:12:10.978Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-11-15T21:12:31.456Z\",\n            \"confirmedAt\": \"2024-11-15T16:12:12.011Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-11-15T21:12:16.343Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241112000000000254\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"142\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"AE\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"Test Address\",\n                        \"postalCode\": \"38RWBG33\",\n                        \"city\": \"Dubai\",\n                        \"province\": \"Dubai\",\n                        \"country\": \"AE\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                },\n                \"externalReference\": \"626264\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"HDFC Bank\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"HDFC Bank\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"AE\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"AE\",\n                \"exchangeRate\": 0.71712,\n                \"fxSpotId\": \"0893dca1-b2f5-444b-be08-c87a2d4c8d86\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"f924c735-f692-4819-97b7-ad9d9b6bc590\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.72,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.72,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-11-12T19:12:00.031Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-11-12T19:12:17.085Z\",\n            \"confirmedAt\": \"2024-11-12T19:12:00.209Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-11-12T19:12:00.541Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241111000000000199\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"142\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": \"AE\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"Test Address\",\n                        \"postalCode\": \"38RWBG33\",\n                        \"city\": \"Dubai\",\n                        \"province\": \"Dubai\",\n                        \"country\": \"AE\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                },\n                \"externalReference\": \"626264\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"HDFC Bank\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"HDFC Bank\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"AE\",\n                \"memberId\": \"021000021\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"AE\",\n                \"exchangeRate\": 0.71864,\n                \"fxSpotId\": \"36bde280-9138-401e-aa0c-b2ce5b59a287\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"163b0e8f-8fe9-49c9-b91d-c30dc759688c\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.72,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.72,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-11-11T17:20:08.239Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-11-12T19:45:55.918Z\",\n            \"confirmedAt\": \"2024-11-11T17:20:08.553Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"executedAt\": \"2024-11-11T17:20:09.004Z\",\n            \"completedAt\": \"2024-11-12T19:48:20.697Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241022000000000122\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"61\",\n                \"person\": {\n                    \"firstName\": \"Akshara\",\n                    \"middleName\": null,\n                    \"lastName\": \"Singhania\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L002\",\n                    \"birthDate\": \"1992-02-22\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"1481 Harmony Rd N\",\n                        \"postalCode\": \"L1H 7K5\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiverthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000019\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"akshara singhania\",\n                    \"accountNumber\": \"11111123\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"12321343\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"5e65f223-f698-48c6-8ec0-58109f17b92b\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"dc84d5a7-17bd-489b-9cf5-1ee07ecbb716\",\n            \"status\": {\n                \"status\": \"Rejected\",\n                \"reasonCode\": \"9128\",\n                \"reasonDescription\": \"Invalid Creditor agent member code\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-22T22:40:51.097Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-22T22:41:05.112Z\",\n            \"confirmedAt\": \"2024-10-22T22:40:51.524Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2024-10-22T22:40:52.590Z\",\n            \"rejectedAt\": \"2024-10-23T15:00:01.772Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241022000000000121\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": null,\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": null,\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"person\": {\n                    \"firstName\": \"test\",\n                    \"middleName\": null,\n                    \"lastName\": \"test\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": null,\n                    \"postalAddress\": {\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"account\": {\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"lineOfBusiness\": \"L104\",\n                    \"registrationNumber\": \"12345\",\n                    \"establishmentDate\": \"2024-09-10\",\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"University Avenue\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"buckzytestaccount@gmail.com\"\n                    },\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"55\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": null,\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"0d5a7b37-6b63-4bb6-972c-4b807538c0fb\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-22T19:30:47.827Z\",\n            \"createdBy\": \"SuperAdmin1@buckzy.net\",\n            \"complianceStatusUpdatedAt\": \"2024-10-22T19:31:20.105Z\",\n            \"confirmedAt\": \"2024-10-22T19:30:48.038Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"executedAt\": \"2024-10-22T19:30:48.284Z\",\n            \"completedAt\": \"2024-10-22T19:31:20.938Z\",\n            \"direction\": \"Inbound\",\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtGV03iHpZe2J6Pp7zSDDAXiXDECKCWLMpgYE1ke3cNK2\"\n        },\n        {\n            \"instructionId\": \"20241022000000000120\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"58\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Test\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1991-01-03\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"8999999999\",\n                        \"emailAddress\": \"receiver2@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000016\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2acc\",\n                    \"accountNumber\": \"123456\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"1234321\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"44c441f1-6f8c-4d29-9c9a-1aead5f8da42\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"b41411b2-91e4-48a1-831a-b9c275adc19f\",\n            \"status\": {\n                \"status\": \"Rejected\",\n                \"reasonCode\": \"9128\",\n                \"reasonDescription\": \"Invalid Creditor agent member code\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-22T19:25:04.883Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-22T19:25:18.414Z\",\n            \"confirmedAt\": \"2024-10-22T19:25:05.309Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2024-10-22T19:25:05.787Z\",\n            \"rejectedAt\": \"2024-10-22T20:00:01.412Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241013000000000105\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"SEPA\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"75\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Eur one\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"10 Rue de Rivoli\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"province\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"123456789\",\n                        \"emailAddress\": \"receivereurone@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241012000000000031\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receivereurone\",\n                    \"accountNumber\": \"66647774\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\",\n                \"memberId\": \"666477\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.6646,\n                \"fxSpotId\": \"d2022ff3-78fc-4893-af31-76b3f56a1bff\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"8c34f5ef-73f0-4073-99e9-5c43dfd12774\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 3.33,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 3.33,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-13T00:01:43.264Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-13T01:20:44.367Z\",\n            \"confirmedAt\": \"2024-10-13T00:01:43.464Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2024-10-13T01:20:29.414Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241012000000000104\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test acc 4\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"10 Rue de Rivoli\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"province\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"43\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"FReurBuckzytestacc4\",\n                    \"accountNumber\": \"6666666666\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.6646,\n                \"fxSpotId\": \"a2dd8d85-7110-4ddc-a0d7-08ee364b34f5\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"c6fcdf10-222c-43e5-9a22-62e664ba7c52\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.33,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.33,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-12T23:00:41.805Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2024-10-12T23:00:41.965Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2024-10-13T01:20:29.312Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241012000000000103\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"SEPA\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"75\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Eur one\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"10 Rue de Rivoli\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"province\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"123456789\",\n                        \"emailAddress\": \"receivereurone@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241012000000000031\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receivereurone\",\n                    \"accountNumber\": \"66647774\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\",\n                \"memberId\": \"666477\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.6646,\n                \"fxSpotId\": \"c1647255-141e-4f61-915c-57e661078b05\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"d8007401-282e-424a-8884-bc1e2063a38c\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.67,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.67,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-12T22:58:08.594Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-13T01:20:44.500Z\",\n            \"confirmedAt\": \"2024-10-12T22:58:08.775Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2024-10-13T01:20:29.248Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241011000000000102\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test acc 4\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"10 Rue de Rivoli\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"province\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"43\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"FReurBuckzytestacc4\",\n                    \"accountNumber\": \"6666666666\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.66459,\n                \"fxSpotId\": \"45d7a22c-a185-4c0d-bd33-5b19e01aac77\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"b5c0f597-3715-4a60-af20-79bec7fa86d4\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1.33,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1.33,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-11T20:13:34.042Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2024-10-11T20:13:34.216Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241011000000000092\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"111 demo acc\",\n                        \"postalCode\": \"L1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"L1H6V9\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"7e7222cc-c9f6-49c0-a314-2dd15934b6b1\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-11T20:00:57.615Z\",\n            \"createdBy\": \"APIService\",\n            \"confirmedAt\": \"2024-10-11T20:00:57.806Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2024-10-11T20:00:57.952Z\",\n            \"completedAt\": \"2024-10-11T20:00:58.700Z\",\n            \"direction\": \"Inbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20241011000000000092\",\n                \"transactionId\": \"fe98cecc-bcbf-406d-92f0-1dac48b4022f\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            },\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtCzVN/4+wkxWKWQXUezveiqInz+700ZT6W9rRvkL2dfGdgPGC58sRS2x7NUy1JMlSg==\"\n        },\n        {\n            \"instructionId\": \"20241011000000000091\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"24\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account child 2\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 deno ave\",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"oshawa\",\n                        \"province\": \"ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"24\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"buckzy test acc child 2\",\n                    \"accountNumber\": \"6893564\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"34d0574c-9579-41b7-a767-f747493b62a1\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-11T20:00:41.005Z\",\n            \"createdBy\": \"APIService\",\n            \"confirmedAt\": \"2024-10-11T20:00:41.199Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD2\",\n            \"executedAt\": \"2024-10-11T20:00:41.425Z\",\n            \"completedAt\": \"2024-10-11T20:00:42.388Z\",\n            \"direction\": \"Inbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20241011000000000091\",\n                \"transactionId\": \"91b73fb8-a10d-42b9-bf52-08692decef77\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            },\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtEqjeRCGQMbSE9c+RfCyqBCONL3aFfur1YgRgHa7XXSo+YZRxJCuGC9E05LpHg4hdQ==\"\n        },\n        {\n            \"instructionId\": \"20241011000000000093\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACC2\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"1 demo avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"14\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"buckzytestacc2linked\",\n                    \"accountNumber\": \"112233\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"a8d78afe-f1a7-4f58-8365-18f1035e5529\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"6621287e-3755-40d5-a9cd-a9a2f9d979dc\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 2,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-11T20:00:17.855Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2024-10-11T20:00:18.036Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241011000000000092\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"111 demo acc\",\n                        \"postalCode\": \"L1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"L1H6V9\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"45e88592-2a2c-4fcc-885d-58830986ed51\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"fe98cecc-bcbf-406d-92f0-1dac48b4022f\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-11T19:59:37.376Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2024-10-11T19:59:37.531Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"completedAt\": \"2024-10-11T20:00:57.609Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20241011000000000092\",\n                \"transactionId\": \"7e7222cc-c9f6-49c0-a314-2dd15934b6b1\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20241011000000000091\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account child 2\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 deno ave\",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"oshawa\",\n                        \"province\": \"ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"24\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"buckzy test acc child 2\",\n                    \"accountNumber\": \"6893564\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"2b670a96-21b0-4d66-a363-87c19785bc83\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"91b73fb8-a10d-42b9-bf52-08692decef77\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-11T19:59:17.660Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2024-10-11T19:59:17.822Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"completedAt\": \"2024-10-11T20:00:41.015Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20241011000000000091\",\n                \"transactionId\": \"34d0574c-9579-41b7-a767-f747493b62a1\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20241010000000000076\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"66\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"One cad\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiveronebuckzytestchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000024\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiverone\",\n                    \"accountNumber\": \"111676\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"1116767\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 11,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"bdeb8190-323c-421b-b0a7-1605af74ddea\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"c1328d67-1957-4707-acfd-9acb45e91281\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"9128\",\n                \"reasonDescription\": \"Invalid Creditor agent member code\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 11,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 11,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 11,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 11,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 11,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T22:16:22.793Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-10T22:16:47.341Z\",\n            \"confirmedAt\": \"2024-10-10T22:16:22.983Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"completedAt\": \"2024-10-10T22:22:44.467Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241010000000000075\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"111 demo acc\",\n                        \"postalCode\": \"L1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"L1H6V9\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test acc 4\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"oshawa \",\n                        \"province\": \"ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"25\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"buckzy test acc 4 linked\",\n                    \"accountNumber\": \"8987878\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 0.72764,\n                \"fxSpotId\": \"fa52332c-7957-41f2-a930-f226fdd73737\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"44ec4381-c7a0-4b68-8a94-2948b3132a35\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 3.64,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 3.64,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T22:11:38.368Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"confirmedAt\": \"2024-10-10T22:11:38.550Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241010000000000074\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"111 demo acc\",\n                        \"postalCode\": \"L1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"L1H6V9\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 10,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"ab3ebde8-30a4-45f0-94e3-05eef9f4657f\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"adea255e-5b90-4c09-9991-cdd54274dd8f\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 10,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 10,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 10,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 10,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 10,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T22:08:01.557Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"confirmedAt\": \"2024-10-10T22:08:01.722Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241010000000000073\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"67\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two usd\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver2usdchild1buckzy@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000025\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2usd\",\n                    \"accountNumber\": \"11116\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"111167\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 0.7277,\n                \"fxSpotId\": \"30810650-a5bd-40ba-8a55-65cab7605d8c\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"28cf9ef9-f010-4167-b998-fce78f3e3f47\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.73,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.73,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T22:07:04.354Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-10T22:07:30.334Z\",\n            \"confirmedAt\": \"2024-10-10T22:07:04.558Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"completedAt\": \"2024-10-10T22:12:12.579Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241010000000000072\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"65\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1buckzytestaccchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000023\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"63\",\n                \"person\": {\n                    \"firstName\": \"Receiver \",\n                    \"middleName\": null,\n                    \"lastName\": \"One\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiverone@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000021\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiverone\",\n                    \"accountNumber\": \"167876\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"1678767\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"87328c47-398a-4618-8425-26cc3a06f756\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"b8359279-900b-4341-8ab9-4d0a737e9b26\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"9128\",\n                \"reasonDescription\": \"Invalid Creditor agent member code\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T21:59:32.455Z\",\n            \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-10T22:07:44.883Z\",\n            \"confirmedAt\": \"2024-10-10T21:59:32.680Z\",\n            \"confirmedBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n            \"completedAt\": \"2024-10-10T22:12:19.596Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241010000000000071\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"56\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"1\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1964-02-22\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241009000000000014\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"62\",\n                \"person\": {\n                    \"firstName\": \"Receiver \",\n                    \"middleName\": null,\n                    \"lastName\": \"Four\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiverfour@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000020\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver four\",\n                    \"accountNumber\": \"111111\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"1111115\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 0.72786,\n                \"fxSpotId\": \"cf0b4c2d-1d79-4cc5-a0b6-7e2efccb9693\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"31f6d4ca-04ab-417e-a48d-c414ef118e32\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.73,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.73,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T21:14:31.673Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-10T21:15:06.386Z\",\n            \"confirmedAt\": \"2024-10-10T21:14:31.863Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241010000000000070\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"61\",\n                \"person\": {\n                    \"firstName\": \"Akshara\",\n                    \"middleName\": null,\n                    \"lastName\": \"Singhania\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L002\",\n                    \"birthDate\": \"1992-02-22\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"1481 Harmony Rd N\",\n                        \"postalCode\": \"L1H 7K5\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiverthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000019\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"akshara singhania\",\n                    \"accountNumber\": \"11111123\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"12321343\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"52dfc0f1-e425-48b8-bb86-1ed9aab5b193\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"ab61e97e-7d00-40ef-b452-b3d32c7f75d2\",\n            \"status\": {\n                \"status\": \"Rejected\",\n                \"reasonCode\": \"9128\",\n                \"reasonDescription\": \"Invalid Creditor agent member code\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T20:56:52.906Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-10T20:57:26.139Z\",\n            \"confirmedAt\": \"2024-10-10T20:56:53.115Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"rejectedAt\": \"2024-10-10T20:59:14.251Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241010000000000069\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"111 demo acc\",\n                        \"postalCode\": \"L1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"L1H6V9\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"112ddfef-da79-4d3d-a54d-2272e7a241b7\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"7a389fe4-2783-48f1-b77a-87d6c5840141\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T20:13:09.405Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2024-10-10T20:13:09.606Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241010000000000068\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"person\": {\n                    \"firstName\": \"test\",\n                    \"middleName\": null,\n                    \"lastName\": \"test\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": null,\n                    \"postalAddress\": {\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"account\": {\n                    \"accountNumber\": \"2222\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"222\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"lineOfBusiness\": \"L101\",\n                    \"registrationNumber\": \"1\",\n                    \"establishmentDate\": \"2016-02-04\",\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"buckzytestaccountchild1@gmail.com\"\n                    },\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": null,\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"0ff9e1c3-6e66-4eba-ae82-dff365b7cd5e\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T19:48:31.164Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-10T19:49:14.129Z\",\n            \"executedAt\": \"2024-10-10T19:48:31.531Z\",\n            \"awaitingFundUntil\": \"2024-10-10T20:48:31.531Z\",\n            \"completedAt\": \"2024-10-10T19:49:14.888Z\",\n            \"direction\": \"Inbound\",\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtFYixHFxHVN9CsVEaIDqHIZcQZggRhQjamKPXbMjibIT\"\n        },\n        {\n            \"instructionId\": \"20241010000000000067\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"24\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"person\": {\n                    \"firstName\": \"panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"test\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": null,\n                    \"postalAddress\": {\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"account\": {\n                    \"accountNumber\": \"1111\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"111\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account child 2\",\n                    \"lineOfBusiness\": \"L100\",\n                    \"registrationNumber\": \"1\",\n                    \"establishmentDate\": \"2024-06-13\",\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo avenue\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"buckzytestaccountchild2@gmail.com\"\n                    },\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"24\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"buckzy test acc child 2\",\n                    \"accountNumber\": \"6893564\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 100,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": null,\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"e26742a6-3fa8-48e5-ace9-054088691860\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 100,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 100,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 100,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 100,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 100,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T19:40:51.710Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-10T19:44:40.851Z\",\n            \"executedAt\": \"2024-10-10T19:40:52.039Z\",\n            \"awaitingFundUntil\": \"2024-10-10T20:40:52.039Z\",\n            \"completedAt\": \"2024-10-10T19:44:41.615Z\",\n            \"direction\": \"Inbound\",\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtFYixHFxHVN9CsVEaIDqHIaW2KSwVrSS9zfHSUeVTx33\"\n        },\n        {\n            \"instructionId\": \"20241010000000000066\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"111 demo acc\",\n                        \"postalCode\": \"L1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"L1H6V9\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"8e3ada7f-6188-47e5-821a-7f71e3f680f4\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"89888651-b6fa-412c-8537-6278e8335021\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T19:38:27.547Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2024-10-10T19:38:27.739Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241010000000000065\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACC2\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"1 demo avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"14\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"buckzytestacc2linked\",\n                    \"accountNumber\": \"112233\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"428e498e-fe0d-44c1-857c-27379f48e2dd\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"01e8072d-0101-4179-a511-b8e955c5a466\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 5,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T19:37:45.286Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2024-10-10T19:37:45.478Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241010000000000061\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"24\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account child 2\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 deno ave\",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"oshawa\",\n                        \"province\": \"ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"24\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"buckzy test acc child 2\",\n                    \"accountNumber\": \"6893564\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"b57a408b-c41d-415e-b19a-53995cc82237\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T19:36:15.384Z\",\n            \"createdBy\": \"APIService\",\n            \"confirmedAt\": \"2024-10-10T19:36:15.595Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD2\",\n            \"executedAt\": \"2024-10-10T19:36:15.731Z\",\n            \"completedAt\": \"2024-10-10T19:36:16.464Z\",\n            \"direction\": \"Inbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20241010000000000061\",\n                \"transactionId\": \"63310eea-c01f-4be1-9d44-d2a98c4539f7\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            },\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtOIv5PQE+nWIEm9REn/VOcTUt1JuAMj+/eA/I8hugjsV8TXcOvkMGHlSL6b1gszyvQ==\"\n        },\n        {\n            \"instructionId\": \"20241010000000000062\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"23\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"111 demo acc\",\n                        \"postalCode\": \"L1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"L1H6V9\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"2f9079cd-851e-4772-9603-dc5bce278fa1\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T19:35:57.722Z\",\n            \"createdBy\": \"APIService\",\n            \"confirmedAt\": \"2024-10-10T19:35:57.928Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n            \"executedAt\": \"2024-10-10T19:35:58.176Z\",\n            \"completedAt\": \"2024-10-10T19:35:59.167Z\",\n            \"direction\": \"Inbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20241010000000000062\",\n                \"transactionId\": \"d8eccaa0-c1e2-4faf-9500-591ace98a39c\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            },\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtNMc4Pqq5lAVXW5GkE3w23O95NE4arpiB63Zo3rc4LsrfL2h2taSQMo0FyykdLt/8w==\"\n        },\n        {\n            \"instructionId\": \"20241010000000000062\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"111 demo acc\",\n                        \"postalCode\": \"L1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"L1H6V9\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"c01a4887-168a-4eb3-9c3c-0a959e748370\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"d8eccaa0-c1e2-4faf-9500-591ace98a39c\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T19:35:38.085Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2024-10-10T19:35:38.251Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"completedAt\": \"2024-10-10T19:35:56.972Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20241010000000000062\",\n                \"transactionId\": \"2f9079cd-851e-4772-9603-dc5bce278fa1\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20241010000000000061\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account child 2\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 deno ave\",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"oshawa\",\n                        \"province\": \"ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"24\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"buckzy test acc child 2\",\n                    \"accountNumber\": \"6893564\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"a83f02d5-3afb-4d54-a728-d9fb457e992e\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"63310eea-c01f-4be1-9d44-d2a98c4539f7\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T19:35:05.362Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2024-10-10T19:35:05.559Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"completedAt\": \"2024-10-10T19:36:15.229Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20241010000000000061\",\n                \"transactionId\": \"b57a408b-c41d-415e-b19a-53995cc82237\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20241010000000000060\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"61\",\n                \"person\": {\n                    \"firstName\": \"Akshara\",\n                    \"middleName\": null,\n                    \"lastName\": \"Singhania\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L002\",\n                    \"birthDate\": \"1992-02-22\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"1481 Harmony Rd N\",\n                        \"postalCode\": \"L1H 7K5\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiverthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000019\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"akshara singhania\",\n                    \"accountNumber\": \"11111123\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"12321343\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"47ff26e5-d9dd-4dc5-8a0e-e201e9997a00\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"d3b0f974-e0a9-4d79-9487-146883a17223\",\n            \"status\": {\n                \"status\": \"Rejected\",\n                \"reasonCode\": \"9128\",\n                \"reasonDescription\": \"Invalid Creditor agent member code\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T19:16:49.924Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-10T19:24:25.013Z\",\n            \"confirmedAt\": \"2024-10-10T19:16:50.131Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"rejectedAt\": \"2024-10-10T20:52:09.044Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241010000000000059\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"61\",\n                \"person\": {\n                    \"firstName\": \"Akshara\",\n                    \"middleName\": null,\n                    \"lastName\": \"Singhania\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L002\",\n                    \"birthDate\": \"1992-02-22\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"1481 Harmony Rd N\",\n                        \"postalCode\": \"L1H 7K5\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiverthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000019\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"akshara singhania\",\n                    \"accountNumber\": \"11111123\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"12321343\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"8fe5280a-4bd4-4acd-b219-a4ff324bf325\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"e115967e-2725-406e-bc7d-7f994460d575\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": \"9235\",\n                \"reasonDescription\": \"Transaction Processing\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T03:28:22.901Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-10T03:29:18.441Z\",\n            \"confirmedAt\": \"2024-10-10T03:28:23.103Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241010000000000058\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"59\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"835 florell drive\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sendertwo@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000017\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"58\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"Test\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1991-01-03\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"8999999999\",\n                        \"emailAddress\": \"receiver2@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000016\",\n                \"kycStatus\": 2\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver2acc\",\n                    \"accountNumber\": \"123456\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"1234321\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"e96f4765-d5c8-45b9-95ae-147eda14aeb3\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"5667733f-3cca-4a69-b45d-f177fe8c4a35\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": \"9235\",\n                \"reasonDescription\": \"Transaction Processing\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T03:16:59.494Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-10T03:17:36.479Z\",\n            \"confirmedAt\": \"2024-10-10T03:16:59.703Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241010000000000057\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo account \",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"Ontario\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test child1 account \",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"111 demo acc\",\n                        \"postalCode\": \"L1h6v9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"L1H6V9\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"23\",\n                \"account\": {\n                    \"name\": \"buckzy test acc child 1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"d753376a-97df-44d6-8335-38ecbdc69ffc\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"8ede7550-0951-423b-9470-0562ab89c632\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-10T02:59:35.044Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2024-10-10T02:59:35.221Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20241009000000000056\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": null,\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"56\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"1\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1964-02-22\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university ave\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sender1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241009000000000014\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzyTestAccountLinked\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\",\n                    \"cardNumber\": \"12345\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\"\n            },\n            \"creditor\": {\n                \"reference\": \"57\",\n                \"person\": {\n                    \"firstName\": \"Receiver\",\n                    \"middleName\": null,\n                    \"lastName\": \"1\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1964-02-22\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"40 university avenue\",\n                        \"postalCode\": \"M5J 1T1\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"receiver1@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241009000000000015\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"receiver1\",\n                    \"accountNumber\": \"1111111111\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"111111\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": \"CA\",\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": \"CA\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"e2f63dd1-3658-4d6f-a73f-563848e89d31\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"0df02421-f210-4ae1-9576-8386eb63b9ae\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": \"9235\",\n                \"reasonDescription\": \"Transaction Processing\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-10-09T21:09:48.184Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2024-10-09T21:14:01.026Z\",\n            \"confirmedAt\": \"2024-10-09T21:09:48.397Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"-18\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"person\": {\n                    \"firstName\": \"panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo avenue\",\n                        \"postalCode\": \"l1h6v9\",\n                        \"city\": \"oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"panchamipanchami@gmail.com\"\n                    },\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"account\": {\n                    \"accountNumber\": \"1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotia\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"11\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"lineOfBusiness\": \"L104\",\n                    \"registrationNumber\": \"12345\",\n                    \"establishmentDate\": \"2024-09-10\",\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"University Avenue\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"buckzytestaccount@gmail.com\"\n                    },\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzy linked test account\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": null,\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"005fac7c-37e3-488b-861e-49e8328df36c\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-09-10T21:24:10.779Z\",\n            \"createdBy\": \"SuperAdmin1@buckzy.net\",\n            \"complianceStatusUpdatedAt\": \"2024-09-10T21:24:44.262Z\",\n            \"confirmedAt\": \"2024-09-10T21:24:11.021Z\",\n            \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n            \"executedAt\": \"2024-09-10T21:24:11.332Z\",\n            \"completedAt\": \"2024-09-10T21:24:45.231Z\",\n            \"direction\": \"Inbound\",\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtCW/Nkfwvm+UtXBeUhvZ1ufrGF7Kl3eP+Su/bUnoO2wR\"\n        },\n        {\n            \"instructionId\": \"1\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"8\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"person\": {\n                    \"firstName\": \"panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": null,\n                    \"countryOfBirth\": null,\n                    \"countryOfResidence\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 demo avenue\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"on\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"account\": {\n                    \"accountNumber\": \"1\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"scotiabank\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"CA\",\n                \"memberId\": \"1\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"BUCKZYTESTACCOUNT\",\n                    \"lineOfBusiness\": \"L104\",\n                    \"registrationNumber\": \"12345\",\n                    \"establishmentDate\": \"2024-09-10\",\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"University Avenue\",\n                        \"postalCode\": \"M5H3L5\",\n                        \"city\": \"Toronto\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"buckzytestaccount@gmail.com\"\n                    },\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"8\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"buckzy linked test account\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"CAD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"countryCode\": \"CA\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"CAD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"CAD\",\n                \"toCountryCode\": null,\n                \"exchangeRate\": null,\n                \"fxSpotId\": null,\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": null\n            },\n            \"purposeCode\": {\n                \"purposeCode\": null\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"fd97d8e3-1cb1-45bd-8927-e4a15d1ebc9b\",\n            \"status\": {\n                \"status\": \"AwaitingFundExpired\",\n                \"reasonCode\": \"9242\",\n                \"reasonDescription\": \"Awaiting Funds Expired - we did not receive funds to cover this transaction\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1000,\n                \"currencyCode\": \"CAD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0,\n                \"currencyCode\": \"CAD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2024-09-10T21:17:12.715Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2024-09-10T21:17:13.182Z\",\n            \"awaitingFundUntil\": \"2024-09-10T22:17:13.182Z\",\n            \"expiredAt\": \"2024-09-10T22:30:00.195Z\",\n            \"direction\": \"Inbound\",\n            \"redirectionUrl\": \"\",\n            \"otp\": \"uiHQMymCEC6mGrrf6MbVtCW/Nkfwvm+UtXBeUhvZ1udMmPDA1JD41qVR6iojD5t1\"\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 999,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 191,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 191,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"size\": 999,\n    \"number\": 0,\n    \"empty\": false\n}"},{"id":"5d15c24a-cb72-4b90-8bc5-832d9bbc70aa","name":"Payout In Process","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/transactions?apikey={{apikey}}&direction=outbound&status=AcceptedFund,AcceptedSettlementInProcess,AwaitingConfirmation,AwaitingManualTransfer,Created,Executed,OnHoldCompliance,OnHoldPreCompliance,PendingCompliance,PendingPreCompliance,PreComplianceInProgress,PreCompliancePassed,Triggered","host":["{{apihost}}"],"path":["v1","transactions"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"direction","value":"outbound"},{"key":"status","value":"AcceptedFund,AcceptedSettlementInProcess,AwaitingConfirmation,AwaitingManualTransfer,Created,Executed,OnHoldCompliance,OnHoldPreCompliance,PendingCompliance,PendingPreCompliance,PreComplianceInProgress,PreCompliancePassed,Triggered","description":"AcceptedFund,AcceptedSettlementInProcess,AwaitingConfirmation,AwaitingManualTransfer,Created,Executed,OnHoldCompliance,OnHoldPreCompliance,PendingCompliance,PendingPreCompliance,PreComplianceInProgress,PreCompliancePassed,Triggered"},{"key":"createdFromDate","value":"2025-01-01T00%3A00%3A00.000-05%3A00","disabled":true},{"key":"priority-sort","value":"true","disabled":true},{"key":"createdToDate","value":"2025-01-30T23%3A59%3A59.999-05%3A00","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 18:25:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"fdabbd665d739ad2"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"instructionId\": \"20250203000000000764\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"SEPA\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"602\",\n                \"organization\": {\n                    \"legalName\": \"General Ltd\",\n                    \"lineOfBusiness\": \"L131\",\n                    \"registrationNumber\": \"FR25712049618\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"G_generalltd@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"202622\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"181\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Checking\",\n                    \"accountNumber\": \"123321\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\",\n                \"memberId\": \"BNPAFRPP\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123 Rue de Paris\",\n                    \"country\": \"FR\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.97254,\n                \"fxSpotId\": \"c5bb0dc4-f388-450e-82d2-813bc7f86566\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"3ef5940d-5ad9-4b76-b2b5-3d61e93adfb3\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T18:22:32.100Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T18:22:44.532Z\",\n            \"confirmedAt\": \"2025-02-03T18:22:32.346Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T18:22:32.639Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000763\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"SEPA\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"602\",\n                \"organization\": {\n                    \"legalName\": \"General Ltd\",\n                    \"lineOfBusiness\": \"L131\",\n                    \"registrationNumber\": \"FR25712049618\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"G_generalltd@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"202622\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"181\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Checking\",\n                    \"accountNumber\": \"123321\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\",\n                \"memberId\": \"BNPAFRPP\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123 Rue de Paris\",\n                    \"country\": \"FR\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.97254,\n                \"fxSpotId\": \"c5bb0dc4-f388-450e-82d2-813bc7f86566\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"75356107-3bb3-4160-992e-326212f60fcd\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T18:16:07.197Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T18:16:19.686Z\",\n            \"confirmedAt\": \"2025-02-03T18:16:07.447Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T18:16:07.743Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000762\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"FedWire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"593\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": \"Doe\",\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1964-02-22\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"addressLine2\": \"Apt 9\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"johnssmithdoe@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"123\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"172\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John savings\",\n                    \"accountNumber\": \"123321\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"Chase\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"021000021\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"El Camino Real\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"5d60b6bc-6c37-41e4-b5f2-2f65b77c7b75\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"67f8bbf2-21f7-40d3-8101-0565511994ca\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T18:04:03.509Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T18:04:26.904Z\",\n            \"confirmedAt\": \"2025-02-03T18:04:03.761Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T18:04:04.004Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000761\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"FedWire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"593\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": \"Doe\",\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1964-02-22\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"addressLine2\": \"Apt 9\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"johnssmithdoe@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"123\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"172\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John savings\",\n                    \"accountNumber\": \"123321\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"chase\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"021000021\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"El Camino Real\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"5d60b6bc-6c37-41e4-b5f2-2f65b77c7b75\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC001\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"afc18af2-36f5-4fbc-9b96-fabde386edaa\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T17:55:59.676Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T17:56:12.960Z\",\n            \"confirmedAt\": \"2025-02-03T17:55:59.901Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T17:56:00.068Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000760\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"591\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1964-02-22\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Avenue\",\n                        \"addressLine2\": \"Apt 100\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"johns_smitheis@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"10890899\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"170\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Smith checking\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"BOFAUS3N\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"485 El Camino Real\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"fc9678cf-75c7-48bf-9873-95946035a499\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"52d15818-631d-45c1-862e-f62369294e7d\",\n            \"status\": {\n                \"status\": \"OnHoldCompliance\",\n                \"reasonCode\": \"9085\",\n                \"reasonDescription\": \"Creditor compliance check failed\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T17:54:18.555Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T17:54:43.957Z\",\n            \"confirmedAt\": \"2025-02-03T17:54:18.779Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T17:54:19.204Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000759\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"591\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1964-02-22\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Avenue\",\n                        \"addressLine2\": \"Apt 100\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"johns_smitheis@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"10890899\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"170\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Smith checking\",\n                    \"accountNumber\": \"12345\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"BOFAUS3N\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"485 El Camino Real\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"fc9678cf-75c7-48bf-9873-95946035a499\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC001\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"f89e380e-a303-4adf-8e33-205691eac171\",\n            \"status\": {\n                \"status\": \"PendingCompliance\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T17:51:43.196Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T17:52:06.703Z\",\n            \"confirmedAt\": \"2025-02-03T17:51:43.408Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T17:51:44.014Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000758\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"595\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L002\",\n                    \"birthDate\": \"2001-02-01\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"addressLine2\": \"Apt 100\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"johnsssmith@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"1234555\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"174\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John savings\",\n                    \"accountNumber\": \"11111\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"051405515\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123 new street \",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"03080ae0-aabe-4cda-8c44-c6d78a75d31e\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"7d1bd482-2bd2-4301-9f88-647f1a2ab25b\",\n            \"status\": {\n                \"status\": \"PendingCompliance\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T17:49:10.265Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T17:49:33.579Z\",\n            \"confirmedAt\": \"2025-02-03T17:49:10.500Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T17:49:10.910Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000757\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"595\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L002\",\n                    \"birthDate\": \"2001-02-01\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"addressLine2\": \"Apt 100\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"johnsssmith@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"1234555\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"174\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John savings\",\n                    \"accountNumber\": \"11111\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"051405515\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123 new street \",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"03080ae0-aabe-4cda-8c44-c6d78a75d31e\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC033\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R002\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"dcc315fd-dcb0-4c4a-8066-879d1cd0c02c\",\n            \"status\": {\n                \"status\": \"PendingCompliance\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T17:43:50.930Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T17:44:14.250Z\",\n            \"confirmedAt\": \"2025-02-03T17:43:51.156Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T17:43:51.537Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000756\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"UPI\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"599\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"Sector 30\",\n                        \"addressLine2\": \"M 43\",\n                        \"addressLine3\": \"Navanagar\",\n                        \"postalCode\": \"587101\",\n                        \"city\": \"Bagalkot\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"john_smithh@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"12340925\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"178\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"accountNumber\": \"test@test\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"ff54a059-a220-4629-996d-13bdcc89d71f\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC011\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": null\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R010\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"fb23ad60-65fc-4616-aaf6-c292feccbb3d\",\n            \"status\": {\n                \"status\": \"PendingCompliance\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T17:41:34.587Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T17:41:57.871Z\",\n            \"confirmedAt\": \"2025-02-03T17:41:34.790Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T17:41:35.185Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250203000000000755\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"UPI\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"574\",\n                \"organization\": {\n                    \"legalName\": \"test B S USD\",\n                    \"lineOfBusiness\": \"L103\",\n                    \"registrationNumber\": \"6666\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": \"SF011\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 flora vista avenue\",\n                        \"addressLine2\": \"opp dmv\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"testrbusd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"599\",\n                \"person\": {\n                    \"firstName\": \"John\",\n                    \"middleName\": null,\n                    \"lastName\": \"Smith\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"Sector 30\",\n                        \"addressLine2\": \"M 43\",\n                        \"addressLine3\": \"Navanagar\",\n                        \"postalCode\": \"587101\",\n                        \"city\": \"Bagalkot\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"john_smithh@buckzy.net\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"12340925\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"178\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"accountNumber\": \"test@test\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"ff54a059-a220-4629-996d-13bdcc89d71f\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC046\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R009\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"853d5c26-7f11-4177-bf10-01162c2d2e11\",\n            \"status\": {\n                \"status\": \"PendingCompliance\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-02-03T17:36:12.009Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-02-03T17:36:35.531Z\",\n            \"confirmedAt\": \"2025-02-03T17:36:12.347Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-02-03T17:36:12.707Z\",\n            \"direction\": \"Outbound\"\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 10,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 13,\n    \"totalElements\": 125,\n    \"last\": false,\n    \"first\": true,\n    \"numberOfElements\": 10,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"size\": 10,\n    \"number\": 0,\n    \"empty\": false\n}"},{"id":"79a83333-1587-4632-86b4-ed879d8e5e05","name":"Payout History filtered by Date","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/transactions?apikey={{apikey}}&direction=outbound&createdFromDate=2025-01-01T00%3A00%3A00.000-05%3A00&priority-sort=true&createdToDate=2025-01-30T23%3A59%3A59.999-05%3A00","host":["{{apihost}}"],"path":["v1","transactions"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"direction","value":"outbound"},{"key":"createdFromDate","value":"2025-01-01T00%3A00%3A00.000-05%3A00"},{"key":"priority-sort","value":"true"},{"key":"createdToDate","value":"2025-01-30T23%3A59%3A59.999-05%3A00"},{"key":"status","value":"AcceptedFund,AcceptedSettlementInProcess,AwaitingConfirmation,AwaitingManualTransfer,Created,Executed,OnHoldCompliance,OnHoldPreCompliance,PendingCompliance,PendingPreCompliance,PreComplianceInProgress,PreCompliancePassed,Triggered","description":"AcceptedFund,AcceptedSettlementInProcess,AwaitingConfirmation,AwaitingManualTransfer,Created,Executed,OnHoldCompliance,OnHoldPreCompliance,PendingCompliance,PendingPreCompliance,PreComplianceInProgress,PreCompliancePassed,Triggered","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 18:26:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"4ded5bdde27335ea"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"instructionId\": \"20250131000000000745\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"152\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test wire usd ri\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"CHASUS33\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"3560 flora vista avenue\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"6decd7c2-fbf3-44ea-9bb2-665d5433cca5\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"6962737a-8429-44ad-8c0e-3ee178fd81fe\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-31T00:39:29.077Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-31T00:39:41.859Z\",\n            \"confirmedAt\": \"2025-01-31T00:39:29.419Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-31T00:39:29.930Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250131000000000744\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"ACH\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"153\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Smith checking\",\n                    \"accountNumber\": \"12345678\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"021000021\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"3560 flora vista avenue\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"6ff127f6-9351-43b9-893a-e8ae93806e11\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC008\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"9b101923-c3bd-4b81-bf08-1437963e4b44\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-31T00:32:25.847Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-31T00:32:38.293Z\",\n            \"confirmedAt\": \"2025-01-31T00:32:26.093Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-31T00:32:26.630Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250131000000000743\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"UPI\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"427\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": null,\n                    \"lastName\": \"Dob3\",\n                    \"fatherName\": null,\n                    \"occupation\": null,\n                    \"birthDate\": \"1992-02-17\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"i\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"i\",\n                        \"province\": \"AN\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+91-9999999999\",\n                        \"emailAddress\": \"testdd@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241212000000000039\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"582\",\n                \"organization\": {\n                    \"legalName\": \"test inr wire br\",\n                    \"lineOfBusiness\": \"L100\",\n                    \"registrationNumber\": \"122\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 6th Main Cross\",\n                        \"postalCode\": \"560076\",\n                        \"city\": \"Bangalore\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testinrwirebr@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"1121\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"156\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"accountNumber\": \"yourname@icici\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"0a6e5962-a5f0-40e2-8755-4d80e771921f\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC054\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"84781bf7-9198-4224-b40d-28339ef37893\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-31T00:28:49.890Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-31T00:29:22.401Z\",\n            \"confirmedAt\": \"2025-01-31T00:28:50.119Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-31T00:28:50.528Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250131000000000739\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"IMPS\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"571\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Sender\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1989-12-01\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+33-9999999999\",\n                        \"emailAddress\": \"testeursendder@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"11\",\n                \"kycStatus\": 0\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"570\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Receiver\",\n                    \"lastName\": \"Imps\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1992-01-01\",\n                    \"countryOfBirth\": \"IN\",\n                    \"countryOfResidence\": \"IN\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 6th Main Cross\",\n                        \"postalCode\": \"560076\",\n                        \"city\": \"Bangalore\",\n                        \"province\": \"KA\",\n                        \"country\": \"IN\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testreceiverimps@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"111\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"166\",\n                \"account\": {\n                    \"type\": \"8\",\n                    \"name\": \"John Smith checking\",\n                    \"accountNumber\": \"123456789012\",\n                    \"currencyCode\": \"INR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"IN\",\n                \"memberId\": \"AXIS0009876\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123 6th Main Cross\",\n                    \"country\": \"IN\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"INR\",\n                \"toCountryCode\": \"IN\",\n                \"exchangeRate\": 68.34,\n                \"fxSpotId\": \"26172acf-4da9-4768-8a20-8f5a20a4e4c8\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC027\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"9c00e66a-eaf1-4083-91d5-52e5f7ce6568\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 6.84,\n                \"currencyCode\": \"INR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-31T00:16:31.494Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-31T00:17:05.990Z\",\n            \"confirmedAt\": \"2025-01-31T00:16:31.733Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-31T00:16:32.006Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250131000000000738\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"SEPA\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"583\",\n                \"person\": {\n                    \"firstName\": \"Test\",\n                    \"middleName\": \"Eur\",\n                    \"lastName\": \"Ir\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L002\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"FR\",\n                    \"countryOfResidence\": \"FR\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"123 Rue de Paris\",\n                        \"postalCode\": \"75001\",\n                        \"city\": \"Paris\",\n                        \"country\": \"FR\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"8888888888\",\n                        \"emailAddress\": \"testeurir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"76\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"160\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Doe checking\",\n                    \"accountNumber\": \"FR7630006000011234567890189\",\n                    \"currencyCode\": \"EUR\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"FR\",\n                \"memberId\": \"BNPAFRPP\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"123 Rue de Paris\",\n                    \"country\": \"FR\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"EUR\",\n                \"toCountryCode\": \"FR\",\n                \"exchangeRate\": 0.96141,\n                \"fxSpotId\": \"76037e7f-a7ed-43ca-8802-24c77c4c5092\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"bbee3bcd-da83-486f-9f07-91fd42f25a8c\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"EUR\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-31T00:11:22.578Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-31T00:11:35.167Z\",\n            \"confirmedAt\": \"2025-01-31T00:11:22.838Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-31T00:11:23.290Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250131000000000737\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"FedWire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"60\",\n                \"person\": {\n                    \"firstName\": \"Panchami\",\n                    \"middleName\": null,\n                    \"lastName\": \"Rudrakshi\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"2004-01-01\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"849 carnation court \",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"senderthree@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000018\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"154\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"John Doe checking\",\n                    \"accountNumber\": \"123321\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"name\": \"Chase\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"021000021\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"3560 flora vista avenue\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"919ff697-06f9-4418-baf4-009a044ab810\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC020\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"b2b9cd31-5c0d-4d3a-99e4-d30bbbbf79e3\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-31T00:07:48.517Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-31T00:08:12.523Z\",\n            \"confirmedAt\": \"2025-01-31T00:07:48.784Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-31T00:07:49.392Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250131000000000736\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"59\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"835 florell drive\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sendertwo@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000017\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"reference\": \"152\",\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test wire usd ri\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"CHASUS33\",\n                \"postalAddress\": {\n                    \"addressLine1\": \"3560 flora vista avenue\",\n                    \"country\": \"US\"\n                }\n            },\n            \"amount\": {\n                \"instructedAmount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"4dc7213b-321d-440b-a227-8aa272fe7d6c\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC012\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"INV_RFB/BET072\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"be2712e8-7379-4a6a-9221-972d28bad953\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 0.55,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 0.1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-31T00:02:08.021Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-31T00:02:32.392Z\",\n            \"confirmedAt\": \"2025-01-31T00:02:08.703Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-31T00:02:09.192Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000735\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"Wire\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"94\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"reference\": \"59\",\n                \"person\": {\n                    \"firstName\": \"Sender\",\n                    \"middleName\": null,\n                    \"lastName\": \"Two\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"CA\",\n                    \"countryOfResidence\": \"CA\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"835 florell drive\",\n                        \"postalCode\": \"L1H6V9\",\n                        \"city\": \"Oshawa\",\n                        \"province\": \"ON\",\n                        \"country\": \"CA\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"+1-9999999999\",\n                        \"emailAddress\": \"sendertwo@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"20241010000000000017\",\n                \"kycStatus\": 2\n            },\n            \"debtorAccount\": {\n                \"reference\": \"94\",\n                \"account\": {\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"reference\": \"581\",\n                \"person\": {\n                    \"firstName\": \"Test wire\",\n                    \"middleName\": \"Usd\",\n                    \"lastName\": \"Ri\",\n                    \"fatherName\": null,\n                    \"occupation\": \"L001\",\n                    \"birthDate\": \"1985-10-18\",\n                    \"countryOfBirth\": \"US\",\n                    \"countryOfResidence\": \"US\",\n                    \"postalAddress\": {\n                        \"addressLine1\": \"3560 Flora Vista Ave\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {\n                        \"mobileNumber\": \"9999999999\",\n                        \"emailAddress\": \"testwireusdir@gmail.com\"\n                    },\n                    \"document\": {}\n                },\n                \"externalReference\": \"98\",\n                \"kycStatus\": 0\n            },\n            \"creditorAccount\": {\n                \"account\": {\n                    \"type\": \"11\",\n                    \"name\": \"test wire usd ri\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"type\": \"BANK\",\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\",\n                \"memberId\": \"CHASUS33\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": \"US\",\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"923ae87b-f4ca-4964-9c31-7a6e3a0f6d45\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC006\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": \"R012\",\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"ecef09ce-67ad-4393-859f-da7c11e9897d\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementInProcess\",\n                \"reasonCode\": null,\n                \"reasonDescription\": null\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T15:53:31.028Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"complianceStatusUpdatedAt\": \"2025-01-30T15:53:43.538Z\",\n            \"confirmedAt\": \"2025-01-30T15:53:31.282Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T15:53:31.656Z\",\n            \"direction\": \"Outbound\"\n        },\n        {\n            \"instructionId\": \"20250130000000000733\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test acc 5\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"30\",\n                \"account\": {\n                    \"name\": \"buckzy test acc 5 virtual\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"483fca76-22e0-4f9f-983c-a5e5b0d0dab4\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"9c622a18-fe76-4dad-a351-4edb4639ac25\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T13:14:52.797Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-30T13:14:53.012Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T13:14:53.122Z\",\n            \"completedAt\": \"2025-01-30T13:14:54.792Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000733\",\n                \"transactionId\": \"aa34a1fd-3b5d-45a2-93d3-f442bd6eaae6\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        },\n        {\n            \"instructionId\": \"20250130000000000731\",\n            \"paymentTypeInformation\": {\n                \"clearingChannel\": \"BOOK_TRANSFER\",\n                \"gatewayId\": null,\n                \"gatewayReference\": null,\n                \"gateway\": null,\n                \"processingType\": null,\n                \"authCode\": null\n            },\n            \"settlementInformation\": {\n                \"fundingMethod\": \"ACCOUNT\",\n                \"fundingGateway\": null,\n                \"settlementAccount\": null,\n                \"settlementWallet\": null,\n                \"reference\": \"9\",\n                \"settlementDeal\": null\n            },\n            \"debtor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test account\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"debtorAccount\": {\n                \"reference\": \"9\",\n                \"account\": {\n                    \"type\": \"10\",\n                    \"name\": \"Buckzy Master Account\",\n                    \"accountNumber\": \"123456789\",\n                    \"currencyCode\": \"USD\",\n                    \"cardNumber\": \"123456789\"\n                }\n            },\n            \"debtorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"creditor\": {\n                \"organization\": {\n                    \"legalName\": \"buckzy test acc 5\",\n                    \"establishmentDate\": null,\n                    \"fundSource\": null,\n                    \"postalAddress\": {\n                        \"addressLine1\": \"100 Main St\",\n                        \"postalCode\": \"95051\",\n                        \"city\": \"Santa Clara\",\n                        \"province\": \"CA\",\n                        \"country\": \"US\"\n                    },\n                    \"contactDetail\": {},\n                    \"document\": {}\n                }\n            },\n            \"creditorAccount\": {\n                \"reference\": \"30\",\n                \"account\": {\n                    \"name\": \"buckzy test acc 5 virtual\",\n                    \"currencyCode\": \"USD\"\n                }\n            },\n            \"creditorAgent\": {\n                \"code\": \"BUCKZY\",\n                \"countryCode\": \"US\"\n            },\n            \"amount\": {\n                \"instructedAmount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"exchangeRate\": {\n                \"fromCurrencyCode\": \"USD\",\n                \"fromCountryCode\": null,\n                \"toCurrencyCode\": \"USD\",\n                \"toCountryCode\": \"US\",\n                \"exchangeRate\": 1,\n                \"fxSpotId\": \"483fca76-22e0-4f9f-983c-a5e5b0d0dab4\",\n                \"fxDealId\": null,\n                \"feeCalculationMethod\": \"Nothing\"\n            },\n            \"purposeCode\": {\n                \"purposeCode\": \"PC990\"\n            },\n            \"remittanceInfo\": {\n                \"unstructured\": \"A2A\"\n            },\n            \"supplementaryData\": {\n                \"relationship\": null,\n                \"additionalInfo1\": null,\n                \"additionalInfo2\": null,\n                \"additionalInfo3\": null,\n                \"additionalInfo4\": null,\n                \"additionalInfo5\": null,\n                \"additionalInfo6\": null\n            },\n            \"additionalInfo\": [],\n            \"transactionId\": \"52af1ea7-1d12-4e30-9b13-40bef16299df\",\n            \"status\": {\n                \"status\": \"AcceptedSettlementCompleted\",\n                \"reasonCode\": \"0000\",\n                \"reasonDescription\": \"Completed successfully\"\n            },\n            \"deductedAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"transferredAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"sendingAmount\": {\n                \"amount\": 1.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"convertingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"receivingAmount\": {\n                \"amount\": 1,\n                \"currencyCode\": \"USD\"\n            },\n            \"transactionFee\": {\n                \"amount\": 0.45,\n                \"currencyCode\": \"USD\"\n            },\n            \"confirmationRequired\": false,\n            \"createdAt\": \"2025-01-30T13:13:48.621Z\",\n            \"createdBy\": \"buckzy_test_entity@gmail.com\",\n            \"confirmedAt\": \"2025-01-30T13:13:48.857Z\",\n            \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n            \"executedAt\": \"2025-01-30T13:13:49.205Z\",\n            \"completedAt\": \"2025-01-30T13:13:51.625Z\",\n            \"direction\": \"Outbound\",\n            \"relatedTransaction\": {\n                \"instructionId\": \"20250130000000000731\",\n                \"transactionId\": \"9d2ddf39-9f8d-4016-8a1e-f1450d41257e\",\n                \"status\": \"AcceptedSettlementCompleted\"\n            }\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 10,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 7,\n    \"totalElements\": 70,\n    \"last\": false,\n    \"first\": true,\n    \"numberOfElements\": 10,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"size\": 10,\n    \"number\": 0,\n    \"empty\": false\n}"}],"_postman_id":"f3537a75-fae3-40f5-86ce-a03d9605e7b1"},{"name":"Get Transaction by ID","id":"f84f2b35-536c-4c1b-aaf7-9d92ec012f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/transactions/:transactionId?apikey={{apikey}}","description":"<p>This request retrieves details of a particular transaction whose ID is specified in the query parameters.</p>\n<h4 id=\"path-params\">Path Params</h4>\n<ul>\n<li><p><strong>transactionId</strong> - Unique ID assigned to a transaction. This ID is returned when the transaction is initiated.</p>\n</li>\n<li><p><strong>instructionId</strong> - Unique ID provided by the sender for a transaction. If used, this ID must be included in the request when a transaction is initiated.</p>\n</li>\n</ul>\n<p><strong>Note</strong>: Use either <strong>transactionId</strong> or <strong>instructionId</strong> as path parameter.</p>\n<p>Each transaction includes detailed information such as instruction ID, transaction ID, sender and recipient details, debtor/creditor agent and account information, transaction amount, exchange rate, deducted and transferred amounts, and more.</p>\n<p>These are the same fields returned when a transaction is initiated. For a detailed description of these fields, refer to <a href=\"https://go.postman.co/workspace/API-Docs-Workspace~ec67a2c7-54a2-4894-8761-8686669c6ac6/documentation/34644703-8e5dfa28-ac73-48bb-853e-2a01b641fb08?entity=request-e8ca6a14-c6e9-403d-8800-f6292fade758\">Initiate Single Payment</a></p>\n<p>Pagination is supported to limit the number of results and maintain manageable response sizes.</p>\n","urlObject":{"path":["v1","transactions",":transactionId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"type":"any","value":"3ef5940d-5ad9-4b76-b2b5-3d61e93adfb3","key":"transactionId"}]}},"response":[{"id":"9538d808-3039-4619-816d-c52be894e846","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/transactions/:transactionId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","transactions",":transactionId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"transactionId","value":"3ef5940d-5ad9-4b76-b2b5-3d61e93adfb3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 18:27:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"5e000b225408859a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250203000000000764\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"SEPA\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"94\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"reference\": \"574\",\n        \"organization\": {\n            \"legalName\": \"test B S USD\",\n            \"lineOfBusiness\": \"L103\",\n            \"registrationNumber\": \"6666\",\n            \"establishmentDate\": null,\n            \"fundSource\": \"SF011\",\n            \"postalAddress\": {\n                \"addressLine1\": \"3560 flora vista avenue\",\n                \"addressLine2\": \"opp dmv\",\n                \"postalCode\": \"95051\",\n                \"city\": \"Santa Clara\",\n                \"province\": \"CA\",\n                \"country\": \"US\"\n            },\n            \"contactDetail\": {\n                \"mobileNumber\": \"+1-9999999999\",\n                \"emailAddress\": \"testrbusd@gmail.com\"\n            },\n            \"document\": {}\n        },\n        \"externalReference\": \"111\",\n        \"kycStatus\": 2\n    },\n    \"debtorAccount\": {\n        \"reference\": \"94\",\n        \"account\": {\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"creditor\": {\n        \"reference\": \"602\",\n        \"organization\": {\n            \"legalName\": \"General Ltd\",\n            \"lineOfBusiness\": \"L131\",\n            \"registrationNumber\": \"FR25712049618\",\n            \"establishmentDate\": null,\n            \"fundSource\": null,\n            \"postalAddress\": {\n                \"addressLine1\": \"123 Rue de Paris\",\n                \"postalCode\": \"75001\",\n                \"city\": \"Paris\",\n                \"country\": \"FR\"\n            },\n            \"contactDetail\": {\n                \"mobileNumber\": \"9999999999\",\n                \"emailAddress\": \"G_generalltd@buckzy.net\"\n            },\n            \"document\": {}\n        },\n        \"externalReference\": \"202622\",\n        \"kycStatus\": 0\n    },\n    \"creditorAccount\": {\n        \"reference\": \"181\",\n        \"account\": {\n            \"type\": \"11\",\n            \"name\": \"John Checking\",\n            \"accountNumber\": \"123321\",\n            \"currencyCode\": \"EUR\"\n        }\n    },\n    \"creditorAgent\": {\n        \"type\": \"BANK\",\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"FR\",\n        \"memberId\": \"BNPAFRPP\",\n        \"postalAddress\": {\n            \"addressLine1\": \"123 Rue de Paris\",\n            \"country\": \"FR\"\n        }\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"USD\",\n        \"fromCountryCode\": \"US\",\n        \"toCurrencyCode\": \"EUR\",\n        \"toCountryCode\": \"FR\",\n        \"exchangeRate\": 0.97254,\n        \"fxSpotId\": \"c5bb0dc4-f388-450e-82d2-813bc7f86566\",\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": \"Nothing\"\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC011\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": null\n    },\n    \"supplementaryData\": {\n        \"relationship\": \"R010\",\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"3ef5940d-5ad9-4b76-b2b5-3d61e93adfb3\",\n    \"status\": {\n        \"status\": \"OnHoldCompliance\",\n        \"reasonCode\": \"9085\",\n        \"reasonDescription\": \"Creditor compliance check failed\"\n    },\n    \"deductedAmount\": {\n        \"amount\": 0.55,\n        \"currencyCode\": \"USD\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"EUR\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 0.55,\n        \"currencyCode\": \"USD\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"USD\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 0.1,\n        \"currencyCode\": \"EUR\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-02-03T18:22:32.100Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"complianceStatusUpdatedAt\": \"2025-02-03T18:22:44.532Z\",\n    \"confirmedAt\": \"2025-02-03T18:22:32.346Z\",\n    \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n    \"executedAt\": \"2025-02-03T18:22:32.639Z\",\n    \"direction\": \"Outbound\"\n}"}],"_postman_id":"f84f2b35-536c-4c1b-aaf7-9d92ec012f2b"}],"id":"fbaf57b7-075c-43dc-a67b-8e429d3e1999","description":"<p>This feature enables seamless money transfers from the Buckzy ecosystem to a receiver’s bank account.<br /><strong>Why Single payment when we have A2A?</strong> Single payments involve money leaving the Buckzy ecosystem and going to the receiver’s bank account. In contrast, A2A transfers keep the money within Buckzy and only involve ledger movements on our end.</p>\n<p>There are APIs to initiate a transaction and retrieve the status of the transaction, lists all the transactions along with their statuses.</p>\n<h4 id=\"transaction-flow-diagram-pinch-to-zoom-for-clarity\"><strong>Transaction Flow Diagram (pinch to zoom for clarity)</strong></h4>\n<img src=\"https://content.pstmn.io/b5636701-aa2f-4900-a5db-4e169c7bb812/cGF5b3V0LnBuZw==\" alt />","_postman_id":"fbaf57b7-075c-43dc-a67b-8e429d3e1999"},{"name":"A2A Transfer","item":[{"name":"Initiate A2A Transfer","id":"2df0e1a2-2b17-4f23-a2a8-51d612cb061e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"externalTransfer\": true, //same hierarchy - false otherwise true for another Buckzy customer\r\n    \"remarks\": \"A2A\",\r\n    \"senderAccountId\": 9, //required\r\n    \"receiverAccountId\": 30, //required\r\n    \"amount\": 1, //if you provide an fxSpotId, the amount for which the spot ID was generated will be used. You can either generate the fxSpotId for the amount you wish to transfer using the Get Spot Rate API, or skip providing it, in which case the system will generate it automatically. \r\n    \"fxSpotId\": \"483fca76-22e0-4f9f-983c-a5e5b0d0dab4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/a2a-transactions?apikey={{apikey}}","description":"<p>This request initiates a new transfer between two accounts. The customer can transfer funds from their account to their underlying customers or to another Buckzy customer.</p>\n","urlObject":{"path":["v1","a2a-transactions"],"host":["{{apihost}}"],"query":[{"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"00bad2cf-eb13-474b-8a13-174c8340c226","name":"A2A - Parent to Child account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"externalTransfer\": false, //same hierarchy - false otherwise true\r\n    \"remarks\": \"A2A\",\r\n    \"senderAccountId\": 9, //required\r\n    \"receiverAccountId\": 94, //required\r\n    \"amount\": 10, //if you provide an fxSpotId, the amount for which the spot ID was generated will be used. You can either generate the fxSpotId for the amount you wish to transfer using the Get Spot Rate API, or skip providing it, in which case the system will generate it automatically.\r\n    \"fxSpotId\": \"d19ddac7-d3a8-4658-997f-fdc0e8b38e87\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/a2a-transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","a2a-transactions"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Jan 2025 13:02:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"1af08629692b387c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250130000000000725\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"BOOK\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"9\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"organization\": {\n            \"legalName\": \"buckzy test account\",\n            \"establishmentDate\": null,\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"debtorAccount\": {\n        \"reference\": \"9\",\n        \"account\": {\n            \"type\": \"10\",\n            \"name\": \"Buckzy Master Account\",\n            \"accountNumber\": \"123456789\",\n            \"currencyCode\": \"USD\",\n            \"cardNumber\": \"123456789\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"creditor\": {\n        \"organization\": {\n            \"legalName\": \"buckzy test child1 account \",\n            \"establishmentDate\": null,\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"creditorAccount\": {\n        \"reference\": \"94\",\n        \"account\": {\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"creditorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"amount\": {\n        \"instructedAmount\": 10,\n        \"currencyCode\": \"USD\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"USD\",\n        \"fromCountryCode\": null,\n        \"toCurrencyCode\": \"USD\",\n        \"toCountryCode\": \"US\",\n        \"exchangeRate\": 1,\n        \"fxSpotId\": \"d19ddac7-d3a8-4658-997f-fdc0e8b38e87\",\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC990\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": \"A2A\"\n    },\n    \"supplementaryData\": {\n        \"relationship\": null,\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"8a9e26b9-96ce-42b9-bd0c-bdf1ff7bb4d4\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 1.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 1.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-01-30T13:02:21.247Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"confirmedAt\": \"2025-01-30T13:02:21.447Z\",\n    \"confirmedBy\": \"BUCKZYTESTACCOUNT\",\n    \"direction\": \"Outbound\"\n}"},{"id":"4f5c46cb-b367-4c07-bbdb-d956542f2ef7","name":"A2A - Child to Parent (with Parent access token)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"externalTransfer\": false, //same hierarchy - false otherwise true\r\n    \"remarks\": \"A2A\",\r\n    \"senderAccountId\": 94, //required\r\n    \"receiverAccountId\": 9, //required\r\n    \"amount\": 1, //if you provide an fxSpotId, the amount for which the spot ID was generated will be used. You can either generate the fxSpotId for the amount you wish to transfer using the Get Spot Rate API, or skip providing it, in which case the system will generate it automatically.\r\n    \"fxSpotId\": \"d5f35fc0-51ea-4e51-b3fa-50e6b9ce0a63\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/a2a-transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","a2a-transactions"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Jan 2025 13:04:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"b925f04a0e731129"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250130000000000727\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"BOOK\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"94\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"organization\": {\n            \"legalName\": \"buckzy test child1 account \",\n            \"establishmentDate\": null,\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"debtorAccount\": {\n        \"reference\": \"94\",\n        \"account\": {\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"creditor\": {\n        \"organization\": {\n            \"legalName\": \"buckzy test account\",\n            \"establishmentDate\": null,\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"creditorAccount\": {\n        \"reference\": \"9\",\n        \"account\": {\n            \"type\": \"10\",\n            \"name\": \"Buckzy Master Account\",\n            \"accountNumber\": \"123456789\",\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"creditorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"USD\",\n        \"fromCountryCode\": \"US\",\n        \"toCurrencyCode\": \"USD\",\n        \"toCountryCode\": \"US\",\n        \"exchangeRate\": 1,\n        \"fxSpotId\": \"d5f35fc0-51ea-4e51-b3fa-50e6b9ce0a63\",\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC990\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": \"A2A\"\n    },\n    \"supplementaryData\": {\n        \"relationship\": null,\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"5ef9bbc7-811d-4439-a46a-bd70016f38e1\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0,\n        \"currencyCode\": \"USD\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-01-30T13:04:47.218Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"confirmedAt\": \"2025-01-30T13:04:47.417Z\",\n    \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n    \"direction\": \"Outbound\"\n}"},{"id":"eb6d5fbf-be1f-4fcc-aa7a-e69ffb9fb451","name":"A2A - Child to Parent (with Child access  token)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"externalTransfer\": false, //same hierarchy - false otherwise true\r\n    \"remarks\": \"A2A\",\r\n    \"senderAccountId\": 94, //required\r\n    \"receiverAccountId\": 9, //required\r\n    \"amount\": 1, //if you provide an fxSpotId, the amount for which the spot ID was generated will be used. You can either generate the fxSpotId for the amount you wish to transfer using the Get Spot Rate API, or skip providing it, in which case the system will generate it automatically.\r\n    \"fxSpotId\": \"d5f35fc0-51ea-4e51-b3fa-50e6b9ce0a63\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/a2a-transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","a2a-transactions"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Jan 2025 13:08:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"4f5e3c0e5e6106c7"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250130000000000729\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"BOOK\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"94\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"organization\": {\n            \"legalName\": \"buckzy test child1 account \",\n            \"establishmentDate\": null,\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"debtorAccount\": {\n        \"reference\": \"94\",\n        \"account\": {\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"creditor\": {\n        \"organization\": {\n            \"legalName\": \"buckzy test account\",\n            \"establishmentDate\": null,\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"creditorAccount\": {\n        \"reference\": \"9\",\n        \"account\": {\n            \"type\": \"10\",\n            \"name\": \"Buckzy Master Account\",\n            \"accountNumber\": \"123456789\",\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"creditorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"USD\",\n        \"fromCountryCode\": \"US\",\n        \"toCurrencyCode\": \"USD\",\n        \"toCountryCode\": \"US\",\n        \"exchangeRate\": 1,\n        \"fxSpotId\": \"d5f35fc0-51ea-4e51-b3fa-50e6b9ce0a63\",\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC990\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": \"A2A\"\n    },\n    \"supplementaryData\": {\n        \"relationship\": null,\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"15e40594-ec30-4c44-a918-1136439cf2a0\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0,\n        \"currencyCode\": \"USD\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-01-30T13:08:31.984Z\",\n    \"createdBy\": \"buckzytestaccountchild1entity1@gmail.com\",\n    \"confirmedAt\": \"2025-01-30T13:08:32.223Z\",\n    \"confirmedBy\": \"BUCKZYTESTACCOUNTCHILD1\",\n    \"direction\": \"Outbound\"\n}"},{"id":"18613e21-37fd-4a91-97b7-06abee794b2e","name":"A2A - To another Buckzy Customer (outside Hierarchy)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"externalTransfer\": true, //same hierarchy - false otherwise true for another Buckzy customer\r\n    \"remarks\": \"A2A\",\r\n    \"senderAccountId\": 9, //required\r\n    \"receiverAccountId\": 30, //required\r\n    \"amount\": 1, //if you provide an fxSpotId, the amount for which the spot ID was generated will be used. You can either generate the fxSpotId for the amount you wish to transfer using the Get Spot Rate API, or skip providing it, in which case the system will generate it automatically. \r\n    \"fxSpotId\": \"483fca76-22e0-4f9f-983c-a5e5b0d0dab4\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/a2a-transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","a2a-transactions"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Jan 2025 13:14:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"0279276093d8096e"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250130000000000733\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"BOOK_TRANSFER\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"9\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"organization\": {\n            \"legalName\": \"buckzy test account\",\n            \"establishmentDate\": null,\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"debtorAccount\": {\n        \"reference\": \"9\",\n        \"account\": {\n            \"type\": \"10\",\n            \"name\": \"Buckzy Master Account\",\n            \"accountNumber\": \"123456789\",\n            \"currencyCode\": \"USD\",\n            \"cardNumber\": \"123456789\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"creditor\": {\n        \"organization\": {\n            \"legalName\": \"buckzy test acc 5\",\n            \"establishmentDate\": null,\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"creditorAccount\": {\n        \"reference\": \"30\",\n        \"account\": {\n            \"name\": \"buckzy test acc 5 virtual\",\n            \"currencyCode\": \"USD\"\n        }\n    },\n    \"creditorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"US\"\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"USD\",\n        \"fromCountryCode\": null,\n        \"toCurrencyCode\": \"USD\",\n        \"toCountryCode\": \"US\",\n        \"exchangeRate\": 1,\n        \"fxSpotId\": \"483fca76-22e0-4f9f-983c-a5e5b0d0dab4\",\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC990\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": \"A2A\"\n    },\n    \"supplementaryData\": {\n        \"relationship\": null,\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"9c622a18-fe76-4dad-a351-4edb4639ac25\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 1.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 1.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"USD\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0.45,\n        \"currencyCode\": \"USD\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-01-30T13:14:52.797Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"confirmedAt\": \"2025-01-30T13:14:53.012Z\",\n    \"confirmedBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Outbound\"\n}"}],"_postman_id":"2df0e1a2-2b17-4f23-a2a8-51d612cb061e"}],"id":"3bca77bd-817f-4f0d-b089-aee571e8a68f","description":"<p>A2A transfers are mainly designed for customers to <strong>manage their liquidity</strong> between their multi-currency accounts, including parent and child accounts.</p>\n<p><strong>Why A2A when we have Single Payment (payout)?</strong> Single payments involve money leaving the Buckzy ecosystem and going to the receiver’s bank account. In contrast, A2A transfers keep the money within Buckzy and only involve ledger movements on our end.</p>\n","_postman_id":"3bca77bd-817f-4f0d-b089-aee571e8a68f"},{"name":"Documents for Transaction","item":[{"name":"Attach Document File","id":"cebddefd-53a7-42f5-a468-2565f1f46320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"documentFiles","description":"<p>Attach the file you want to upload</p>\n","type":"file","uuid":"4c621b09-f926-4b09-8421-e4e866624da2","src":"/C:/Users/panch/Downloads/test document1 (1).pdf"},{"key":"fileTp","value":"D028","description":"<p>Refer to Additional Information for the complete list of Document Type codes.</p>\n","type":"text","uuid":"a214c577-1928-447f-b2a2-4bd0d7aa0992"}]},"url":"{{apihost}}/v1/transactions/:transactionId/documents?apikey={{apikey}}","description":"<p>This request enables you to attach a file in PDF format to a transaction.</p>\n","urlObject":{"path":["v1","transactions",":transactionId","documents"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the transaction to which you wish to add document.</p>\n","type":"text/plain"},"type":"any","value":"3ef5940d-5ad9-4b76-b2b5-3d61e93adfb3","key":"transactionId"}]}},"response":[],"_postman_id":"cebddefd-53a7-42f5-a468-2565f1f46320"},{"name":"Get All Documents of a Transaction","id":"acb42c54-5797-4cd3-b444-0627ac3846cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/transactions/:transactionId/documents?apikey={{apikey}}","description":"<p>Returns the unique IDs and details of all documents associated with each specific transaction.</p>\n","urlObject":{"path":["v1","transactions",":transactionId","documents"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the transaction whose documents you wish to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"3ef5940d-5ad9-4b76-b2b5-3d61e93adfb3","key":"transactionId"}]}},"response":[],"_postman_id":"acb42c54-5797-4cd3-b444-0627ac3846cf"},{"name":"Update (Replace) Document","id":"04604688-56d7-4337-95fc-4b1f0f708675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>Attach the new file you want to upload and replace the old one associated with documentId passed in the Path Variables.</p>\n","type":"file","uuid":"736917d3-0194-4b02-814f-6b13c236498c","src":"/C:/Users/panch/Downloads/test document2.pdf"},{"key":"request","value":"{\"type\":\"D006\"}","type":"text","uuid":"01f9c0df-38c6-4101-b1f0-7dcc97f12ead","description":"<p>Refer to Additional Information for the complete list of Document Type codes.</p>\n"}]},"url":"{{apihost}}/v1/transactions/:transactionId/documents/:documentId??apikey={{apikey}}","description":"<p>This request replaces the file attached to a specific document ID provided in the path variable.</p>\n<p><a href=\"https://go.postman.co/workspace/Panchami's-Workspace~ec67a2c7-54a2-4894-8761-8686669c6ac6/documentation/34644703-8e5dfa28-ac73-48bb-853e-2a01b641fb08?entity=folder-da93c402-fd69-45e0-80d1-1eea8e5237b3\">See Additional Information for Document Type Codes</a></p>\n","urlObject":{"path":["v1","transactions",":transactionId","documents",":documentId"],"host":["{{apihost}}"],"query":[{"key":"?apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the transaction to which the document is attached.</p>\n","type":"text/plain"},"type":"string","value":"3ef5940d-5ad9-4b76-b2b5-3d61e93adfb3","key":"transactionId"},{"description":{"content":"<p>ID of the document for which you wish to replace the file</p>\n","type":"text/plain"},"type":"any","value":"","key":"documentId"}]}},"response":[],"_postman_id":"04604688-56d7-4337-95fc-4b1f0f708675"},{"name":"Update Document(base64)","id":"036ecc6e-e54d-4077-a359-4798702577ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"D010\", //Refer to Additional Information for the complete list of Document Type codes.\n    \"identifier\": null, //ID on the personal identification document.\n    \"state\": \"ON\",\n    \"fileName\": \"PR\",\n    \"countryCode\": \"CA\",\n    \"expiryDate\": \"2026-10-10\",\n    //Use these fields to upload the front and back of the personal identification document.\n    \"frontPhoto\": null, //Front side of the image encoded in Base64 binary format.\n    \"backPhoto\": null, //Back side of the image encoded in Base64 binary format.\n    //Use this field to upload a selfie image encoded in Base64 binary format.\n    \"selfiePhoto\": \"JVBERi0xLjQKJdPr6eEKMSAwIG9iago8PC9UaXRsZSAodGVzdCBkb2N1bWVudCkKL1Byb2R1Y2VyIChTa2lhL1BERiBtMTMzIEdvb2dsZSBEb2NzIFJlbmRlcmVyKT4+CmVuZG9iagozIDAgb2JqCjw8L2NhIDEKL0JNIC9Ob3JtYWw+PgplbmRvYmoKNCAwIG9iago8PC9GaWx0ZXIgL0ZsYXRlRGVjb2RlCi9MZW5ndGggODU+PiBzdHJlYW0KeJwzVDAAQl1DIGFuaaSQnMtVyKVnbgoWhdFAQUMFEAxyV4AwitK59N2NFdKLuUDyFoZmCoYGpmYKRalcaVyBaCaYG4EQITPMjEwUjAxgJgAAoIMdvwplbmRzdHJlYW0KZW5kb2JqCjIgMCBvYmoKPDwvVHlwZSAvUGFnZQovUmVzb3VyY2VzIDw8L1Byb2NTZXQgWy9QREYgL1RleHQgL0ltYWdlQiAvSW1hZ2VDIC9JbWFnZUldCi9FeHRHU3RhdGUgPDwvRzMgMyAwIFI+Pj4+Ci9NZWRpYUJveCBbMCAwIDYxMiA3OTJdCi9Db250ZW50cyA0IDAgUgovU3RydWN0UGFyZW50cyAwCi9UYWJzIC9TCi9QYXJlbnQgNSAwIFI+PgplbmRvYmoKNSAwIG9iago8PC9UeXBlIC9QYWdlcwovQ291bnQgMQovS2lkcyBbMiAwIFJdPj4KZW5kb2JqCjYgMCBvYmoKPDwvVHlwZSAvQ2F0YWxvZwovUGFnZXMgNSAwIFIKL1ZpZXdlclByZWZlcmVuY2VzIDw8L1R5cGUgL1ZpZXdlclByZWZlcmVuY2VzCi9EaXNwbGF5RG9jVGl0bGUgdHJ1ZT4+Ci9MYW5nIChlbik+PgplbmRvYmoKeHJlZgowIDcKMDAwMDAwMDAwMCA2NTUzNSBmIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwMDAyOTUgMDAwMDAgbiAKMDAwMDAwMDEwNCAwMDAwMCBuIAowMDAwMDAwMTQxIDAwMDAwIG4gCjAwMDAwMDA0OTIgMDAwMDAgbiAKMDAwMDAwMDU0NyAwMDAwMCBuIAp0cmFpbGVyCjw8L1NpemUgNwovUm9vdCA2IDAgUgovSW5mbyAxIDAgUj4+CnN0YXJ0eHJlZgo2NzUKJSVFT0YK\"\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/transactions/:transactionId/documents/:documentId?apikey={{apikey}}","description":"<p>This request updates the document details entered in the body of the request in the JSON form.</p>\n<p><a href=\"https://go.postman.co/workspace/Panchami's-Workspace~ec67a2c7-54a2-4894-8761-8686669c6ac6/documentation/34644703-8e5dfa28-ac73-48bb-853e-2a01b641fb08?entity=folder-da93c402-fd69-45e0-80d1-1eea8e5237b3\">See Additional Information for Document Type Codes</a></p>\n","urlObject":{"path":["v1","transactions",":transactionId","documents",":documentId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the transaction to which the document is attached.</p>\n","type":"text/plain"},"type":"any","value":"","key":"transactionId"},{"description":{"content":"<p>ID of the document whose details you wish to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"documentId"}]}},"response":[],"_postman_id":"036ecc6e-e54d-4077-a359-4798702577ac"},{"name":"Get Document by ID","id":"c990233c-8ffe-4c4b-a940-7d8cfc225021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{apihost}}/v1/transactions/:transactionId/documents/:documentId/file?apikey={{apikey}}","urlObject":{"path":["v1","transactions",":transactionId","documents",":documentId","file"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the transaction to which document is attached</p>\n","type":"text/plain"},"type":"any","value":"","key":"transactionId"},{"description":{"content":"<p>ID of the document whose details you wnat to download</p>\n","type":"text/plain"},"type":"any","value":"","key":"documentId"}]}},"response":[],"_postman_id":"c990233c-8ffe-4c4b-a940-7d8cfc225021"}],"id":"c4059b35-adc0-4e4e-b699-f1142fb9451d","description":"<p>Each transaction can have multiple documents attached to it. These documents act as additional proof for faster verification and preventing transactions from being placed on hold due to compliance issues.</p>\n","_postman_id":"c4059b35-adc0-4e4e-b699-f1142fb9451d"},{"name":"Deals","item":[{"name":"Get Quote","id":"7f089fa4-b7b2-4686-ac88-85804fcd2a0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sellCurrencyCode\": \"USD\", //refer to Additional Information for the complete list of codes\r\n    \"buyCurrencyCode\": \"INR\", //refer to Additional Information for the complete list of codes\r\n    \"sellAmount\": 1 // Or provide \"buyAmount\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/fx-quotes?apikey={{apikey}}","description":"<p>Fix a deal from your buckzy currency wallet to your desired currency at a fixed exchange rate. In order, to book the deal, you need to get a quote for the exchange rate and fix the deal in the book deal.</p>\n<p>To complete the transaction, you’ll need to obtain a quote for the exchange rate and then finalize the deal using the \"Book Deal\" function.</p>\n<p>Here are the steps to follow when using this endpoint:</p>\n<ul>\n<li><p>Enter your currency using the 3-character currency code in both the <em>sellCurrencyCode</em> and <em>buyCurrencyCode</em> fields.</p>\n</li>\n<li><p>Specify the amount you want to exchange from your currency account (the same as your sell currency) in the <em>sellAmount</em> field.</p>\n</li>\n<li><p>You can enter either the sender’s currency amount in the <em>sellAmount</em> field or the receiver’s currency amount in the <em>buyAmount</em> field. If you input an amount in one field, the other will automatically adjust based on the current exchange rate.</p>\n</li>\n</ul>\n<p>Note: The response will include a <em>quoteId</em>, which is valid for 30 seconds and should be used for the \"Book Deal\" endpoint.</p>\n","urlObject":{"path":["v1","fx-quotes"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"0b616224-aaeb-4516-8afd-6158bc42694d","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sellCurrencyCode\": \"USD\", //refer to Additional Information for the complete list of codes\r\n    \"buyCurrencyCode\": \"INR\", //refer to Additional Information for the complete list of codes\r\n    \"sellAmount\": 1 // Or provide \"buyAmount\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/fx-quotes?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","fx-quotes"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 18:53:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"dfe79a417d877f86"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"clientId\": \"BUCKZYTESTACCOUNT\",\n    \"sellCurrencyCode\": \"USD\",\n    \"buyCurrencyCode\": \"INR\",\n    \"buyAmount\": 68.34,\n    \"sellAmount\": 1,\n    \"cached\": false,\n    \"quoteId\": \"d6816d50-7aa7-4183-92cc-c33999273ca2\",\n    \"rate\": 68.34,\n    \"quotedAt\": \"2025-02-03T18:53:10.917Z\",\n    \"expiredAt\": \"2025-02-03T18:53:40.917Z\"\n}"}],"_postman_id":"7f089fa4-b7b2-4686-ac88-85804fcd2a0f"},{"name":"Book Deal","id":"f10d3457-4d03-4f2a-b6d7-2623fc5adf7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"dealReason\": \"User request\"//reason for a deal\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/fx-quotes/:quoteId?apikey={{apikey}}","description":"<p>This request allows to freeze a quote obtained in Get Quote API.</p>\n<p>Retrieve the <em>quoteId</em> from the response generated by the <em>Get Quote</em> endpoint and enter it in the <em>QuoteID</em> field. Please note that the <em>quoteId</em> is only valid for 30 seconds from the time the quote is generated. The amounts you wish to fix for the sender and receiver currencies should be specified in the <em>Get Quote</em> endpoint. The deal's expiry date will be provided in the response.</p>\n","urlObject":{"path":["v1","fx-quotes",":quoteId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>Get this ID from {{apihost}}/v1/fx-quotes?apikey={{apikey}}</p>\n","type":"text/plain"},"type":"any","value":"28145527-8001-4af2-895f-7872a13f69f0","key":"quoteId"}]}},"response":[{"id":"9d9ba043-d1e3-4665-b1b2-e6df63f78e66","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/fx-quotes/:quoteId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","fx-quotes",":quoteId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"quoteId","value":"28145527-8001-4af2-895f-7872a13f69f0","description":"Get this ID from {{apihost}}/v1/fx-quotes?apikey={{apikey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 19:00:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"ee6ee877bb6752c7"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"clientId\": \"BUCKZYTESTACCOUNT\",\n    \"sellCurrencyCode\": \"USD\",\n    \"buyCurrencyCode\": \"INR\",\n    \"buyAmount\": 68.34,\n    \"sellAmount\": 1,\n    \"cached\": false,\n    \"dealId\": 7,\n    \"committedAt\": \"2025-02-03T19:00:53.761Z\",\n    \"expiredAt\": \"2025-02-04T19:00:53.761Z\",\n    \"availableBalance\": 0,\n    \"balanceStatus\": \"Unpaid\",\n    \"status\": \"Confirmed\",\n    \"rate\": 68.34,\n    \"buyBalance\": 0,\n    \"unpaidBuyAmount\": 68.34,\n    \"sellBalance\": 0,\n    \"unpaidSellAmount\": 1,\n    \"transactedAmount\": 0,\n    \"active\": true,\n    \"closingAt\": \"2025-02-08T19:00:53.761Z\",\n    \"quote\": {\n        \"clientId\": \"BUCKZYTESTACCOUNT\",\n        \"sellCurrencyCode\": \"USD\",\n        \"buyCurrencyCode\": \"INR\",\n        \"buyAmount\": 68.34,\n        \"sellAmount\": 1,\n        \"cached\": false,\n        \"quoteId\": \"28145527-8001-4af2-895f-7872a13f69f0\",\n        \"rate\": 68.34,\n        \"quotedAt\": \"2025-02-03T19:00:37.006Z\",\n        \"expiredAt\": \"2025-02-03T19:01:07.006Z\"\n    }\n}"}],"_postman_id":"f10d3457-4d03-4f2a-b6d7-2623fc5adf7b"},{"name":"Fund Deal","id":"196b81d6-d7d0-43c6-b863-6c7c50df6ed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": \"1.00\",\r\n    \"source\": {\r\n        \"tp\": \"Account\",\r\n        \"id\": \"94\"//account ID of the account you want to purchase from\r\n    },\r\n    \"destination\": {\r\n        \"tp\": \"Account\",\r\n        \"id\": \"12\"//account ID of the account you wish to sell to\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/fx-deals/7:fund?apikey={{apikey}}","description":"<p>To fund a particular deal, you must fund the deal either partially or fully from the account balance of your sell amount currency.</p>\n","urlObject":{"path":["v1","fx-deals","7:fund"],"host":["{{apihost}}"],"query":[{"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[],"_postman_id":"196b81d6-d7d0-43c6-b863-6c7c50df6ed9"},{"name":"Get Deal","id":"d18d5aea-19c1-4458-9c45-7ba66d0d7759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/fx-deals/:dealId?apikey={{apikey}}","description":"<p>This request fetches details of all the deals booked by the customer. You can filter for a specific deal by the ID provided in the path variable.</p>\n","urlObject":{"path":["v1","fx-deals",":dealId"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the deal booked in {{apihost}}/v1/fx-quotes/:quoteId?apikey={{apikey}}</p>\n","type":"text/plain"},"type":"any","value":"7","key":"dealId"}]}},"response":[{"id":"99922f00-530a-4a98-b20a-903b04e5f879","name":"Get All Deals","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/fx-deals?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","fx-deals"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 19:17:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"a06631a16dd51012"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"clientId\": \"BUCKZYTESTACCOUNT\",\n            \"sellCurrencyCode\": \"USD\",\n            \"buyCurrencyCode\": \"INR\",\n            \"buyAmount\": 68.34,\n            \"sellAmount\": 1,\n            \"cached\": false,\n            \"dealId\": 7,\n            \"committedAt\": \"2025-02-03T19:00:53.761Z\",\n            \"expiredAt\": \"2025-02-04T19:00:54.000Z\",\n            \"availableBalance\": 0,\n            \"balanceStatus\": \"Unpaid\",\n            \"status\": \"Confirmed\",\n            \"rate\": 68.34,\n            \"buyBalance\": 0,\n            \"unpaidBuyAmount\": 68.34,\n            \"sellBalance\": 0,\n            \"unpaidSellAmount\": 1,\n            \"transactedAmount\": 0,\n            \"active\": true,\n            \"closingAt\": \"2025-02-08T19:00:53.761Z\",\n            \"quote\": {\n                \"clientId\": \"BUCKZYTESTACCOUNT\",\n                \"sellCurrencyCode\": \"USD\",\n                \"buyCurrencyCode\": \"INR\",\n                \"buyAmount\": 68.34,\n                \"sellAmount\": 1,\n                \"cached\": false,\n                \"quoteId\": \"28145527-8001-4af2-895f-7872a13f69f0\",\n                \"rate\": 68.34,\n                \"quotedAt\": \"2025-02-03T19:00:37.006Z\",\n                \"expiredAt\": \"2025-02-03T19:01:07.006Z\"\n            }\n        },\n        {\n            \"clientId\": \"BUCKZYTESTACCOUNT\",\n            \"sellCurrencyCode\": \"USD\",\n            \"buyCurrencyCode\": \"INR\",\n            \"buyAmount\": 68.34,\n            \"sellAmount\": 1,\n            \"cached\": false,\n            \"dealId\": 6,\n            \"committedAt\": \"2025-02-03T19:00:11.990Z\",\n            \"expiredAt\": \"2025-02-04T19:00:12.000Z\",\n            \"availableBalance\": 0,\n            \"balanceStatus\": \"Unpaid\",\n            \"status\": \"Confirmed\",\n            \"rate\": 68.34,\n            \"buyBalance\": 0,\n            \"unpaidBuyAmount\": 68.34,\n            \"sellBalance\": 0,\n            \"unpaidSellAmount\": 1,\n            \"transactedAmount\": 0,\n            \"active\": true,\n            \"closingAt\": \"2025-02-08T19:00:11.990Z\",\n            \"quote\": {\n                \"clientId\": \"BUCKZYTESTACCOUNT\",\n                \"sellCurrencyCode\": \"USD\",\n                \"buyCurrencyCode\": \"INR\",\n                \"buyAmount\": 68.34,\n                \"sellAmount\": 1,\n                \"cached\": false,\n                \"quoteId\": \"2b2facfb-97ba-4fdd-90bf-2d55a51dd23a\",\n                \"rate\": 68.34,\n                \"quotedAt\": \"2025-02-03T18:59:52.072Z\",\n                \"expiredAt\": \"2025-02-03T19:00:22.072Z\"\n            }\n        },\n        {\n            \"clientId\": \"BUCKZYTESTACCOUNT\",\n            \"sellCurrencyCode\": \"USD\",\n            \"buyCurrencyCode\": \"INR\",\n            \"buyAmount\": 68.34,\n            \"sellAmount\": 1,\n            \"cached\": false,\n            \"dealReason\": \"User request\",\n            \"dealId\": 5,\n            \"committedAt\": \"2025-02-03T18:59:09.900Z\",\n            \"expiredAt\": \"2025-02-04T18:59:10.000Z\",\n            \"availableBalance\": 0,\n            \"balanceStatus\": \"Unpaid\",\n            \"status\": \"Confirmed\",\n            \"rate\": 68.34,\n            \"buyBalance\": 0,\n            \"unpaidBuyAmount\": 68.34,\n            \"sellBalance\": 0,\n            \"unpaidSellAmount\": 1,\n            \"transactedAmount\": 0,\n            \"active\": true,\n            \"closingAt\": \"2025-02-08T18:59:09.900Z\",\n            \"quote\": {\n                \"clientId\": \"BUCKZYTESTACCOUNT\",\n                \"sellCurrencyCode\": \"USD\",\n                \"buyCurrencyCode\": \"INR\",\n                \"buyAmount\": 68.34,\n                \"sellAmount\": 1,\n                \"cached\": false,\n                \"quoteId\": \"fc299b90-25f4-4288-9205-7be366c8e66a\",\n                \"rate\": 68.34,\n                \"quotedAt\": \"2025-02-03T18:58:50.769Z\",\n                \"expiredAt\": \"2025-02-03T18:59:20.769Z\"\n            }\n        },\n        {\n            \"clientId\": \"BUCKZYTESTACCOUNT\",\n            \"sellCurrencyCode\": \"USD\",\n            \"buyCurrencyCode\": \"INR\",\n            \"buyAmount\": 6.84,\n            \"sellAmount\": 0.1,\n            \"cached\": false,\n            \"dealReason\": \"User request\",\n            \"dealId\": 4,\n            \"committedAt\": \"2025-02-03T18:54:09.707Z\",\n            \"expiredAt\": \"2025-02-04T18:54:10.000Z\",\n            \"availableBalance\": 0,\n            \"balanceStatus\": \"Unpaid\",\n            \"status\": \"Confirmed\",\n            \"rate\": 68.34,\n            \"buyBalance\": 0,\n            \"unpaidBuyAmount\": 6.84,\n            \"sellBalance\": 0,\n            \"unpaidSellAmount\": 0.1,\n            \"transactedAmount\": 0,\n            \"active\": true,\n            \"closingAt\": \"2025-02-08T18:54:09.707Z\",\n            \"quote\": {\n                \"clientId\": \"BUCKZYTESTACCOUNT\",\n                \"sellCurrencyCode\": \"USD\",\n                \"buyCurrencyCode\": \"INR\",\n                \"buyAmount\": 6.84,\n                \"sellAmount\": 0.1,\n                \"cached\": false,\n                \"quoteId\": \"71800f4d-1424-48c6-8c53-52192c18604c\",\n                \"rate\": 68.34,\n                \"quotedAt\": \"2025-02-03T18:54:06.770Z\",\n                \"expiredAt\": \"2025-02-03T18:54:36.770Z\"\n            }\n        },\n        {\n            \"clientId\": \"BUCKZYTESTACCOUNT\",\n            \"sellCurrencyCode\": \"CAD\",\n            \"buyCurrencyCode\": \"EUR\",\n            \"buyAmount\": 66.46,\n            \"sellAmount\": 100,\n            \"cached\": false,\n            \"dealReason\": \"User request\",\n            \"dealId\": 3,\n            \"committedAt\": \"2024-10-13T13:53:26.996Z\",\n            \"expiredAt\": \"2024-10-14T13:53:27.000Z\",\n            \"availableBalance\": 0,\n            \"balanceStatus\": \"Unpaid\",\n            \"status\": \"Expired\",\n            \"rate\": 0.6646,\n            \"buyBalance\": 0,\n            \"unpaidBuyAmount\": 66.46,\n            \"sellBalance\": 0,\n            \"unpaidSellAmount\": 100,\n            \"transactedAmount\": 0,\n            \"active\": false,\n            \"closingAt\": \"2024-10-18T13:53:26.996Z\",\n            \"quote\": {\n                \"clientId\": \"BUCKZYTESTACCOUNT\",\n                \"sellCurrencyCode\": \"CAD\",\n                \"buyCurrencyCode\": \"EUR\",\n                \"buyAmount\": 66.46,\n                \"sellAmount\": 100,\n                \"cached\": false,\n                \"quoteId\": \"c4f99dcf-be91-4830-aa10-b60381ba9504\",\n                \"rate\": 0.6646,\n                \"quotedAt\": \"2024-10-13T13:53:24.461Z\",\n                \"expiredAt\": \"2024-10-13T13:53:54.461Z\"\n            }\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": false,\n            \"sorted\": true,\n            \"empty\": false\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 10,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 5,\n    \"last\": true,\n    \"numberOfElements\": 5,\n    \"first\": true,\n    \"sort\": {\n        \"unsorted\": false,\n        \"sorted\": true,\n        \"empty\": false\n    },\n    \"size\": 10,\n    \"number\": 0,\n    \"empty\": false\n}"},{"id":"f4e5fb5a-f565-467e-a012-d07d6f5362ca","name":"Get Deal by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/fx-deals/:dealId?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","fx-deals",":dealId"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"dealId","value":"7","description":"ID of the deal booked in {{apihost}}/v1/fx-quotes/:quoteId?apikey={{apikey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 19:16:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"91e5f8757c813ce6"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"clientId\": \"BUCKZYTESTACCOUNT\",\n    \"sellCurrencyCode\": \"USD\",\n    \"buyCurrencyCode\": \"INR\",\n    \"buyAmount\": 68.34,\n    \"sellAmount\": 1,\n    \"cached\": false,\n    \"dealId\": 7,\n    \"committedAt\": \"2025-02-03T19:00:53.761Z\",\n    \"expiredAt\": \"2025-02-04T19:00:54.000Z\",\n    \"availableBalance\": 0,\n    \"balanceStatus\": \"Unpaid\",\n    \"status\": \"Confirmed\",\n    \"rate\": 68.34,\n    \"buyBalance\": 0,\n    \"unpaidBuyAmount\": 68.34,\n    \"sellBalance\": 0,\n    \"unpaidSellAmount\": 1,\n    \"transactedAmount\": 0,\n    \"active\": true,\n    \"closingAt\": \"2025-02-08T19:00:53.761Z\",\n    \"quote\": {\n        \"clientId\": \"BUCKZYTESTACCOUNT\",\n        \"sellCurrencyCode\": \"USD\",\n        \"buyCurrencyCode\": \"INR\",\n        \"buyAmount\": 68.34,\n        \"sellAmount\": 1,\n        \"cached\": false,\n        \"quoteId\": \"28145527-8001-4af2-895f-7872a13f69f0\",\n        \"rate\": 68.34,\n        \"quotedAt\": \"2025-02-03T19:00:37.006Z\",\n        \"expiredAt\": \"2025-02-03T19:01:07.006Z\"\n    }\n}"}],"_postman_id":"d18d5aea-19c1-4458-9c45-7ba66d0d7759"}],"id":"be577882-c094-4b0c-884e-e2bcbb4ec3c3","description":"<p>FX, or foreign exchange, is the conversion of one currency into another currency. It is a crucial aspect of international trade and investment, allowing businesses and individuals to convert one currency into another for cross-border transactions. The FX market is the largest financial market in the world, with trillions of dollars traded daily. To access the FX market, individuals and businesses typically work with financial institutions or brokers who provide them with access to the market and facilitate currency exchange transactions. APIs can also be used to automate FX transactions and provide real-time data and pricing information for currency pairs.</p>\n","_postman_id":"be577882-c094-4b0c-884e-e2bcbb4ec3c3"},{"name":"FX Management","item":[{"name":"Get Spot Rate","id":"00bd66e4-cb8c-482e-bd95-c8bf3f9bf81e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fromCurrencyCode\": \"USD\",//refer to Additional Information for the complete list of codes\r\n    \"toCurrencyCode\": \"USD\",//refer to Additional Information for the complete list of codes\r\n    \"sendingAmount\": 1,\r\n    \"receivingAmount\": null,\r\n    \"toCountryCode\": \"US\",//refer to Additional Information for the complete list of codes\r\n    \"calculationMethod\": \"Subtraction\" // options: Nothing, Addition and Subtraction \r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v2/fx?apikey={{apikey}} ","description":"<p>This request returns a fxSpotID which secures the spot rate for a brief period.</p>\n<h3 id=\"body-parameters\">BODY PARAMETERS</h3>\n<p><strong>fromCurrencyCode</strong> (string, required): 3-character currency code for the sending currency.<br /><strong>toCurrencyCo</strong>de (string, required): 3-character currency code for the receiving currency.<br /><strong>toCountryCode</strong> (string, required): 2-character country code for the receiving country.<br /><strong>sendingAmount</strong> (float): Amount the sender wants to transfer using the sending currency. You can include the sendingAmount or the receivingAmount in the request. If the sendingAmount is included, the receivingAmount will be calculated based on the exchange rate.<br /><strong>receivingAmount</strong> (float): Amount the recipient will receive in the receiving currency. You can include the sendingAmount or the receivingAmount in the request. If the receivingAmount is included, the sendingAmount will be calculated based on the exchange rate.<br /><strong>calculationMethod</strong> (string, required): Calculation method for the transaction fee. Possible values are Addition and Subtraction.</p>\n<p><strong>Addition</strong>: The transaction fee will be added to the sending amount. For example, let’s say the sender wants to transfer $1000 in the sending currency and the transaction fee is $10. This means that $1010 will be withdrawn from the sender’s account. $1000 from this amount will be converted to the sending currency and sent to the receiver.</p>\n<p><strong>Subtraction</strong>: The transaction fee is deducted from the sending amount. For example, let’s say the sender wants to transfer $1000 in the sending currency and the transaction fee is $10. This means that $990 will be withdrawn from the sender’s account. This amount will be converted to the sending currency and sent to the receiver.</p>\n<p><strong>Nothing</strong>: By default the transaction fee gets added to the sending side.</p>\n<h3 id=\"response-parameters\">RESPONSE PARAMETERS</h3>\n<p><strong>fromCurrencyCode</strong> (string): The currency code of the sending amount.<br /><strong>toCurrencyCode</strong> (string): The currency code of the receiving amount.<br /><strong>toCountryCode</strong> (string): The country code of the receiving country.<br /><strong>sendingAmount</strong> (number): The amount being sent in the original currency.<br /><strong>convertingAmount</strong> (number): The amount is converted to the receiving currency, before fees.<br /><strong>receivingAmount</strong> (number): The amount received in the receiving currency, after fees.<br /><strong>calculationMethod</strong> (string): The method used to calculate the exchange rate, such as \"Addition\" or<br />\"Subtraction\".</p>\n<p><strong>disbursementAmount</strong> : Payment Method<br /><strong>fxSpotId</strong> (string): A unique identifier for the foreign exchange spot transaction.<br /><strong>exchangeRate</strong> (number): The exchange rate used to convert the sending amount to the receiving<br />amount.<br /><strong>fee</strong> (object): An object representing the fees associated with the transaction.<br />currencyCode (string): The currency code in which the fees are paid.<br />totalAmount (number): The total amount of fees charged.<br />serviceAmount (number): The amount of fees charged for service.<br />fundingAmount (number): The amount of fees charged for funding.<br />disbursementAmount (number): The amount of fees charged for disbursement.</p>\n<p>taxAmount (number): Tax<br />buckzy (object): An object representing the fees charged by the Buckzy service, if applicable.<br />serviceFee (number): The amount of fees charged by Buckzy for service.<br />fundingAmount (number): The amount of fees charged by Buckzy for funding.<br />disbursementAmount (number): The amount of fees charged by Buckzy for<br />disbursement.<br />partner (object): An object representing the fees charged by a partner, if applicable.</p>\n<p>serviceFee (number): The amount of fees charged by the partner for service.<br />fundingAmount (number): The amount of fees charged by the partner for funding.<br />disbursementAmount (number): The amount of fees charged by the partner for<br />disbursement.</p>\n<p><strong>effectiveUntil</strong> (string): the date and time until which the exchange rate is valid.</p>\n","urlObject":{"path":["v2","fx"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}} "}],"variable":[]}},"response":[{"id":"c28a0b63-12e4-4c9f-bc4c-ebab9ab02bad","name":"Response - Calculation Method Addition","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fromCurrencyCode\": \"USD\",//refer to Additional Information for the complete list of codes\r\n    \"toCurrencyCode\": \"USD\",//refer to Additional Information for the complete list of codes\r\n    \"sendingAmount\": 1,\r\n    \"receivingAmount\": null,\r\n    \"toCountryCode\": \"US\",//refer to Additional Information for the complete list of codes\r\n    \"calculationMethod\": \"Addition\" // options: Nothing, Addition and Subtraction \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://buckzypaymentsinc-dev.apigee.net/sbox_rebuild_api/v2/fx?apikey=YwaTauxpAeTMPlAk8AaNhxEgRflxx9FM","protocol":"https","host":["buckzypaymentsinc-dev","apigee","net"],"path":["sbox_rebuild_api","v2","fx"],"query":[{"key":"apikey","value":"YwaTauxpAeTMPlAk8AaNhxEgRflxx9FM","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 18:28:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"147f701c1508ff34"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromCurrencyCode\": \"USD\",\n    \"toCurrencyCode\": \"USD\",\n    \"toCountryCode\": \"US\",\n    \"sendingAmount\": 1.45,\n    \"convertingAmount\": 1,\n    \"receivingAmount\": 1,\n    \"calculationMethod\": \"Addition\",\n    \"disbursementMethod\": \"ACH\",\n    \"clientId\": \"BUCKZYTESTACCOUNT\",\n    \"fxSpotId\": \"ddaa4dd3-a2cb-45ff-9812-c388c08e8227\",\n    \"exchangeRate\": 1,\n    \"fee\": {\n        \"currencyCode\": \"USD\",\n        \"totalAmount\": 0.45,\n        \"serviceAmount\": 0.45,\n        \"fundingAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"taxAmount\": 0,\n        \"buckzy\": {\n            \"serviceFee\": 0.2,\n            \"fundingAmount\": 0,\n            \"disbursementAmount\": 0,\n            \"tax\": 0\n        },\n        \"partner\": {\n            \"serviceFee\": 0.25,\n            \"fundingAmount\": 0,\n            \"disbursementAmount\": 0\n        }\n    },\n    \"effectiveUntil\": \"2025-02-04T18:28:45.249Z\",\n    \"totalAmountDue\": 1.45\n}"},{"id":"825467fc-3b8b-49c3-a97e-98f5e4ebc3be","name":"Response - Calculation Method Nothing","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fromCurrencyCode\": \"USD\",//refer to Additional Information for the complete list of codes\r\n    \"toCurrencyCode\": \"USD\",//refer to Additional Information for the complete list of codes\r\n    \"sendingAmount\": 1,\r\n    \"receivingAmount\": null,\r\n    \"toCountryCode\": \"US\",//refer to Additional Information for the complete list of codes\r\n    \"calculationMethod\": \"Nothing\" // options: Nothing, Addition and Subtraction \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v2/fx?apikey={{apikey}} ","host":["{{apihost}}"],"path":["v2","fx"],"query":[{"key":"apikey","value":"{{apikey}} ","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 19:34:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"9c9e05988bc239c0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromCurrencyCode\": \"USD\",\n    \"toCurrencyCode\": \"USD\",\n    \"toCountryCode\": \"US\",\n    \"sendingAmount\": 1,\n    \"convertingAmount\": 1,\n    \"receivingAmount\": 1,\n    \"calculationMethod\": \"Nothing\",\n    \"disbursementMethod\": \"ACH\",\n    \"clientId\": \"BUCKZYTESTACCOUNT\",\n    \"fxSpotId\": \"1ec7b7dd-85c1-4b23-b10e-82ea629a1a62\",\n    \"exchangeRate\": 1,\n    \"fee\": {\n        \"currencyCode\": \"USD\",\n        \"totalAmount\": 0.45,\n        \"serviceAmount\": 0.45,\n        \"fundingAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"taxAmount\": 0,\n        \"buckzy\": {\n            \"serviceFee\": 0.2,\n            \"fundingAmount\": 0,\n            \"disbursementAmount\": 0,\n            \"tax\": 0\n        },\n        \"partner\": {\n            \"serviceFee\": 0.25,\n            \"fundingAmount\": 0,\n            \"disbursementAmount\": 0\n        }\n    },\n    \"effectiveUntil\": \"2025-02-04T19:34:28.720Z\",\n    \"totalAmountDue\": 1.45\n}"},{"id":"d83c2bc1-f643-4caf-b9d1-f5d17e370190","name":"Response - Calculation Method Subtraction","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fromCurrencyCode\": \"USD\",//refer to Additional Information for the complete list of codes\r\n    \"toCurrencyCode\": \"USD\",//refer to Additional Information for the complete list of codes\r\n    \"sendingAmount\": 1,\r\n    \"receivingAmount\": null,\r\n    \"toCountryCode\": \"US\",//refer to Additional Information for the complete list of codes\r\n    \"calculationMethod\": \"Subtraction\" // options: Nothing, Addition and Subtraction \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v2/fx?apikey={{apikey}} ","host":["{{apihost}}"],"path":["v2","fx"],"query":[{"key":"apikey","value":"{{apikey}} ","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 19:34:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"14d3bef97133540a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"fromCurrencyCode\": \"USD\",\n    \"toCurrencyCode\": \"USD\",\n    \"toCountryCode\": \"US\",\n    \"sendingAmount\": 1,\n    \"convertingAmount\": 0.55,\n    \"receivingAmount\": 0.55,\n    \"calculationMethod\": \"Subtraction\",\n    \"disbursementMethod\": \"ACH\",\n    \"clientId\": \"BUCKZYTESTACCOUNT\",\n    \"fxSpotId\": \"ca7cbf70-7c3c-426a-b4b2-f05475d8669d\",\n    \"exchangeRate\": 1,\n    \"fee\": {\n        \"currencyCode\": \"USD\",\n        \"totalAmount\": 0.45,\n        \"serviceAmount\": 0.45,\n        \"fundingAmount\": 0,\n        \"disbursementAmount\": 0,\n        \"taxAmount\": 0,\n        \"buckzy\": {\n            \"serviceFee\": 0.2,\n            \"fundingAmount\": 0,\n            \"disbursementAmount\": 0,\n            \"tax\": 0\n        },\n        \"partner\": {\n            \"serviceFee\": 0.25,\n            \"fundingAmount\": 0,\n            \"disbursementAmount\": 0\n        }\n    },\n    \"effectiveUntil\": \"2025-02-04T19:34:52.248Z\",\n    \"totalAmountDue\": 1\n}"}],"_postman_id":"00bd66e4-cb8c-482e-bd95-c8bf3f9bf81e"}],"id":"292b5298-79d0-4981-a58a-ba3a1433612a","_postman_id":"292b5298-79d0-4981-a58a-ba3a1433612a","description":""},{"name":"Payin Transactions","item":[{"name":"UPI","item":[{"name":"initiateUPITransaction","id":"8342e176-09f0-496d-9241-54b544844b84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"UPI\"\r\n    },\r\n    \"debtor\": {\r\n        \"person\": {\r\n            \"firstName\": \"Felix\",\r\n            \"lastName\": \"Do\",\r\n            \"birthDate\": \"1985-02-19\",\r\n            \"postalAddress\": {\r\n                \"addressLine1\": \"Abc Street\",\r\n                \"postalCode\": \"543299\",\r\n                \"province\": \"KL\",\r\n                \"city\": \"Kochi\",\r\n                \"country\": \"IN\"\r\n            },\r\n            \"contactDetail\": {\r\n                \"mobileNumber\": \"919999999999\",\r\n                \"emailAddress\": \"sabpaisaupi3@gmail.com\"\r\n            }\r\n           \r\n        }\r\n    },\r\n    \"debtorAccount\": {\r\n        \"account\": {\r\n            \"currencyCode\": \"INR\"           \r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"IN\"\r\n    },\r\n\r\n    \"creditorAccount\": {\r\n        \"reference\": \"2182\"\t\t\t// Account ID of your INR Collection Account, This is a fix value and Buckzy Operation team will provide it\r\n    },\r\n    \"creditorAgent\": {\r\n        \"countryCode\": \"IN\"\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": 1,\r\n        \"currencyCode\": \"INR\"\r\n    }\r\n \r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/payin-transactions?apikey={{apikey}}","urlObject":{"path":["v1","payin-transactions"],"host":["{{host}}"],"query":[{"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"bfc5e431-086e-4cb4-b5dc-d547e2a2a755","name":"BusinessDebtor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"UPI\"\r\n    },\r\n     \"debtor\": {\r\n        \"organization\": {\r\n            \"legalName\": \"ABC pvt ltd\",\r\n            \"registrationNumber\": \"864702492R\",\r\n            \"establishmentDate\": \"1985-02-19\",\r\n            \"postalAddress\": {\r\n                \"addressLine1\": \"Abc Street\",\r\n                \"postalCode\": \"543299\",\r\n                \"province\": \"KL\",\r\n                \"city\": \"Kochi\",\r\n                \"country\": \"IN\"\r\n            },\r\n            \"contactDetail\": {\r\n                \"mobileNumber\": \"919999999999\",\r\n                \"emailAddress\": \"sabpaisaupi3@gmail.com\"\r\n            }\r\n           \r\n        }\r\n    },\r\n    \"debtorAccount\": {\r\n        \"account\": {\r\n            \"currencyCode\": \"INR\"           \r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"IN\"\r\n    },\r\n\r\n    \"creditorAccount\": {\r\n        \"reference\": \"2182\"\t\t\t// Account ID of your INR Collection Account, This is a fix value and Buckzy Operation team will provide it\r\n    },\r\n    \"creditorAgent\": {\r\n        \"countryCode\": \"IN\"\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": 1,\r\n        \"currencyCode\": \"INR\"\r\n    }\r\n \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/v1/payin-transactions?apikey={{apikey}}","host":["{{host}}"],"path":["v1","payin-transactions"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"90614dac-5a96-49d3-a7fe-9426f4cd7823","name":"RegisteredDebtor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"UPI\"\r\n    },\r\n \"debtor\": {\r\n        \"reference\": 1820\r\n    },\r\n    \"debtorAccount\": {\r\n        \"account\": {\r\n            \"currencyCode\": \"INR\"           \r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"IN\"\r\n    },\r\n\r\n    \"creditorAccount\": {\r\n        \"reference\": \"2182\"\t\t\t// Account ID of your INR Collection Account, This is a fix value and Buckzy Operation team will provide it\r\n    },\r\n    \"creditorAgent\": {\r\n        \"countryCode\": \"IN\"\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": 1,\r\n        \"currencyCode\": \"INR\"\r\n    }\r\n \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/v1/payin-transactions?apikey={{apikey}}","host":["{{host}}"],"path":["v1","payin-transactions"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8342e176-09f0-496d-9241-54b544844b84"},{"name":"getUPITransactionLink","id":"a10f755a-af69-4d79-94cc-f804fe79f42a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/v2/transactions/74c667b5-c993-460c-ae28-b6f3d41b8d5b?apikey={{apikey}}","urlObject":{"path":["v2","transactions","74c667b5-c993-460c-ae28-b6f3d41b8d5b"],"host":["{{host}}"],"query":[{"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[],"_postman_id":"a10f755a-af69-4d79-94cc-f804fe79f42a"}],"id":"c6f5534c-0072-47db-9544-1e6dc656f093","_postman_id":"c6f5534c-0072-47db-9544-1e6dc656f093","description":""},{"name":"Get Fund Accounts","id":"040f9f62-08bf-4bfe-b818-735a42077dfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/accounts/:mainAccountId/fund-accounts?apikey={{apikey}}","urlObject":{"path":["v1","accounts",":mainAccountId","fund-accounts"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>ID of the Main Account</p>\n","type":"text/plain"},"type":"any","value":"12","key":"mainAccountId"}]}},"response":[{"id":"f6a620f9-4c2a-4e47-8086-187d67786c49","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/accounts/:mainAccountId/fund-accounts?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","accounts",":mainAccountId","fund-accounts"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"mainAccountId","value":"12","description":"ID of the Main Account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 20:30:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"80e8e2a8e121455c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": 52,\n        \"currencyCode\": \"INR\",\n        \"financialInstitutionDetails\": {\n            \"id\": 5,\n            \"tp\": null,\n            \"swiftCode\": \"241\",\n            \"routingNumber\": \"86465456\",\n            \"name\": \"Buckzy\",\n            \"accountNumber\": \"12344567\",\n            \"accountName\": \"Buckzy INR Master\",\n            \"bankCode\": null,\n            \"countryCode\": \"IN\",\n            \"address\": {\n                \"addressLine1\": \"123\",\n                \"addressLine2\": null,\n                \"addressLine3\": null,\n                \"postalCode\": \"110019\",\n                \"city\": \"MUMBAI\",\n                \"province\": \"MH\",\n                \"country\": \"IN\"\n            }\n        },\n        \"active\": true,\n        \"fundAccountId\": 12\n    }\n]"}],"_postman_id":"040f9f62-08bf-4bfe-b818-735a42077dfb"},{"name":"Initiate Payin","id":"2930b6e2-5226-4670-a985-a51db203f3ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instructionId\": 123445, // Instruction Id of the transaction\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"ACH\", //payment method\r\n        \"gatewayReference\": null //network trace number\r\n    },\r\n    \"debtor\": {\r\n        \"person\": {\r\n            \"postalAddress\": {\r\n                \"addressLine1\": \"6670 Fountain Avenue\", //required\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"city\": \"Santa Clara\", //required\r\n                \"province\": \"CA\", //required only for US & CA\r\n                \"country\": \"US\", //required\r\n                \"postalCode\": \"95051\"\r\n            },\r\n            \"firstName\": \"John\",\r\n            \"middleName\": \"Smith\",\r\n            \"lastName\": \"Doe\"\r\n        }\r\n    },\r\n    \"debtorAccount\": {\r\n        \"account\": {\r\n            \"currencyCode\": \"INR\",//required\r\n            \"accountNumber\": \"1111111111\" //account number\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"type\": \"BANK\",\r\n        \"name\": \"MNO Bank\", //bank name\r\n        \"memberId\": \"PUNB0123456\", //BIC/IFS Code/Routing Number\r\n        \"countryCode\": \"CA\"\r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 52 //Account Id\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": 1,\r\n        \"currencyCode\": \"INR\"//required\r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": null //additional remarks\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apihost}}/v1/payin-transactions?apikey={{apikey}}","urlObject":{"path":["v1","payin-transactions"],"host":["{{apihost}}"],"query":[{"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"268f8cee-1697-423d-8c9d-eaaf47e787b0","name":"Manual Payin (Debtor - Organization)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \"instructionId\": 12345,// Instruction Id of the transaction\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"ACH\", //payment method\r\n        \"gatewayReference\": null //network trace number\r\n    },\r\n    \"debtor\": {\r\n        \"organization\": {\r\n            \"legalName\": \"General Corp\",\r\n            \"postalAddress\": {\r\n                \"addressLine1\": \"6670 Fountain Avenue\", //required\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"city\": \"Santa Clara\", //required\r\n                \"province\": \"CA\", //required only for US & CA\r\n                \"country\": \"US\", //required\r\n                \"postalCode\": \"95051\"\r\n            }\r\n        }\r\n    },\r\n    \"debtorAccount\": {\r\n        \"account\": {\r\n            \"currencyCode\": \"INR\",//required\r\n            \"accountNumber\": \"1111111111\" //account number\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"type\": \"BANK\",\r\n        \"name\": \"MNO Bank\", //bank name\r\n        \"memberId\": \"PUNB0123456\", //BIC/IFS Code/Routing Number\r\n        \"countryCode\": \"CA\"\r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 52 //Account Id\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": 1,\r\n        \"currencyCode\": \"INR\"//required\r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": null //additional remarks\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/payin-transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","payin-transactions"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 20:54:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"7902b2a14bd4f724"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250203000000000766\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"ACH\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": null,\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": null,\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"organization\": {\n            \"legalName\": \"General Corp\",\n            \"establishmentDate\": null,\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"debtorAccount\": {\n        \"account\": {\n            \"accountNumber\": \"1111111111\",\n            \"currencyCode\": \"INR\"\n        }\n    },\n    \"debtorAgent\": {\n        \"type\": \"BANK\",\n        \"name\": \"MNO Bank\",\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"CA\",\n        \"memberId\": \"PUNB0123456\"\n    },\n    \"creditor\": {\n        \"organization\": {\n            \"legalName\": \"buckzy test account\",\n            \"lineOfBusiness\": \"L104\",\n            \"registrationNumber\": \"12345\",\n            \"establishmentDate\": \"2024-09-10\",\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"creditorAccount\": {\n        \"reference\": \"52\",\n        \"account\": {\n            \"type\": \"8\",\n            \"name\": \"Buckzy INR Master\",\n            \"accountNumber\": \"12344567\",\n            \"currencyCode\": \"INR\"\n        }\n    },\n    \"creditorAgent\": {\n        \"type\": \"BANK\",\n        \"countryCode\": \"IN\"\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"INR\",\n        \"fromCountryCode\": null,\n        \"toCurrencyCode\": \"INR\",\n        \"toCountryCode\": null,\n        \"exchangeRate\": null,\n        \"fxSpotId\": null,\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": null\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": null\n    },\n    \"supplementaryData\": {\n        \"relationship\": null,\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"4c90bc85-5b8f-4a9e-bb73-865a55b5ee6d\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0,\n        \"currencyCode\": \"INR\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-02-03T20:54:01.645Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Inbound\",\n    \"redirectionUrl\": \"\",\n    \"otp\": \"uiHQMymCEC6mGrrf6MbVtAtKMdYB9bCUJw5fVqM3XPdJZWxtrrB/3WOM18xvspfX\"\n}"},{"id":"4e405622-b9bb-4f7a-b820-f5c3df1acccd","name":"Manual Payin (Debtor - Individual)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instructionId\": 123445, // Instruction Id of the transaction\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"ACH\", //payment method\r\n        \"gatewayReference\": null //network trace number\r\n    },\r\n    \"debtor\": {\r\n        \"person\": {\r\n            \"postalAddress\": {\r\n                \"addressLine1\": \"6670 Fountain Avenue\", //required\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"city\": \"Santa Clara\", //required\r\n                \"province\": \"CA\", //required only for US & CA\r\n                \"country\": \"US\", //required\r\n                \"postalCode\": \"95051\"\r\n            },\r\n            \"firstName\": \"John\",\r\n            \"middleName\": \"Smith\",\r\n            \"lastName\": \"Doe\"\r\n        }\r\n    },\r\n    \"debtorAccount\": {\r\n        \"account\": {\r\n            \"currencyCode\": \"INR\",//required\r\n            \"accountNumber\": \"1111111111\" //account number\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"type\": \"BANK\",\r\n        \"name\": \"MNO Bank\", //bank name\r\n        \"memberId\": \"PUNB0123456\", //BIC/IFS Code/Routing Number\r\n        \"countryCode\": \"CA\"\r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 52 //Account Id\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": 1,\r\n        \"currencyCode\": \"INR\"//required\r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": null //additional remarks\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/payin-transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","payin-transactions"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 21:12:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"685f0179e4d6d596"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"123445\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"ACH\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": null,\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": null,\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"person\": {\n            \"firstName\": \"John\",\n            \"middleName\": \"Smith\",\n            \"lastName\": \"Doe\",\n            \"fatherName\": null,\n            \"occupation\": null,\n            \"birthDate\": null,\n            \"countryOfBirth\": null,\n            \"countryOfResidence\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"debtorAccount\": {\n        \"account\": {\n            \"accountNumber\": \"1111111111\",\n            \"currencyCode\": \"INR\"\n        }\n    },\n    \"debtorAgent\": {\n        \"type\": \"BANK\",\n        \"name\": \"MNO Bank\",\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"CA\",\n        \"memberId\": \"PUNB0123456\"\n    },\n    \"creditor\": {\n        \"organization\": {\n            \"legalName\": \"buckzy test account\",\n            \"lineOfBusiness\": \"L104\",\n            \"registrationNumber\": \"12345\",\n            \"establishmentDate\": \"2024-09-10\",\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"creditorAccount\": {\n        \"reference\": \"52\",\n        \"account\": {\n            \"type\": \"8\",\n            \"name\": \"Buckzy INR Master\",\n            \"accountNumber\": \"12344567\",\n            \"currencyCode\": \"INR\"\n        }\n    },\n    \"creditorAgent\": {\n        \"type\": \"BANK\",\n        \"countryCode\": \"IN\"\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"INR\",\n        \"fromCountryCode\": null,\n        \"toCurrencyCode\": \"INR\",\n        \"toCountryCode\": null,\n        \"exchangeRate\": null,\n        \"fxSpotId\": null,\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": null\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": null\n    },\n    \"supplementaryData\": {\n        \"relationship\": null,\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"08f37c53-7ba0-438f-819f-30282a5e5c66\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0,\n        \"currencyCode\": \"INR\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-02-03T21:12:45.802Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Inbound\",\n    \"redirectionUrl\": \"\",\n    \"otp\": \"uiHQMymCEC6mGrrf6MbVtAtKMdYB9bCUJw5fVqM3XPdUJsjGIELMSH5TkhJLy9k0\"\n}"},{"id":"437c6c7a-d60b-4185-b329-c4e83ee49ecd","name":"Initiate Payin - UPI","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instructionId\": 1234487995, // Instruction Id of the transaction\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"UPI\", //payment method\r\n        \"gatewayReference\": null //network trace number\r\n    },\r\n    \"debtor\": {\r\n        \"person\": {\r\n            \"postalAddress\": {\r\n                \"addressLine1\": \"6670 Fountain Avenue\", //required\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"city\": \"Santa Clara\", //required\r\n                \"province\": \"CA\", //required only for US & CA\r\n                \"country\": \"US\", //required\r\n                \"postalCode\": \"95051\"\r\n            },\r\n            \"firstName\": \"John\",\r\n            \"middleName\": \"Smith\",\r\n            \"lastName\": \"Doe\"\r\n        }\r\n    },\r\n    \"debtorAccount\": {\r\n        \"account\": {\r\n            \"currencyCode\": \"INR\",\r\n            \"accountNumber\": \"upiidusedtopay@okhdfcbank\" //UPI ID\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"CA\"\r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 52 //Account Id\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": 1,\r\n        \"currencyCode\": \"INR\"\r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": null //additional remarks\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/payin-transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","payin-transactions"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 21:21:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"400becbcfefa18db"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"1234487995\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"UPI\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": null,\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": null,\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"person\": {\n            \"firstName\": \"John\",\n            \"middleName\": \"Smith\",\n            \"lastName\": \"Doe\",\n            \"fatherName\": null,\n            \"occupation\": null,\n            \"birthDate\": null,\n            \"countryOfBirth\": null,\n            \"countryOfResidence\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"debtorAccount\": {\n        \"account\": {\n            \"accountNumber\": \"upiidusedtopay@okhdfcbank\",\n            \"currencyCode\": \"INR\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"CA\"\n    },\n    \"creditor\": {\n        \"organization\": {\n            \"legalName\": \"buckzy test account\",\n            \"lineOfBusiness\": \"L104\",\n            \"registrationNumber\": \"12345\",\n            \"establishmentDate\": \"2024-09-10\",\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"creditorAccount\": {\n        \"reference\": \"52\",\n        \"account\": {\n            \"type\": \"8\",\n            \"name\": \"Buckzy INR Master\",\n            \"accountNumber\": \"12344567\",\n            \"currencyCode\": \"INR\"\n        }\n    },\n    \"creditorAgent\": {\n        \"type\": \"BANK\",\n        \"countryCode\": \"IN\"\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"INR\",\n        \"fromCountryCode\": null,\n        \"toCurrencyCode\": \"INR\",\n        \"toCountryCode\": null,\n        \"exchangeRate\": null,\n        \"fxSpotId\": null,\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": null\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": null\n    },\n    \"supplementaryData\": {\n        \"relationship\": null,\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"ed4ea538-22ac-4da2-9f69-eaf34bdf92c0\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0,\n        \"currencyCode\": \"INR\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-02-03T21:21:04.742Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Inbound\",\n    \"redirectionUrl\": \"\",\n    \"otp\": \"uiHQMymCEC6mGrrf6MbVtAtKMdYB9bCUJw5fVqM3XPdRu/QlOE/wLmBEQVmVou3i\"\n}"},{"id":"e340bf3d-d0f3-4ee5-beeb-b6368e6fd7ac","name":"Initiate Payin - Debitcard","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instructionId\": 8888, // Instruction Id of the transaction\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"DebitCard\", //payment method\r\n        \"gatewayReference\": null //network trace number\r\n    },\r\n    \"debtor\": {\r\n        \"person\": {\r\n            \"postalAddress\": {\r\n                \"addressLine1\": \"6670 Fountain Avenue\", //required\r\n                \"addressLine2\": null,\r\n                \"addressLine3\": null,\r\n                \"city\": \"Santa Clara\", //required\r\n                \"province\": \"CA\", //required only for US & CA\r\n                \"country\": \"US\", //required\r\n                \"postalCode\": \"95051\"\r\n            },\r\n            \"firstName\": \"John\",\r\n            \"middleName\": \"Smith\",\r\n            \"lastName\": \"Doe\"\r\n        }\r\n    },\r\n    \"debtorAccount\": {\r\n        \"account\": {\r\n            \"currencyCode\": \"INR\"\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"CA\"\r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 52 //Account Id\r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": 1,\r\n        \"currencyCode\": \"INR\"\r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": null //additional remarks\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/payin-transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","payin-transactions"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 21:33:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"fe88e5577493e7c2"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"8888\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"DebitCard\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": null,\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": null,\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"person\": {\n            \"firstName\": \"John\",\n            \"middleName\": \"Smith\",\n            \"lastName\": \"Doe\",\n            \"fatherName\": null,\n            \"occupation\": null,\n            \"birthDate\": null,\n            \"countryOfBirth\": null,\n            \"countryOfResidence\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"debtorAccount\": {\n        \"account\": {\n            \"currencyCode\": \"INR\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"CA\"\n    },\n    \"creditor\": {\n        \"organization\": {\n            \"legalName\": \"buckzy test account\",\n            \"lineOfBusiness\": \"L104\",\n            \"registrationNumber\": \"12345\",\n            \"establishmentDate\": \"2024-09-10\",\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"creditorAccount\": {\n        \"reference\": \"52\",\n        \"account\": {\n            \"type\": \"8\",\n            \"name\": \"Buckzy INR Master\",\n            \"accountNumber\": \"12344567\",\n            \"currencyCode\": \"INR\"\n        }\n    },\n    \"creditorAgent\": {\n        \"type\": \"BANK\",\n        \"countryCode\": \"IN\"\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"INR\",\n        \"fromCountryCode\": null,\n        \"toCurrencyCode\": \"INR\",\n        \"toCountryCode\": null,\n        \"exchangeRate\": null,\n        \"fxSpotId\": null,\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": null\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": null\n    },\n    \"supplementaryData\": {\n        \"relationship\": null,\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"a8a6371d-ae20-497d-8719-d01ea9acbfdb\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"INR\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0,\n        \"currencyCode\": \"INR\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-02-03T21:33:20.021Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Inbound\",\n    \"redirectionUrl\": \"\",\n    \"otp\": \"uiHQMymCEC6mGrrf6MbVtFXBvFSorysUcY7J4WBdyo8baq790xdpQ3ft/dxCtdiB\"\n}"},{"id":"d2438f2b-6a77-4b7f-acbe-5bb86001f27a","name":"Initiate Payin - PIXQR Non Registered Debtor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// PIX Payin rules:\r\n// - Debtor must have a valid CPF and a Brazilian bank account supporting PIX.\r\n// - Not allowed: Non-Brazilian debtor with non-Brazilian document.\r\n// - Allowed: Non-Brazilian debtor with valid Brazilian document (CPF)\r\n\r\n\r\n{\r\n    \"instructionId\": null, // Instruction Id of the transaction\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"PIXQR\", //required - payment method\r\n        \"gatewayId\": null,\r\n        \"gatewayReference\": null,\r\n        \"gateway\": null\r\n    },\r\n    \"debtor\": {\r\n        //   \"reference\": party_id // If the party is registered with Buckzy, you can pass the reference. Otherwise, provide the person object.\r\n        \"person\": {\r\n            \"firstName\": \"John\", //required \r\n            \"middleName\": null,\r\n            \"lastName\": \"Smith\", //required \r\n            \"countryOfBirth\": \"BR\",\r\n            \"countryOfResidence\": \"BR\",\r\n            // Document is validated only when clearing channel is PIXQR\r\n            \"document\": {\r\n                \"type\": \"D003\", //required - restricted to D003\r\n                \"identifier\": \"428.306.310-05\", //required - should be a valid 11 digit CPF\r\n                \"expiryDate\": \"2026-10-10\"\r\n            }\r\n        }\r\n    },\r\n    \"debtorAccount\": {\r\n        \"account\": {\r\n            \"currencyCode\": \"BRL\" //required - restricted to BRL\r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"BR\" //required \r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 319 //required - receiver account on the buckzy platform\r\n    },\r\n    \"creditorAgent\": {\r\n        \"countryCode\": \"BR\" //required \r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": 1, //required \r\n        \"currencyCode\": \"BRL\" //required - restricted to BRL\r\n    },\r\n    \"purposeCode\": {\r\n        \"purposeCode\": \"PC001\" //required for - PIX only, optional for remaining networks - Refer to Additional Information for the complete list of purpose codes. \r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": null //relevant only for Wire & Fedwire transfers\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://buckzypaymentsinc-dev.apigee.net/sbox_rebuild_api/v1/payin-transactions?apikey=YwaTauxpAeTMPlAk8AaNhxEgRflxx9FM","protocol":"https","host":["buckzypaymentsinc-dev","apigee","net"],"path":["sbox_rebuild_api","v1","payin-transactions"],"query":[{"key":"apikey","value":"YwaTauxpAeTMPlAk8AaNhxEgRflxx9FM"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 22 Apr 2025 10:57:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-API-INTERACTION-ID","value":"2a7ccaeab10d6fa8"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Methods,Access-Control-Allow-Headers,x-session-token,Content-Length,Content-Range,Authorization,X-Custom-Header,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250422000000001084\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"PIXQR\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"319\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"person\": {\n            \"firstName\": \"John\",\n            \"middleName\": null,\n            \"lastName\": \"Smith\",\n            \"fatherName\": null,\n            \"occupation\": null,\n            \"birthDate\": null,\n            \"countryOfBirth\": \"BR\",\n            \"countryOfResidence\": \"BR\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"debtorAccount\": {\n        \"account\": {\n            \"currencyCode\": \"BRL\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"BR\"\n    },\n    \"creditor\": {\n        \"organization\": {\n            \"legalName\": \"test account\",\n            \"lineOfBusiness\": \"L104\",\n            \"registrationNumber\": \"12345\",\n            \"establishmentDate\": \"2024-09-10\",\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"creditorAccount\": {\n        \"reference\": \"319\",\n        \"account\": {\n            \"name\": \"buckzy test account\",\n            \"currencyCode\": \"BRL\"\n        }\n    },\n    \"creditorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"BR\"\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"BRL\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"BRL\",\n        \"fromCountryCode\": null,\n        \"toCurrencyCode\": \"BRL\",\n        \"toCountryCode\": \"BR\",\n        \"exchangeRate\": null,\n        \"fxSpotId\": null,\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC001\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": null\n    },\n    \"supplementaryData\": {\n        \"relationship\": null,\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"73f02b47-05da-498d-94d3-3daaf7cbc7a6\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"BRL\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"BRL\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"BRL\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"BRL\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"BRL\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0,\n        \"currencyCode\": \"BRL\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-04-22T10:59:26.799Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Inbound\",\n    \"redirectionUrl\": \"https://api.dev.buckzy.cloud/payments\",\n    \"otp\": \"uiHQMymCEC6mGrrf6MbVtHYaeZ/ckfjcEpKCBQ1jVkaDv1EEMwDRvkSa0vtmm7bv\"\n}"},{"id":"75f6f376-f7d3-41bc-aa7f-46e1ceeb746b","name":"Initiate Payin - PIXQR Registered Debtor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paymentTypeInformation\": {\r\n        \"clearingChannel\": \"PIXQR\" //required - payment method\r\n    },\r\n    \"debtor\": {\r\n        \"reference\": 653 //required \r\n    },\r\n    \"debtorAccount\": {\r\n        \"account\": {\r\n            \"currencyCode\": \"BRL\" //required \r\n        }\r\n    },\r\n    \"debtorAgent\": {\r\n        \"countryCode\": \"BR\" //required \r\n    },\r\n    \"creditorAccount\": {\r\n        \"reference\": 314 //required - receiver's account on the buckzy platform\r\n    },\r\n    \"creditorAgent\": {\r\n        \"countryCode\": \"BR\" //required \r\n    },\r\n    \"amount\": {\r\n        \"instructedAmount\": 1, //required, cannot be 0\r\n        \"currencyCode\": \"BRL\" //required \r\n    },\r\n    \"purposeCode\": {\r\n        \"purposeCode\": \"PC001\" //required for - PIX, optional for remaining networks - Refer to Additional Information for the complete list of purpose codes. \r\n    },\r\n    \"remittanceInfo\": {\r\n        \"unstructured\": \"payin\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{apihost}}/v1/payin-transactions?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","payin-transactions"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Jun 2025 20:28:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"f421fb873b37df29"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"instructionId\": \"20250613000000047759\",\n    \"paymentTypeInformation\": {\n        \"clearingChannel\": \"PIXQR\",\n        \"gatewayId\": null,\n        \"gatewayReference\": null,\n        \"gateway\": null,\n        \"processingType\": null,\n        \"authCode\": null\n    },\n    \"settlementInformation\": {\n        \"fundingMethod\": \"ACCOUNT\",\n        \"fundingGateway\": null,\n        \"settlementAccount\": null,\n        \"settlementWallet\": null,\n        \"reference\": \"314\",\n        \"settlementDeal\": null\n    },\n    \"debtor\": {\n        \"reference\": \"653\",\n        \"person\": {\n            \"firstName\": \"Sender\",\n            \"middleName\": null,\n            \"lastName\": \"Three\",\n            \"fatherName\": null,\n            \"occupation\": \"L001\",\n            \"birthDate\": \"1964-02-22\",\n            \"countryOfBirth\": \"US\",\n            \"countryOfResidence\": \"US\",\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        },\n        \"externalReference\": \"1213350\",\n        \"kycStatus\": 2\n    },\n    \"debtorAccount\": {\n        \"account\": {\n            \"currencyCode\": \"BRL\"\n        }\n    },\n    \"debtorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"BR\"\n    },\n    \"creditor\": {\n        \"organization\": {\n            \"legalName\": \"buckzy test account\",\n            \"lineOfBusiness\": \"L104\",\n            \"registrationNumber\": \"12345\",\n            \"establishmentDate\": \"2024-09-10\",\n            \"fundSource\": null,\n            \"postalAddress\": {},\n            \"contactDetail\": {},\n            \"document\": {}\n        }\n    },\n    \"creditorAccount\": {\n        \"reference\": \"314\",\n        \"account\": {\n            \"name\": \"buckzy test account\",\n            \"currencyCode\": \"BRL\"\n        }\n    },\n    \"creditorAgent\": {\n        \"code\": \"BUCKZY\",\n        \"countryCode\": \"BR\"\n    },\n    \"amount\": {\n        \"instructedAmount\": 1,\n        \"currencyCode\": \"BRL\"\n    },\n    \"exchangeRate\": {\n        \"fromCurrencyCode\": \"BRL\",\n        \"fromCountryCode\": null,\n        \"toCurrencyCode\": \"BRL\",\n        \"toCountryCode\": \"BR\",\n        \"exchangeRate\": null,\n        \"fxSpotId\": null,\n        \"fxDealId\": null,\n        \"feeCalculationMethod\": null\n    },\n    \"purposeCode\": {\n        \"purposeCode\": \"PC001\"\n    },\n    \"remittanceInfo\": {\n        \"unstructured\": \"payin\"\n    },\n    \"supplementaryData\": {\n        \"relationship\": null,\n        \"additionalInfo1\": null,\n        \"additionalInfo2\": null,\n        \"additionalInfo3\": null,\n        \"additionalInfo4\": null,\n        \"additionalInfo5\": null,\n        \"additionalInfo6\": null\n    },\n    \"additionalInfo\": [],\n    \"transactionId\": \"6e9cd28e-2def-475d-a843-8e051acf7481\",\n    \"status\": {\n        \"status\": \"Created\",\n        \"reasonCode\": null,\n        \"reasonDescription\": null\n    },\n    \"deductedAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"BRL\"\n    },\n    \"transferredAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"BRL\"\n    },\n    \"sendingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"BRL\"\n    },\n    \"convertingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"BRL\"\n    },\n    \"receivingAmount\": {\n        \"amount\": 1,\n        \"currencyCode\": \"BRL\"\n    },\n    \"transactionFee\": {\n        \"amount\": 0,\n        \"currencyCode\": \"BRL\"\n    },\n    \"confirmationRequired\": false,\n    \"createdAt\": \"2025-06-13T20:28:28.104Z\",\n    \"createdBy\": \"buckzy_test_entity@gmail.com\",\n    \"direction\": \"Inbound\",\n    \"redirectionUrl\": \"\",\n    \"otp\": \"uiHQMymCEC6mGrrf6MbVtCnt6ws/rupqpqIW/uqWqXFx5EPzXzoQEx2U9sAYBUtd\"\n}"}],"_postman_id":"2930b6e2-5226-4670-a985-a51db203f3ad"}],"id":"15ab61b3-2520-4ebe-9e97-0a7199908559","description":"<p>This API is used to initiate a payin transaction. The endpoint collects the money from the other party with the embedded gateway.</p>\n<h4 id=\"transaction-flow-diagram-pinch-to-zoom-for-clarity\">Transaction Flow Diagram (pinch-to-zoom for clarity)</h4>\n<img src=\"https://content.pstmn.io/9869a79f-43b7-49dc-812f-8325b3e3b166/d29ya2Zsb3dfcGF5aW4ucG5n\" alt />","_postman_id":"15ab61b3-2520-4ebe-9e97-0a7199908559"},{"name":"Get Transaction Status","id":"ce22805d-4fbd-4ed3-91cf-95e4f4a719c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/transaction-status?apikey={{apikey}}","description":"<h3 id=\"transaction-status-codes\">Transaction Status Codes</h3>\n<p>A transaction can be assigned one of several statuses. To understand the process of how a transaction is created and handled, refer to the \"Steps in the Transaction Processing Flow.\" The transaction flow consists of four stages:</p>\n<ol>\n<li><p><strong>Stage One</strong>: Buckzy receives and validates the transaction request.</p>\n</li>\n<li><p><strong>Stage Two</strong>: Buckzy attempts to hold the necessary funds for the transaction.</p>\n</li>\n<li><p><strong>Stage Three</strong>: Buckzy performs a sanctions screening to verify the identities of the sender and recipient.</p>\n</li>\n<li><p><strong>Stage Four</strong>: The funds are transferred to the recipient, and the transaction is completed and settled.</p>\n</li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Created</td>\n<td>The transaction request has been received by Buckzy and has been validated successfully. A new transaction is created.</td>\n</tr>\n<tr>\n<td>Executed</td>\n<td>The transaction has been confirmed and will be processed.</td>\n</tr>\n<tr>\n<td>Rejected</td>\n<td>The transaction has been rejected. The reason for the rejection will be included in the response. This is a final status.</td>\n</tr>\n<tr>\n<td>AwaitingFund</td>\n<td>Waiting for funds to be provided for the transaction. Applies to non-prefunding models only.</td>\n</tr>\n<tr>\n<td>AwaitingFundExpired</td>\n<td>The AwaitingFund period has expired. The transaction will not progress to the next stage of the transaction flow.</td>\n</tr>\n<tr>\n<td>AcceptedFund</td>\n<td>The funds have been held successfully.</td>\n</tr>\n<tr>\n<td>Rejected</td>\n<td>The transaction has been rejected. The reason for the rejection will be included in the response. This is a final status.</td>\n</tr>\n<tr>\n<td>PendingCompliance</td>\n<td>Sanctions screening cannot be completed due to a technical issue. The transaction will remain in this status until Buckzy is able to resume the sanctions screening process.</td>\n</tr>\n<tr>\n<td>OnHoldCompliance</td>\n<td>Sanctions screening resulted in a hit. The Buckzy Compliance team will investigate and determine if the transaction should proceed or be rejected.</td>\n</tr>\n<tr>\n<td>AcceptedSettlementInProcess</td>\n<td>The transaction has passed the sanctions screening process.</td>\n</tr>\n<tr>\n<td>AwaitingManualTransfer</td>\n<td>Waiting for funds to be delivered to the recipient.</td>\n</tr>\n<tr>\n<td>AcceptedSettlementCompleted</td>\n<td>The funds have been delivered to the recipient and the transaction is complete. This is a final status.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","transaction-status"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"7bffafec-ad9f-4478-93c1-66610f28f193","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/transaction-status?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","transaction-status"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 16:42:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"44924db1e6254996"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    \"Created\",\n    \"Executed\",\n    \"Pending\",\n    \"AwaitingConfirmation\",\n    \"CancelledConfirmation\",\n    \"AcceptedSettlementInProcess\",\n    \"AcceptedSettlementCompleted\",\n    \"Rejected\",\n    \"OnHold\",\n    \"AwaitingManualTransfer\",\n    \"PendingCompliance\",\n    \"PreComplianceInProgress\",\n    \"PendingPreCompliance\",\n    \"PreCompliancePassed\",\n    \"OnHoldPreCompliance\",\n    \"OnHoldCompliance\",\n    \"AwaitingVerification\",\n    \"AwaitingRecipient\",\n    \"AwaitingDocumentation\",\n    \"AcceptedDocumentation\",\n    \"AwaitingDocumentationExpired\",\n    \"AwaitingFund\",\n    \"AwaitingFundExpired\",\n    \"AcceptedFund\",\n    \"Triggered\",\n    \"Scheduled\",\n    \"Cancelled\",\n    \"Paused\",\n    \"Reversed\",\n    \"AwaitingComplianceInformation\"\n]"}],"_postman_id":"ce22805d-4fbd-4ed3-91cf-95e4f4a719c5"}],"id":"dcf9f524-063b-4421-9837-b5d4bcf838ba","description":"<h4 id=\"buckzy-offers-below-type-of-transactions\">Buckzy offers below type of transactions:</h4>\n<ol>\n<li><p>Single Payment (payout) - outbound transaction</p>\n</li>\n<li><p>Account to Account Transfer (A2A)</p>\n</li>\n<li><p>Mass Payment</p>\n</li>\n<li><p>Payin - Inbound transaction</p>\n</li>\n</ol>\n<h4 id=\"business-models-for-initiating-a-transaction\"><strong>Business Models for Initiating a Transaction</strong></h4>\n<p>Different request fields are required for each model:</p>\n<ul>\n<li><p>B2B (Business to Business) - The sender and receiver are both businesses.</p>\n</li>\n<li><p>B2C (Business to Consumer) - The sender is a business and the receiver is an individual.</p>\n</li>\n<li><p>C2C (Consumer to Consumer) - The sender and receiver are both individuals.</p>\n</li>\n<li><p>C2B (Consumer to Business) - The sender is an individual and the receiver is a business.</p>\n</li>\n</ul>\n","_postman_id":"dcf9f524-063b-4421-9837-b5d4bcf838ba"},{"name":"Transaction Reports","item":[{"name":"Get Account Statements","id":"142d30eb-fa1c-48ab-8f5b-c35c32900328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/accounts/:accountId/statements?apikey={{apikey}}&clientId=BUCKZYTESTACCOUNTCHILD1","description":"<p>This request returns a paginated list of transactions for a Buckzy account.</p>\n<p>Use filters to retrieve transactions for a specific time period or to access account statements for sub-merchants/underlying customers.</p>\n<h2 id=\"response-fields\"><strong>Response Fields</strong></h2>\n<p><strong>accountId</strong>: Buckzy account ID for which the statement is generated.<br /><strong>nickName</strong>: Name of the account.<br /><strong>currencyCode</strong>: 3-character currency code for the account.<br /><strong>balance</strong>: Account balance.</p>\n<p><strong>financialInstitutionDetails</strong>: Details for the financial institution where the account is located.<br /><strong>id</strong>: ID used to identify the financial institution in Buckzy.<br /><strong>tp</strong>: Type of financial institution. Possible values are Bank and TrustCompany.<br /><strong>swiftCode</strong>: Financial institution’s SWIFT code.<br /><strong>routingNumber</strong>: Financial institution’s routing number.<br /><strong>name</strong>: Name of the financial institution.<br /><strong>accountNumber</strong>: Account number.<br /><strong>accountName</strong>: Account name.<br /><strong>bankCode</strong>: Alternative bank code for the financial institution, depending on the conventions for the<br />country where the bank is located. This field is not currently in use.<br /><strong>countryCode</strong>: Financial institution’s 2-character country code.<br /><strong>address</strong>: Financial institution’s address.<br />addressLine1: Address line 1.<br />addressLine2: Address line 2.<br />addressLine3: Address line 3.<br />postalCode: Postal code or zip code.<br />city: City.<br />province: Province or state.<br />country: Country.<br /><strong>openingBalance</strong>:<br /><strong>closingBalance</strong>:<br /><strong>records</strong>: array of the objects with the details of the transactions in that account.<br />[<br /><strong>accountId</strong>: The unique identifier for the account associated with the transaction.<br /><strong>settledAt</strong>: The date and time at which the transaction was settled.<br /><strong>debtorName</strong>: The name of the debtor associated with the transaction.<br /><strong>creditorName</strong>: The name of the creditor associated with the transaction.<br /><strong>reference</strong>: The unique identifier for the transaction.<br /><strong>currencyCode</strong>: The code for the currency used in the transaction.<br /><strong>amount</strong>: The amount of the transaction. A positive amount indicates an incoming transaction such as a deposit. A negative amount indicates an outgoing transaction such as a payout.<br /><strong>receivingCurrencyCode</strong>: The code for the currency used by the creditor.<br /><strong>receivingAmount</strong>: The amount received by the creditor in their currency.<br /><strong>balance</strong>: This reflects the account balance after the transaction has been processed.<br /><strong>remarks</strong>: Any additional remarks or notes associated with the transaction.<br /><strong>tp</strong>: type of the transaction.<br /><strong>paymentMethod</strong>: The payment method used for the transaction.<br /><strong>fundingMethod</strong>: The funding method used for the transaction.<br /><strong>moved</strong>: This field is not currently in use.<br /><strong>movedPayoutTransactionId</strong>: This field is not currently in use.<br /><strong>movedPayoutTransactionStatus</strong>: This field is not currently in use.<br /><strong>movedDate</strong>: This field is not currently in use.<br /><strong>transactionId</strong>: The unique identifier for the transaction.<br /><strong>status</strong>: status of the transaction.<br /><strong>transactionFee</strong>: fees applied for the transaction by buckzy &amp; the client.<br /><strong>transactionFxRateId</strong>: Exchange rate.<br />]</p>\n","urlObject":{"path":["v1","accounts",":accountId","statements"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"},{"description":{"content":"<p>Required if user is trying to access the account statement of submerchant/underlying customer</p>\n","type":"text/plain"},"key":"clientId","value":"BUCKZYTESTACCOUNTCHILD1"},{"disabled":true,"description":{"content":"<p>Type: string\nRetrieve statements created on this date or later. You can use this filter in conjunction with the toDate filter.\nRequired format: yyyy-MM-dd'T'HH:mm:ss.SSSz</p>\n","type":"text/plain"},"key":"fromDate","value":"2020-09-23T10%3A15%3A30%2B01%3A00%5BEurope%2FParis%5D"},{"disabled":true,"description":{"content":"<p>Type: string\nRetrieve statements created on this date or earlier. You can use this filter in conjunction with the fromDate filter.\nRequired format: yyyy-MM-dd'T'HH:mm:ss.SSSz</p>\n","type":"text/plain"},"key":"toDate","value":"2020-09-27T10%3A15%3A30%2B01%3A00%5BEurope%2FParis%5D"},{"disabled":true,"description":{"content":"<p>Type: int32\nDescription: Page number of results to return.\nDefault value: 0</p>\n","type":"text/plain"},"key":"page","value":"0"},{"disabled":true,"description":{"content":"<p>Type: int32\nDescription: Number of items to return per page.\nDefault value: 10</p>\n","type":"text/plain"},"key":"size","value":"999"}],"variable":[{"description":{"content":"<p>AccountId for which the statement is to be generated.  You can get this list from {{apihost}}/v1/accounts?includeInactiveAccounts=false&amp;underlying=true&amp;buckzyAccountCategory=Main&amp;apikey={{apikey}}</p>\n","type":"text/plain"},"type":"any","value":"23","key":"accountId"}]}},"response":[{"id":"c7b17837-b50b-41cc-9fb3-48a8daf22796","name":"Get Account Statements (no filter)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/accounts/:accountId/statements?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","accounts",":accountId","statements"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"fromDate","value":"2020-09-23T10%3A15%3A30%2B01%3A00%5BEurope%2FParis%5D","description":"Type: string\nRetrieve statements created on this date or later. You can use this filter in conjunction with the toDate filter.\nRequired format: yyyy-MM-dd'T'HH:mm:ss.SSSz","disabled":true},{"key":"toDate","value":"2020-09-27T10%3A15%3A30%2B01%3A00%5BEurope%2FParis%5D","description":"Type: string\nRetrieve statements created on this date or earlier. You can use this filter in conjunction with the fromDate filter.\nRequired format: yyyy-MM-dd'T'HH:mm:ss.SSSz","disabled":true},{"key":"page","value":"0","description":"Type: int32\nDescription: Page number of results to return.\nDefault value: 0","disabled":true},{"key":"size","value":"999","description":"Type: int32\nDescription: Number of items to return per page.\nDefault value: 10","disabled":true},{"key":"clientId","value":"","description":"Required if user is trying to access the account statement of submerchant/underlying customer","disabled":true}],"variable":[{"key":"accountId","value":"94","description":"AccountId for which the statement is to be generated.  You can get this list from {{apihost}}/v1/accounts?includeInactiveAccounts=false&underlying=true&buckzyAccountCategory=Main&apikey={{apikey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 19:28:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"05953963b36464e4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"nickName\": \"USD-account\",\n    \"accountId\": 94,\n    \"currencyCode\": \"USD\",\n    \"balance\": 1063.64,\n    \"pendingAmount\": 123.46,\n    \"financialInstitutionDetails\": {\n        \"id\": 3,\n        \"tp\": null,\n        \"swiftCode\": null,\n        \"routingNumber\": null,\n        \"name\": \"Buckzy\",\n        \"accountNumber\": null,\n        \"accountName\": null,\n        \"bankCode\": null,\n        \"countryCode\": \"US\",\n        \"address\": {\n            \"addressLine1\": \"100 Main St\",\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": \"95051\",\n            \"city\": \"Santa Clara\",\n            \"province\": \"CA\",\n            \"country\": \"US\"\n        }\n    },\n    \"openingBalance\": 100,\n    \"closingBalance\": 1063.64,\n    \"records\": {\n        \"content\": [\n            {\n                \"id\": \"9932a5c0-b206-4fb2-b1ff-8a3345fb34df\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T18:22:32.891+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"General Ltd\",\n                \"reference\": \"20250203000000000764\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.45,\n                \"receivingCurrencyCode\": \"EUR\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1063.64,\n                \"remarks\": null,\n                \"tp\": \"AuthorizedFee\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"3ef5940d-5ad9-4b76-b2b5-3d61e93adfb3\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 0.97254\n            },\n            {\n                \"id\": \"592003a0-8f8e-4350-91fb-2828290edc67\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T18:22:32.871+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"General Ltd\",\n                \"reference\": \"20250203000000000764\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.1,\n                \"receivingCurrencyCode\": \"EUR\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1064.09,\n                \"remarks\": \"Send money to General Ltd\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"3ef5940d-5ad9-4b76-b2b5-3d61e93adfb3\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 0.97254\n            },\n            {\n                \"id\": \"f772d458-e0e5-4068-bd04-c3bb2c99ce88\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T18:16:08.084+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"General Ltd\",\n                \"reference\": \"20250203000000000763\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.45,\n                \"receivingCurrencyCode\": \"EUR\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1064.19,\n                \"remarks\": null,\n                \"tp\": \"AuthorizedFee\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"75356107-3bb3-4160-992e-326212f60fcd\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 0.97254\n            },\n            {\n                \"id\": \"77f249e5-8c5c-4d66-9df2-e4215dae7323\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T18:16:08.057+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"General Ltd\",\n                \"reference\": \"20250203000000000763\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.1,\n                \"receivingCurrencyCode\": \"EUR\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1064.64,\n                \"remarks\": \"Send money to General Ltd\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"75356107-3bb3-4160-992e-326212f60fcd\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 0.97254\n            },\n            {\n                \"id\": \"7c940c94-7099-4e07-a3bb-a4d0438dbe09\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T18:04:04.267+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"John Doe Smith\",\n                \"reference\": \"20250203000000000762\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.45,\n                \"receivingCurrencyCode\": \"USD\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1064.74,\n                \"remarks\": null,\n                \"tp\": \"AuthorizedFee\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"67f8bbf2-21f7-40d3-8101-0565511994ca\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 1\n            },\n            {\n                \"id\": \"ef112e49-e4ea-442f-94aa-64cd1bf21ed5\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T18:04:04.242+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"John Doe Smith\",\n                \"reference\": \"20250203000000000762\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.1,\n                \"receivingCurrencyCode\": \"USD\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1065.19,\n                \"remarks\": \"Send money to John Doe Smith\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"67f8bbf2-21f7-40d3-8101-0565511994ca\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 1\n            },\n            {\n                \"id\": \"915a932e-0e2a-401a-95b9-1b42c2b36fef\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T17:56:00.338+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"John Doe Smith\",\n                \"reference\": \"20250203000000000761\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.45,\n                \"receivingCurrencyCode\": \"USD\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1065.29,\n                \"remarks\": null,\n                \"tp\": \"AuthorizedFee\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"afc18af2-36f5-4fbc-9b96-fabde386edaa\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 1\n            },\n            {\n                \"id\": \"1360a9b6-18d1-4b18-bab2-4cb779a24aaf\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T17:56:00.310+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"John Doe Smith\",\n                \"reference\": \"20250203000000000761\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.1,\n                \"receivingCurrencyCode\": \"USD\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1065.74,\n                \"remarks\": \"Send money to John Doe Smith\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"afc18af2-36f5-4fbc-9b96-fabde386edaa\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 1\n            },\n            {\n                \"id\": \"f2106a7a-1715-41a8-9baa-199b295f5cc3\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T17:54:19.662+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"John Smith\",\n                \"reference\": \"20250203000000000760\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.45,\n                \"receivingCurrencyCode\": \"USD\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1065.84,\n                \"remarks\": null,\n                \"tp\": \"AuthorizedFee\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"52d15818-631d-45c1-862e-f62369294e7d\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 1\n            },\n            {\n                \"id\": \"5aaecda2-e52e-4706-aeda-dbf305bc10bc\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T17:54:19.629+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"John Smith\",\n                \"reference\": \"20250203000000000760\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.1,\n                \"receivingCurrencyCode\": \"USD\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1066.29,\n                \"remarks\": \"Send money to John Smith\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"52d15818-631d-45c1-862e-f62369294e7d\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 1\n            }\n        ],\n        \"pageable\": {\n            \"sort\": {\n                \"unsorted\": true,\n                \"sorted\": false,\n                \"empty\": true\n            },\n            \"pageNumber\": 0,\n            \"pageSize\": 10,\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"totalPages\": 20,\n        \"totalElements\": 195,\n        \"last\": false,\n        \"first\": true,\n        \"numberOfElements\": 10,\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"size\": 10,\n        \"number\": 0,\n        \"empty\": false\n    },\n    \"companyName\": \"buckzy test account\",\n    \"companyAddress\": {\n        \"addressLine1\": \"University Avenue\",\n        \"addressLine2\": null,\n        \"addressLine3\": null,\n        \"postalCode\": \"M5H3L5\",\n        \"city\": \"Toronto\",\n        \"province\": \"ON\",\n        \"country\": \"CA\"\n    },\n    \"active\": true\n}"},{"id":"ee5274c5-20c0-42eb-9f73-ba70a7c5def6","name":"Get Account Statements for a Specific Date Range","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/accounts/:accountId/statements?apikey={{apikey}}&fromDate=2020-09-23T10%3A15%3A30%2B01%3A00%5BEurope%2FParis%5D&toDate=2020-09-27T10%3A15%3A30%2B01%3A00%5BEurope%2FParis%5D","host":["{{apihost}}"],"path":["v1","accounts",":accountId","statements"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"fromDate","value":"2020-09-23T10%3A15%3A30%2B01%3A00%5BEurope%2FParis%5D","description":"Type: string\nRetrieve statements created on this date or later. You can use this filter in conjunction with the toDate filter.\nRequired format: yyyy-MM-dd'T'HH:mm:ss.SSSz"},{"key":"toDate","value":"2020-09-27T10%3A15%3A30%2B01%3A00%5BEurope%2FParis%5D","description":"Type: string\nRetrieve statements created on this date or earlier. You can use this filter in conjunction with the fromDate filter.\nRequired format: yyyy-MM-dd'T'HH:mm:ss.SSSz"},{"key":"page","value":"0","description":"Type: int32\nDescription: Page number of results to return.\nDefault value: 0","disabled":true},{"key":"size","value":"999","description":"Type: int32\nDescription: Number of items to return per page.\nDefault value: 10","disabled":true},{"key":"clientId","value":"","description":"Required if user is trying to access the account statement of submerchant/underlying customer","disabled":true}],"variable":[{"key":"accountId","value":"94","description":"AccountId for which the statement is to be generated.  You can get this list from {{apihost}}/v1/accounts?includeInactiveAccounts=false&underlying=true&buckzyAccountCategory=Main&apikey={{apikey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 19:28:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"0b3ae07339e61c28"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"nickName\": \"USD-account\",\n    \"accountId\": 94,\n    \"currencyCode\": \"USD\",\n    \"balance\": 1063.64,\n    \"pendingAmount\": 123.46,\n    \"financialInstitutionDetails\": {\n        \"id\": 3,\n        \"tp\": null,\n        \"swiftCode\": null,\n        \"routingNumber\": null,\n        \"name\": \"Buckzy\",\n        \"accountNumber\": null,\n        \"accountName\": null,\n        \"bankCode\": null,\n        \"countryCode\": \"US\",\n        \"address\": {\n            \"addressLine1\": \"100 Main St\",\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": \"95051\",\n            \"city\": \"Santa Clara\",\n            \"province\": \"CA\",\n            \"country\": \"US\"\n        }\n    },\n    \"openingBalance\": 100,\n    \"closingBalance\": 1063.64,\n    \"records\": {\n        \"content\": [\n            {\n                \"id\": \"9932a5c0-b206-4fb2-b1ff-8a3345fb34df\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T18:22:32.891+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"General Ltd\",\n                \"reference\": \"20250203000000000764\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.45,\n                \"receivingCurrencyCode\": \"EUR\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1063.64,\n                \"remarks\": null,\n                \"tp\": \"AuthorizedFee\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"3ef5940d-5ad9-4b76-b2b5-3d61e93adfb3\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 0.97254\n            },\n            {\n                \"id\": \"592003a0-8f8e-4350-91fb-2828290edc67\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T18:22:32.871+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"General Ltd\",\n                \"reference\": \"20250203000000000764\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.1,\n                \"receivingCurrencyCode\": \"EUR\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1064.09,\n                \"remarks\": \"Send money to General Ltd\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"3ef5940d-5ad9-4b76-b2b5-3d61e93adfb3\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 0.97254\n            },\n            {\n                \"id\": \"f772d458-e0e5-4068-bd04-c3bb2c99ce88\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T18:16:08.084+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"General Ltd\",\n                \"reference\": \"20250203000000000763\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.45,\n                \"receivingCurrencyCode\": \"EUR\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1064.19,\n                \"remarks\": null,\n                \"tp\": \"AuthorizedFee\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"75356107-3bb3-4160-992e-326212f60fcd\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 0.97254\n            },\n            {\n                \"id\": \"77f249e5-8c5c-4d66-9df2-e4215dae7323\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T18:16:08.057+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"General Ltd\",\n                \"reference\": \"20250203000000000763\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.1,\n                \"receivingCurrencyCode\": \"EUR\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1064.64,\n                \"remarks\": \"Send money to General Ltd\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"75356107-3bb3-4160-992e-326212f60fcd\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 0.97254\n            },\n            {\n                \"id\": \"7c940c94-7099-4e07-a3bb-a4d0438dbe09\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T18:04:04.267+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"John Doe Smith\",\n                \"reference\": \"20250203000000000762\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.45,\n                \"receivingCurrencyCode\": \"USD\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1064.74,\n                \"remarks\": null,\n                \"tp\": \"AuthorizedFee\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"67f8bbf2-21f7-40d3-8101-0565511994ca\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 1\n            },\n            {\n                \"id\": \"ef112e49-e4ea-442f-94aa-64cd1bf21ed5\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T18:04:04.242+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"John Doe Smith\",\n                \"reference\": \"20250203000000000762\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.1,\n                \"receivingCurrencyCode\": \"USD\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1065.19,\n                \"remarks\": \"Send money to John Doe Smith\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"67f8bbf2-21f7-40d3-8101-0565511994ca\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 1\n            },\n            {\n                \"id\": \"915a932e-0e2a-401a-95b9-1b42c2b36fef\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T17:56:00.338+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"John Doe Smith\",\n                \"reference\": \"20250203000000000761\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.45,\n                \"receivingCurrencyCode\": \"USD\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1065.29,\n                \"remarks\": null,\n                \"tp\": \"AuthorizedFee\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"afc18af2-36f5-4fbc-9b96-fabde386edaa\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 1\n            },\n            {\n                \"id\": \"1360a9b6-18d1-4b18-bab2-4cb779a24aaf\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T17:56:00.310+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"John Doe Smith\",\n                \"reference\": \"20250203000000000761\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.1,\n                \"receivingCurrencyCode\": \"USD\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1065.74,\n                \"remarks\": \"Send money to John Doe Smith\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"afc18af2-36f5-4fbc-9b96-fabde386edaa\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 1\n            },\n            {\n                \"id\": \"f2106a7a-1715-41a8-9baa-199b295f5cc3\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T17:54:19.662+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"John Smith\",\n                \"reference\": \"20250203000000000760\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.45,\n                \"receivingCurrencyCode\": \"USD\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1065.84,\n                \"remarks\": null,\n                \"tp\": \"AuthorizedFee\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"52d15818-631d-45c1-862e-f62369294e7d\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 1\n            },\n            {\n                \"id\": \"5aaecda2-e52e-4706-aeda-dbf305bc10bc\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-02-03T17:54:19.629+00:00\",\n                \"debtorName\": \"test B S USD\",\n                \"creditorName\": \"John Smith\",\n                \"reference\": \"20250203000000000760\",\n                \"currencyCode\": \"USD\",\n                \"amount\": -0.1,\n                \"receivingCurrencyCode\": \"USD\",\n                \"receivingAmount\": 0.1,\n                \"balance\": 1066.29,\n                \"remarks\": \"Send money to John Smith\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"52d15818-631d-45c1-862e-f62369294e7d\",\n                \"transactionFee\": 0.2,\n                \"transactionFxRate\": 1\n            }\n        ],\n        \"pageable\": {\n            \"sort\": {\n                \"unsorted\": true,\n                \"sorted\": false,\n                \"empty\": true\n            },\n            \"pageNumber\": 0,\n            \"pageSize\": 10,\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"totalPages\": 20,\n        \"totalElements\": 195,\n        \"last\": false,\n        \"first\": true,\n        \"numberOfElements\": 10,\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"size\": 10,\n        \"number\": 0,\n        \"empty\": false\n    },\n    \"companyName\": \"buckzy test account\",\n    \"companyAddress\": {\n        \"addressLine1\": \"University Avenue\",\n        \"addressLine2\": null,\n        \"addressLine3\": null,\n        \"postalCode\": \"M5H3L5\",\n        \"city\": \"Toronto\",\n        \"province\": \"ON\",\n        \"country\": \"CA\"\n    },\n    \"active\": true\n}"},{"id":"9be90432-bf5f-445c-863d-a8827a745e25","name":"Get Account Statements of Child(underlying) customer","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/accounts/:accountId/statements?apikey={{apikey}}&clientId=BUCKZYTESTACCOUNTCHILD1","host":["{{apihost}}"],"path":["v1","accounts",":accountId","statements"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"},{"key":"clientId","value":"BUCKZYTESTACCOUNTCHILD1","description":"Required if user is trying to access the account statement of submerchant/underlying customer"},{"key":"fromDate","value":"2020-09-23T10%3A15%3A30%2B01%3A00%5BEurope%2FParis%5D","description":"Type: string\nRetrieve statements created on this date or later. You can use this filter in conjunction with the toDate filter.\nRequired format: yyyy-MM-dd'T'HH:mm:ss.SSSz","disabled":true},{"key":"toDate","value":"2020-09-27T10%3A15%3A30%2B01%3A00%5BEurope%2FParis%5D","description":"Type: string\nRetrieve statements created on this date or earlier. You can use this filter in conjunction with the fromDate filter.\nRequired format: yyyy-MM-dd'T'HH:mm:ss.SSSz","disabled":true},{"key":"page","value":"0","description":"Type: int32\nDescription: Page number of results to return.\nDefault value: 0","disabled":true},{"key":"size","value":"999","description":"Type: int32\nDescription: Number of items to return per page.\nDefault value: 10","disabled":true}],"variable":[{"key":"accountId","value":"23","description":"AccountId for which the statement is to be generated.  You can get this list from {{apihost}}/v1/accounts?includeInactiveAccounts=false&underlying=true&buckzyAccountCategory=Main&apikey={{apikey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Feb 2025 19:31:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"a137e8db4015dea9"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"{\n    \"nickName\": \"buckzy test acc child 1\",\n    \"accountId\": 23,\n    \"currencyCode\": \"CAD\",\n    \"balance\": 88382.05,\n    \"pendingAmount\": 12620.1,\n    \"financialInstitutionDetails\": {\n        \"id\": 9,\n        \"tp\": null,\n        \"swiftCode\": null,\n        \"routingNumber\": null,\n        \"name\": \"Buckzy\",\n        \"accountNumber\": null,\n        \"accountName\": \"buckzy test acc child 1\",\n        \"bankCode\": null,\n        \"countryCode\": \"CA\",\n        \"address\": {\n            \"addressLine1\": \"123 university avenue\",\n            \"addressLine2\": null,\n            \"addressLine3\": null,\n            \"postalCode\": \"L1H6V9\",\n            \"city\": \"Toronto\",\n            \"province\": \"Ontario\",\n            \"country\": \"CA\"\n        }\n    },\n    \"openingBalance\": 1,\n    \"closingBalance\": 88382.05,\n    \"records\": {\n        \"content\": [\n            {\n                \"id\": \"a14efb90-3efa-448e-9f01-fed69e0d991a\",\n                \"accountId\": null,\n                \"settledAt\": \"2025-01-29T14:02:55.685+00:00\",\n                \"debtorName\": \"buckzy test account\",\n                \"creditorName\": \"buckzy test child1 account \",\n                \"reference\": \"20250129000000000697\",\n                \"currencyCode\": \"CAD\",\n                \"amount\": 0.15,\n                \"receivingCurrencyCode\": \"CAD\",\n                \"receivingAmount\": 0.15,\n                \"balance\": 88382.05,\n                \"remarks\": \"A2A\",\n                \"tp\": \"Deposit\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"11272d66-0871-4bf9-a781-fc88df37183c\",\n                \"transactionFee\": 0,\n                \"transactionFxRate\": null\n            },\n            {\n                \"id\": \"491c7a1b-5b09-4d63-94e2-9d029c13fd30\",\n                \"accountId\": null,\n                \"settledAt\": \"2024-12-03T17:04:30.357+00:00\",\n                \"debtorName\": \"Sender One\",\n                \"creditorName\": \"Cib Ae Test\",\n                \"reference\": \"20241203000000000456\",\n                \"currencyCode\": \"CAD\",\n                \"amount\": -6100,\n                \"receivingCurrencyCode\": \"AED\",\n                \"receivingAmount\": 15982,\n                \"balance\": 88381.9,\n                \"remarks\": \"Send money to Cib Ae Test\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"2643c8b3-98f3-4ba6-a9f9-fbaaa4c1b413\",\n                \"transactionFee\": 0,\n                \"transactionFxRate\": 2.62\n            },\n            {\n                \"id\": \"937cf564-5402-432c-9c6d-08e83e20f13e\",\n                \"accountId\": null,\n                \"settledAt\": \"2024-12-03T16:55:30.590+00:00\",\n                \"debtorName\": \"Sender One\",\n                \"creditorName\": \"Cib Ae Test\",\n                \"reference\": \"20241203000000000455\",\n                \"currencyCode\": \"CAD\",\n                \"amount\": -1.35,\n                \"receivingCurrencyCode\": \"AED\",\n                \"receivingAmount\": 3.54,\n                \"balance\": 94481.9,\n                \"remarks\": \"Send money to Cib Ae Test\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"e56dcbc6-ddc8-472a-b4f7-b19f022c08f9\",\n                \"transactionFee\": 0,\n                \"transactionFxRate\": 2.62\n            },\n            {\n                \"id\": \"518ff743-6135-41da-ba7d-6efa30b0728d\",\n                \"accountId\": null,\n                \"settledAt\": \"2024-12-03T06:31:31.419+00:00\",\n                \"debtorName\": \"Sender One\",\n                \"creditorName\": \"Cib Ae Test\",\n                \"reference\": \"20241203000000000448\",\n                \"currencyCode\": \"CAD\",\n                \"amount\": -1.5,\n                \"receivingCurrencyCode\": \"AED\",\n                \"receivingAmount\": 3.93,\n                \"balance\": 94483.25,\n                \"remarks\": \"Send money to Cib Ae Test\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"97ae7a2c-5ac3-44ad-a345-a4f3f873f1d2\",\n                \"transactionFee\": 0,\n                \"transactionFxRate\": 2.62\n            },\n            {\n                \"id\": \"7120dd50-0d89-4351-9d93-67c687810858\",\n                \"accountId\": null,\n                \"settledAt\": \"2024-12-03T06:11:46.313+00:00\",\n                \"debtorName\": \"Sender One\",\n                \"creditorName\": \"Cib Ae Test\",\n                \"reference\": \"20241203000000000447\",\n                \"currencyCode\": \"CAD\",\n                \"amount\": -6500,\n                \"receivingCurrencyCode\": \"AED\",\n                \"receivingAmount\": 17030,\n                \"balance\": 94484.75,\n                \"remarks\": \"Send money to Cib Ae Test\",\n                \"tp\": \"Settled\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"4312ced8-054e-4eea-9f24-e4ce78c4a2fb\",\n                \"transactionFee\": 0,\n                \"transactionFxRate\": 2.62\n            },\n            {\n                \"id\": \"1b6de734-ab5a-4d02-96bc-c27521936e39\",\n                \"accountId\": null,\n                \"settledAt\": \"2024-12-02T18:41:07.808+00:00\",\n                \"debtorName\": \"Test User\",\n                \"creditorName\": null,\n                \"reference\": \"20241202000000000446\",\n                \"currencyCode\": \"CAD\",\n                \"amount\": 100000,\n                \"receivingCurrencyCode\": null,\n                \"receivingAmount\": 100000,\n                \"balance\": 100984.75,\n                \"remarks\": null,\n                \"tp\": \"Deposit\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"2f26c097-1710-4385-bbf2-45c5b33bc642\",\n                \"transactionFee\": 0,\n                \"transactionFxRate\": null\n            },\n            {\n                \"id\": \"3cb999c1-3e15-4970-8c28-e5997f46517e\",\n                \"accountId\": null,\n                \"settledAt\": \"2024-11-19T15:52:11.773+00:00\",\n                \"debtorName\": \"Sender One\",\n                \"creditorName\": \"Cib Ae Test\",\n                \"reference\": \"20241119000000000290\",\n                \"currencyCode\": \"CAD\",\n                \"amount\": -1.25,\n                \"receivingCurrencyCode\": \"AED\",\n                \"receivingAmount\": 3.28,\n                \"balance\": 984.75,\n                \"remarks\": \"Send money to Cib Ae Test\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"11ad2820-2abf-4f59-bdfc-fc36526a0b1e\",\n                \"transactionFee\": 0,\n                \"transactionFxRate\": 2.62\n            },\n            {\n                \"id\": \"5361bd82-fcf5-4d0f-83f2-2a70a54abd61\",\n                \"accountId\": null,\n                \"settledAt\": \"2024-11-19T15:39:05.638+00:00\",\n                \"debtorName\": \"Sender One\",\n                \"creditorName\": \"Cib Ae Test\",\n                \"reference\": \"20241119000000000289\",\n                \"currencyCode\": \"CAD\",\n                \"amount\": 1.3,\n                \"receivingCurrencyCode\": \"AED\",\n                \"receivingAmount\": 3.41,\n                \"balance\": 986,\n                \"remarks\": \"Reverse to the sender Sender One\",\n                \"tp\": \"Reversed\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"4fd45c28-d6c3-4393-bb6e-299fdb39664a\",\n                \"transactionFee\": 0,\n                \"transactionFxRate\": 2.62\n            },\n            {\n                \"id\": \"e9328929-6ea8-49e8-81fc-4a1c102b9741\",\n                \"accountId\": null,\n                \"settledAt\": \"2024-11-19T15:38:52.765+00:00\",\n                \"debtorName\": \"Sender One\",\n                \"creditorName\": \"Cib Ae Test\",\n                \"reference\": \"20241119000000000289\",\n                \"currencyCode\": \"CAD\",\n                \"amount\": -1.3,\n                \"receivingCurrencyCode\": \"AED\",\n                \"receivingAmount\": 3.41,\n                \"balance\": 984.7,\n                \"remarks\": \"Send money to Cib Ae Test\",\n                \"tp\": \"Authorized\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"4fd45c28-d6c3-4393-bb6e-299fdb39664a\",\n                \"transactionFee\": 0,\n                \"transactionFxRate\": 2.62\n            },\n            {\n                \"id\": \"b5e4ca94-9903-4394-8b7d-634ef1c681a8\",\n                \"accountId\": null,\n                \"settledAt\": \"2024-11-19T15:20:10.574+00:00\",\n                \"debtorName\": \"Sender One\",\n                \"creditorName\": \"Cib Ae Test\",\n                \"reference\": \"20241119000000000288\",\n                \"currencyCode\": \"CAD\",\n                \"amount\": 1.1,\n                \"receivingCurrencyCode\": \"AED\",\n                \"receivingAmount\": 2.89,\n                \"balance\": 986,\n                \"remarks\": \"Reverse to the sender Sender One\",\n                \"tp\": \"Reversed\",\n                \"paymentMethod\": null,\n                \"fundingMethod\": null,\n                \"moved\": null,\n                \"movedPayoutTransactionId\": null,\n                \"movedPayoutTransactionStatus\": null,\n                \"movedDate\": null,\n                \"transactionId\": \"0aff839f-a3e6-41b5-aa6e-26cc64a21da2\",\n                \"transactionFee\": 0,\n                \"transactionFxRate\": 2.62\n            }\n        ],\n        \"pageable\": {\n            \"sort\": {\n                \"unsorted\": true,\n                \"sorted\": false,\n                \"empty\": true\n            },\n            \"pageNumber\": 0,\n            \"pageSize\": 10,\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"totalPages\": 4,\n        \"totalElements\": 40,\n        \"last\": false,\n        \"first\": true,\n        \"numberOfElements\": 10,\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"size\": 10,\n        \"number\": 0,\n        \"empty\": false\n    },\n    \"isSettlementAccount\": false,\n    \"companyName\": \"buckzy test child1 account \",\n    \"companyAddress\": {\n        \"addressLine1\": \"123 demo avenue\",\n        \"addressLine2\": null,\n        \"addressLine3\": null,\n        \"postalCode\": \"L1H6V9\",\n        \"city\": \"Oshawa\",\n        \"province\": \"ON\",\n        \"country\": \"CA\"\n    },\n    \"active\": true\n}"}],"_postman_id":"142d30eb-fa1c-48ab-8f5b-c35c32900328"}],"id":"a016c863-e97b-4d6d-aed9-4a99dec1b6aa","description":"<p>Overview of account transactions, including deposits, withdrawals, and statements for specified periods or sub-accounts.</p>\n","_postman_id":"a016c863-e97b-4d6d-aed9-4a99dec1b6aa"},{"name":"Additional Information","item":[{"name":"Get Supporting Currencies","id":"6773b524-9a2d-4642-9ae1-744e92e83ac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/currencies?support=receiving&apikey={{apikey}}","description":"<h3 id=\"currency-codes\">Currency Codes</h3>\n<p>The currencies are mentioned or used in the Buckzy APIs or applications in 3 characters like USD for US Dollar, INR for Indian Rupee, CAD for Canadian Dollar, etc. This table shows the currency codes that you can use are:</p>\n<ul>\n<li><p><strong>Afghanistan</strong> - Afghan Afghani - AFN</p>\n</li>\n<li><p><strong>Albania</strong> - Albanian Lek - ALL</p>\n</li>\n<li><p><strong>Algeria</strong> - Algerian Dinar - DZD</p>\n</li>\n<li><p><strong>Andorra</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Angola</strong> - Angolan Kwanza - AOA</p>\n</li>\n<li><p><strong>Antigua and Barbuda</strong> - East Caribbean Dollar - XCD</p>\n</li>\n<li><p><strong>Argentina</strong> - Argentine Peso - ARS</p>\n</li>\n<li><p><strong>Armenia</strong> - Armenian Dram - AMD</p>\n</li>\n<li><p><strong>Australia</strong> - Australian Dollar - AUD</p>\n</li>\n<li><p><strong>Austria</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Azerbaijan</strong> - Azerbaijani Manat - AZN</p>\n</li>\n<li><p><strong>Bahamas</strong> - Bahamian Dollar - BSD</p>\n</li>\n<li><p><strong>Bahrain</strong> - Bahraini Dinar - BHD</p>\n</li>\n<li><p><strong>Bangladesh</strong> - Bangladeshi Taka - BDT</p>\n</li>\n<li><p><strong>Barbados</strong> - Barbadian Dollar - BBD</p>\n</li>\n<li><p><strong>Belarus</strong> - Belarusian Ruble - BYN</p>\n</li>\n<li><p><strong>Belgium</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Belize</strong> - Belize Dollar - BZD</p>\n</li>\n<li><p><strong>Benin</strong> - West African CFA Franc - XOF</p>\n</li>\n<li><p><strong>Bhutan</strong> - Bhutanese Ngultrum - BTN</p>\n</li>\n<li><p><strong>Bolivia</strong> - Bolivian Boliviano - BOB</p>\n</li>\n<li><p><strong>Bosnia and Herzegovina</strong> - Bosnian Convertible Mark - BAM</p>\n</li>\n<li><p><strong>Botswana</strong> - Botswanan Pula - BWP</p>\n</li>\n<li><p><strong>Brazil</strong> - Brazilian Real - BRL</p>\n</li>\n<li><p><strong>Brunei</strong> - Brunei Dollar - BND</p>\n</li>\n<li><p><strong>Bulgaria</strong> - Bulgarian Lev - BGN</p>\n</li>\n<li><p><strong>Burkina Faso</strong> - West African CFA Franc - XOF</p>\n</li>\n<li><p><strong>Burundi</strong> - Burundian Franc - BIF</p>\n</li>\n<li><p><strong>Cabo Verde</strong> - Cape Verdean Escudo - CVE</p>\n</li>\n<li><p><strong>Cambodia</strong> - Cambodian Riel - KHR</p>\n</li>\n<li><p><strong>Cameroon</strong> - Central African CFA Franc - XAF</p>\n</li>\n<li><p><strong>Canada</strong> - Canadian Dollar - CAD</p>\n</li>\n<li><p><strong>Central African Republic</strong> - Central African CFA Franc - XAF</p>\n</li>\n<li><p><strong>Chad</strong> - Central African CFA Franc - XAF</p>\n</li>\n<li><p><strong>Chile</strong> - Chilean Peso - CLP</p>\n</li>\n<li><p><strong>China</strong> - Chinese Yuan - CNY</p>\n</li>\n<li><p><strong>Colombia</strong> - Colombian Peso - COP</p>\n</li>\n<li><p><strong>Comoros</strong> - Comorian Franc - KMF</p>\n</li>\n<li><p><strong>Congo (Congo-Brazzaville)</strong> - Central African CFA Franc - XAF</p>\n</li>\n<li><p><strong>Congo (Congo-Kinshasa)</strong> - Congolese Franc - CDF</p>\n</li>\n<li><p><strong>Costa Rica</strong> - Costa Rican Colón - CRC</p>\n</li>\n<li><p><strong>Croatia</strong> - Croatian Kuna - HRK</p>\n</li>\n<li><p><strong>Cuba</strong> - Cuban Peso - CUP</p>\n</li>\n<li><p><strong>Cyprus</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Czech Republic</strong> - Czech Koruna - CZK</p>\n</li>\n<li><p><strong>Denmark</strong> - Danish Krone - DKK</p>\n</li>\n<li><p><strong>Djibouti</strong> - Djiboutian Franc - DJF</p>\n</li>\n<li><p><strong>Dominica</strong> - East Caribbean Dollar - XCD</p>\n</li>\n<li><p><strong>Dominican Republic</strong> - Dominican Peso - DOP</p>\n</li>\n<li><p><strong>Ecuador</strong> - United States Dollar - USD</p>\n</li>\n<li><p><strong>Egypt</strong> - Egyptian Pound - EGP</p>\n</li>\n<li><p><strong>El Salvador</strong> - United States Dollar - USD</p>\n</li>\n<li><p><strong>Equatorial Guinea</strong> - Central African CFA Franc - XAF</p>\n</li>\n<li><p><strong>Eritrea</strong> - Eritrean Nakfa - ERN</p>\n</li>\n<li><p><strong>Estonia</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Eswatini (formerly Swaziland)</strong> - Swazi Lilangeni - SZL</p>\n</li>\n<li><p><strong>Ethiopia</strong> - Ethiopian Birr - ETB</p>\n</li>\n<li><p><strong>Fiji</strong> - Fijian Dollar - FJD</p>\n</li>\n<li><p><strong>Finland</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>France</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Gabon</strong> - Central African CFA Franc - XAF</p>\n</li>\n<li><p><strong>Gambia</strong> - Gambian Dalasi - GMD</p>\n</li>\n<li><p><strong>Georgia</strong> - Georgian Lari - GEL</p>\n</li>\n<li><p><strong>Germany</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Ghana</strong> - Ghanaian Cedi - GHS</p>\n</li>\n<li><p><strong>Greece</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Grenada</strong> - East Caribbean Dollar - XCD</p>\n</li>\n<li><p><strong>Guatemala</strong> - Guatemalan Quetzal - GTQ</p>\n</li>\n<li><p><strong>Guinea</strong> - Guinean Franc - GNF</p>\n</li>\n<li><p><strong>Guinea-Bissau</strong> - West African CFA Franc - XOF</p>\n</li>\n<li><p><strong>Guyana</strong> - Guyanese Dollar - GYD</p>\n</li>\n<li><p><strong>Haiti</strong> - Haitian Gourde - HTG</p>\n</li>\n<li><p><strong>Honduras</strong> - Honduran Lempira - HNL</p>\n</li>\n<li><p><strong>Hungary</strong> - Hungarian Forint - HUF</p>\n</li>\n<li><p><strong>Iceland</strong> - Icelandic Króna - ISK</p>\n</li>\n<li><p><strong>India</strong> - Indian Rupee - INR</p>\n</li>\n<li><p><strong>Indonesia</strong> - Indonesian Rupiah - IDR</p>\n</li>\n<li><p><strong>Iran</strong> - Iranian Rial - IRR</p>\n</li>\n<li><p><strong>Iraq</strong> - Iraqi Dinar - IQD</p>\n</li>\n<li><p><strong>Ireland</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Israel</strong> - Israeli New Shekel - ILS</p>\n</li>\n<li><p><strong>Italy</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Jamaica</strong> - Jamaican Dollar - JMD</p>\n</li>\n<li><p><strong>Japan</strong> - Japanese Yen - JPY</p>\n</li>\n<li><p><strong>Jordan</strong> - Jordanian Dinar - JOD</p>\n</li>\n<li><p><strong>Kazakhstan</strong> - Kazakhstani Tenge - KZT</p>\n</li>\n<li><p><strong>Kenya</strong> - Kenyan Shilling - KES</p>\n</li>\n<li><p><strong>Kiribati</strong> - Australian Dollar - AUD</p>\n</li>\n<li><p><strong>Korea, North</strong> - North Korean Won - KPW</p>\n</li>\n<li><p><strong>Korea, South</strong> - South Korean Won - KRW</p>\n</li>\n<li><p><strong>Kuwait</strong> - Kuwaiti Dinar - KWD</p>\n</li>\n<li><p><strong>Kyrgyzstan</strong> - Kyrgyzstani Som - KGS</p>\n</li>\n<li><p><strong>Laos</strong> - Laotian Kip - LAK</p>\n</li>\n<li><p><strong>Latvia</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Lebanon</strong> - Lebanese Pound - LBP</p>\n</li>\n<li><p><strong>Lesotho</strong> - Lesotho Loti - LSL</p>\n</li>\n<li><p><strong>Liberia</strong> - Liberian Dollar - LRD</p>\n</li>\n<li><p><strong>Libya</strong> - Libyan Dinar - LYD</p>\n</li>\n<li><p><strong>Liechtenstein</strong> - Swiss Franc - CHF</p>\n</li>\n<li><p><strong>Lithuania</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Luxembourg</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Madagascar</strong> - Malagasy Ariary - MGA</p>\n</li>\n<li><p><strong>Malawi</strong> - Malawian Kwacha - MWK</p>\n</li>\n<li><p><strong>Malaysia</strong> - Malaysian Ringgit - MYR</p>\n</li>\n<li><p><strong>Maldives</strong> - Maldivian Rufiyaa - MVR</p>\n</li>\n<li><p><strong>Mali</strong> - West African CFA Franc - XOF</p>\n</li>\n<li><p><strong>Malta</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Marshall Islands</strong> - United States Dollar - USD</p>\n</li>\n<li><p><strong>Mauritania</strong> - Mauritanian Ouguiya - MRU</p>\n</li>\n<li><p><strong>Mauritius</strong> - Mauritian Rupee - MUR</p>\n</li>\n<li><p><strong>Mexico</strong> - Mexican Peso - MXN</p>\n</li>\n<li><p><strong>Micronesia</strong> - United States Dollar - USD</p>\n</li>\n<li><p><strong>Moldova</strong> - Moldovan Leu - MDL</p>\n</li>\n<li><p><strong>Monaco</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Mongolia</strong> - Mongolian Tugrik - MNT</p>\n</li>\n<li><p><strong>Montenegro</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Morocco</strong> - Moroccan Dirham - MAD</p>\n</li>\n<li><p><strong>Mozambique</strong> - Mozambican Metical - MZN</p>\n</li>\n<li><p><strong>Myanmar (Burma)</strong> - Burmese Kyat - MMK</p>\n</li>\n<li><p><strong>Namibia</strong> - Namibian Dollar - NAD</p>\n</li>\n<li><p><strong>Nauru</strong> - Australian Dollar - AUD</p>\n</li>\n<li><p><strong>Nepal</strong> - Nepalese Rupee - NPR</p>\n</li>\n<li><p><strong>Netherlands</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>New Zealand</strong> - New Zealand Dollar - NZD</p>\n</li>\n<li><p><strong>Nicaragua</strong> - Nicaraguan Córdoba - NIO</p>\n</li>\n<li><p><strong>Niger</strong> - West African CFA Franc - XOF</p>\n</li>\n<li><p><strong>Nigeria</strong> - Nigerian Naira - NGN</p>\n</li>\n<li><p><strong>North Macedonia</strong> - Macedonian Denar - MKD</p>\n</li>\n<li><p><strong>Norway</strong> - Norwegian Krone - NOK</p>\n</li>\n<li><p><strong>Oman</strong> - Omani Rial - OMR</p>\n</li>\n<li><p><strong>Pakistan</strong> - Pakistani Rupee - PKR</p>\n</li>\n<li><p><strong>Palau</strong> - United States Dollar - USD</p>\n</li>\n<li><p><strong>Panama</strong> - Balboa (USD also widely used) - PAB</p>\n</li>\n<li><p><strong>Papua New Guinea</strong> - Kina - PGK</p>\n</li>\n<li><p><strong>Paraguay</strong> - Paraguayan Guarani - PYG</p>\n</li>\n<li><p><strong>Peru</strong> - Peruvian Nuevo Sol - PEN</p>\n</li>\n<li><p><strong>Philippines</strong> - Philippine Peso - PHP</p>\n</li>\n<li><p><strong>Poland</strong> - Polish Zloty - PLN</p>\n</li>\n<li><p><strong>Portugal</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Qatar</strong> - Qatari Rial - QAR</p>\n</li>\n<li><p><strong>Romania</strong> - Romanian Leu - RON</p>\n</li>\n<li><p><strong>Russia</strong> - Russian Ruble - RUB</p>\n</li>\n<li><p><strong>Rwanda</strong> - Rwandan Franc - RWF</p>\n</li>\n<li><p><strong>Saint Kitts and Nevis</strong> - East Caribbean Dollar - XCD</p>\n</li>\n<li><p><strong>Saint Lucia</strong> - East Caribbean Dollar - XCD</p>\n</li>\n<li><p><strong>Saint Vincent and the Grenadines</strong> - East Caribbean Dollar - XCD</p>\n</li>\n<li><p><strong>Samoa</strong> - Samoan Tala - WST</p>\n</li>\n<li><p><strong>San Marino</strong> - Sammarinese Lira (EUR used now) - EUR</p>\n</li>\n<li><p><strong>Sao Tome and Principe</strong> - São Tomé Dobra - STN</p>\n</li>\n<li><p><strong>Saudi Arabia</strong> - Saudi Riyal - SAR</p>\n</li>\n<li><p><strong>Senegal</strong> - West African CFA Franc - XOF</p>\n</li>\n<li><p><strong>Serbia</strong> - Serbian Dinar - RSD</p>\n</li>\n<li><p><strong>Seychelles</strong> - Seychellois Rupee - SCR</p>\n</li>\n<li><p><strong>Sierra Leone</strong> - Sierra Leonean Leone - SLL</p>\n</li>\n<li><p><strong>Singapore</strong> - Singapore Dollar - SGD</p>\n</li>\n<li><p><strong>Slovakia</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Slovenia</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Solomon Islands</strong> - Solomon Islands Dollar - SBD</p>\n</li>\n<li><p><strong>Somalia</strong> - Somali Shilling - SOS</p>\n</li>\n<li><p><strong>South Africa</strong> - South African Rand - ZAR</p>\n</li>\n<li><p><strong>South Sudan</strong> - South Sudanese Pound - SSP</p>\n</li>\n<li><p><strong>Spain</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Sri Lanka</strong> - Sri Lankan Rupee - LKR</p>\n</li>\n<li><p><strong>Sudan</strong> - Sudanese Pound - SDG</p>\n</li>\n<li><p><strong>Suriname</strong> - Surinamese Dollar - SRD</p>\n</li>\n<li><p><strong>Sweden</strong> - Swedish Krona - SEK</p>\n</li>\n<li><p><strong>Switzerland</strong> - Swiss Franc - CHF</p>\n</li>\n<li><p><strong>Syria</strong> - Syrian Pound - SYP</p>\n</li>\n<li><p><strong>Taiwan</strong> - New Taiwan Dollar - TWD</p>\n</li>\n<li><p><strong>Tajikistan</strong> - Tajikistani Somoni - TJS</p>\n</li>\n<li><p><strong>Tanzania</strong> - Tanzanian Shilling - TZS</p>\n</li>\n<li><p><strong>Thailand</strong> - Thai Baht - THB</p>\n</li>\n<li><p><strong>Timor-Leste</strong> - United States Dollar - USD</p>\n</li>\n<li><p><strong>Togo</strong> - West African CFA Franc - XOF</p>\n</li>\n<li><p><strong>Tonga</strong> - Paʻanga - TOP</p>\n</li>\n<li><p><strong>Trinidad and Tobago</strong> - Trinidad and Tobago Dollar - TTD</p>\n</li>\n<li><p><strong>Tunisia</strong> - Tunisian Dinar - TND</p>\n</li>\n<li><p><strong>Turkey</strong> - Turkish Lira - TRY</p>\n</li>\n<li><p><strong>Turkmenistan</strong> - Turkmenistan Manat - TMT</p>\n</li>\n<li><p><strong>Tuvalu</strong> - Australian Dollar - AUD</p>\n</li>\n<li><p><strong>Uganda</strong> - Ugandan Shilling - UGX</p>\n</li>\n<li><p><strong>Ukraine</strong> - Ukrainian Hryvnia - UAH</p>\n</li>\n<li><p><strong>United Arab Emirates</strong> - United Arab Emirates Dirham - AED</p>\n</li>\n<li><p><strong>United Kingdom</strong> - Pound Sterling - GBP</p>\n</li>\n<li><p><strong>United States</strong> - United States Dollar - USD</p>\n</li>\n<li><p><strong>Uruguay</strong> - Uruguayan Peso - UYU</p>\n</li>\n<li><p><strong>Uzbekistan</strong> - Uzbekistani Som - UZS</p>\n</li>\n<li><p><strong>Vanuatu</strong> - Vanuatu Vatu - VUV</p>\n</li>\n<li><p><strong>Vatican City</strong> - Euro - EUR</p>\n</li>\n<li><p><strong>Venezuela</strong> - Venezuelan Bolívar - VEF</p>\n</li>\n<li><p><strong>Vietnam</strong> - Vietnamese Dong - VND</p>\n</li>\n<li><p><strong>Yemen</strong> - Yemeni Rial - YER</p>\n</li>\n<li><p><strong>Zambia</strong> - Zambian Kwacha - ZMW</p>\n</li>\n<li><p><strong>Zimbabwe</strong> - Zimbabwe Dollar - ZWL</p>\n</li>\n<li><p><strong>Kosovo</strong> - Euro - EUR</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","currencies"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Queries the endpoint for supported receiving currencies when you use the value as receiving</p>\n","type":"text/plain"},"key":"support","value":"receiving"},{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"0e1c70bd-bc88-4d55-84a9-2d4126ccb1e0","name":"Get Supporting Sending Currencies","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/currencies?support=sending&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","currencies"],"query":[{"key":"support","value":"sending","description":"Queries the endpoint for supported sending currencies when you use the value as sending"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 16:15:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"7a73e0255af66bf2"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"currencyCode\": \"CAD\",\n        \"currencyName\": \"Canadian Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"CA\",\n                \"countryName\": \"Canada\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"CAD\",\n        \"currencyName\": \"Canadian Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"CA\",\n                \"countryName\": \"Canada\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"EU\",\n                \"countryName\": \"European Union\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"INR\",\n        \"currencyName\": \"India Rupee\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"IN\",\n                \"countryName\": \"India\",\n                \"internationalDialPrefix\": \"91\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"INR\",\n        \"currencyName\": \"India Rupee\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"IN\",\n                \"countryName\": \"India\",\n                \"internationalDialPrefix\": \"91\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"INR\",\n        \"currencyName\": \"India Rupee\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"IN\",\n                \"countryName\": \"India\",\n                \"internationalDialPrefix\": \"91\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"INR\",\n        \"currencyName\": \"India Rupee\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"IN\",\n                \"countryName\": \"India\",\n                \"internationalDialPrefix\": \"91\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"INR\",\n        \"currencyName\": \"India Rupee\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"IN\",\n                \"countryName\": \"India\",\n                \"internationalDialPrefix\": \"91\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"AED\",\n        \"currencyName\": \"United Arab Emirates Dirham\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"GBP\",\n        \"currencyName\": \"United Kingdom Pound\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"GBP\",\n        \"currencyName\": \"United Kingdom Pound\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"GBP\",\n        \"currencyName\": \"United Kingdom Pound\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"GBP\",\n        \"currencyName\": \"United Kingdom Pound\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AT\",\n                \"countryName\": \"Austria\",\n                \"internationalDialPrefix\": \"43\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BE\",\n                \"countryName\": \"Belgium\",\n                \"internationalDialPrefix\": \"32\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"BG\",\n                \"countryName\": \"Bulgaria\",\n                \"internationalDialPrefix\": \"359\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HR\",\n                \"countryName\": \"Croatia\",\n                \"internationalDialPrefix\": \"385\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CY\",\n                \"countryName\": \"Cyprus\",\n                \"internationalDialPrefix\": \"357\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CZ\",\n                \"countryName\": \"Czechia\",\n                \"internationalDialPrefix\": \"420\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DK\",\n                \"countryName\": \"Denmark\",\n                \"internationalDialPrefix\": \"45\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"EE\",\n                \"countryName\": \"Estonia\",\n                \"internationalDialPrefix\": \"372\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FI\",\n                \"countryName\": \"Finland\",\n                \"internationalDialPrefix\": \"358\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"FR\",\n                \"countryName\": \"France\",\n                \"internationalDialPrefix\": \"33\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GF\",\n                \"countryName\": \"French Guiana\",\n                \"internationalDialPrefix\": \"594\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"DE\",\n                \"countryName\": \"Germany\",\n                \"internationalDialPrefix\": \"49\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GI\",\n                \"countryName\": \"Gibraltar\",\n                \"internationalDialPrefix\": \"350\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GR\",\n                \"countryName\": \"Greece\",\n                \"internationalDialPrefix\": \"30\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GP\",\n                \"countryName\": \"Guadeloupe\",\n                \"internationalDialPrefix\": \"590\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GG\",\n                \"countryName\": \"Guernsey\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"HU\",\n                \"countryName\": \"Hungary\",\n                \"internationalDialPrefix\": \"36\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IS\",\n                \"countryName\": \"Iceland\",\n                \"internationalDialPrefix\": \"354\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IE\",\n                \"countryName\": \"Ireland\",\n                \"internationalDialPrefix\": \"353\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IM\",\n                \"countryName\": \"Isle Of Man\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IL\",\n                \"countryName\": \"Israel\",\n                \"internationalDialPrefix\": \"972\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IT\",\n                \"countryName\": \"Italy\",\n                \"internationalDialPrefix\": \"39\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LI\",\n                \"countryName\": \"Liechtenstein\",\n                \"internationalDialPrefix\": \"423\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LT\",\n                \"countryName\": \"Lithuania\",\n                \"internationalDialPrefix\": \"370\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"LU\",\n                \"countryName\": \"Luxembourg\",\n                \"internationalDialPrefix\": \"352\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MT\",\n                \"countryName\": \"Malta\",\n                \"internationalDialPrefix\": \"356\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"MC\",\n                \"countryName\": \"Monaco\",\n                \"internationalDialPrefix\": \"377\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NL\",\n                \"countryName\": \"Netherlands\",\n                \"internationalDialPrefix\": \"31\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"NO\",\n                \"countryName\": \"Norway\",\n                \"internationalDialPrefix\": \"47\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PL\",\n                \"countryName\": \"Poland\",\n                \"internationalDialPrefix\": \"48\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"PT\",\n                \"countryName\": \"Portugal\",\n                \"internationalDialPrefix\": \"351\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SK\",\n                \"countryName\": \"Slovakia\",\n                \"internationalDialPrefix\": \"421\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SI\",\n                \"countryName\": \"Slovenia\",\n                \"internationalDialPrefix\": \"386\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"ES\",\n                \"countryName\": \"Spain\",\n                \"internationalDialPrefix\": \"34\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"SE\",\n                \"countryName\": \"Sweden\",\n                \"internationalDialPrefix\": \"46\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"CH\",\n                \"countryName\": \"Switzerland\",\n                \"internationalDialPrefix\": \"41\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"UK\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"US\",\n                \"countryName\": \"United States Of America\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    }\n]"},{"id":"a02386c2-5eb0-43fa-bcd7-bacdacf3d936","name":"Get Supporting Receiving Currencies","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/currencies?support=receiving&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","currencies"],"query":[{"key":"support","value":"receiving","description":"Queries the endpoint for supported receiving currencies when you use the value as receiving"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 16:17:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"ac7172111555b802"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"currencyCode\": \"AED\",\n        \"currencyName\": \"United Arab Emirates Dirham\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"AE\",\n                \"countryName\": \"United Arab Emirates\",\n                \"internationalDialPrefix\": \"971\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"CAD\",\n        \"currencyName\": \"Canadian Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"CA\",\n                \"countryName\": \"Canada\",\n                \"internationalDialPrefix\": \"1\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"INR\",\n        \"currencyName\": \"India Rupee\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"IN\",\n                \"countryName\": \"India\",\n                \"internationalDialPrefix\": \"91\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IN\",\n                \"countryName\": \"India\",\n                \"internationalDialPrefix\": \"91\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"IN\",\n                \"countryName\": \"India\",\n                \"internationalDialPrefix\": \"91\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"GBP\",\n        \"currencyName\": \"United Kingdom Pound\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            },\n            {\n                \"countryCode\": \"GB\",\n                \"countryName\": \"United Kingdom\",\n                \"internationalDialPrefix\": \"44\",\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"USD\",\n        \"currencyName\": \"United States Dollar\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    },\n    {\n        \"currencyCode\": \"EUR\",\n        \"currencyName\": \"Euro\",\n        \"unicdDecimal\": null,\n        \"unicdHex\": null,\n        \"countries\": [\n            {\n                \"countryCode\": \"YY\",\n                \"countryName\": \"The world\",\n                \"internationalDialPrefix\": null,\n                \"callCode\": null,\n                \"currencies\": null\n            }\n        ]\n    }\n]"}],"_postman_id":"6773b524-9a2d-4642-9ae1-744e92e83ac6"},{"name":"Get Countries","id":"5f2bdf8a-bf48-4828-b170-e9194bab3f5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/countries?apikey={{apikey}}","description":"<h3 id=\"country-codes-with-dial-prefix\">Country Codes with Dial Prefix</h3>\n<p>Whenever you want to describe, mention or use a country for your transaction through Buckzy, you might find country codes are used instead of the full name. The country codes are generally two characters long written in Capital Case and comply with the ISO 3166-1 alpha - 2 standards. The list of country codes and international dial prefixes that you can use for various purposes in our APIs or applications are:</p>\n<ul>\n<li><p><strong>AF</strong> - Afghanistan - +93 - 00</p>\n</li>\n<li><p><strong>AL</strong> - Albania - +355 - 00</p>\n</li>\n<li><p><strong>DZ</strong> - Algeria - +213 - 00</p>\n</li>\n<li><p><strong>AD</strong> - Andorra - +376 - 00</p>\n</li>\n<li><p><strong>AO</strong> - Angola - +244 - 00</p>\n</li>\n<li><p><strong>AG</strong> - Antigua and Barbuda - +1-268 - 011</p>\n</li>\n<li><p><strong>AR</strong> - Argentina - +54 - 00</p>\n</li>\n<li><p><strong>AM</strong> - Armenia - +374 - 00</p>\n</li>\n<li><p><strong>AU</strong> - Australia - +61 - 0011</p>\n</li>\n<li><p><strong>AT</strong> - Austria - +43 - 00</p>\n</li>\n<li><p><strong>AZ</strong> - Azerbaijan - +994 - 00</p>\n</li>\n<li><p><strong>BS</strong> - Bahamas - +1-242 - 011</p>\n</li>\n<li><p><strong>BH</strong> - Bahrain - +973 - 00</p>\n</li>\n<li><p><strong>BD</strong> - Bangladesh - +880 - 00</p>\n</li>\n<li><p><strong>BB</strong> - Barbados - +1-246 - 011</p>\n</li>\n<li><p><strong>BY</strong> - Belarus - +375 - 8</p>\n</li>\n<li><p><strong>BE</strong> - Belgium - +32 - 00</p>\n</li>\n<li><p><strong>BZ</strong> - Belize - +501 - 00</p>\n</li>\n<li><p><strong>BJ</strong> - Benin - +229 - 00</p>\n</li>\n<li><p><strong>BT</strong> - Bhutan - +975 - 00</p>\n</li>\n<li><p><strong>BO</strong> - Bolivia - +591 - 00</p>\n</li>\n<li><p><strong>BA</strong> - Bosnia and Herzegovina - +387 - 00</p>\n</li>\n<li><p><strong>BW</strong> - Botswana - +267 - 00</p>\n</li>\n<li><p><strong>BR</strong> - Brazil - +55 - 00</p>\n</li>\n<li><p><strong>BN</strong> - Brunei - +673 - 00</p>\n</li>\n<li><p><strong>BG</strong> - Bulgaria - +359 - 00</p>\n</li>\n<li><p><strong>BF</strong> - Burkina Faso - +226 - 00</p>\n</li>\n<li><p><strong>BI</strong> - Burundi - +257 - 00</p>\n</li>\n<li><p><strong>CV</strong> - Cabo Verde - +238 - 00</p>\n</li>\n<li><p><strong>KH</strong> - Cambodia - +855 - 00</p>\n</li>\n<li><p><strong>CM</strong> - Cameroon - +237 - 00</p>\n</li>\n<li><p><strong>CA</strong> - Canada - +1 - 011</p>\n</li>\n<li><p><strong>CF</strong> - Central African Republic - +236 - 00</p>\n</li>\n<li><p><strong>TD</strong> - Chad - +235 - 00</p>\n</li>\n<li><p><strong>CL</strong> - Chile - +56 - 00</p>\n</li>\n<li><p><strong>CN</strong> - China - +86 - 00</p>\n</li>\n<li><p><strong>CO</strong> - Colombia - +57 - 00</p>\n</li>\n<li><p><strong>KM</strong> - Comoros - +269 - 00</p>\n</li>\n<li><p><strong>CG</strong> - Congo (Congo-Brazzaville) - +242 - 00</p>\n</li>\n<li><p><strong>CD</strong> - Congo (Congo-Kinshasa) - +243 - 00</p>\n</li>\n<li><p><strong>CR</strong> - Costa Rica - +506 - 00</p>\n</li>\n<li><p><strong>HR</strong> - Croatia - +385 - 00</p>\n</li>\n<li><p><strong>CU</strong> - Cuba - +53 - 00</p>\n</li>\n<li><p><strong>CY</strong> - Cyprus - +357 - 00</p>\n</li>\n<li><p><strong>CZ</strong> - Czech Republic - +420 - 00</p>\n</li>\n<li><p><strong>DK</strong> - Denmark - +45 - 00</p>\n</li>\n<li><p><strong>DJ</strong> - Djibouti - +253 - 00</p>\n</li>\n<li><p><strong>DM</strong> - Dominica - +1-767 - 011</p>\n</li>\n<li><p><strong>DO</strong> - Dominican Republic - +1-809, 1-829, 1-849 - 011</p>\n</li>\n<li><p><strong>EC</strong> - Ecuador - +593 - 00</p>\n</li>\n<li><p><strong>EG</strong> - Egypt - +20 - 00</p>\n</li>\n<li><p><strong>SV</strong> - El Salvador - +503 - 00</p>\n</li>\n<li><p><strong>GQ</strong> - Equatorial Guinea - +240 - 00</p>\n</li>\n<li><p><strong>ER</strong> - Eritrea - +291 - 00</p>\n</li>\n<li><p><strong>EE</strong> - Estonia - +372 - 00</p>\n</li>\n<li><p><strong>SZ</strong> - Eswatini (formerly Swaziland) - +268 - 00</p>\n</li>\n<li><p><strong>ET</strong> - Ethiopia - +251 - 00</p>\n</li>\n<li><p><strong>FJ</strong> - Fiji - +679 - 00</p>\n</li>\n<li><p><strong>FI</strong> - Finland - +358 - 00</p>\n</li>\n<li><p><strong>FR</strong> - France - +33 - 00</p>\n</li>\n<li><p><strong>GA</strong> - Gabon - +241 - 00</p>\n</li>\n<li><p><strong>GM</strong> - Gambia - +220 - 00</p>\n</li>\n<li><p><strong>GE</strong> - Georgia - +995 - 00</p>\n</li>\n<li><p><strong>DE</strong> - Germany - +49 - 00</p>\n</li>\n<li><p><strong>GH</strong> - Ghana - +233 - 00</p>\n</li>\n<li><p><strong>GR</strong> - Greece - +30 - 00</p>\n</li>\n<li><p><strong>GD</strong> - Grenada - +1-473 - 011</p>\n</li>\n<li><p><strong>GT</strong> - Guatemala - +502 - 00</p>\n</li>\n<li><p><strong>GN</strong> - Guinea - +224 - 00</p>\n</li>\n<li><p><strong>GW</strong> - Guinea-Bissau - +245 - 00</p>\n</li>\n<li><p><strong>GY</strong> - Guyana - +592 - 00</p>\n</li>\n<li><p><strong>HT</strong> - Haiti - +509 - 00</p>\n</li>\n<li><p><strong>HN</strong> - Honduras - +504 - 00</p>\n</li>\n<li><p><strong>HU</strong> - Hungary - +36 - 00</p>\n</li>\n<li><p><strong>IS</strong> - Iceland - +354 - 00</p>\n</li>\n<li><p><strong>IN</strong> - India - +91 - 00</p>\n</li>\n<li><p><strong>ID</strong> - Indonesia - +62 - 00</p>\n</li>\n<li><p><strong>IR</strong> - Iran - +98 - 00</p>\n</li>\n<li><p><strong>IQ</strong> - Iraq - +964 - 00</p>\n</li>\n<li><p><strong>IE</strong> - Ireland - +353 - 00</p>\n</li>\n<li><p><strong>IL</strong> - Israel - +972 - 00</p>\n</li>\n<li><p><strong>IT</strong> - Italy - +39 - 00</p>\n</li>\n<li><p><strong>JM</strong> - Jamaica - +1-876 - 011</p>\n</li>\n<li><p><strong>JP</strong> - Japan - +81 - 00</p>\n</li>\n<li><p><strong>JO</strong> - Jordan - +962 - 00</p>\n</li>\n<li><p><strong>KZ</strong> - Kazakhstan - +7 - 00</p>\n</li>\n<li><p><strong>KE</strong> - Kenya - +254 - 00</p>\n</li>\n<li><p><strong>KI</strong> - Kiribati - +686 - 00</p>\n</li>\n<li><p><strong>KP</strong> - Korea, North - +850 - 00</p>\n</li>\n<li><p><strong>KR</strong> - Korea, South - +82 - 00</p>\n</li>\n<li><p><strong>KW</strong> - Kuwait - +965 - 00</p>\n</li>\n<li><p><strong>KG</strong> - Kyrgyzstan - +996 - 00</p>\n</li>\n<li><p><strong>LA</strong> - Laos - +856 - 00</p>\n</li>\n<li><p><strong>LV</strong> - Latvia - +371 - 00</p>\n</li>\n<li><p><strong>LB</strong> - Lebanon - +961 - 00</p>\n</li>\n<li><p><strong>LS</strong> - Lesotho - +266 - 00</p>\n</li>\n<li><p><strong>LR</strong> - Liberia - +231 - 00</p>\n</li>\n<li><p><strong>LY</strong> - Libya - +218 - 00</p>\n</li>\n<li><p><strong>LI</strong> - Liechtenstein - +423 - 00</p>\n</li>\n<li><p><strong>LT</strong> - Lithuania - +370 - 00</p>\n</li>\n<li><p><strong>LU</strong> - Luxembourg - +352 - 00</p>\n</li>\n<li><p><strong>MG</strong> - Madagascar - +261 - 00</p>\n</li>\n<li><p><strong>MW</strong> - Malawi - +265 - 00</p>\n</li>\n<li><p><strong>MY</strong> - Malaysia - +60 - 00</p>\n</li>\n<li><p><strong>MV</strong> - Maldives - +960 - 00</p>\n</li>\n<li><p><strong>ML</strong> - Mali - +223 - 00</p>\n</li>\n<li><p><strong>MT</strong> - Malta - +356 - 00</p>\n</li>\n<li><p><strong>MH</strong> - Marshall Islands - +692 - 00</p>\n</li>\n<li><p><strong>MR</strong> - Mauritania - +222 - 00</p>\n</li>\n<li><p><strong>MU</strong> - Mauritius - +230 - 00</p>\n</li>\n<li><p><strong>MX</strong> - Mexico - +52 - 00</p>\n</li>\n<li><p><strong>FM</strong> - Micronesia - +691 - 00</p>\n</li>\n<li><p><strong>MD</strong> - Moldova - +373 - 00</p>\n</li>\n<li><p><strong>MC</strong> - Monaco - +377 - 00</p>\n</li>\n<li><p><strong>MN</strong> - Mongolia - +976 - 00</p>\n</li>\n<li><p><strong>ME</strong> - Montenegro - +382 - 00</p>\n</li>\n<li><p><strong>MA</strong> - Morocco - +212 - 00</p>\n</li>\n<li><p><strong>MZ</strong> - Mozambique - +258 - 00</p>\n</li>\n<li><p><strong>MM</strong> - Myanmar (Burma) - +95 - 00</p>\n</li>\n<li><p><strong>NA</strong> - Namibia - +264 - 00</p>\n</li>\n<li><p><strong>NR</strong> - Nauru - +674 - 00</p>\n</li>\n<li><p><strong>NP</strong> - Nepal - +977 - 00</p>\n</li>\n<li><p><strong>NL</strong> - Netherlands - +31 - 00</p>\n</li>\n<li><p><strong>NZ</strong> - New Zealand - +64 - 00</p>\n</li>\n<li><p><strong>NI</strong> - Nicaragua - +505 - 00</p>\n</li>\n<li><p><strong>NE</strong> - Niger - +227 - 00</p>\n</li>\n<li><p><strong>NG</strong> - Nigeria - +234 - 00</p>\n</li>\n<li><p><strong>MK</strong> - North Macedonia - +389 - 00</p>\n</li>\n<li><p><strong>NO</strong> - Norway - +47 - 00</p>\n</li>\n<li><p><strong>OM</strong> - Oman - +968 - 00</p>\n</li>\n<li><p><strong>PK</strong> - Pakistan - +92 - 00</p>\n</li>\n<li><p><strong>PW</strong> - Palau - +680 - 00</p>\n</li>\n<li><p><strong>PA</strong> - Panama - +507 - 00</p>\n</li>\n<li><p><strong>PG</strong> - Papua New Guinea - +675 - 00</p>\n</li>\n<li><p><strong>PY</strong> - Paraguay - +595 - 00</p>\n</li>\n<li><p><strong>PE</strong> - Peru - +51 - 00</p>\n</li>\n<li><p><strong>PH</strong> - Philippines - +63 - 00</p>\n</li>\n<li><p><strong>PL</strong> - Poland - +48 - 00</p>\n</li>\n<li><p><strong>PT</strong> - Portugal - +351 - 00</p>\n</li>\n<li><p><strong>QA</strong> - Qatar - +974 - 00</p>\n</li>\n<li><p><strong>RO</strong> - Romania - +40 - 00</p>\n</li>\n<li><p><strong>RU</strong> - Russia - +7 - 00</p>\n</li>\n<li><p><strong>RW</strong> - Rwanda - +250 - 00</p>\n</li>\n<li><p><strong>KN</strong> - Saint Kitts and Nevis - +1-869 - 011</p>\n</li>\n<li><p><strong>LC</strong> - Saint Lucia - +1-758 - 011</p>\n</li>\n<li><p><strong>VC</strong> - Saint Vincent and the Grenadines - +1-784 - 011</p>\n</li>\n<li><p><strong>WS</strong> - Samoa - +685 - 00</p>\n</li>\n<li><p><strong>SM</strong> - San Marino - +378 - 00</p>\n</li>\n<li><p><strong>ST</strong> - São Tomé and Principe - +239 - 00</p>\n</li>\n<li><p><strong>SA</strong> - Saudi Arabia - +966 - 00</p>\n</li>\n<li><p><strong>SN</strong> - Senegal - +221 - 00</p>\n</li>\n<li><p><strong>RS</strong> - Serbia - +381 - 00</p>\n</li>\n<li><p><strong>SC</strong> - Seychelles - +248 - 00</p>\n</li>\n<li><p><strong>SL</strong> - Sierra Leone - +232 - 00</p>\n</li>\n<li><p><strong>SG</strong> - Singapore - +65 - 00</p>\n</li>\n<li><p><strong>SK</strong> - Slovakia - +421 - 00</p>\n</li>\n<li><p><strong>SI</strong> - Slovenia - +386 - 00</p>\n</li>\n<li><p><strong>SB</strong> - Solomon Islands - +677 - 00</p>\n</li>\n<li><p><strong>SO</strong> - Somalia - +252 - 00</p>\n</li>\n<li><p><strong>ZA</strong> - South Africa - +27 - 00</p>\n</li>\n<li><p><strong>SS</strong> - South Sudan - +211 - 00</p>\n</li>\n<li><p><strong>ES</strong> - Spain - +34 - 00</p>\n</li>\n<li><p><strong>LK</strong> - Sri Lanka - +94 - 00</p>\n</li>\n<li><p><strong>SD</strong> - Sudan - +249 - 00</p>\n</li>\n<li><p><strong>SR</strong> - Suriname - +597 - 00</p>\n</li>\n<li><p><strong>SE</strong> - Sweden - +46 - 00</p>\n</li>\n<li><p><strong>CH</strong> - Switzerland - +41 - 00</p>\n</li>\n<li><p><strong>SY</strong> - Syria - +963 - 00</p>\n</li>\n<li><p><strong>TW</strong> - Taiwan - +886 - 00</p>\n</li>\n<li><p><strong>TJ</strong> - Tajikistan - +992 - 00</p>\n</li>\n<li><p><strong>TZ</strong> - Tanzania - +255 - 00</p>\n</li>\n<li><p><strong>TH</strong> - Thailand - +66 - 00</p>\n</li>\n<li><p><strong>TL</strong> - Timor-Leste - +670 - 00</p>\n</li>\n<li><p><strong>TG</strong> - Togo - +228 - 00</p>\n</li>\n<li><p><strong>TO</strong> - Tonga - +676 - 00</p>\n</li>\n<li><p><strong>TT</strong> - Trinidad and Tobago - +1-868 - 011</p>\n</li>\n<li><p><strong>TN</strong> - Tunisia - +216 - 00</p>\n</li>\n<li><p><strong>TR</strong> - Turkey - +90 - 00</p>\n</li>\n<li><p><strong>TM</strong> - Turkmenistan - +993 - 00</p>\n</li>\n<li><p><strong>TV</strong> - Tuvalu - +688 - 00</p>\n</li>\n<li><p><strong>UG</strong> - Uganda - +256 - 00</p>\n</li>\n<li><p><strong>UA</strong> - Ukraine - +380 - 00</p>\n</li>\n<li><p><strong>AE</strong> - United Arab Emirates - +971 - 00</p>\n</li>\n<li><p><strong>GB</strong> - United Kingdom - +44 - 00</p>\n</li>\n<li><p><strong>US</strong> - United States - +1 - 011</p>\n</li>\n<li><p><strong>UY</strong> - Uruguay - +598 - 00</p>\n</li>\n<li><p><strong>UZ</strong> - Uzbekistan - +998 - 00</p>\n</li>\n<li><p><strong>VU</strong> - Vanuatu - +678 - 00</p>\n</li>\n<li><p><strong>VA</strong> - Vatican City - +39 - 00</p>\n</li>\n<li><p><strong>VE</strong> - Venezuela - +58 - 00</p>\n</li>\n<li><p><strong>VN</strong> - Vietnam - +84 - 00</p>\n</li>\n<li><p><strong>YE</strong> - Yemen - +967 - 00</p>\n</li>\n<li><p><strong>ZM</strong> - Zambia - +260 - 00</p>\n</li>\n<li><p><strong>ZW</strong> - Zimbabwe - +263 - 00</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","countries"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"657fa19b-df83-43f0-a4c8-10d4f5790c92","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/countries?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","countries"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 16:24:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"686a4102a3598a76"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"countryCode\": \"AF\",\n        \"countryName\": \"Afghanistan\",\n        \"internationalDialPrefix\": \"93\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"AL\",\n        \"countryName\": \"Albania\",\n        \"internationalDialPrefix\": \"355\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"DZ\",\n        \"countryName\": \"Algeria\",\n        \"internationalDialPrefix\": \"213\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"AS\",\n        \"countryName\": \"American Samoa\",\n        \"internationalDialPrefix\": \"1-684\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"AD\",\n        \"countryName\": \"Andorra\",\n        \"internationalDialPrefix\": \"376\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"AO\",\n        \"countryName\": \"Angola\",\n        \"internationalDialPrefix\": \"244\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"AI\",\n        \"countryName\": \"Anguilla\",\n        \"internationalDialPrefix\": \"1-264\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"AG\",\n        \"countryName\": \"Antigua And Barbuda\",\n        \"internationalDialPrefix\": \"1-268\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"AR\",\n        \"countryName\": \"Argentina\",\n        \"internationalDialPrefix\": \"54\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"ARS\",\n                \"currencyName\": \"Argentine Peso\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"AM\",\n        \"countryName\": \"Armenia\",\n        \"internationalDialPrefix\": \"374\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"AW\",\n        \"countryName\": \"Aruba\",\n        \"internationalDialPrefix\": \"297\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"AU\",\n        \"countryName\": \"Australia\",\n        \"internationalDialPrefix\": \"61\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"AT\",\n        \"countryName\": \"Austria\",\n        \"internationalDialPrefix\": \"43\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"AZ\",\n        \"countryName\": \"Azerbaijan\",\n        \"internationalDialPrefix\": \"994\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BS\",\n        \"countryName\": \"Bahamas\",\n        \"internationalDialPrefix\": \"1-242\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BH\",\n        \"countryName\": \"Bahrain\",\n        \"internationalDialPrefix\": \"973\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BD\",\n        \"countryName\": \"Bangladesh\",\n        \"internationalDialPrefix\": \"880\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BB\",\n        \"countryName\": \"Barbados\",\n        \"internationalDialPrefix\": \"1-246\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BY\",\n        \"countryName\": \"Belarus\",\n        \"internationalDialPrefix\": \"375\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BE\",\n        \"countryName\": \"Belgium\",\n        \"internationalDialPrefix\": \"32\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"BZ\",\n        \"countryName\": \"Belize\",\n        \"internationalDialPrefix\": \"501\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BJ\",\n        \"countryName\": \"Benin\",\n        \"internationalDialPrefix\": \"229\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BM\",\n        \"countryName\": \"Bermuda\",\n        \"internationalDialPrefix\": \"1-441\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BT\",\n        \"countryName\": \"Bhutan\",\n        \"internationalDialPrefix\": \"975\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BO\",\n        \"countryName\": \"Bolivia (Plurinational State Of)\",\n        \"internationalDialPrefix\": \"591\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BQ\",\n        \"countryName\": \"Bonaire, Sint Eustatius And Saba\",\n        \"internationalDialPrefix\": \"599\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BA\",\n        \"countryName\": \"Bosnia And Herzegovina\",\n        \"internationalDialPrefix\": \"387\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BW\",\n        \"countryName\": \"Botswana\",\n        \"internationalDialPrefix\": \"267\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BV\",\n        \"countryName\": \"Bouvet Island\",\n        \"internationalDialPrefix\": \"47\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BR\",\n        \"countryName\": \"Brazil\",\n        \"internationalDialPrefix\": \"55\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"BRL\",\n                \"currencyName\": \"Brazilian Real\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"IO\",\n        \"countryName\": \"British Indian Ocean Territory\",\n        \"internationalDialPrefix\": \"246\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BN\",\n        \"countryName\": \"Brunei Darussalam\",\n        \"internationalDialPrefix\": \"673\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BG\",\n        \"countryName\": \"Bulgaria\",\n        \"internationalDialPrefix\": \"359\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"BF\",\n        \"countryName\": \"Burkina Faso\",\n        \"internationalDialPrefix\": \"226\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BI\",\n        \"countryName\": \"Burundi\",\n        \"internationalDialPrefix\": \"257\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"CV\",\n        \"countryName\": \"Cabo Verde\",\n        \"internationalDialPrefix\": \"238\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"KH\",\n        \"countryName\": \"Cambodia\",\n        \"internationalDialPrefix\": \"855\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"CM\",\n        \"countryName\": \"Cameroon\",\n        \"internationalDialPrefix\": \"237\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"XAF\",\n                \"currencyName\": \"CFA Franc BEAC\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"CA\",\n        \"countryName\": \"Canada\",\n        \"internationalDialPrefix\": \"1\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"CAD\",\n                \"currencyName\": \"Canadian Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"KY\",\n        \"countryName\": \"Cayman Islands\",\n        \"internationalDialPrefix\": \"1-345\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"CF\",\n        \"countryName\": \"Central African Republic\",\n        \"internationalDialPrefix\": \"236\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TD\",\n        \"countryName\": \"Chad\",\n        \"internationalDialPrefix\": \"235\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"CL\",\n        \"countryName\": \"Chile\",\n        \"internationalDialPrefix\": \"56\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"CN\",\n        \"countryName\": \"China\",\n        \"internationalDialPrefix\": \"86\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"CX\",\n        \"countryName\": \"Christmas Island\",\n        \"internationalDialPrefix\": \"61\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"CC\",\n        \"countryName\": \"Cocos (Keeling) Islands\",\n        \"internationalDialPrefix\": \"61\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"CO\",\n        \"countryName\": \"Colombia\",\n        \"internationalDialPrefix\": \"57\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"COP\",\n                \"currencyName\": \"Colombian Peso\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"KM\",\n        \"countryName\": \"Comoros\",\n        \"internationalDialPrefix\": \"269\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"CG\",\n        \"countryName\": \"Congo\",\n        \"internationalDialPrefix\": \"242\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"CD\",\n        \"countryName\": \"Congo (The Democratic Republic Of The)\",\n        \"internationalDialPrefix\": \"243\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"CK\",\n        \"countryName\": \"Cook Islands\",\n        \"internationalDialPrefix\": \"682\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"CR\",\n        \"countryName\": \"Costa Rica\",\n        \"internationalDialPrefix\": \"506\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"HR\",\n        \"countryName\": \"Croatia\",\n        \"internationalDialPrefix\": \"385\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"CU\",\n        \"countryName\": \"Cuba\",\n        \"internationalDialPrefix\": \"53\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"CW\",\n        \"countryName\": \"Curaçao\",\n        \"internationalDialPrefix\": \"599\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"CY\",\n        \"countryName\": \"Cyprus\",\n        \"internationalDialPrefix\": \"357\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"CZ\",\n        \"countryName\": \"Czechia\",\n        \"internationalDialPrefix\": \"420\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"CI\",\n        \"countryName\": \"Côte D'Ivoire\",\n        \"internationalDialPrefix\": \"225\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"DK\",\n        \"countryName\": \"Denmark\",\n        \"internationalDialPrefix\": \"45\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"DJ\",\n        \"countryName\": \"Djibouti\",\n        \"internationalDialPrefix\": \"253\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"DM\",\n        \"countryName\": \"Dominica\",\n        \"internationalDialPrefix\": \"1-767\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"DO\",\n        \"countryName\": \"Dominican Republic\",\n        \"internationalDialPrefix\": \"1-809,1-829,1-849\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"EC\",\n        \"countryName\": \"Ecuador\",\n        \"internationalDialPrefix\": \"593\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"EG\",\n        \"countryName\": \"Egypt\",\n        \"internationalDialPrefix\": \"20\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SV\",\n        \"countryName\": \"El Salvador\",\n        \"internationalDialPrefix\": \"503\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"GQ\",\n        \"countryName\": \"Equatorial Guinea\",\n        \"internationalDialPrefix\": \"240\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"ER\",\n        \"countryName\": \"Eritrea\",\n        \"internationalDialPrefix\": \"291\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"EE\",\n        \"countryName\": \"Estonia\",\n        \"internationalDialPrefix\": \"372\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"ET\",\n        \"countryName\": \"Ethiopia\",\n        \"internationalDialPrefix\": \"251\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"FO\",\n        \"countryName\": \"Faroe Islands\",\n        \"internationalDialPrefix\": \"298\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"FJ\",\n        \"countryName\": \"Fiji\",\n        \"internationalDialPrefix\": \"679\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"FI\",\n        \"countryName\": \"Finland\",\n        \"internationalDialPrefix\": \"358\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"FR\",\n        \"countryName\": \"France\",\n        \"internationalDialPrefix\": \"33\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"EUR\",\n                \"currencyName\": \"Euro\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            },\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"GF\",\n        \"countryName\": \"French Guiana\",\n        \"internationalDialPrefix\": \"594\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"PF\",\n        \"countryName\": \"French Polynesia\",\n        \"internationalDialPrefix\": \"689\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TF\",\n        \"countryName\": \"French Southern Territories\",\n        \"internationalDialPrefix\": \"262\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"GA\",\n        \"countryName\": \"Gabon\",\n        \"internationalDialPrefix\": \"241\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"GM\",\n        \"countryName\": \"Gambia\",\n        \"internationalDialPrefix\": \"220\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"GE\",\n        \"countryName\": \"Georgia\",\n        \"internationalDialPrefix\": \"995\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"DE\",\n        \"countryName\": \"Germany\",\n        \"internationalDialPrefix\": \"49\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"GH\",\n        \"countryName\": \"Ghana\",\n        \"internationalDialPrefix\": \"233\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"GHS\",\n                \"currencyName\": \"Ghana Cedi\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"GI\",\n        \"countryName\": \"Gibraltar\",\n        \"internationalDialPrefix\": \"350\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"GR\",\n        \"countryName\": \"Greece\",\n        \"internationalDialPrefix\": \"30\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"GL\",\n        \"countryName\": \"Greenland\",\n        \"internationalDialPrefix\": \"299\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"GD\",\n        \"countryName\": \"Grenada\",\n        \"internationalDialPrefix\": \"1-473\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"GP\",\n        \"countryName\": \"Guadeloupe\",\n        \"internationalDialPrefix\": \"590\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"GU\",\n        \"countryName\": \"Guam\",\n        \"internationalDialPrefix\": \"1-671\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"GT\",\n        \"countryName\": \"Guatemala\",\n        \"internationalDialPrefix\": \"502\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"GTQ\",\n                \"currencyName\": \"Quetzal\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"GG\",\n        \"countryName\": \"Guernsey\",\n        \"internationalDialPrefix\": \"44\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"GN\",\n        \"countryName\": \"Guinea\",\n        \"internationalDialPrefix\": \"224\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"GW\",\n        \"countryName\": \"Guinea-Bissau\",\n        \"internationalDialPrefix\": \"245\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"GY\",\n        \"countryName\": \"Guyana\",\n        \"internationalDialPrefix\": \"592\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"HT\",\n        \"countryName\": \"Haiti\",\n        \"internationalDialPrefix\": \"509\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"HM\",\n        \"countryName\": \"Heard Island And Mcdonald Islands\",\n        \"internationalDialPrefix\": \"672\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"VA\",\n        \"countryName\": \"Holy See\",\n        \"internationalDialPrefix\": \"39-06\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"HN\",\n        \"countryName\": \"Honduras\",\n        \"internationalDialPrefix\": \"504\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"HK\",\n        \"countryName\": \"Hong Kong\",\n        \"internationalDialPrefix\": \"852\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"HU\",\n        \"countryName\": \"Hungary\",\n        \"internationalDialPrefix\": \"36\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"IS\",\n        \"countryName\": \"Iceland\",\n        \"internationalDialPrefix\": \"354\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"IN\",\n        \"countryName\": \"India\",\n        \"internationalDialPrefix\": \"91\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"INR\",\n                \"currencyName\": \"India Rupee\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"ID\",\n        \"countryName\": \"Indonesia\",\n        \"internationalDialPrefix\": \"62\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"IR\",\n        \"countryName\": \"Iran (Islamic Republic Of)\",\n        \"internationalDialPrefix\": \"98\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"IQ\",\n        \"countryName\": \"Iraq\",\n        \"internationalDialPrefix\": \"964\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"IE\",\n        \"countryName\": \"Ireland\",\n        \"internationalDialPrefix\": \"353\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"IM\",\n        \"countryName\": \"Isle Of Man\",\n        \"internationalDialPrefix\": \"44\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"IL\",\n        \"countryName\": \"Israel\",\n        \"internationalDialPrefix\": \"972\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"IT\",\n        \"countryName\": \"Italy\",\n        \"internationalDialPrefix\": \"39\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"JM\",\n        \"countryName\": \"Jamaica\",\n        \"internationalDialPrefix\": \"1-876\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"JP\",\n        \"countryName\": \"Japan\",\n        \"internationalDialPrefix\": \"81\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"JE\",\n        \"countryName\": \"Jersey\",\n        \"internationalDialPrefix\": \"44\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"JO\",\n        \"countryName\": \"Jordan\",\n        \"internationalDialPrefix\": \"962\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"KZ\",\n        \"countryName\": \"Kazakhstan\",\n        \"internationalDialPrefix\": \"7\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"KE\",\n        \"countryName\": \"Kenya\",\n        \"internationalDialPrefix\": \"254\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"KES\",\n                \"currencyName\": \"Kenyan Shilling\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"KI\",\n        \"countryName\": \"Kiribati\",\n        \"internationalDialPrefix\": \"686\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"KP\",\n        \"countryName\": \"Korea (The Democratic People’S Republic Of)\",\n        \"internationalDialPrefix\": \"850\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"KR\",\n        \"countryName\": \"Korea (The Republic Of)\",\n        \"internationalDialPrefix\": \"82\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"KW\",\n        \"countryName\": \"Kuwait\",\n        \"internationalDialPrefix\": \"965\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"KG\",\n        \"countryName\": \"Kyrgyzstan\",\n        \"internationalDialPrefix\": \"996\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"LA\",\n        \"countryName\": \"Lao People’S Democratic Republic\",\n        \"internationalDialPrefix\": \"856\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"LV\",\n        \"countryName\": \"Latvia\",\n        \"internationalDialPrefix\": \"371\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"LB\",\n        \"countryName\": \"Lebanon\",\n        \"internationalDialPrefix\": \"961\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"LS\",\n        \"countryName\": \"Lesotho\",\n        \"internationalDialPrefix\": \"266\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"LR\",\n        \"countryName\": \"Liberia\",\n        \"internationalDialPrefix\": \"231\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"LY\",\n        \"countryName\": \"Libya\",\n        \"internationalDialPrefix\": \"218\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"LI\",\n        \"countryName\": \"Liechtenstein\",\n        \"internationalDialPrefix\": \"423\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"LT\",\n        \"countryName\": \"Lithuania\",\n        \"internationalDialPrefix\": \"370\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"LU\",\n        \"countryName\": \"Luxembourg\",\n        \"internationalDialPrefix\": \"352\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"MO\",\n        \"countryName\": \"Macao\",\n        \"internationalDialPrefix\": \"853\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MK\",\n        \"countryName\": \"Macedonia (The Former Yugoslav Republic Of)\",\n        \"internationalDialPrefix\": \"389\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MG\",\n        \"countryName\": \"Madagascar\",\n        \"internationalDialPrefix\": \"261\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MW\",\n        \"countryName\": \"Malawi\",\n        \"internationalDialPrefix\": \"265\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MY\",\n        \"countryName\": \"Malaysia\",\n        \"internationalDialPrefix\": \"60\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MV\",\n        \"countryName\": \"Maldives\",\n        \"internationalDialPrefix\": \"960\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"ML\",\n        \"countryName\": \"Mali\",\n        \"internationalDialPrefix\": \"223\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MT\",\n        \"countryName\": \"Malta\",\n        \"internationalDialPrefix\": \"356\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"MH\",\n        \"countryName\": \"Marshall Islands\",\n        \"internationalDialPrefix\": \"692\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MQ\",\n        \"countryName\": \"Martinique\",\n        \"internationalDialPrefix\": \"596\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MR\",\n        \"countryName\": \"Mauritania\",\n        \"internationalDialPrefix\": \"222\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MU\",\n        \"countryName\": \"Mauritius\",\n        \"internationalDialPrefix\": \"230\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"YT\",\n        \"countryName\": \"Mayotte\",\n        \"internationalDialPrefix\": \"262\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MX\",\n        \"countryName\": \"Mexico\",\n        \"internationalDialPrefix\": \"52\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"MXN\",\n                \"currencyName\": \"Mexican Peso\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"FM\",\n        \"countryName\": \"Micronesia (Federated States Of)\",\n        \"internationalDialPrefix\": \"691\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MD\",\n        \"countryName\": \"Moldova (The Republic Of)\",\n        \"internationalDialPrefix\": \"373\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MC\",\n        \"countryName\": \"Monaco\",\n        \"internationalDialPrefix\": \"377\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"MN\",\n        \"countryName\": \"Mongolia\",\n        \"internationalDialPrefix\": \"976\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"ME\",\n        \"countryName\": \"Montenegro\",\n        \"internationalDialPrefix\": \"382\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MS\",\n        \"countryName\": \"Montserrat\",\n        \"internationalDialPrefix\": \"1-664\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MA\",\n        \"countryName\": \"Morocco\",\n        \"internationalDialPrefix\": \"212\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MZ\",\n        \"countryName\": \"Mozambique\",\n        \"internationalDialPrefix\": \"258\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MM\",\n        \"countryName\": \"Myanmar\",\n        \"internationalDialPrefix\": \"95\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"NA\",\n        \"countryName\": \"Namibia\",\n        \"internationalDialPrefix\": \"264\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"NR\",\n        \"countryName\": \"Nauru\",\n        \"internationalDialPrefix\": \"674\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"NP\",\n        \"countryName\": \"Nepal\",\n        \"internationalDialPrefix\": \"977\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"NL\",\n        \"countryName\": \"Netherlands\",\n        \"internationalDialPrefix\": \"31\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"NC\",\n        \"countryName\": \"New Caledonia\",\n        \"internationalDialPrefix\": \"687\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"NZ\",\n        \"countryName\": \"New Zealand\",\n        \"internationalDialPrefix\": \"64\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"NI\",\n        \"countryName\": \"Nicaragua\",\n        \"internationalDialPrefix\": \"505\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"NE\",\n        \"countryName\": \"Niger\",\n        \"internationalDialPrefix\": \"227\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"NG\",\n        \"countryName\": \"Nigeria\",\n        \"internationalDialPrefix\": \"234\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"NGN\",\n                \"currencyName\": \"Naira\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"NU\",\n        \"countryName\": \"Niue\",\n        \"internationalDialPrefix\": \"683\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"NF\",\n        \"countryName\": \"Norfolk Island\",\n        \"internationalDialPrefix\": \"672\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MP\",\n        \"countryName\": \"Northern Mariana Islands\",\n        \"internationalDialPrefix\": \"1-670\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"NO\",\n        \"countryName\": \"Norway\",\n        \"internationalDialPrefix\": \"47\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"OM\",\n        \"countryName\": \"Oman\",\n        \"internationalDialPrefix\": \"968\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"PK\",\n        \"countryName\": \"Pakistan\",\n        \"internationalDialPrefix\": \"92\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"PW\",\n        \"countryName\": \"Palau\",\n        \"internationalDialPrefix\": \"680\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"PA\",\n        \"countryName\": \"Panama\",\n        \"internationalDialPrefix\": \"507\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"PG\",\n        \"countryName\": \"Papua New Guinea\",\n        \"internationalDialPrefix\": \"675\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"PY\",\n        \"countryName\": \"Paraguay\",\n        \"internationalDialPrefix\": \"595\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"PE\",\n        \"countryName\": \"Peru\",\n        \"internationalDialPrefix\": \"51\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"PH\",\n        \"countryName\": \"Philippines\",\n        \"internationalDialPrefix\": \"63\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"PHP\",\n                \"currencyName\": \"Philippines Piso\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"PN\",\n        \"countryName\": \"Pitcairn\",\n        \"internationalDialPrefix\": \"870\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"PL\",\n        \"countryName\": \"Poland\",\n        \"internationalDialPrefix\": \"48\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"PT\",\n        \"countryName\": \"Portugal\",\n        \"internationalDialPrefix\": \"351\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"PR\",\n        \"countryName\": \"Puerto Rico\",\n        \"internationalDialPrefix\": \"1\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"QA\",\n        \"countryName\": \"Qatar\",\n        \"internationalDialPrefix\": \"974\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"RO\",\n        \"countryName\": \"Romania\",\n        \"internationalDialPrefix\": \"40\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"RU\",\n        \"countryName\": \"Russian Federation\",\n        \"internationalDialPrefix\": \"7\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"RW\",\n        \"countryName\": \"Rwanda\",\n        \"internationalDialPrefix\": \"250\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"RE\",\n        \"countryName\": \"Réunion\",\n        \"internationalDialPrefix\": \"262\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"BL\",\n        \"countryName\": \"Saint Barthélemy\",\n        \"internationalDialPrefix\": \"590\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SH\",\n        \"countryName\": \"Saint Helena, Ascension And Tristan Da Cunha\",\n        \"internationalDialPrefix\": \"290\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"KN\",\n        \"countryName\": \"Saint Kitts And Nevis\",\n        \"internationalDialPrefix\": \"1-869\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"LC\",\n        \"countryName\": \"Saint Lucia\",\n        \"internationalDialPrefix\": \"1-758\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"MF\",\n        \"countryName\": \"Saint Martin (French Part)\",\n        \"internationalDialPrefix\": \"590\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"PM\",\n        \"countryName\": \"Saint Pierre And Miquelon\",\n        \"internationalDialPrefix\": \"508\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"VC\",\n        \"countryName\": \"Saint Vincent And The Grenadines\",\n        \"internationalDialPrefix\": \"1-784\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"WS\",\n        \"countryName\": \"Samoa\",\n        \"internationalDialPrefix\": \"685\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SM\",\n        \"countryName\": \"San Marino\",\n        \"internationalDialPrefix\": \"378\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"ST\",\n        \"countryName\": \"Sao Tome And Principe\",\n        \"internationalDialPrefix\": \"239\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SA\",\n        \"countryName\": \"Saudi Arabia\",\n        \"internationalDialPrefix\": \"966\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SN\",\n        \"countryName\": \"Senegal\",\n        \"internationalDialPrefix\": \"221\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"XOF\",\n                \"currencyName\": \"CFA Franc BCEAO\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"RS\",\n        \"countryName\": \"Serbia\",\n        \"internationalDialPrefix\": \"381\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SC\",\n        \"countryName\": \"Seychelles\",\n        \"internationalDialPrefix\": \"248\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SL\",\n        \"countryName\": \"Sierra Leone\",\n        \"internationalDialPrefix\": \"232\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SG\",\n        \"countryName\": \"Singapore\",\n        \"internationalDialPrefix\": \"65\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SX\",\n        \"countryName\": \"Sint Maarten (Dutch Part)\",\n        \"internationalDialPrefix\": \"1-721\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SK\",\n        \"countryName\": \"Slovakia\",\n        \"internationalDialPrefix\": \"421\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"SI\",\n        \"countryName\": \"Slovenia\",\n        \"internationalDialPrefix\": \"386\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"SB\",\n        \"countryName\": \"Solomon Islands\",\n        \"internationalDialPrefix\": \"677\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SO\",\n        \"countryName\": \"Somalia\",\n        \"internationalDialPrefix\": \"252\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"ZA\",\n        \"countryName\": \"South Africa\",\n        \"internationalDialPrefix\": \"27\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SS\",\n        \"countryName\": \"South Sudan\",\n        \"internationalDialPrefix\": \"211\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"ES\",\n        \"countryName\": \"Spain\",\n        \"internationalDialPrefix\": \"34\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"LK\",\n        \"countryName\": \"Sri Lanka\",\n        \"internationalDialPrefix\": \"94\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SD\",\n        \"countryName\": \"Sudan\",\n        \"internationalDialPrefix\": \"249\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SR\",\n        \"countryName\": \"Suriname\",\n        \"internationalDialPrefix\": \"597\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SJ\",\n        \"countryName\": \"Svalbard And Jan Mayen\",\n        \"internationalDialPrefix\": \"47\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SZ\",\n        \"countryName\": \"Swaziland\",\n        \"internationalDialPrefix\": \"268\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"SE\",\n        \"countryName\": \"Sweden\",\n        \"internationalDialPrefix\": \"46\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"CH\",\n        \"countryName\": \"Switzerland\",\n        \"internationalDialPrefix\": \"41\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"SY\",\n        \"countryName\": \"Syrian Arab Republic\",\n        \"internationalDialPrefix\": \"963\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TW\",\n        \"countryName\": \"Taiwan\",\n        \"internationalDialPrefix\": \"886\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TJ\",\n        \"countryName\": \"Tajikistan\",\n        \"internationalDialPrefix\": \"992\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TZ\",\n        \"countryName\": \"Tanzania, United Republic Of\",\n        \"internationalDialPrefix\": \"255\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TH\",\n        \"countryName\": \"Thailand\",\n        \"internationalDialPrefix\": \"66\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TL\",\n        \"countryName\": \"Timor-Leste\",\n        \"internationalDialPrefix\": \"670\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TG\",\n        \"countryName\": \"Togo\",\n        \"internationalDialPrefix\": \"228\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TK\",\n        \"countryName\": \"Tokelau\",\n        \"internationalDialPrefix\": \"690\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TO\",\n        \"countryName\": \"Tonga\",\n        \"internationalDialPrefix\": \"676\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TT\",\n        \"countryName\": \"Trinidad And Tobago\",\n        \"internationalDialPrefix\": \"1-868\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TN\",\n        \"countryName\": \"Tunisia\",\n        \"internationalDialPrefix\": \"216\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TR\",\n        \"countryName\": \"Turkey\",\n        \"internationalDialPrefix\": \"90\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TM\",\n        \"countryName\": \"Turkmenistan\",\n        \"internationalDialPrefix\": \"993\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TC\",\n        \"countryName\": \"Turks And Caicos Islands\",\n        \"internationalDialPrefix\": \"1-649\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"TV\",\n        \"countryName\": \"Tuvalu\",\n        \"internationalDialPrefix\": \"688\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"UG\",\n        \"countryName\": \"Uganda\",\n        \"internationalDialPrefix\": \"256\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"UA\",\n        \"countryName\": \"Ukraine\",\n        \"internationalDialPrefix\": \"380\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"AE\",\n        \"countryName\": \"United Arab Emirates\",\n        \"internationalDialPrefix\": \"971\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"EUR\",\n                \"currencyName\": \"Euro\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            },\n            {\n                \"currencyCode\": \"AED\",\n                \"currencyName\": \"United Arab Emirates Dirham\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            },\n            {\n                \"currencyCode\": \"GBP\",\n                \"currencyName\": \"United Kingdom Pound\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            },\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"UK\",\n        \"countryName\": \"United Kingdom\",\n        \"internationalDialPrefix\": \"44\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"GB\",\n        \"countryName\": \"United Kingdom\",\n        \"internationalDialPrefix\": \"44\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"EUR\",\n                \"currencyName\": \"Euro\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            },\n            {\n                \"currencyCode\": \"GBP\",\n                \"currencyName\": \"United Kingdom Pound\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"UM\",\n        \"countryName\": \"United States Minor Outlying Islands\",\n        \"internationalDialPrefix\": \"null\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"US\",\n        \"countryName\": \"United States Of America\",\n        \"internationalDialPrefix\": \"1\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"USD\",\n                \"currencyName\": \"United States Dollar\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"UY\",\n        \"countryName\": \"Uruguay\",\n        \"internationalDialPrefix\": \"598\",\n        \"callCode\": null,\n        \"currencies\": [\n            {\n                \"currencyCode\": \"UYU\",\n                \"currencyName\": \"Peso Uruguayo\",\n                \"unicdDecimal\": null,\n                \"unicdHex\": null,\n                \"countries\": null\n            }\n        ]\n    },\n    {\n        \"countryCode\": \"UZ\",\n        \"countryName\": \"Uzbekistan\",\n        \"internationalDialPrefix\": \"998\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"VU\",\n        \"countryName\": \"Vanuatu\",\n        \"internationalDialPrefix\": \"678\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"VE\",\n        \"countryName\": \"Venezuela (Bolivarian Republic Of)\",\n        \"internationalDialPrefix\": \"58\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"VN\",\n        \"countryName\": \"Viet Nam\",\n        \"internationalDialPrefix\": \"84\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"VG\",\n        \"countryName\": \"Virgin Islands (British)\",\n        \"internationalDialPrefix\": \"1-284\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"VI\",\n        \"countryName\": \"Virgin Islands (U.S.)\",\n        \"internationalDialPrefix\": \"1-340\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"WF\",\n        \"countryName\": \"Wallis And Futuna\",\n        \"internationalDialPrefix\": \"681\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"EH\",\n        \"countryName\": \"Western Sahara\",\n        \"internationalDialPrefix\": \"212\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"YE\",\n        \"countryName\": \"Yemen\",\n        \"internationalDialPrefix\": \"967\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"ZM\",\n        \"countryName\": \"Zambia\",\n        \"internationalDialPrefix\": \"260\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"ZW\",\n        \"countryName\": \"Zimbabwe\",\n        \"internationalDialPrefix\": \"263\",\n        \"callCode\": null,\n        \"currencies\": []\n    },\n    {\n        \"countryCode\": \"AX\",\n        \"countryName\": \"Åland Islands\",\n        \"internationalDialPrefix\": \"358\",\n        \"callCode\": null,\n        \"currencies\": []\n    }\n]"}],"_postman_id":"5f2bdf8a-bf48-4828-b170-e9194bab3f5e"},{"name":"Get States","id":"488f3f52-0b1e-43f3-9eb0-3f091e23a54a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/countries/:Country/states?apikey={{apikey}}","urlObject":{"path":["v1","countries",":Country","states"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>Enter the country code defined in the Buckzy approved country codes (refer /v1/countries)</p>\n","type":"text/plain"},"type":"any","value":"IN","key":"Country"}]}},"response":[{"id":"585c25c3-0fa0-4790-a057-80b695582cc6","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/countries/:Country/states?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","countries",":Country","states"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"Country","value":"IN","description":"Enter the country code defined in the Buckzy approved country codes (refer /v1/countries)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 16:27:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"3dc37f5c2445d29f"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"stateCode\": \"AN\",\n        \"stateName\": \"ANDAMAN AND NICOBAR ISLAND\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"AP\",\n        \"stateName\": \"ANDHRA PRADESH\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"AR\",\n        \"stateName\": \"ARUNACHAL PRADESH\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"AS\",\n        \"stateName\": \"ASSAM\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"BR\",\n        \"stateName\": \"BIHAR\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"CH\",\n        \"stateName\": \"CHANDIGARH\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"CT\",\n        \"stateName\": \"CHHATTISGARH\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"DN\",\n        \"stateName\": \"DADRA AND NAGAR HAVELI\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"DD\",\n        \"stateName\": \"DAMAN AND DIU\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"DL\",\n        \"stateName\": \"DELHI\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"GA\",\n        \"stateName\": \"GOA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"GJ\",\n        \"stateName\": \"GUJARAT\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"HR\",\n        \"stateName\": \"HARYANA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"HP\",\n        \"stateName\": \"HIMACHAL PRADESH\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"JK\",\n        \"stateName\": \"JAMMU AND KASHMIR\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"JH\",\n        \"stateName\": \"JHARKHAND\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"KA\",\n        \"stateName\": \"KARNATAKA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"KL\",\n        \"stateName\": \"KERALA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"LD\",\n        \"stateName\": \"LAKSHADWEEP\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"MP\",\n        \"stateName\": \"MADHYA PRADESH\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"MH\",\n        \"stateName\": \"MAHARASHTRA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"MN\",\n        \"stateName\": \"MANIPUR\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"ML\",\n        \"stateName\": \"MEGHALAYA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"MZ\",\n        \"stateName\": \"MIZORAM\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"NL\",\n        \"stateName\": \"NAGALAND\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"OR\",\n        \"stateName\": \"ODISHA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"py\",\n        \"stateName\": \"ODISHA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"PY\",\n        \"stateName\": \"PUDUCHERRY\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"PB\",\n        \"stateName\": \"PUNJAB\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"RJ\",\n        \"stateName\": \"RAJASTHAN\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"SK\",\n        \"stateName\": \"SIKKIM\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"TN\",\n        \"stateName\": \"TAMIL NADU\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"TG\",\n        \"stateName\": \"TELANGANA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"TR\",\n        \"stateName\": \"TRIPURA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"UP\",\n        \"stateName\": \"UTTAR PRADESH\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"UT\",\n        \"stateName\": \"UTTARAKHAND\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"stateCode\": \"WB\",\n        \"stateName\": \"WEST BENGAL\",\n        \"countryCode\": \"IN\"\n    }\n]"}],"_postman_id":"488f3f52-0b1e-43f3-9eb0-3f091e23a54a"},{"name":"Get Cities","id":"9311cc3a-cb1e-47b8-b4ff-fbc4ddd02ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/countries/:CountryCode/states/:StateCode/cities?apikey={{apikey}}","urlObject":{"path":["v1","countries",":CountryCode","states",":StateCode","cities"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[{"description":{"content":"<p>Enter the country code defined in the Buckzy approved country codes (refer /v1/countries)</p>\n","type":"text/plain"},"type":"any","value":"IN","key":"CountryCode"},{"description":{"content":"<p>Enter the state code for a state belonging to the specified CountryCode (refer /v1/countries/:Country/states)</p>\n","type":"text/plain"},"type":"any","value":"KA","key":"StateCode"}]}},"response":[{"id":"8c0752b6-a7d0-47fc-b10b-078358b98aa2","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/countries/:CountryCode/states/:StateCode/cities?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","countries",":CountryCode","states",":StateCode","cities"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}],"variable":[{"key":"CountryCode","value":"IN","description":"Enter the country code defined in the Buckzy approved country codes (refer /v1/countries)"},{"key":"StateCode","value":"KA","description":"Enter the state code for a state belonging to the specified CountryCode (refer /v1/countries/:Country/states)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 16:30:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"371c4dd451aa6823"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"cityId\": 14970,\n        \"cityName\": \"ABBIGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15561,\n        \"cityName\": \"ABBUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18517,\n        \"cityName\": \"ABBURKATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32226,\n        \"cityName\": \"ABBURKATTE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29236,\n        \"cityName\": \"ADAVISOMAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32573,\n        \"cityName\": \"ADDAGADDE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17636,\n        \"cityName\": \"ADHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32074,\n        \"cityName\": \"ADICHUNCHANGIRI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3949,\n        \"cityName\": \"ADIVALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16959,\n        \"cityName\": \"ADUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16134,\n        \"cityName\": \"ADYANADKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19534,\n        \"cityName\": \"ADYAPADY VILLAGE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10101,\n        \"cityName\": \"AFZALPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15563,\n        \"cityName\": \"AGADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20627,\n        \"cityName\": \"AGARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32393,\n        \"cityName\": \"AGARKHED\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26233,\n        \"cityName\": \"AGASANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11600,\n        \"cityName\": \"AGHALAYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4700,\n        \"cityName\": \"AGRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15954,\n        \"cityName\": \"AGSUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31703,\n        \"cityName\": \"AGUMBE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30268,\n        \"cityName\": \"AIGOOR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14989,\n        \"cityName\": \"AIHOLE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17857,\n        \"cityName\": \"AIKALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31814,\n        \"cityName\": \"AIMANGALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18905,\n        \"cityName\": \"AINAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16522,\n        \"cityName\": \"AIRODY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17963,\n        \"cityName\": \"AJEKAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7092,\n        \"cityName\": \"AJJAMPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29748,\n        \"cityName\": \"AJJINADKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19232,\n        \"cityName\": \"AKKIALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27984,\n        \"cityName\": \"AKKIHEBBAL,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 383,\n        \"cityName\": \"AKKUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32141,\n        \"cityName\": \"AKOL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26106,\n        \"cityName\": \"AKSHYANAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15172,\n        \"cityName\": \"ALADANGADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17094,\n        \"cityName\": \"ALAGAWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15236,\n        \"cityName\": \"ALAGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9337,\n        \"cityName\": \"ALAND\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30719,\n        \"cityName\": \"ALANKAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28876,\n        \"cityName\": \"ALAPUZHA,KERALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16240,\n        \"cityName\": \"ALATHUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31255,\n        \"cityName\": \"ALDUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18736,\n        \"cityName\": \"ALEVOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17060,\n        \"cityName\": \"ALGOOD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5343,\n        \"cityName\": \"ALIKE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27044,\n        \"cityName\": \"ALKAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14854,\n        \"cityName\": \"ALLANKI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27416,\n        \"cityName\": \"ALLIPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5548,\n        \"cityName\": \"ALMATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19629,\n        \"cityName\": \"ALMEL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1933,\n        \"cityName\": \"ALNAWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6737,\n        \"cityName\": \"ALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31047,\n        \"cityName\": \"ALUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15457,\n        \"cityName\": \"AMALZARI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24385,\n        \"cityName\": \"AMARGOL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19231,\n        \"cityName\": \"AMASEBAIL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11021,\n        \"cityName\": \"AMBAGILU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29010,\n        \"cityName\": \"AMBIKANAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17278,\n        \"cityName\": \"AMINGAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4371,\n        \"cityName\": \"AMMASANDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25605,\n        \"cityName\": \"AMMATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22972,\n        \"cityName\": \"AMMEMBAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 271,\n        \"cityName\": \"AMRUTHUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17580,\n        \"cityName\": \"AMTADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20695,\n        \"cityName\": \"ANABURU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19135,\n        \"cityName\": \"ANADINNI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30153,\n        \"cityName\": \"ANAGODU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15107,\n        \"cityName\": \"ANAGWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19305,\n        \"cityName\": \"ANAJI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15160,\n        \"cityName\": \"ANANDAPURAM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31705,\n        \"cityName\": \"ANANTPUR ┬á\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22096,\n        \"cityName\": \"ANAVATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15350,\n        \"cityName\": \"ANDERSONPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8688,\n        \"cityName\": \"ANEKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29125,\n        \"cityName\": \"ANGOD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16033,\n        \"cityName\": \"ANKALGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4204,\n        \"cityName\": \"ANKALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13856,\n        \"cityName\": \"ANKASANDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3373,\n        \"cityName\": \"ANKOLA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29299,\n        \"cityName\": \"ANKOLA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29154,\n        \"cityName\": \"ANNEGIRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3787,\n        \"cityName\": \"ANNIGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29000,\n        \"cityName\": \"ANNIGERI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18148,\n        \"cityName\": \"ANNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19607,\n        \"cityName\": \"ANTHARAGATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23196,\n        \"cityName\": \"ANVERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16001,\n        \"cityName\": \"ARABHAVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15573,\n        \"cityName\": \"ARAGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16317,\n        \"cityName\": \"ARAKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17426,\n        \"cityName\": \"ARALASURLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15657,\n        \"cityName\": \"ARANI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29176,\n        \"cityName\": \"ARANTHODU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32256,\n        \"cityName\": \"ARAPATTU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12778,\n        \"cityName\": \"ARASIKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9220,\n        \"cityName\": \"ARASINKUNTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29053,\n        \"cityName\": \"ARDI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20977,\n        \"cityName\": \"AREHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16549,\n        \"cityName\": \"AREKURAHATT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19661,\n        \"cityName\": \"AREMALLAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2261,\n        \"cityName\": \"ARIKERA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18869,\n        \"cityName\": \"ARJUNAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14067,\n        \"cityName\": \"ARKALGUD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14517,\n        \"cityName\": \"ARKLGUD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28306,\n        \"cityName\": \"ARKULA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32649,\n        \"cityName\": \"ARLAPADAVU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29037,\n        \"cityName\": \"ARLIKATTI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9182,\n        \"cityName\": \"ARSIKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28517,\n        \"cityName\": \"ARSIKERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17626,\n        \"cityName\": \"ARWATGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29802,\n        \"cityName\": \"ASANGI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16419,\n        \"cityName\": \"ASKI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31226,\n        \"cityName\": \"ASNOTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2132,\n        \"cityName\": \"ATHANI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16192,\n        \"cityName\": \"ATHANI, KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31199,\n        \"cityName\": \"ATHARGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32335,\n        \"cityName\": \"ATHIKARIBETTU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1662,\n        \"cityName\": \"ATHNI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28161,\n        \"cityName\": \"ATHRADI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 939,\n        \"cityName\": \"ATTIBELE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10566,\n        \"cityName\": \"ATTIHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11791,\n        \"cityName\": \"AURAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21742,\n        \"cityName\": \"AVALAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29259,\n        \"cityName\": \"AVARSE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29840,\n        \"cityName\": \"AVATHI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25787,\n        \"cityName\": \"AVATI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17262,\n        \"cityName\": \"AVERSA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15650,\n        \"cityName\": \"AYANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30036,\n        \"cityName\": \"B C ROAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15111,\n        \"cityName\": \"B C ROAD (BANTWAL CROSS ROAD)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15969,\n        \"cityName\": \"B.C.ROAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23026,\n        \"cityName\": \"B.R. HILLS\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17555,\n        \"cityName\": \"BABALESHWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31889,\n        \"cityName\": \"BABLESHWAR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16546,\n        \"cityName\": \"BABRUWADA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28265,\n        \"cityName\": \"BABURAYANKOPPAL,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30166,\n        \"cityName\": \"BADAGA MIJAR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30568,\n        \"cityName\": \"BADAGA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32780,\n        \"cityName\": \"BADAGULIPADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10467,\n        \"cityName\": \"BADAMI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7223,\n        \"cityName\": \"BADANAGUPPE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31866,\n        \"cityName\": \"BADANIDIYOOR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 963,\n        \"cityName\": \"BADAVANAHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5855,\n        \"cityName\": \"BAGALKOT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6569,\n        \"cityName\": \"BAGALKOT (KARNATAKA)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2945,\n        \"cityName\": \"BAGALKOT -KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30107,\n        \"cityName\": \"BAGALKOT DIST\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32873,\n        \"cityName\": \"BAGALKOT,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6242,\n        \"cityName\": \"BAGALKOTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1859,\n        \"cityName\": \"BAGALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15018,\n        \"cityName\": \"BAGDAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13305,\n        \"cityName\": \"BAGEPALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19186,\n        \"cityName\": \"BAGEWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19852,\n        \"cityName\": \"BAGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30619,\n        \"cityName\": \"BAILHONDAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9904,\n        \"cityName\": \"BAILHONGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8652,\n        \"cityName\": \"BAILUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1241,\n        \"cityName\": \"BAJPE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 526,\n        \"cityName\": \"BALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18683,\n        \"cityName\": \"BALAGANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31016,\n        \"cityName\": \"BALALE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22009,\n        \"cityName\": \"BALEHOLE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3432,\n        \"cityName\": \"BALEHONNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31935,\n        \"cityName\": \"BALEHONNUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20490,\n        \"cityName\": \"BALELE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30578,\n        \"cityName\": \"BALICHAKKUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26008,\n        \"cityName\": \"BALKUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12450,\n        \"cityName\": \"BALLARI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12429,\n        \"cityName\": \"BALLARY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32179,\n        \"cityName\": \"BALLOLLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32164,\n        \"cityName\": \"BALLUPET,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10740,\n        \"cityName\": \"BALUVANERALU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18674,\n        \"cityName\": \"BANAKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14192,\n        \"cityName\": \"BANASANDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24658,\n        \"cityName\": \"BANASANKARI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18593,\n        \"cityName\": \"BANASHANKARI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12347,\n        \"cityName\": \"BANAVAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16600,\n        \"cityName\": \"BANAVARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16608,\n        \"cityName\": \"BANAVASE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16610,\n        \"cityName\": \"BANAVASI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24430,\n        \"cityName\": \"BANGALARU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 606,\n        \"cityName\": \"BANGALORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29833,\n        \"cityName\": \"BANGALORE EAST\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18700,\n        \"cityName\": \"BANGALORE METRO\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6899,\n        \"cityName\": \"BANGALORE RURAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10063,\n        \"cityName\": \"BANGALORE SOUTH TALUK\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9318,\n        \"cityName\": \"BANGALORE URBAN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13157,\n        \"cityName\": \"BANGALURU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1140,\n        \"cityName\": \"BANGALURU RURAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28322,\n        \"cityName\": \"BANGARAPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10220,\n        \"cityName\": \"BANGARPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9939,\n        \"cityName\": \"BANGLORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17809,\n        \"cityName\": \"BANGLORE MAIN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19178,\n        \"cityName\": \"BANHATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29885,\n        \"cityName\": \"BANHATTI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20629,\n        \"cityName\": \"BANKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18793,\n        \"cityName\": \"BANKAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30467,\n        \"cityName\": \"BANKIKODIA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30710,\n        \"cityName\": \"BANNANGADI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 388,\n        \"cityName\": \"BANNERGHATTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27780,\n        \"cityName\": \"BANNERGHATTA ROAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29062,\n        \"cityName\": \"BANNIKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22034,\n        \"cityName\": \"BANNIKOPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3298,\n        \"cityName\": \"BANNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25004,\n        \"cityName\": \"BANSWADI (BANGALORE CITY)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18935,\n        \"cityName\": \"BANTAKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4327,\n        \"cityName\": \"BANTAWAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1769,\n        \"cityName\": \"BANTVAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 268,\n        \"cityName\": \"BANTWAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19772,\n        \"cityName\": \"BANTWAL TALUK\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17609,\n        \"cityName\": \"BARANDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1967,\n        \"cityName\": \"BAREILLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30977,\n        \"cityName\": \"BARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16509,\n        \"cityName\": \"BARGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22329,\n        \"cityName\": \"BARKUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32585,\n        \"cityName\": \"BARKUR NPU COLL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15481,\n        \"cityName\": \"BASAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23993,\n        \"cityName\": \"BASARAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2186,\n        \"cityName\": \"BASARGOD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22299,\n        \"cityName\": \"BASARIKATTI (DIST BELGAUM)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29284,\n        \"cityName\": \"BASAVA KALYANA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7854,\n        \"cityName\": \"BASAVAKALYAN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9898,\n        \"cityName\": \"BASAVANA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13865,\n        \"cityName\": \"BASAVANA BAGEVADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32413,\n        \"cityName\": \"BASAVANA BAGEWA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18972,\n        \"cityName\": \"BASAVANGUDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25270,\n        \"cityName\": \"BASAVANI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23367,\n        \"cityName\": \"BASAVAPATNA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28959,\n        \"cityName\": \"BASAVAPATNA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28180,\n        \"cityName\": \"BASGOD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28946,\n        \"cityName\": \"BASRIKATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31131,\n        \"cityName\": \"BASRUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17588,\n        \"cityName\": \"BATAKURKI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8283,\n        \"cityName\": \"BATLAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10084,\n        \"cityName\": \"BATTARAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31410,\n        \"cityName\": \"BATTUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30077,\n        \"cityName\": \"BCROAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26291,\n        \"cityName\": \"BEDKIHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23134,\n        \"cityName\": \"BEECHAGANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15931,\n        \"cityName\": \"BEGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16121,\n        \"cityName\": \"BEGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32809,\n        \"cityName\": \"BEGUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5758,\n        \"cityName\": \"BEGUSARAI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25537,\n        \"cityName\": \"BEJAI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28763,\n        \"cityName\": \"BEJJAVALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29943,\n        \"cityName\": \"BEKKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24886,\n        \"cityName\": \"BEKKESODLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16180,\n        \"cityName\": \"BELAGALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17054,\n        \"cityName\": \"BELAGAVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18408,\n        \"cityName\": \"BELAGODU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12646,\n        \"cityName\": \"BELAGOLA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32377,\n        \"cityName\": \"BELAGUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18333,\n        \"cityName\": \"BELAGUTHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2760,\n        \"cityName\": \"BELAKAVADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2660,\n        \"cityName\": \"BELANDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20008,\n        \"cityName\": \"BELAVADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30407,\n        \"cityName\": \"BELAVANKI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17518,\n        \"cityName\": \"BELAVIGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14617,\n        \"cityName\": \"BELAVINAKODIGE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16725,\n        \"cityName\": \"BELAWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16277,\n        \"cityName\": \"BELEKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6118,\n        \"cityName\": \"BELGAM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2109,\n        \"cityName\": \"BELGAUM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30069,\n        \"cityName\": \"BELGAUM DIST\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2099,\n        \"cityName\": \"BELGAVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32200,\n        \"cityName\": \"BELGUNDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30653,\n        \"cityName\": \"BELKE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7939,\n        \"cityName\": \"BELLAD BAGEWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9974,\n        \"cityName\": \"BELLALE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26621,\n        \"cityName\": \"BELLAMAVATI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16955,\n        \"cityName\": \"BELLANDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16716,\n        \"cityName\": \"BELLARE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27957,\n        \"cityName\": \"BELLARE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10330,\n        \"cityName\": \"BELLARY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29934,\n        \"cityName\": \"BELLARY DIST\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32122,\n        \"cityName\": \"BELLARY,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14855,\n        \"cityName\": \"BELLATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10124,\n        \"cityName\": \"BELLAVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12,\n        \"cityName\": \"BELLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17465,\n        \"cityName\": \"BELMA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15900,\n        \"cityName\": \"BELMAN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32532,\n        \"cityName\": \"BELMANNU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28321,\n        \"cityName\": \"BELTHANGADI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2902,\n        \"cityName\": \"BELTHANGADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4079,\n        \"cityName\": \"BELUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22109,\n        \"cityName\": \"BELVE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25279,\n        \"cityName\": \"BELWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17952,\n        \"cityName\": \"BELWAI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15864,\n        \"cityName\": \"BELWATGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14934,\n        \"cityName\": \"BENADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28844,\n        \"cityName\": \"BENAKANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15157,\n        \"cityName\": \"BENAKATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30502,\n        \"cityName\": \"BENGADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5460,\n        \"cityName\": \"BENGALURU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32829,\n        \"cityName\": \"BENGALURU RURAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17965,\n        \"cityName\": \"BENGALURU URBAN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19643,\n        \"cityName\": \"BENGALURU URBAN DISTRICT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30954,\n        \"cityName\": \"BESAGARAHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14863,\n        \"cityName\": \"BETADUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20669,\n        \"cityName\": \"BETHAMANGALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5255,\n        \"cityName\": \"BETTADAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15088,\n        \"cityName\": \"BETTAKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30702,\n        \"cityName\": \"BETTAMPADY,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10324,\n        \"cityName\": \"BEVINAHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16734,\n        \"cityName\": \"BEVOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11989,\n        \"cityName\": \"BHADRA PROJECT AREA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5271,\n        \"cityName\": \"BHADRAVATHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16357,\n        \"cityName\": \"BHADRAVATHI NEW TOWN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1213,\n        \"cityName\": \"BHADRAVATI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29716,\n        \"cityName\": \"BHAGAMANDLA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25906,\n        \"cityName\": \"BHAGWATI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10030,\n        \"cityName\": \"BHAKTARAHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8609,\n        \"cityName\": \"BHALKI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18803,\n        \"cityName\": \"BHANDIWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29705,\n        \"cityName\": \"BHANDIWAD,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8692,\n        \"cityName\": \"BHANKUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8808,\n        \"cityName\": \"BHANUVALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27935,\n        \"cityName\": \"BHARADWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23546,\n        \"cityName\": \"BHARAMASAGARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29597,\n        \"cityName\": \"BHARATINAGAR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15565,\n        \"cityName\": \"BHATAGUNAKI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 368,\n        \"cityName\": \"BHATKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29753,\n        \"cityName\": \"BHATKAL,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16820,\n        \"cityName\": \"BHENDWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24012,\n        \"cityName\": \"BHIMASAMUDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29312,\n        \"cityName\": \"BHIRADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17326,\n        \"cityName\": \"BHOJ\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1105,\n        \"cityName\": \"BHUBANESWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28053,\n        \"cityName\": \"BHUTARAMANAHAT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17595,\n        \"cityName\": \"BICCODU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16003,\n        \"cityName\": \"BIDADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4925,\n        \"cityName\": \"BIDADI (KARNATAKA)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2414,\n        \"cityName\": \"BIDAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31654,\n        \"cityName\": \"BIDAR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28714,\n        \"cityName\": \"BIDARAGUPPE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21779,\n        \"cityName\": \"BIDARE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28318,\n        \"cityName\": \"BIDARKOTE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32858,\n        \"cityName\": \"BIDKALKATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16467,\n        \"cityName\": \"BIJADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3951,\n        \"cityName\": \"BIJAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29380,\n        \"cityName\": \"BIJAPUR DIST\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30618,\n        \"cityName\": \"BIJAPUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6069,\n        \"cityName\": \"BIJAPUR-KARNATKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32703,\n        \"cityName\": \"BIJJARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16873,\n        \"cityName\": \"BIKAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18737,\n        \"cityName\": \"BILAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20422,\n        \"cityName\": \"BILASPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13333,\n        \"cityName\": \"BILGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21876,\n        \"cityName\": \"BILICHODU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2508,\n        \"cityName\": \"BILIGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6483,\n        \"cityName\": \"BILIKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27172,\n        \"cityName\": \"BILKI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31278,\n        \"cityName\": \"BINAGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3938,\n        \"cityName\": \"BINDIGANAVALE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29512,\n        \"cityName\": \"BINKADAKATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23357,\n        \"cityName\": \"BIRUNANI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8773,\n        \"cityName\": \"BIRUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31924,\n        \"cityName\": \"BIRUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23324,\n        \"cityName\": \"BISLEHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32855,\n        \"cityName\": \"BITTANGALA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18952,\n        \"cityName\": \"BOMMANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10995,\n        \"cityName\": \"BOMMASANDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18454,\n        \"cityName\": \"BOMMIGATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32258,\n        \"cityName\": \"BOOTHANAHOSUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17798,\n        \"cityName\": \"BORGAON\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29888,\n        \"cityName\": \"BRAHMAVAR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31037,\n        \"cityName\": \"BRAHMAVARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10766,\n        \"cityName\": \"BRAMHAVARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10014,\n        \"cityName\": \"BUDIGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19654,\n        \"cityName\": \"BUDIHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5458,\n        \"cityName\": \"BUDIKOTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18850,\n        \"cityName\": \"BUDUGUMPA TQ.GANGAVATI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22277,\n        \"cityName\": \"BUGATE ALUR (DIST. BELGAUM)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32887,\n        \"cityName\": \"BUGUDANAHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13059,\n        \"cityName\": \"BUKINKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14758,\n        \"cityName\": \"BUKKAMBHUDHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6743,\n        \"cityName\": \"BUKKAPATNA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28350,\n        \"cityName\": \"BURUGUPUDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13635,\n        \"cityName\": \"BYADGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31515,\n        \"cityName\": \"BYAHATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9951,\n        \"cityName\": \"BYALYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13829,\n        \"cityName\": \"BYCHANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15290,\n        \"cityName\": \"BYDAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3439,\n        \"cityName\": \"BYLAKUPPE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15195,\n        \"cityName\": \"BYNDOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31347,\n        \"cityName\": \"BYNDOOR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25711,\n        \"cityName\": \"BYRANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28861,\n        \"cityName\": \"BYRAPATNA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8132,\n        \"cityName\": \"C RAMASAMUDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16985,\n        \"cityName\": \"C.RAMASAMUDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21914,\n        \"cityName\": \"CASTLE ROCK\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32053,\n        \"cityName\": \"CHACHADI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18260,\n        \"cityName\": \"CHADCHAN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26382,\n        \"cityName\": \"CHAKAVELU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16982,\n        \"cityName\": \"CHALAGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8404,\n        \"cityName\": \"CHALAKUDY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9805,\n        \"cityName\": \"CHALLAKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32691,\n        \"cityName\": \"CHALLAKERE, KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1837,\n        \"cityName\": \"CHAMARAJANAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19181,\n        \"cityName\": \"CHAMARAJNAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29976,\n        \"cityName\": \"CHAMARAJNAGAR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17601,\n        \"cityName\": \"CHAMNAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11424,\n        \"cityName\": \"CHAMRAJ NAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12542,\n        \"cityName\": \"CHANAHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17242,\n        \"cityName\": \"CHANDAKAVADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30192,\n        \"cityName\": \"CHANDAKPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 660,\n        \"cityName\": \"CHANDAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21643,\n        \"cityName\": \"CHANDAPURA (DISTT. BANGALORE RURAL)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25890,\n        \"cityName\": \"CHANDAVAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32009,\n        \"cityName\": \"CHANDEGALU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17403,\n        \"cityName\": \"CHANDKAVATHE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24575,\n        \"cityName\": \"CHANDRAGUTHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1899,\n        \"cityName\": \"CHANDRASEKHARAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28731,\n        \"cityName\": \"CHANGADIHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7003,\n        \"cityName\": \"CHANNAGIRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 490,\n        \"cityName\": \"CHANNAPATNA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31500,\n        \"cityName\": \"CHANNAPATNA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11587,\n        \"cityName\": \"CHANNARAYAPATNA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30222,\n        \"cityName\": \"CHANNARAYAPATNA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18896,\n        \"cityName\": \"CHANNARAYAPATT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20268,\n        \"cityName\": \"CHANNAYANAKOTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18413,\n        \"cityName\": \"CHARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6859,\n        \"cityName\": \"CHELLAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5688,\n        \"cityName\": \"CHELUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29657,\n        \"cityName\": \"CHENDIA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29084,\n        \"cityName\": \"CHENNAGIRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8513,\n        \"cityName\": \"CHENNAI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28327,\n        \"cityName\": \"CHENNARAYAPATNA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18183,\n        \"cityName\": \"CHERAMBANE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31277,\n        \"cityName\": \"CHETTALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19334,\n        \"cityName\": \"CHEYANDANE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19223,\n        \"cityName\": \"CHICHMAGALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21837,\n        \"cityName\": \"CHICKJAJUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5681,\n        \"cityName\": \"CHICKJOGIHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30052,\n        \"cityName\": \"CHICKMAGALOUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14634,\n        \"cityName\": \"CHICKMAGALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23012,\n        \"cityName\": \"CHICKMAGALUR (KARNATAKA)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32052,\n        \"cityName\": \"CHICKMAGALUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19936,\n        \"cityName\": \"CHIKABALLAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18438,\n        \"cityName\": \"CHIKAMGALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13235,\n        \"cityName\": \"CHIKBALLAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20273,\n        \"cityName\": \"CHIKBALLAPUR (KA)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29071,\n        \"cityName\": \"CHIKKA JANTHAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15655,\n        \"cityName\": \"CHIKKABALLAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32138,\n        \"cityName\": \"CHIKKABALLAPUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5054,\n        \"cityName\": \"CHIKKABALLAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6499,\n        \"cityName\": \"CHIKKABANAVARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17656,\n        \"cityName\": \"CHIKKABASUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18642,\n        \"cityName\": \"CHIKKAJALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31400,\n        \"cityName\": \"CHIKKAKUNTUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8401,\n        \"cityName\": \"CHIKKALGUNDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5841,\n        \"cityName\": \"CHIKKAMAGALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16262,\n        \"cityName\": \"CHIKKAMAGALURU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30299,\n        \"cityName\": \"CHIKKAMANDYA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18506,\n        \"cityName\": \"CHIKKANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19395,\n        \"cityName\": \"CHIKKANARGUND\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32617,\n        \"cityName\": \"CHIKKANAYAKANAHALLI, KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32601,\n        \"cityName\": \"CHIKKARASINAKARI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21362,\n        \"cityName\": \"CHIKKATHIRUPATHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17316,\n        \"cityName\": \"CHIKKATHIRUPATI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17877,\n        \"cityName\": \"CHIKKAUNSHI HOSUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19542,\n        \"cityName\": \"CHIKKERUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16908,\n        \"cityName\": \"CHIKKODI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28012,\n        \"cityName\": \"CHIKKODI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2468,\n        \"cityName\": \"CHIKMAGALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5947,\n        \"cityName\": \"CHIKMAGLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4222,\n        \"cityName\": \"CHIKNAYAKANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9047,\n        \"cityName\": \"CHIKODI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29022,\n        \"cityName\": \"CHIKODY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24563,\n        \"cityName\": \"CHILKUNDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30600,\n        \"cityName\": \"CHILLAHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16816,\n        \"cityName\": \"CHILLARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23840,\n        \"cityName\": \"CHILUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13253,\n        \"cityName\": \"CHINAKURALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17447,\n        \"cityName\": \"CHINCHALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18595,\n        \"cityName\": \"CHINCHKHANDI(K D)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10846,\n        \"cityName\": \"CHINCHOLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29815,\n        \"cityName\": \"CHINDANAHALLIGATE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29295,\n        \"cityName\": \"CHINNAKERA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1901,\n        \"cityName\": \"CHINTAMANI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32786,\n        \"cityName\": \"CHINYA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30971,\n        \"cityName\": \"CHIRATEGUNDU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7548,\n        \"cityName\": \"CHITAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13546,\n        \"cityName\": \"CHITGUPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 824,\n        \"cityName\": \"CHITRADURGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30048,\n        \"cityName\": \"CHITRADURGA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30889,\n        \"cityName\": \"CHITRAHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28275,\n        \"cityName\": \"CHITRAPADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15094,\n        \"cityName\": \"CHITRAPADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22743,\n        \"cityName\": \"CHITTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15511,\n        \"cityName\": \"CHITTARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5505,\n        \"cityName\": \"CHOGACHAGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17778,\n        \"cityName\": \"CHOLACHAGUDDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28488,\n        \"cityName\": \"CHORADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9884,\n        \"cityName\": \"CHOUDAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16617,\n        \"cityName\": \"CHOWLAHIRIYUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5099,\n        \"cityName\": \"COIMBATORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19795,\n        \"cityName\": \"COONDAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23086,\n        \"cityName\": \"CV RAMANNAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32139,\n        \"cityName\": \"DABASPET,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24986,\n        \"cityName\": \"DABASSPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11512,\n        \"cityName\": \"DABBEGHATTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30964,\n        \"cityName\": \"DADDI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3416,\n        \"cityName\": \"DADGI, BIDAR DISTT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18730,\n        \"cityName\": \"DAKSHIN KANNAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13099,\n        \"cityName\": \"DAKSHINA KANNAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13468,\n        \"cityName\": \"DAKSHINA KANNADA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27964,\n        \"cityName\": \"DAMASKATTA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18273,\n        \"cityName\": \"DAMBAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3804,\n        \"cityName\": \"DAMTAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 385,\n        \"cityName\": \"DANDELI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30189,\n        \"cityName\": \"DARBE PUTTUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2378,\n        \"cityName\": \"DARINAYAKANAPALYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1898,\n        \"cityName\": \"DASANAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15275,\n        \"cityName\": \"DASANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18519,\n        \"cityName\": \"DASARAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22547,\n        \"cityName\": \"DASARAHOSALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12756,\n        \"cityName\": \"DAVANAGARE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14226,\n        \"cityName\": \"DAVANAGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11827,\n        \"cityName\": \"DAVANGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30310,\n        \"cityName\": \"DAVANGERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16152,\n        \"cityName\": \"DEGALMADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2013,\n        \"cityName\": \"DELHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11842,\n        \"cityName\": \"DEODURGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31669,\n        \"cityName\": \"DEOSGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29745,\n        \"cityName\": \"DERLAKATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19168,\n        \"cityName\": \"DESHNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12310,\n        \"cityName\": \"DEVADURGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28125,\n        \"cityName\": \"DEVALAPURA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30439,\n        \"cityName\": \"DEVALDAKERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9039,\n        \"cityName\": \"DEVANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18184,\n        \"cityName\": \"DEVANGAO\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32201,\n        \"cityName\": \"DEVANGI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18455,\n        \"cityName\": \"DEVANHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30010,\n        \"cityName\": \"DEVANOOR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29793,\n        \"cityName\": \"DEVAR HIPPARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32281,\n        \"cityName\": \"DEVAR NIMBARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28774,\n        \"cityName\": \"DEVARA HIPPARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31615,\n        \"cityName\": \"DEVARAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29908,\n        \"cityName\": \"DEVARAYASAMUDRA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17789,\n        \"cityName\": \"DEVARNAVADGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18502,\n        \"cityName\": \"DEVARSHIGIHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21048,\n        \"cityName\": \"DEVENGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19328,\n        \"cityName\": \"DEVGIRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19250,\n        \"cityName\": \"DEVI.HOSUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17220,\n        \"cityName\": \"DHANNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30747,\n        \"cityName\": \"DHARAMAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16226,\n        \"cityName\": \"DHARESHWARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29279,\n        \"cityName\": \"DHARMASTHALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29578,\n        \"cityName\": \"DHARMASTHALA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5341,\n        \"cityName\": \"DHARWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5353,\n        \"cityName\": \"DHARWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30870,\n        \"cityName\": \"DHARWAR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31418,\n        \"cityName\": \"DHAVALGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16958,\n        \"cityName\": \"DHOOPADAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17380,\n        \"cityName\": \"DHULAKHED\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 452,\n        \"cityName\": \"DHUMMAWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30030,\n        \"cityName\": \"DHUMWAD,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16289,\n        \"cityName\": \"DHUNDSHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27404,\n        \"cityName\": \"DIBBERHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23977,\n        \"cityName\": \"DIDAGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20939,\n        \"cityName\": \"DINNEHALLY (DIST.KOLAR)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31296,\n        \"cityName\": \"DINNI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32521,\n        \"cityName\": \"DIST BIJAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29515,\n        \"cityName\": \"DISTRICT DHARWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16930,\n        \"cityName\": \"DOD BALLAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6014,\n        \"cityName\": \"DODACHINNAHALL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14900,\n        \"cityName\": \"DODAWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4476,\n        \"cityName\": \"DODBALAPUR ADB\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27524,\n        \"cityName\": \"DODBALLAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4714,\n        \"cityName\": \"DODDABALLAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28912,\n        \"cityName\": \"DODDABALLAPUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16241,\n        \"cityName\": \"DODDABELAVANGALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18618,\n        \"cityName\": \"DODDAGUBBI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8587,\n        \"cityName\": \"DODDAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29347,\n        \"cityName\": \"DODDAKODIHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31052,\n        \"cityName\": \"DODDAMAGGE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27155,\n        \"cityName\": \"DODDAMETIKURKE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13101,\n        \"cityName\": \"DODDAPONNANDAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29465,\n        \"cityName\": \"DODDATHOTA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5405,\n        \"cityName\": \"DOMMASANDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18401,\n        \"cityName\": \"DOMMATHAMARY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28181,\n        \"cityName\": \"DONDERANGADI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9223,\n        \"cityName\": \"DONIMALAI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17817,\n        \"cityName\": \"DOOPADAKATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15113,\n        \"cityName\": \"DUBALGUNDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13929,\n        \"cityName\": \"DUDDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31638,\n        \"cityName\": \"ECHANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30007,\n        \"cityName\": \"EKKAMBI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27657,\n        \"cityName\": \"ELECTRONIC CITY - BANGALORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32238,\n        \"cityName\": \"EMMIGANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16507,\n        \"cityName\": \"ERNAKULAM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21629,\n        \"cityName\": \"ERODE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16937,\n        \"cityName\": \"EXAMBA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3629,\n        \"cityName\": \"EZHIMALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16209,\n        \"cityName\": \"FARANGIPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31420,\n        \"cityName\": \"FARHATABAD,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1532,\n        \"cityName\": \"FORT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4475,\n        \"cityName\": \"FUDAM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19053,\n        \"cityName\": \"GABASAVALGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11415,\n        \"cityName\": \"GABBUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4447,\n        \"cityName\": \"GADAG\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29871,\n        \"cityName\": \"GADAG BETIGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8250,\n        \"cityName\": \"GADAG, KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28853,\n        \"cityName\": \"GADAG,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15244,\n        \"cityName\": \"GADAG-BETIGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32688,\n        \"cityName\": \"GADAGBETAGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28537,\n        \"cityName\": \"GADAGESWARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4458,\n        \"cityName\": \"GADAK\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18898,\n        \"cityName\": \"GADDANKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28187,\n        \"cityName\": \"GADDEHALLA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18032,\n        \"cityName\": \"GAJANOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9534,\n        \"cityName\": \"GAJENDRAGAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31941,\n        \"cityName\": \"GALAGALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8116,\n        \"cityName\": \"GALATGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7459,\n        \"cityName\": \"GANAGANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30331,\n        \"cityName\": \"GANDHINAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18945,\n        \"cityName\": \"GANDIGWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12411,\n        \"cityName\": \"GANESHGUDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11051,\n        \"cityName\": \"GANGAVATHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28273,\n        \"cityName\": \"GANGAVATHI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19530,\n        \"cityName\": \"GANGAWATI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23385,\n        \"cityName\": \"GANGOLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31821,\n        \"cityName\": \"GANGULLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31185,\n        \"cityName\": \"GANJIGHATTI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23648,\n        \"cityName\": \"GANJIGUNTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15815,\n        \"cityName\": \"GANJIHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21549,\n        \"cityName\": \"GANJIMUT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3145,\n        \"cityName\": \"GARAG\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17029,\n        \"cityName\": \"GARLAGUNJI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5525,\n        \"cityName\": \"GAURIBIDANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29150,\n        \"cityName\": \"GAURIBIDANUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30789,\n        \"cityName\": \"GEJJALAGERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27901,\n        \"cityName\": \"GEJJEHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23015,\n        \"cityName\": \"GENDEHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30897,\n        \"cityName\": \"GENDEHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32043,\n        \"cityName\": \"GERASOPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17686,\n        \"cityName\": \"GHALGI HULKOPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13103,\n        \"cityName\": \"GHANDSI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28008,\n        \"cityName\": \"GHATAPRABHA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6853,\n        \"cityName\": \"GINOKOPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16406,\n        \"cityName\": \"GIRISAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29974,\n        \"cityName\": \"GIRIYANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14512,\n        \"cityName\": \"GOGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11026,\n        \"cityName\": \"GOKAK\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31303,\n        \"cityName\": \"GOKAK FALLS\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3483,\n        \"cityName\": \"GOKARN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17567,\n        \"cityName\": \"GOKARNA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24487,\n        \"cityName\": \"GOKULA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23059,\n        \"cityName\": \"GOKUNTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31719,\n        \"cityName\": \"GOLASANGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16786,\n        \"cityName\": \"GOLGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1300,\n        \"cityName\": \"GOLLAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15828,\n        \"cityName\": \"GOLTHAMAJALU GP\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5363,\n        \"cityName\": \"GONIKOPPAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31464,\n        \"cityName\": \"GONIKOPPAL,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12306,\n        \"cityName\": \"GONIMARUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15098,\n        \"cityName\": \"GOPADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18911,\n        \"cityName\": \"GOPALPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18842,\n        \"cityName\": \"GOPANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6826,\n        \"cityName\": \"GORTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19571,\n        \"cityName\": \"GORUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14909,\n        \"cityName\": \"GOTHE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31955,\n        \"cityName\": \"GOWDAGERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3476,\n        \"cityName\": \"GOWNIPALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14393,\n        \"cityName\": \"GOWRIBIDANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14752,\n        \"cityName\": \"GROUND FOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19817,\n        \"cityName\": \"GUBBEWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6486,\n        \"cityName\": \"GUBBI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19503,\n        \"cityName\": \"GUDAGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19825,\n        \"cityName\": \"GUDAS\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30034,\n        \"cityName\": \"GUDEANGADI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30818,\n        \"cityName\": \"GUDEKOTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6756,\n        \"cityName\": \"GUDEMARNAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32646,\n        \"cityName\": \"GUDGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11547,\n        \"cityName\": \"GUDIBANDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11517,\n        \"cityName\": \"GUDIBANDE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23733,\n        \"cityName\": \"GUDIPALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20220,\n        \"cityName\": \"GUDUGALELE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27988,\n        \"cityName\": \"GUDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12388,\n        \"cityName\": \"GUJAMAGADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29534,\n        \"cityName\": \"GUJJADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3200,\n        \"cityName\": \"GULBARGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32517,\n        \"cityName\": \"GULBARGA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3914,\n        \"cityName\": \"GULBERGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15783,\n        \"cityName\": \"GULEDAGUDDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29756,\n        \"cityName\": \"GULEDGUD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28429,\n        \"cityName\": \"GULEDGUD,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3527,\n        \"cityName\": \"GULUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29533,\n        \"cityName\": \"GULWADI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29074,\n        \"cityName\": \"GUNDAGATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10481,\n        \"cityName\": \"GUNDLUPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31975,\n        \"cityName\": \"GUNDLUPET,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31662,\n        \"cityName\": \"GUNDOLLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17742,\n        \"cityName\": \"GUNJI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32680,\n        \"cityName\": \"GUNJUR,BANGALORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29523,\n        \"cityName\": \"GURPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29440,\n        \"cityName\": \"GURUGADAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32513,\n        \"cityName\": \"GURUMATKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10865,\n        \"cityName\": \"GURUPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23270,\n        \"cityName\": \"GURUVAYANKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17892,\n        \"cityName\": \"GUTTAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30918,\n        \"cityName\": \"GUTTIGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21995,\n        \"cityName\": \"H S R LAYOUT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10798,\n        \"cityName\": \"H-CROSS\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6298,\n        \"cityName\": \"H.HOSAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19754,\n        \"cityName\": \"HADADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 186,\n        \"cityName\": \"HADAGALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22463,\n        \"cityName\": \"HADINARU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18103,\n        \"cityName\": \"HADINBAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 51,\n        \"cityName\": \"HADLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10021,\n        \"cityName\": \"HAGALWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22000,\n        \"cityName\": \"HAGARBOMANAHALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30364,\n        \"cityName\": \"HAGARE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30365,\n        \"cityName\": \"HAGARI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10950,\n        \"cityName\": \"HAGARIBOMMANAHA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6966,\n        \"cityName\": \"HAGARIBOMMANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28673,\n        \"cityName\": \"HALADY,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20396,\n        \"cityName\": \"HALAGA (DIST BELGAUM)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16461,\n        \"cityName\": \"HALAGALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4435,\n        \"cityName\": \"HALAGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30275,\n        \"cityName\": \"HALASANGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14883,\n        \"cityName\": \"HALASI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18729,\n        \"cityName\": \"HALBARGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19696,\n        \"cityName\": \"HALDIPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1740,\n        \"cityName\": \"HALEANGADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4366,\n        \"cityName\": \"HALEBEEDU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32044,\n        \"cityName\": \"HALEBUDANUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22974,\n        \"cityName\": \"HALEKOTE (DIST. HASAN)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29172,\n        \"cityName\": \"HALEVOOR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5769,\n        \"cityName\": \"HALEYUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21761,\n        \"cityName\": \"HALGE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16377,\n        \"cityName\": \"HALGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18677,\n        \"cityName\": \"HALINGALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 402,\n        \"cityName\": \"HALIYAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9115,\n        \"cityName\": \"HALLEGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13494,\n        \"cityName\": \"HALLI MYSORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16078,\n        \"cityName\": \"HALLIGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16443,\n        \"cityName\": \"HALLIGULI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16711,\n        \"cityName\": \"HALLIHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19131,\n        \"cityName\": \"HALLIHOLE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19806,\n        \"cityName\": \"HALLIKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27241,\n        \"cityName\": \"HALLIKHED\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18185,\n        \"cityName\": \"HALLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19359,\n        \"cityName\": \"HALYAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18959,\n        \"cityName\": \"HAMMIGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21792,\n        \"cityName\": \"HAMPAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26123,\n        \"cityName\": \"HAMPI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31901,\n        \"cityName\": \"HAMSABHAVI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28551,\n        \"cityName\": \"HANAKERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32126,\n        \"cityName\": \"HANAMSAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18460,\n        \"cityName\": \"HANBAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14763,\n        \"cityName\": \"HANCHINAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16293,\n        \"cityName\": \"HANDADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12617,\n        \"cityName\": \"HANDANAKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17835,\n        \"cityName\": \"HANDIGUND\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 104,\n        \"cityName\": \"HANGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30372,\n        \"cityName\": \"HANGAL,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16857,\n        \"cityName\": \"HANGLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11919,\n        \"cityName\": \"HANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32662,\n        \"cityName\": \"HARAGADDE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8605,\n        \"cityName\": \"HARALAHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18458,\n        \"cityName\": \"HARANAGIRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18878,\n        \"cityName\": \"HARANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2501,\n        \"cityName\": \"HARAPANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2506,\n        \"cityName\": \"HARAPANAHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10314,\n        \"cityName\": \"HARIHAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28518,\n        \"cityName\": \"HARIHAR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1824,\n        \"cityName\": \"HARIHARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14984,\n        \"cityName\": \"HARIHARA TALUK\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18722,\n        \"cityName\": \"HARIHARAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31760,\n        \"cityName\": \"HARNAHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 477,\n        \"cityName\": \"HAROHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3185,\n        \"cityName\": \"HARPANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17837,\n        \"cityName\": \"HARSHIKATTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19056,\n        \"cityName\": \"HARTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10574,\n        \"cityName\": \"HARUGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32121,\n        \"cityName\": \"HARVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2488,\n        \"cityName\": \"HASSAN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32270,\n        \"cityName\": \"HASSAN DISTRICT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2537,\n        \"cityName\": \"HASSSAN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31976,\n        \"cityName\": \"HATTARGI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17794,\n        \"cityName\": \"HATTIANGADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19474,\n        \"cityName\": \"HATTIMATTUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18238,\n        \"cityName\": \"HAUNSBHAVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18302,\n        \"cityName\": \"HAVANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14595,\n        \"cityName\": \"HAVERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10285,\n        \"cityName\": \"HAVERI (KARNATAKA)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32345,\n        \"cityName\": \"HAVERI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18987,\n        \"cityName\": \"HEBBAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27557,\n        \"cityName\": \"HEBBALE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24600,\n        \"cityName\": \"HEBBALI (DIST.DHARWAD)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16557,\n        \"cityName\": \"HEBBALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19404,\n        \"cityName\": \"HEBBALU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1819,\n        \"cityName\": \"HEBBLLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19196,\n        \"cityName\": \"HEBBUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8635,\n        \"cityName\": \"HEBRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31688,\n        \"cityName\": \"HEBRI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28316,\n        \"cityName\": \"HEBSUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30041,\n        \"cityName\": \"HEGDE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29618,\n        \"cityName\": \"HEGDEKATTA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9198,\n        \"cityName\": \"HEGGADADEVANAKOTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28793,\n        \"cityName\": \"HEGGADEDEVANA KOTE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24927,\n        \"cityName\": \"HEGGARNI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18282,\n        \"cityName\": \"HEGGODU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30186,\n        \"cityName\": \"HEJAMADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19241,\n        \"cityName\": \"HEMMADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19206,\n        \"cityName\": \"HERADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27434,\n        \"cityName\": \"HERAGU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30894,\n        \"cityName\": \"HERLAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15304,\n        \"cityName\": \"HERUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30116,\n        \"cityName\": \"HERUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2242,\n        \"cityName\": \"HESARAGHATTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14386,\n        \"cityName\": \"HETHUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17443,\n        \"cityName\": \"HIDAKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14892,\n        \"cityName\": \"HIDKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18124,\n        \"cityName\": \"HILLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16642,\n        \"cityName\": \"HINDALAGE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3832,\n        \"cityName\": \"HINDWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24730,\n        \"cityName\": \"HINKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17924,\n        \"cityName\": \"HIPPARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16498,\n        \"cityName\": \"HIRE BAGEWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21829,\n        \"cityName\": \"HIRE KODIGE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20537,\n        \"cityName\": \"HIRE-BAGEWADI (DIST BELGAUM)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15781,\n        \"cityName\": \"HIREBENDIGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30115,\n        \"cityName\": \"HIREBYLE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24880,\n        \"cityName\": \"HIREGOUZA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16015,\n        \"cityName\": \"HIREHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32501,\n        \"cityName\": \"HIREHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6751,\n        \"cityName\": \"HIREHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16401,\n        \"cityName\": \"HIREHONNIHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1223,\n        \"cityName\": \"HIREKERUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18278,\n        \"cityName\": \"HIREKUDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29984,\n        \"cityName\": \"HIREMAGADUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31886,\n        \"cityName\": \"HIREMULAKUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32584,\n        \"cityName\": \"HIRENALLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18892,\n        \"cityName\": \"HIREPADASALGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8720,\n        \"cityName\": \"HIRESAVE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4389,\n        \"cityName\": \"HIRESINGANAGUTTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16193,\n        \"cityName\": \"HIREWADDATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14917,\n        \"cityName\": \"HIRIADKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30227,\n        \"cityName\": \"HIRIADKA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8836,\n        \"cityName\": \"HIRIYUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32744,\n        \"cityName\": \"HIRIYUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31708,\n        \"cityName\": \"HIRIYURCHITR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7375,\n        \"cityName\": \"HITNALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26451,\n        \"cityName\": \"HITTANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19767,\n        \"cityName\": \"HK HOSUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24833,\n        \"cityName\": \"HKE SOCIETY GULBARGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22048,\n        \"cityName\": \"HODIGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13690,\n        \"cityName\": \"HOLALKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28807,\n        \"cityName\": \"HOLALKERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9051,\n        \"cityName\": \"HOLALU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21055,\n        \"cityName\": \"HOLALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6730,\n        \"cityName\": \"HOLAVANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12212,\n        \"cityName\": \"HOLE ALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17451,\n        \"cityName\": \"HOLE-ITAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15924,\n        \"cityName\": \"HOLEHONNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29373,\n        \"cityName\": \"HOLENARASIPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 629,\n        \"cityName\": \"HOLENARSIPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16408,\n        \"cityName\": \"HOLENARSIPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32738,\n        \"cityName\": \"HOLENARSIPURA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14816,\n        \"cityName\": \"HOMBAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31081,\n        \"cityName\": \"HOMMARAGALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31569,\n        \"cityName\": \"HOMNABAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16508,\n        \"cityName\": \"HONAGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28140,\n        \"cityName\": \"HONAGANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7585,\n        \"cityName\": \"HONAVAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2120,\n        \"cityName\": \"HONGAHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21537,\n        \"cityName\": \"HONNAGANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11768,\n        \"cityName\": \"HONNALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15947,\n        \"cityName\": \"HONNATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17882,\n        \"cityName\": \"HONNAVALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29634,\n        \"cityName\": \"HONNAVAR, UTTARA KANNADA DIST, KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5015,\n        \"cityName\": \"HONNUDIKE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15066,\n        \"cityName\": \"HONNUTAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15083,\n        \"cityName\": \"HONWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28440,\n        \"cityName\": \"HOODE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29549,\n        \"cityName\": \"HOOTAGALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30871,\n        \"cityName\": \"HOOTAGALLI,MYSORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16420,\n        \"cityName\": \"HOOTAGALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17755,\n        \"cityName\": \"HOOVINA HADAGALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15225,\n        \"cityName\": \"HORANADU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29342,\n        \"cityName\": \"HORTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31053,\n        \"cityName\": \"HOSABETTU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11866,\n        \"cityName\": \"HOSADURGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29410,\n        \"cityName\": \"HOSADURGA, KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19102,\n        \"cityName\": \"HOSAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28616,\n        \"cityName\": \"HOSAHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28320,\n        \"cityName\": \"HOSAHOLALU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9634,\n        \"cityName\": \"HOSAKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19325,\n        \"cityName\": \"HOSAKOTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15716,\n        \"cityName\": \"HOSAKULI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 933,\n        \"cityName\": \"HOSANAGARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16305,\n        \"cityName\": \"HOSANGADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16713,\n        \"cityName\": \"HOSAPETE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15184,\n        \"cityName\": \"HOSARITTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18699,\n        \"cityName\": \"HOSEKERA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11861,\n        \"cityName\": \"HOSKOTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28077,\n        \"cityName\": \"HOSKOTE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9276,\n        \"cityName\": \"HOSPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32775,\n        \"cityName\": \"HOSPET,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18147,\n        \"cityName\": \"HOSSHALLI EJ\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25785,\n        \"cityName\": \"HOSSUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2682,\n        \"cityName\": \"HOSUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28422,\n        \"cityName\": \"HOSUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25382,\n        \"cityName\": \"HUBBALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16807,\n        \"cityName\": \"HUBBALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1848,\n        \"cityName\": \"HUBLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17437,\n        \"cityName\": \"HUBLI - DHARWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10807,\n        \"cityName\": \"HUBLI DHARWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29603,\n        \"cityName\": \"HUBLI DHARWAR(GIE)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12315,\n        \"cityName\": \"HUBLI-DHARWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21962,\n        \"cityName\": \"HUBLIHARWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4343,\n        \"cityName\": \"HUDIKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16644,\n        \"cityName\": \"HUDLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29626,\n        \"cityName\": \"HUKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9262,\n        \"cityName\": \"HUKKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28145,\n        \"cityName\": \"HULEKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16129,\n        \"cityName\": \"HULGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28586,\n        \"cityName\": \"HULGUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10847,\n        \"cityName\": \"HULIBELE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2448,\n        \"cityName\": \"HULIKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17502,\n        \"cityName\": \"HULIKATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4993,\n        \"cityName\": \"HULIMAVU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10209,\n        \"cityName\": \"HULIYAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5365,\n        \"cityName\": \"HULIYURDURGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17182,\n        \"cityName\": \"HULKOTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17661,\n        \"cityName\": \"HULKUND\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17562,\n        \"cityName\": \"HULLAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19927,\n        \"cityName\": \"HULLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12944,\n        \"cityName\": \"HULSOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19033,\n        \"cityName\": \"HUMCHA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1765,\n        \"cityName\": \"HUMNABAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16132,\n        \"cityName\": \"HUNAGUND\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15715,\n        \"cityName\": \"HUNASAGHATTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21094,\n        \"cityName\": \"HUNASANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27592,\n        \"cityName\": \"HUNASEHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28287,\n        \"cityName\": \"HUNGARCUTTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 440,\n        \"cityName\": \"HUNGUND\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15082,\n        \"cityName\": \"HUNGUNDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19211,\n        \"cityName\": \"HUNSAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16660,\n        \"cityName\": \"HUNSEMARANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29906,\n        \"cityName\": \"HUNSIGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2178,\n        \"cityName\": \"HUNSIMARANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 489,\n        \"cityName\": \"HUNSUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29768,\n        \"cityName\": \"HUNSUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29565,\n        \"cityName\": \"HUTTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19050,\n        \"cityName\": \"HUVIN HIPPARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10844,\n        \"cityName\": \"HUVINA HADGALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12727,\n        \"cityName\": \"HUVINAHADAGALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 386,\n        \"cityName\": \"HYDERABAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17033,\n        \"cityName\": \"Honalli\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10042,\n        \"cityName\": \"I.D.HALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9855,\n        \"cityName\": \"IBANGLORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30621,\n        \"cityName\": \"ICHCHANGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18525,\n        \"cityName\": \"IDU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13077,\n        \"cityName\": \"ILKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15847,\n        \"cityName\": \"INAMHONGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15587,\n        \"cityName\": \"INCHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11584,\n        \"cityName\": \"INDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18381,\n        \"cityName\": \"INDIRA NAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32564,\n        \"cityName\": \"INDOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17286,\n        \"cityName\": \"INGALAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18033,\n        \"cityName\": \"INGALAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31261,\n        \"cityName\": \"INGALDAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14951,\n        \"cityName\": \"INGALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17635,\n        \"cityName\": \"INGLESWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26960,\n        \"cityName\": \"INNANJE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24949,\n        \"cityName\": \"IRAGAMPALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31853,\n        \"cityName\": \"IRITTY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32590,\n        \"cityName\": \"ISHWARAMANGALA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19901,\n        \"cityName\": \"ISSUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18467,\n        \"cityName\": \"ITAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19347,\n        \"cityName\": \"ITGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10185,\n        \"cityName\": \"ITPLCOMPLEX\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32767,\n        \"cityName\": \"ITTIGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32830,\n        \"cityName\": \"J N KOTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4355,\n        \"cityName\": \"JADE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4276,\n        \"cityName\": \"JADIGENAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7935,\n        \"cityName\": \"JAGALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16826,\n        \"cityName\": \"JAINAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17875,\n        \"cityName\": \"JAKANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16697,\n        \"cityName\": \"JAKKASANDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30233,\n        \"cityName\": \"JAKRIBETTU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9508,\n        \"cityName\": \"JALAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1240,\n        \"cityName\": \"JALAMANGALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8621,\n        \"cityName\": \"JALIHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30056,\n        \"cityName\": \"JALSUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14743,\n        \"cityName\": \"JALWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3560,\n        \"cityName\": \"JAMAKHANDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28598,\n        \"cityName\": \"JAMAKHANDI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18758,\n        \"cityName\": \"JAMBAGI(A)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18606,\n        \"cityName\": \"JAMBOTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7871,\n        \"cityName\": \"JAMKHANDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22028,\n        \"cityName\": \"JANAKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27312,\n        \"cityName\": \"JANGAMAKOTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25036,\n        \"cityName\": \"JANMANE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18091,\n        \"cityName\": \"JARIKATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1542,\n        \"cityName\": \"JAVAGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29659,\n        \"cityName\": \"JAVAGAL,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28329,\n        \"cityName\": \"JAVALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17786,\n        \"cityName\": \"JAVARANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31651,\n        \"cityName\": \"JAWALAGERA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8086,\n        \"cityName\": \"JAYACHAMARAJAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4316,\n        \"cityName\": \"JAYANAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5900,\n        \"cityName\": \"JAYAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21528,\n        \"cityName\": \"JAYAPURA (DIST. MYSORE)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13661,\n        \"cityName\": \"JERATAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18899,\n        \"cityName\": \"JEVARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10420,\n        \"cityName\": \"JEWARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16474,\n        \"cityName\": \"JIGAJEEVANI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18418,\n        \"cityName\": \"JIGALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12785,\n        \"cityName\": \"JIGANI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30425,\n        \"cityName\": \"JIGANI ANEKAL TALUK\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30066,\n        \"cityName\": \"JODUMARGA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17095,\n        \"cityName\": \"JOIDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28702,\n        \"cityName\": \"JOISARAHARALAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28010,\n        \"cityName\": \"JOKATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25598,\n        \"cityName\": \"JP NAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29343,\n        \"cityName\": \"JUGUL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28461,\n        \"cityName\": \"JUTTANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32633,\n        \"cityName\": \"JUTTANAHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16545,\n        \"cityName\": \"K R NAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28937,\n        \"cityName\": \"K R NAGAR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22273,\n        \"cityName\": \"K R PURAM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31042,\n        \"cityName\": \"K.HONNALAGERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6843,\n        \"cityName\": \"K.HONNAMACHANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16000,\n        \"cityName\": \"K.HOSKOTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15327,\n        \"cityName\": \"KABAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14755,\n        \"cityName\": \"KABBUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5277,\n        \"cityName\": \"KADABA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18339,\n        \"cityName\": \"KADABI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7770,\n        \"cityName\": \"KADAGANCHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5495,\n        \"cityName\": \"KADAGATHUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17011,\n        \"cityName\": \"KADANDALE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19080,\n        \"cityName\": \"KADAPATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17136,\n        \"cityName\": \"KADARMANDALGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29290,\n        \"cityName\": \"KADEKAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15341,\n        \"cityName\": \"KADLE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25209,\n        \"cityName\": \"KADOLI (DIST BELGAUM)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8364,\n        \"cityName\": \"KADRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31647,\n        \"cityName\": \"KADTOKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26783,\n        \"cityName\": \"KADUGODI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8369,\n        \"cityName\": \"KADUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30169,\n        \"cityName\": \"KADWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16126,\n        \"cityName\": \"KAGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10116,\n        \"cityName\": \"KAGALIPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14850,\n        \"cityName\": \"KAGALWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1375,\n        \"cityName\": \"KAGGADSAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31534,\n        \"cityName\": \"KAGGALIPURA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17153,\n        \"cityName\": \"KAGINELLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19715,\n        \"cityName\": \"KAGWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10315,\n        \"cityName\": \"KAIGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4154,\n        \"cityName\": \"KAIKAMBA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31210,\n        \"cityName\": \"KAIKAMBA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32172,\n        \"cityName\": \"KAIMARA CIRCLE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25076,\n        \"cityName\": \"KAIWARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13208,\n        \"cityName\": \"KAKANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18447,\n        \"cityName\": \"KAKKABBE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2788,\n        \"cityName\": \"KAKKERA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2792,\n        \"cityName\": \"KAKKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17986,\n        \"cityName\": \"KAKKUNJE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17319,\n        \"cityName\": \"KAKOL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31333,\n        \"cityName\": \"KAKOTUPARAMBU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30554,\n        \"cityName\": \"KAKTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14483,\n        \"cityName\": \"KALABURAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17464,\n        \"cityName\": \"KALADGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32022,\n        \"cityName\": \"KALADGI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 665,\n        \"cityName\": \"KALAMUDDANADODDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1271,\n        \"cityName\": \"KALASA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26500,\n        \"cityName\": \"KALASAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30833,\n        \"cityName\": \"KALATHUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15965,\n        \"cityName\": \"KALENAHALLI GP\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9859,\n        \"cityName\": \"KALGHATGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30547,\n        \"cityName\": \"KALGHATGI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4057,\n        \"cityName\": \"KALGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31197,\n        \"cityName\": \"KALIYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18544,\n        \"cityName\": \"KALKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18545,\n        \"cityName\": \"KALKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29979,\n        \"cityName\": \"KALKERI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6342,\n        \"cityName\": \"KALKUNI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17911,\n        \"cityName\": \"KALLADKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31626,\n        \"cityName\": \"KALLADKA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28207,\n        \"cityName\": \"KALLAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27433,\n        \"cityName\": \"KALLAMBELLA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31667,\n        \"cityName\": \"KALLAMUNDKUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16030,\n        \"cityName\": \"KALLIANPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15992,\n        \"cityName\": \"KALLOL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16369,\n        \"cityName\": \"KALLOLLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9351,\n        \"cityName\": \"KALLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30348,\n        \"cityName\": \"KALTHUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26227,\n        \"cityName\": \"KALYAN NAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15777,\n        \"cityName\": \"KAMADOLLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7002,\n        \"cityName\": \"KAMAGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26064,\n        \"cityName\": \"KAMALAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7984,\n        \"cityName\": \"KAMALAPURAM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25593,\n        \"cityName\": \"KAMASAMUDRAM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19704,\n        \"cityName\": \"KAMATGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18612,\n        \"cityName\": \"KAMBADAKONE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30121,\n        \"cityName\": \"KAMBADAKONE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22053,\n        \"cityName\": \"KAMLAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15857,\n        \"cityName\": \"KAMMARDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10962,\n        \"cityName\": \"KAMPLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18784,\n        \"cityName\": \"KANAGALE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31351,\n        \"cityName\": \"KANAJAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10321,\n        \"cityName\": \"KANAKAGIRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3296,\n        \"cityName\": \"KANAKAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29214,\n        \"cityName\": \"KANAKAPURA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11374,\n        \"cityName\": \"KANAKATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23132,\n        \"cityName\": \"KANAKPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30221,\n        \"cityName\": \"KANAKUMBI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18843,\n        \"cityName\": \"KANAMADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16521,\n        \"cityName\": \"KANASAWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9088,\n        \"cityName\": \"KANATHUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16867,\n        \"cityName\": \"KANAVI-KARAVIN-KOP\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7376,\n        \"cityName\": \"KANCHIPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18155,\n        \"cityName\": \"KANDAGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17236,\n        \"cityName\": \"KANDALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31910,\n        \"cityName\": \"KANDLUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31700,\n        \"cityName\": \"KANGARALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31237,\n        \"cityName\": \"KANIYOOR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14811,\n        \"cityName\": \"KANIYUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19267,\n        \"cityName\": \"KANIYUR(UDUMELPET TQ)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29856,\n        \"cityName\": \"KANJARAKATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18383,\n        \"cityName\": \"KANKANWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13669,\n        \"cityName\": \"KANNADA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30229,\n        \"cityName\": \"KANNEGALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18637,\n        \"cityName\": \"KANNOLLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11153,\n        \"cityName\": \"KANNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28299,\n        \"cityName\": \"KANOOR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12148,\n        \"cityName\": \"KANPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31422,\n        \"cityName\": \"KANSUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31029,\n        \"cityName\": \"KANTHAPURA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31988,\n        \"cityName\": \"KANYANA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26268,\n        \"cityName\": \"KAPPANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31686,\n        \"cityName\": \"KARADA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32400,\n        \"cityName\": \"KARADAHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27946,\n        \"cityName\": \"KARADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8984,\n        \"cityName\": \"KARAJGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16790,\n        \"cityName\": \"KARATAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4596,\n        \"cityName\": \"KARATGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25323,\n        \"cityName\": \"KAREHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23493,\n        \"cityName\": \"KARGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17522,\n        \"cityName\": \"KARIKE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13506,\n        \"cityName\": \"KARKALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31114,\n        \"cityName\": \"KARKALA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19428,\n        \"cityName\": \"KARKI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1871,\n        \"cityName\": \"KARNAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29520,\n        \"cityName\": \"KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19536,\n        \"cityName\": \"KARUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14501,\n        \"cityName\": \"KARWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28335,\n        \"cityName\": \"KARWAR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29898,\n        \"cityName\": \"KASARAKOD,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18929,\n        \"cityName\": \"KASARKOD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9735,\n        \"cityName\": \"KASHETTIPALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18844,\n        \"cityName\": \"KATAGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19798,\n        \"cityName\": \"KATAPADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16013,\n        \"cityName\": \"KATARKI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16657,\n        \"cityName\": \"KATEEL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31161,\n        \"cityName\": \"KATEEL,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8333,\n        \"cityName\": \"KATENALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32507,\n        \"cityName\": \"KATHALGERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30079,\n        \"cityName\": \"KATHGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31396,\n        \"cityName\": \"KATIPALLA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18755,\n        \"cityName\": \"KATKOL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32734,\n        \"cityName\": \"KATTAYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19735,\n        \"cityName\": \"KATTEHAKLU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18181,\n        \"cityName\": \"KATTEMELALWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14940,\n        \"cityName\": \"KATTINGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29690,\n        \"cityName\": \"KATUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28963,\n        \"cityName\": \"KAUP,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16213,\n        \"cityName\": \"KAVALANDE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31469,\n        \"cityName\": \"KAVALAPADUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30793,\n        \"cityName\": \"KAVU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17346,\n        \"cityName\": \"KAYARTHADAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28222,\n        \"cityName\": \"KCHANDARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21368,\n        \"cityName\": \"KEDINJE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16407,\n        \"cityName\": \"KEELARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32398,\n        \"cityName\": \"KEERANAGI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22685,\n        \"cityName\": \"KELADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32614,\n        \"cityName\": \"KELARKALABETTU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14464,\n        \"cityName\": \"KEMBHAUI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19751,\n        \"cityName\": \"KEMBHAVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32556,\n        \"cityName\": \"KEMMANNU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18765,\n        \"cityName\": \"KEMPAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18489,\n        \"cityName\": \"KENCHANOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6799,\n        \"cityName\": \"KENGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29163,\n        \"cityName\": \"KENGERI-BANGALORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16619,\n        \"cityName\": \"KENNALU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9503,\n        \"cityName\": \"KERALAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11806,\n        \"cityName\": \"KEREBILACHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28771,\n        \"cityName\": \"KEREGODU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26055,\n        \"cityName\": \"KEREKALMATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15889,\n        \"cityName\": \"KERUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18684,\n        \"cityName\": \"KESAGODU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29122,\n        \"cityName\": \"KESARHATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14898,\n        \"cityName\": \"KESHWAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29181,\n        \"cityName\": \"KESTHUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17864,\n        \"cityName\": \"KEYYUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15780,\n        \"cityName\": \"KHADAKLAT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17128,\n        \"cityName\": \"KHANAGAON\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4507,\n        \"cityName\": \"KHANAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16431,\n        \"cityName\": \"KHARWA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15029,\n        \"cityName\": \"KHILEGAON\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14952,\n        \"cityName\": \"KHODANPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6390,\n        \"cityName\": \"KIKKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30875,\n        \"cityName\": \"KINNAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10091,\n        \"cityName\": \"KINNIGOLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31202,\n        \"cityName\": \"KINNIGOLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19228,\n        \"cityName\": \"KIRIMANJESHWARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32069,\n        \"cityName\": \"KIRWATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9570,\n        \"cityName\": \"KITTUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9071,\n        \"cityName\": \"KODAGANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24424,\n        \"cityName\": \"KODAGARAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9789,\n        \"cityName\": \"KODAGU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9815,\n        \"cityName\": \"KODAMBAL, DISTT BIDAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21268,\n        \"cityName\": \"KODAMBALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22671,\n        \"cityName\": \"KODAVOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16345,\n        \"cityName\": \"KODIBAG KARWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18118,\n        \"cityName\": \"KODIGENAHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15382,\n        \"cityName\": \"KODIHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30570,\n        \"cityName\": \"KODIHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30311,\n        \"cityName\": \"KODIMBALA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1981,\n        \"cityName\": \"KODIYALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30252,\n        \"cityName\": \"KODKANI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15484,\n        \"cityName\": \"KODLIPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26243,\n        \"cityName\": \"KODUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26823,\n        \"cityName\": \"KOGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25189,\n        \"cityName\": \"KOGNOLI (DIST BELGAUM)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18550,\n        \"cityName\": \"KOGRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5457,\n        \"cityName\": \"KOHINOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17738,\n        \"cityName\": \"KOKATNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32337,\n        \"cityName\": \"KOKKADA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15957,\n        \"cityName\": \"KOKKARNE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17575,\n        \"cityName\": \"KOLAGALLU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28485,\n        \"cityName\": \"KOLAGUNDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29487,\n        \"cityName\": \"KOLALAGIRI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7587,\n        \"cityName\": \"KOLAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7516,\n        \"cityName\": \"KOLAR GOLD FIELDS\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29315,\n        \"cityName\": \"KOLAR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4607,\n        \"cityName\": \"KOLHAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31180,\n        \"cityName\": \"KOLIWAD,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29855,\n        \"cityName\": \"KOLLAM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30929,\n        \"cityName\": \"KOLLAMOGARU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2305,\n        \"cityName\": \"KOLLEGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26922,\n        \"cityName\": \"KOLLEGAL (DIST. CHAMARAJANAGAR)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30677,\n        \"cityName\": \"KOLLEGAL,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15601,\n        \"cityName\": \"KOLLEGALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15330,\n        \"cityName\": \"KOLLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31789,\n        \"cityName\": \"KOLLUR, KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28177,\n        \"cityName\": \"KOLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8453,\n        \"cityName\": \"KOMBLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28029,\n        \"cityName\": \"KONAJE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31744,\n        \"cityName\": \"KONANAKATTE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 472,\n        \"cityName\": \"KONANAKUNTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24224,\n        \"cityName\": \"KONANDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17130,\n        \"cityName\": \"KONANKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8521,\n        \"cityName\": \"KONANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15349,\n        \"cityName\": \"KONAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3724,\n        \"cityName\": \"KONDAJI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19789,\n        \"cityName\": \"KONDGULI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19182,\n        \"cityName\": \"KONDLAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18670,\n        \"cityName\": \"KONGANOLLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16025,\n        \"cityName\": \"KONI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16526,\n        \"cityName\": \"KONNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32689,\n        \"cityName\": \"KONNUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5158,\n        \"cityName\": \"KOODAL SANGAM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9523,\n        \"cityName\": \"KOPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31363,\n        \"cityName\": \"KOPPA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6561,\n        \"cityName\": \"KOPPAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28068,\n        \"cityName\": \"KOPPAL, KARNATAKA.\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5189,\n        \"cityName\": \"KOPPARSHIKOPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16230,\n        \"cityName\": \"KORA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16596,\n        \"cityName\": \"KORAMANGALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31220,\n        \"cityName\": \"KORANGRAPADY,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7679,\n        \"cityName\": \"KORATAGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14947,\n        \"cityName\": \"KORLAKATTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19448,\n        \"cityName\": \"KORLHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30882,\n        \"cityName\": \"KORWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16256,\n        \"cityName\": \"KOTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26107,\n        \"cityName\": \"KOTAGAL (DIST.KOLAR)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3048,\n        \"cityName\": \"KOTAGUDDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19512,\n        \"cityName\": \"KOTEKAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14046,\n        \"cityName\": \"KOTESHWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31424,\n        \"cityName\": \"KOTESHWARA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10029,\n        \"cityName\": \"KOTHANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14017,\n        \"cityName\": \"KOTHATHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8139,\n        \"cityName\": \"KOTTUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14734,\n        \"cityName\": \"KOTTURU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28506,\n        \"cityName\": \"KOTUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18206,\n        \"cityName\": \"KOUJALAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21424,\n        \"cityName\": \"KOUTHA(B)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32405,\n        \"cityName\": \"KOWDLE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16205,\n        \"cityName\": \"KOWSHIKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19481,\n        \"cityName\": \"KOWTAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29623,\n        \"cityName\": \"KRISHNARAJ\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16551,\n        \"cityName\": \"KRISHNARAJA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6047,\n        \"cityName\": \"KRISHNARAJANAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9762,\n        \"cityName\": \"KRISHNARAJAPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3843,\n        \"cityName\": \"KRISHNARAJAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28414,\n        \"cityName\": \"KRISHNARAJPET,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32434,\n        \"cityName\": \"KUDACHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16911,\n        \"cityName\": \"KUDAPALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11583,\n        \"cityName\": \"KUDATHINI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8270,\n        \"cityName\": \"KUDERU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18958,\n        \"cityName\": \"KUDIGE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31828,\n        \"cityName\": \"KUDITHINI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30444,\n        \"cityName\": \"KUDLGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17099,\n        \"cityName\": \"KUDLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7432,\n        \"cityName\": \"KUDLIGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17414,\n        \"cityName\": \"KUDLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17193,\n        \"cityName\": \"KUDREGUNDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13346,\n        \"cityName\": \"KUDREMUKH\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10932,\n        \"cityName\": \"KUDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29127,\n        \"cityName\": \"KUKANOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27955,\n        \"cityName\": \"KUKKIKATTE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28487,\n        \"cityName\": \"KUKKUJADKA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32260,\n        \"cityName\": \"KUKKUNDOOR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2977,\n        \"cityName\": \"KUKKUWADA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11686,\n        \"cityName\": \"KUKNOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28726,\n        \"cityName\": \"KULAGANA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10377,\n        \"cityName\": \"KULAGERI CROSS\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32576,\n        \"cityName\": \"KULAI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2954,\n        \"cityName\": \"KULAMBI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20953,\n        \"cityName\": \"KULGOD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16893,\n        \"cityName\": \"KULSHEKAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24976,\n        \"cityName\": \"KULUVANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5508,\n        \"cityName\": \"KUMARAPATNAM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2904,\n        \"cityName\": \"KUMBALAGODU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14869,\n        \"cityName\": \"KUMBALGODU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5336,\n        \"cityName\": \"KUMBARAWADA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27978,\n        \"cityName\": \"KUMBARKOP\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16739,\n        \"cityName\": \"KUMBHASHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29806,\n        \"cityName\": \"KUMBRA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28017,\n        \"cityName\": \"KUMSI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 201,\n        \"cityName\": \"KUMTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29157,\n        \"cityName\": \"KUMTA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15354,\n        \"cityName\": \"KUMUDAPALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14041,\n        \"cityName\": \"KUNCHEBYLU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12607,\n        \"cityName\": \"KUNDAGOL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23040,\n        \"cityName\": \"KUNDALGURKI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32349,\n        \"cityName\": \"KUNDANPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15646,\n        \"cityName\": \"KUNDAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30689,\n        \"cityName\": \"KUNDAPUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13268,\n        \"cityName\": \"KUNDAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 587,\n        \"cityName\": \"KUNDARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 294,\n        \"cityName\": \"KUNDGOL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18500,\n        \"cityName\": \"KUNDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32558,\n        \"cityName\": \"KUNDUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8162,\n        \"cityName\": \"KUNIGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32568,\n        \"cityName\": \"KUPPAGADDE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15395,\n        \"cityName\": \"KUPPAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17540,\n        \"cityName\": \"KUPPE-PADAVU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14780,\n        \"cityName\": \"KUPPELUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28409,\n        \"cityName\": \"KUPPEPADAVU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31986,\n        \"cityName\": \"KURADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9268,\n        \"cityName\": \"KURGEPALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15476,\n        \"cityName\": \"KURKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16260,\n        \"cityName\": \"KURLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28288,\n        \"cityName\": \"KURNAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16475,\n        \"cityName\": \"KURNAD MUDIPU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14958,\n        \"cityName\": \"KURNAD-MUDIPU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17363,\n        \"cityName\": \"KURTAKOTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19119,\n        \"cityName\": \"KURUBAGONDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21451,\n        \"cityName\": \"KURUBARABUDHIHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6650,\n        \"cityName\": \"KURUGODU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18546,\n        \"cityName\": \"KUSHAL NAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13250,\n        \"cityName\": \"KUSHALNAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25677,\n        \"cityName\": \"KUSHALNAGAR (KA)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3528,\n        \"cityName\": \"KUSHTAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15651,\n        \"cityName\": \"KUSNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4399,\n        \"cityName\": \"KUSTAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18587,\n        \"cityName\": \"KUSUGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21552,\n        \"cityName\": \"KUTTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26584,\n        \"cityName\": \"KYALANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15470,\n        \"cityName\": \"KYATHAMANA HAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2357,\n        \"cityName\": \"KYATHANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30595,\n        \"cityName\": \"KYATHASANDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31882,\n        \"cityName\": \"LACHYAN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5545,\n        \"cityName\": \"LADWANTHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7466,\n        \"cityName\": \"LAKHANGAON\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21677,\n        \"cityName\": \"LAKKAVALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18988,\n        \"cityName\": \"LAKKUNDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19787,\n        \"cityName\": \"LAKKUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5710,\n        \"cityName\": \"LAKSHMESHWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22740,\n        \"cityName\": \"LAKSHMIPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32418,\n        \"cityName\": \"LAXMESHWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19379,\n        \"cityName\": \"LINGADAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19318,\n        \"cityName\": \"LINGANMATH\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16915,\n        \"cityName\": \"LINGARAJAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8317,\n        \"cityName\": \"LINGASUGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9045,\n        \"cityName\": \"LINGSUGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30112,\n        \"cityName\": \"LINGSUGUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 415,\n        \"cityName\": \"LOKAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22393,\n        \"cityName\": \"LOKIKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20072,\n        \"cityName\": \"LOKKONDAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5832,\n        \"cityName\": \"LOKNAHALY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17241,\n        \"cityName\": \"LONDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15472,\n        \"cityName\": \"LONI(B.K.)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16780,\n        \"cityName\": \"MACHAKNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 749,\n        \"cityName\": \"MACHENAHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28099,\n        \"cityName\": \"MACHINA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16593,\n        \"cityName\": \"MADABALU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16809,\n        \"cityName\": \"MADABHAVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20876,\n        \"cityName\": \"MADALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9736,\n        \"cityName\": \"MADAN HIPPARGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28804,\n        \"cityName\": \"MADANAGERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29339,\n        \"cityName\": \"MADANAYAKANAHALLI, KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1974,\n        \"cityName\": \"MADANTHYAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30503,\n        \"cityName\": \"MADAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24788,\n        \"cityName\": \"MADAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14675,\n        \"cityName\": \"MADAVARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26766,\n        \"cityName\": \"MADDERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12628,\n        \"cityName\": \"MADDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32391,\n        \"cityName\": \"MADDUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13054,\n        \"cityName\": \"MADHUGIRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31537,\n        \"cityName\": \"MADHUGIRI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29055,\n        \"cityName\": \"MADHVANAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6020,\n        \"cityName\": \"MADIKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9061,\n        \"cityName\": \"MADIKERI (KARNATAKA)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29573,\n        \"cityName\": \"MADIKERI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28093,\n        \"cityName\": \"MADIKERIMERCARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24130,\n        \"cityName\": \"MADURAI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3274,\n        \"cityName\": \"MAGADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30257,\n        \"cityName\": \"MAGADI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32255,\n        \"cityName\": \"MAGALORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14709,\n        \"cityName\": \"MAGGE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32791,\n        \"cityName\": \"MAGUNDI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16181,\n        \"cityName\": \"MAHADEVAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22398,\n        \"cityName\": \"MAHADEVAPURA (DIST.MANDYA)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9724,\n        \"cityName\": \"MAHAGAON\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3769,\n        \"cityName\": \"MAHALINGAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11151,\n        \"cityName\": \"MAHALINGPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28747,\n        \"cityName\": \"MAHALINGPUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32886,\n        \"cityName\": \"MAJALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16869,\n        \"cityName\": \"MAKANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15540,\n        \"cityName\": \"MAKARAVALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21542,\n        \"cityName\": \"MAKKANDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15089,\n        \"cityName\": \"MALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17532,\n        \"cityName\": \"MALABAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14879,\n        \"cityName\": \"MALADI GP\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16612,\n        \"cityName\": \"MALAGHAN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14580,\n        \"cityName\": \"MALAPANAGUDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12740,\n        \"cityName\": \"MALAVALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29711,\n        \"cityName\": \"MALAVALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30690,\n        \"cityName\": \"MALAVATHI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30301,\n        \"cityName\": \"MALDINNI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13174,\n        \"cityName\": \"MALEBENNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17143,\n        \"cityName\": \"MALEGAON\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2200,\n        \"cityName\": \"MALGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15191,\n        \"cityName\": \"MALKHED\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32311,\n        \"cityName\": \"MALLADIHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27822,\n        \"cityName\": \"MALLAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16378,\n        \"cityName\": \"MALLANAYAKANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24400,\n        \"cityName\": \"MALLANDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9713,\n        \"cityName\": \"MALLAPPANAHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31648,\n        \"cityName\": \"MALLAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32157,\n        \"cityName\": \"MALLIKAWADA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20981,\n        \"cityName\": \"MALLIPATNA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32472,\n        \"cityName\": \"MALLNAKUPPE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17127,\n        \"cityName\": \"MALLUR G P\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29409,\n        \"cityName\": \"MALPE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2464,\n        \"cityName\": \"MALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17591,\n        \"cityName\": \"MAMADAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17176,\n        \"cityName\": \"MAMDAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9673,\n        \"cityName\": \"MANAGALORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19822,\n        \"cityName\": \"MANAGULI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15680,\n        \"cityName\": \"MANAGUNDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29799,\n        \"cityName\": \"MANAGUNDI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15161,\n        \"cityName\": \"MANCHENAHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32288,\n        \"cityName\": \"MANCHIKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26792,\n        \"cityName\": \"MANDAGADDE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30277,\n        \"cityName\": \"MANDAGERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18268,\n        \"cityName\": \"MANDAGHATTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28753,\n        \"cityName\": \"MANDARTHI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11176,\n        \"cityName\": \"MANDOLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10296,\n        \"cityName\": \"MANDYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28305,\n        \"cityName\": \"MANDYA DISTICT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30019,\n        \"cityName\": \"MANDYA SUGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15529,\n        \"cityName\": \"MANGALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11155,\n        \"cityName\": \"MANGALORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28240,\n        \"cityName\": \"MANGALORE (KAMBALA)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2774,\n        \"cityName\": \"MANGALURU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6945,\n        \"cityName\": \"MANGLORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19342,\n        \"cityName\": \"MANGSULI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31004,\n        \"cityName\": \"MANI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15876,\n        \"cityName\": \"MANILA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4785,\n        \"cityName\": \"MANIPAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30613,\n        \"cityName\": \"MANIPAL SHIVALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19013,\n        \"cityName\": \"MANIPAL(SHIVALLI)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31248,\n        \"cityName\": \"MANIPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17858,\n        \"cityName\": \"MANJARI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3072,\n        \"cityName\": \"MANKI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13775,\n        \"cityName\": \"MANNEKHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5804,\n        \"cityName\": \"MANNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5698,\n        \"cityName\": \"MANOLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18625,\n        \"cityName\": \"MANOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3334,\n        \"cityName\": \"MANVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1319,\n        \"cityName\": \"MAOLKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32091,\n        \"cityName\": \"MARAGODU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14711,\n        \"cityName\": \"MARATHAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31282,\n        \"cityName\": \"MARAVANTHE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3985,\n        \"cityName\": \"MARIAMMANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20240,\n        \"cityName\": \"MARIAMMANHALLI (DIST.BELLARY)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18031,\n        \"cityName\": \"MARIHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32189,\n        \"cityName\": \"MARKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32351,\n        \"cityName\": \"MARLANHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29702,\n        \"cityName\": \"MARSUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21994,\n        \"cityName\": \"MARTHAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18362,\n        \"cityName\": \"MASALI BK\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29813,\n        \"cityName\": \"MASANAKATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31664,\n        \"cityName\": \"MASKAL,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12667,\n        \"cityName\": \"MASKI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12068,\n        \"cityName\": \"MASTHIKATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12764,\n        \"cityName\": \"MASTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26836,\n        \"cityName\": \"MASUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16182,\n        \"cityName\": \"MASUTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18101,\n        \"cityName\": \"MATALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29073,\n        \"cityName\": \"MATHIGATTA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20509,\n        \"cityName\": \"MATHIGHATTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16519,\n        \"cityName\": \"MATHUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26934,\n        \"cityName\": \"MATTIHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31523,\n        \"cityName\": \"MAVALLI (MURDESHWAR),\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26023,\n        \"cityName\": \"MAVINAKER\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28365,\n        \"cityName\": \"MAVINKURVE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25995,\n        \"cityName\": \"MAYAKONDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20050,\n        \"cityName\": \"MAYAMUDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 473,\n        \"cityName\": \"MAYASANDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16067,\n        \"cityName\": \"MEDIGESHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18583,\n        \"cityName\": \"MEDLERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30520,\n        \"cityName\": \"MEERUT,U P\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11964,\n        \"cityName\": \"MEGARAVALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19660,\n        \"cityName\": \"MEKHALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16366,\n        \"cityName\": \"MELEKOTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14784,\n        \"cityName\": \"MELIN-IDGUNJI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7801,\n        \"cityName\": \"MELKOTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19319,\n        \"cityName\": \"MELPAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4295,\n        \"cityName\": \"MELUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19202,\n        \"cityName\": \"MENASIGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30205,\n        \"cityName\": \"METAGALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32624,\n        \"cityName\": \"METGUD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15037,\n        \"cityName\": \"METRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17982,\n        \"cityName\": \"MEUNDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15702,\n        \"cityName\": \"MINAJAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18391,\n        \"cityName\": \"MIRJI VILLAGE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8852,\n        \"cityName\": \"MIRLE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16484,\n        \"cityName\": \"MISHRIKOTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30873,\n        \"cityName\": \"MIYAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28594,\n        \"cityName\": \"MOGARU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6795,\n        \"cityName\": \"MOKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17187,\n        \"cityName\": \"MOLAHALLI G P\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1623,\n        \"cityName\": \"MOLAKALMURU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19462,\n        \"cityName\": \"MOLE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32737,\n        \"cityName\": \"MOODABETTU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16723,\n        \"cityName\": \"MOODABIDRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28036,\n        \"cityName\": \"MOODABIDRI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10973,\n        \"cityName\": \"MOODBIDRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25517,\n        \"cityName\": \"MOODU BELLE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30656,\n        \"cityName\": \"MOODUBELLE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15217,\n        \"cityName\": \"MORAB\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28340,\n        \"cityName\": \"MORAB,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 387,\n        \"cityName\": \"MORTGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26325,\n        \"cityName\": \"MOSALE HOSAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18569,\n        \"cityName\": \"MOTEBENNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18393,\n        \"cityName\": \"MUCHANDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19489,\n        \"cityName\": \"MUDALGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1393,\n        \"cityName\": \"MUDBI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17549,\n        \"cityName\": \"MUDDAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11912,\n        \"cityName\": \"MUDDEBIHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32353,\n        \"cityName\": \"MUDDENAHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29482,\n        \"cityName\": \"MUDENUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28947,\n        \"cityName\": \"MUDGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16775,\n        \"cityName\": \"MUDGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 836,\n        \"cityName\": \"MUDHOL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7306,\n        \"cityName\": \"MUDHOLE B\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3911,\n        \"cityName\": \"MUDIGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30483,\n        \"cityName\": \"MUDIGERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17918,\n        \"cityName\": \"MUDRADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16547,\n        \"cityName\": \"MUGAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15882,\n        \"cityName\": \"MUGALKHOD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3001,\n        \"cityName\": \"MUGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15584,\n        \"cityName\": \"MUGUTKHAN HUBLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22809,\n        \"cityName\": \"MUGUTKHAN HUBLI (DIST BELGAUM)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17787,\n        \"cityName\": \"MUKKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16943,\n        \"cityName\": \"MULAWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 235,\n        \"cityName\": \"MULBAGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31153,\n        \"cityName\": \"MULBAGAL,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1150,\n        \"cityName\": \"MULBAGALU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16072,\n        \"cityName\": \"MULGUND\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18087,\n        \"cityName\": \"MULKI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30841,\n        \"cityName\": \"MULKI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14877,\n        \"cityName\": \"MULOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 38,\n        \"cityName\": \"MUMBAI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17087,\n        \"cityName\": \"MUMMIGATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18272,\n        \"cityName\": \"MUNAVALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17474,\n        \"cityName\": \"MUNDAGOD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29283,\n        \"cityName\": \"MUNDAJE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6791,\n        \"cityName\": \"MUNDARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17933,\n        \"cityName\": \"MUNDAWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13095,\n        \"cityName\": \"MUNDGOD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30609,\n        \"cityName\": \"MUNDKUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5742,\n        \"cityName\": \"MUNIRABAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19579,\n        \"cityName\": \"MURDESHWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18335,\n        \"cityName\": \"MURGOD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2442,\n        \"cityName\": \"MURNAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15419,\n        \"cityName\": \"MUROOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25801,\n        \"cityName\": \"MURUGAMALLA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18956,\n        \"cityName\": \"MUSHIGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17342,\n        \"cityName\": \"MUSTIGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27983,\n        \"cityName\": \"MUTHINKOPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15888,\n        \"cityName\": \"MUTTAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19656,\n        \"cityName\": \"MUTTIAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16343,\n        \"cityName\": \"MUTTUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32762,\n        \"cityName\": \"MUVATTUPUZHA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28914,\n        \"cityName\": \"MYLANAHALLI,KA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16296,\n        \"cityName\": \"MYLANAYAKANA HOSAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7073,\n        \"cityName\": \"MYSORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17799,\n        \"cityName\": \"MYSURU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16783,\n        \"cityName\": \"NAD(B.K.)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31899,\n        \"cityName\": \"NADA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16757,\n        \"cityName\": \"NADSAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32733,\n        \"cityName\": \"NAGADENAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6444,\n        \"cityName\": \"NAGAMANGALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18795,\n        \"cityName\": \"NAGANATHAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18158,\n        \"cityName\": \"NAGANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21289,\n        \"cityName\": \"NAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8500,\n        \"cityName\": \"NAGARABAVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21556,\n        \"cityName\": \"NAGARBHAVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26588,\n        \"cityName\": \"NAGARGALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19151,\n        \"cityName\": \"NAGARMUNOLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5677,\n        \"cityName\": \"NAGASAMUDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30657,\n        \"cityName\": \"NAGASANDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17458,\n        \"cityName\": \"NAGATHAN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6412,\n        \"cityName\": \"NAGATHI BASAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19686,\n        \"cityName\": \"NAGAVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29757,\n        \"cityName\": \"NAGNOOR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9157,\n        \"cityName\": \"NAGOONAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28746,\n        \"cityName\": \"NAGROOR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16808,\n        \"cityName\": \"NAGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31032,\n        \"cityName\": \"NAKRE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16730,\n        \"cityName\": \"NALAWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14925,\n        \"cityName\": \"NALKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31524,\n        \"cityName\": \"NALLANATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32701,\n        \"cityName\": \"NALLUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31288,\n        \"cityName\": \"NALTAWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23049,\n        \"cityName\": \"NAMAGONDLU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18953,\n        \"cityName\": \"NANAJANAGUDU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20738,\n        \"cityName\": \"NANDAGUDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15388,\n        \"cityName\": \"NANDGAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16840,\n        \"cityName\": \"NANDICOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19139,\n        \"cityName\": \"NANDIKESHWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30375,\n        \"cityName\": \"NANDIKUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1927,\n        \"cityName\": \"NANGALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2667,\n        \"cityName\": \"NANJANGUD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29326,\n        \"cityName\": \"NANJANGUD,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15357,\n        \"cityName\": \"NAPOKLU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12644,\n        \"cityName\": \"NARASANDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27976,\n        \"cityName\": \"NARASAPUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28495,\n        \"cityName\": \"NARASAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19452,\n        \"cityName\": \"NARASARAOPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14851,\n        \"cityName\": \"NARASIMHARAJAP\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12421,\n        \"cityName\": \"NARASIMHARAJAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17654,\n        \"cityName\": \"NARASIMHRAJPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19693,\n        \"cityName\": \"NARAVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17677,\n        \"cityName\": \"NAREGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28794,\n        \"cityName\": \"NARENDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6709,\n        \"cityName\": \"NARGUND\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15145,\n        \"cityName\": \"NARSAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14971,\n        \"cityName\": \"NARVE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29975,\n        \"cityName\": \"NASALWAI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29068,\n        \"cityName\": \"NASLAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17071,\n        \"cityName\": \"NAVALAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6770,\n        \"cityName\": \"NAVALGUND\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32348,\n        \"cityName\": \"NAVALGUND,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15040,\n        \"cityName\": \"NAVALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17504,\n        \"cityName\": \"NAVILGAON\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29992,\n        \"cityName\": \"NAVUNDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24097,\n        \"cityName\": \"NAYAKANAHATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19432,\n        \"cityName\": \"NEELAGUND\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18968,\n        \"cityName\": \"NEERMARGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28103,\n        \"cityName\": \"NEERMARGA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17644,\n        \"cityName\": \"NEGINAHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13259,\n        \"cityName\": \"NEHRU GUNJ\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1951,\n        \"cityName\": \"NELAMANGALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16312,\n        \"cityName\": \"NELEKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14823,\n        \"cityName\": \"NELHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19811,\n        \"cityName\": \"NELLIAHUDIKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17649,\n        \"cityName\": \"NELLYADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16286,\n        \"cityName\": \"NERALAKATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24458,\n        \"cityName\": \"NERALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21924,\n        \"cityName\": \"NERLEKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29346,\n        \"cityName\": \"NERLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19738,\n        \"cityName\": \"NESARGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31951,\n        \"cityName\": \"NETTANA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6838,\n        \"cityName\": \"NIDAGHATTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32553,\n        \"cityName\": \"NIDAGHATTA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8622,\n        \"cityName\": \"NIDAGUNDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15434,\n        \"cityName\": \"NIDASOSI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28637,\n        \"cityName\": \"NIDDODI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31643,\n        \"cityName\": \"NIDLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4610,\n        \"cityName\": \"NIDONI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15564,\n        \"cityName\": \"NIDUVALE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14729,\n        \"cityName\": \"NIGADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9654,\n        \"cityName\": \"NIMBALAGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30720,\n        \"cityName\": \"NIMBALKD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1147,\n        \"cityName\": \"NIMBARGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12036,\n        \"cityName\": \"NIPANI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21053,\n        \"cityName\": \"NIPANI (DIST BELGAUM)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28057,\n        \"cityName\": \"NIPANI ┬á\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15446,\n        \"cityName\": \"NIPPANAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18686,\n        \"cityName\": \"NIPPANI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32092,\n        \"cityName\": \"NIPPANI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29220,\n        \"cityName\": \"NIREBAILUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31397,\n        \"cityName\": \"NITTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32655,\n        \"cityName\": \"NITTE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9449,\n        \"cityName\": \"NITTUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30002,\n        \"cityName\": \"NIVARGI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18909,\n        \"cityName\": \"NONAVINAKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11064,\n        \"cityName\": \"NORTH\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24964,\n        \"cityName\": \"NRI BRANCH BANGLORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27159,\n        \"cityName\": \"NUGGEHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15060,\n        \"cityName\": \"NULVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27237,\n        \"cityName\": \"NUZVID\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10845,\n        \"cityName\": \"NYAMATHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7797,\n        \"cityName\": \"NYAMATI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30842,\n        \"cityName\": \"ODEYARAPALYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23992,\n        \"cityName\": \"OOLAVADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18098,\n        \"cityName\": \"OTC ROAD,BANGALORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3874,\n        \"cityName\": \"OTHERS\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32036,\n        \"cityName\": \"PACHAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26866,\n        \"cityName\": \"PACHHAPUR (DIST BELGAUM)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29384,\n        \"cityName\": \"PADESUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25030,\n        \"cityName\": \"PADMUNJE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14965,\n        \"cityName\": \"PADUBIDRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28659,\n        \"cityName\": \"PADUBIDRI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31927,\n        \"cityName\": \"PAKSHIKERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26147,\n        \"cityName\": \"PALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1687,\n        \"cityName\": \"PALAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30699,\n        \"cityName\": \"PALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30316,\n        \"cityName\": \"PALIMAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30026,\n        \"cityName\": \"PALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25746,\n        \"cityName\": \"PALYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28160,\n        \"cityName\": \"PAMALADINNI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21487,\n        \"cityName\": \"PANCHANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15818,\n        \"cityName\": \"PANCHAVALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14612,\n        \"cityName\": \"PANDAVAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28131,\n        \"cityName\": \"PANDAVAPURA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32857,\n        \"cityName\": \"PANGALA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18106,\n        \"cityName\": \"PANIYOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30626,\n        \"cityName\": \"PANJA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30787,\n        \"cityName\": \"PANT BALEKUNDRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15174,\n        \"cityName\": \"PARAMANANDAWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15830,\n        \"cityName\": \"PARANE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6394,\n        \"cityName\": \"PARASAGAD  SOUNDATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14976,\n        \"cityName\": \"PARASURAMPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19439,\n        \"cityName\": \"PARISHWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22534,\n        \"cityName\": \"PARISHWAD (DIST BELGAUM)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29476,\n        \"cityName\": \"PARKALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14745,\n        \"cityName\": \"PATHAPALYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21819,\n        \"cityName\": \"PATREHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31355,\n        \"cityName\": \"PATTADAKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10650,\n        \"cityName\": \"PATTADUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19416,\n        \"cityName\": \"PATTANAKUDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26959,\n        \"cityName\": \"PATTANAYAKANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16856,\n        \"cityName\": \"PATTANDURU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7696,\n        \"cityName\": \"PAVAGADA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4238,\n        \"cityName\": \"PAZHAYANGADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19,\n        \"cityName\": \"PEDDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17727,\n        \"cityName\": \"PEENYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15351,\n        \"cityName\": \"PEERANAWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30242,\n        \"cityName\": \"PERAMANNU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16178,\n        \"cityName\": \"PERDOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32540,\n        \"cityName\": \"PERDOOR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2279,\n        \"cityName\": \"PERESANDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1751,\n        \"cityName\": \"PERIYAPATNA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13782,\n        \"cityName\": \"PERIYAPATTANA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17779,\n        \"cityName\": \"PERMUDE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14732,\n        \"cityName\": \"PERNAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31287,\n        \"cityName\": \"PETHRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19706,\n        \"cityName\": \"PILLEKERENAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30445,\n        \"cityName\": \"PITHRODY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29686,\n        \"cityName\": \"POLALI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31071,\n        \"cityName\": \"POLIBETTA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2066,\n        \"cityName\": \"PONNAMPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15492,\n        \"cityName\": \"POORIGALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1061,\n        \"cityName\": \"POTHANAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31097,\n        \"cityName\": \"PUNJAL KATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2766,\n        \"cityName\": \"PUNYASTHALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6249,\n        \"cityName\": \"PURUVARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28445,\n        \"cityName\": \"PUTHIGE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23947,\n        \"cityName\": \"PUTTENAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13892,\n        \"cityName\": \"PUTTUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32245,\n        \"cityName\": \"PUTTURMARKETYAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21661,\n        \"cityName\": \"R T NAGAR (BANGALROE CITY)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30649,\n        \"cityName\": \"RABKAVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7899,\n        \"cityName\": \"RABKAVI BANHATT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8917,\n        \"cityName\": \"RABKAVI BANHATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25619,\n        \"cityName\": \"RAGHUVANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1397,\n        \"cityName\": \"RAIBAG\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30211,\n        \"cityName\": \"RAIBAGH\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19239,\n        \"cityName\": \"RAIBHAG\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1792,\n        \"cityName\": \"RAICHUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29562,\n        \"cityName\": \"RAICHUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23473,\n        \"cityName\": \"RAJAGHATTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8136,\n        \"cityName\": \"RAJAJINAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2226,\n        \"cityName\": \"RAJANAKUNTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26634,\n        \"cityName\": \"RAJARAJESHWARI NAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32265,\n        \"cityName\": \"RAJOLA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18374,\n        \"cityName\": \"RAMADURG\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25836,\n        \"cityName\": \"RAMAGIRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26493,\n        \"cityName\": \"RAMAGONDANAHALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18115,\n        \"cityName\": \"RAMAKRISHNAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26212,\n        \"cityName\": \"RAMAMURTHY NAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25439,\n        \"cityName\": \"RAMANAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30106,\n        \"cityName\": \"RAMANAGAR DIST\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7347,\n        \"cityName\": \"RAMANAGARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32266,\n        \"cityName\": \"RAMANAGARA TOWN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6758,\n        \"cityName\": \"RAMANAGARAM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13422,\n        \"cityName\": \"RAMANAGARAM, KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29929,\n        \"cityName\": \"RAMANAGARAM,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3849,\n        \"cityName\": \"RAMAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31655,\n        \"cityName\": \"RAMASANDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 150,\n        \"cityName\": \"RAMDURG\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17330,\n        \"cityName\": \"RAMDURGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15951,\n        \"cityName\": \"RAMNAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26317,\n        \"cityName\": \"RAMNATHAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29224,\n        \"cityName\": \"RAMOHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29807,\n        \"cityName\": \"RANE BANNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10025,\n        \"cityName\": \"RANEBENNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28806,\n        \"cityName\": \"RANEBENNUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29948,\n        \"cityName\": \"RANGENAHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5203,\n        \"cityName\": \"RANJOLKHENI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20892,\n        \"cityName\": \"RANNI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19546,\n        \"cityName\": \"RASIPURAM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2835,\n        \"cityName\": \"RASMECC\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15009,\n        \"cityName\": \"RATTIHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28382,\n        \"cityName\": \"RAVANDUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27042,\n        \"cityName\": \"RAYALPAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21774,\n        \"cityName\": \"RAYARKOPPAL (KARAGODU)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18310,\n        \"cityName\": \"REKHYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22622,\n        \"cityName\": \"RENUMAKALAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19591,\n        \"cityName\": \"RIPPONPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32144,\n        \"cityName\": \"ROBERTSONPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22380,\n        \"cityName\": \"ROBERTSONPET K.G.F.\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1540,\n        \"cityName\": \"RON\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31461,\n        \"cityName\": \"RONIHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18169,\n        \"cityName\": \"RUDRAPATNA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16539,\n        \"cityName\": \"RUGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22616,\n        \"cityName\": \"S.SHIVARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5518,\n        \"cityName\": \"SADAHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15724,\n        \"cityName\": \"SADALGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3094,\n        \"cityName\": \"SADALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11040,\n        \"cityName\": \"SADASHIVAG\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28909,\n        \"cityName\": \"SADASHIVAGAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16374,\n        \"cityName\": \"SADASHIVGAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1388,\n        \"cityName\": \"SAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31401,\n        \"cityName\": \"SAGAR, SHIMOGA DIST\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13813,\n        \"cityName\": \"SAGARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21547,\n        \"cityName\": \"SAHAKAR NAGAR (BANGALORE)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18577,\n        \"cityName\": \"SAIBARAKATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30632,\n        \"cityName\": \"SAIBARKATTA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31912,\n        \"cityName\": \"SAIDAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17069,\n        \"cityName\": \"SAJIPAMUDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25086,\n        \"cityName\": \"SAJJAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6599,\n        \"cityName\": \"SAKLESHAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7526,\n        \"cityName\": \"SAKLESHPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32664,\n        \"cityName\": \"SAKLESHPUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15625,\n        \"cityName\": \"SAKLESPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20808,\n        \"cityName\": \"SAKREPATNA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15288,\n        \"cityName\": \"SALAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30315,\n        \"cityName\": \"SALETHUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13408,\n        \"cityName\": \"SALIGRAMA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27194,\n        \"cityName\": \"SALOTGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26133,\n        \"cityName\": \"SALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30349,\n        \"cityName\": \"SALVADY,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2025,\n        \"cityName\": \"SAMANDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28035,\n        \"cityName\": \"SAMANDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7187,\n        \"cityName\": \"SAMBRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22888,\n        \"cityName\": \"SAMPAJI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30791,\n        \"cityName\": \"SAMPGAON\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10000,\n        \"cityName\": \"SAMPIGE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11540,\n        \"cityName\": \"SAMSI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18564,\n        \"cityName\": \"SANAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5912,\n        \"cityName\": \"SANDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28812,\n        \"cityName\": \"SANGAMESHWARPET,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18879,\n        \"cityName\": \"SANGOLLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15257,\n        \"cityName\": \"SANGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14884,\n        \"cityName\": \"SANIVARSANTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3820,\n        \"cityName\": \"SANKESHWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30886,\n        \"cityName\": \"SANOOR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31961,\n        \"cityName\": \"SANT KABIR NAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16688,\n        \"cityName\": \"SANTEGULI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21177,\n        \"cityName\": \"SANTHEBENNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16961,\n        \"cityName\": \"SANTHEKATE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 771,\n        \"cityName\": \"SANTHEMARHLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10918,\n        \"cityName\": \"SANTHPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30184,\n        \"cityName\": \"SARAPADY,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29900,\n        \"cityName\": \"SARASWATPUR,DHARWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17750,\n        \"cityName\": \"SARATHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19595,\n        \"cityName\": \"SARAWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2622,\n        \"cityName\": \"SARGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1074,\n        \"cityName\": \"SARJAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18910,\n        \"cityName\": \"SASALATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30813,\n        \"cityName\": \"SASALU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32548,\n        \"cityName\": \"SASTHAN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19193,\n        \"cityName\": \"SASVEHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14706,\n        \"cityName\": \"SATHANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20508,\n        \"cityName\": \"SATHIHALLY(GULAMPET)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14615,\n        \"cityName\": \"SATHNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27987,\n        \"cityName\": \"SATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13842,\n        \"cityName\": \"SAUNDATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30110,\n        \"cityName\": \"SAUNSHI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30884,\n        \"cityName\": \"SAVALGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14635,\n        \"cityName\": \"SAVANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15143,\n        \"cityName\": \"SAWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9512,\n        \"cityName\": \"SEDAM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9429,\n        \"cityName\": \"SEEGEHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1567,\n        \"cityName\": \"SEEGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31639,\n        \"cityName\": \"SERAMPORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21428,\n        \"cityName\": \"SETTIHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8610,\n        \"cityName\": \"SETTIKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29391,\n        \"cityName\": \"SHAHAAPUR, KARNAKATA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21252,\n        \"cityName\": \"SHAHABAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9123,\n        \"cityName\": \"SHAHAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19804,\n        \"cityName\": \"SHAHPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15506,\n        \"cityName\": \"SHAKTINAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27449,\n        \"cityName\": \"SHAKUNAVALLI (DIST.SHIMOGA)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11235,\n        \"cityName\": \"SHAMANEWADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2194,\n        \"cityName\": \"SHANKARAGHATTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30751,\n        \"cityName\": \"SHANKARANARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19021,\n        \"cityName\": \"SHANKARANARAYANA GP\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22528,\n        \"cityName\": \"SHANKERAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19369,\n        \"cityName\": \"SHANKRATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16486,\n        \"cityName\": \"SHANTHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10034,\n        \"cityName\": \"SHANTIGRAMA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11579,\n        \"cityName\": \"SHEDBAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16543,\n        \"cityName\": \"SHELAVADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17632,\n        \"cityName\": \"SHESHAGIRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16035,\n        \"cityName\": \"SHETTIHALLI GP\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11317,\n        \"cityName\": \"SHIGGAON\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16822,\n        \"cityName\": \"SHIGLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28803,\n        \"cityName\": \"SHIKARAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16493,\n        \"cityName\": \"SHIKARIPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1766,\n        \"cityName\": \"SHIKARIPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6833,\n        \"cityName\": \"SHIMOGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17593,\n        \"cityName\": \"SHINDIKURBET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6888,\n        \"cityName\": \"SHIRAGAMBI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11871,\n        \"cityName\": \"SHIRAHATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18285,\n        \"cityName\": \"SHIRALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31577,\n        \"cityName\": \"SHIRALI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1181,\n        \"cityName\": \"SHIRALKOPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11938,\n        \"cityName\": \"SHIRGUPPI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16566,\n        \"cityName\": \"SHIRHATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14991,\n        \"cityName\": \"SHIRKOL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15153,\n        \"cityName\": \"SHIRLAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15791,\n        \"cityName\": \"SHIROL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29916,\n        \"cityName\": \"SHIROL,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18541,\n        \"cityName\": \"SHIROOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16575,\n        \"cityName\": \"SHIRTHADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9033,\n        \"cityName\": \"SHIRUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29857,\n        \"cityName\": \"SHIRURU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28269,\n        \"cityName\": \"SHIRURU,KUNDAPUR(TALUQ)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9029,\n        \"cityName\": \"SHIRVA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31824,\n        \"cityName\": \"SHIRVA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17019,\n        \"cityName\": \"SHIRVASE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31520,\n        \"cityName\": \"SHISHILA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24239,\n        \"cityName\": \"SHIVAGANGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29591,\n        \"cityName\": \"SHIVAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31531,\n        \"cityName\": \"SHIVAJINAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15975,\n        \"cityName\": \"SHIVALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2413,\n        \"cityName\": \"SHIVAMOGGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16204,\n        \"cityName\": \"SHIVANAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29966,\n        \"cityName\": \"SHIVANGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17213,\n        \"cityName\": \"SHIVANI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28808,\n        \"cityName\": \"SHIVAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5037,\n        \"cityName\": \"SHORAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 663,\n        \"cityName\": \"SHRAVANDANAHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24184,\n        \"cityName\": \"SHUKRAVARASANTHE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30081,\n        \"cityName\": \"SIDDAGANGA MUTT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19150,\n        \"cityName\": \"SIDDAKATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17765,\n        \"cityName\": \"SIDDAKATTE(BANTWAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27090,\n        \"cityName\": \"SIDDAKATTE(BANTWAL TALUK\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28654,\n        \"cityName\": \"SIDDAKATTE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16455,\n        \"cityName\": \"SIDDALINGAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12663,\n        \"cityName\": \"SIDDAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32839,\n        \"cityName\": \"SIDDAPUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18769,\n        \"cityName\": \"SIDDAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10655,\n        \"cityName\": \"SIDDARAMANAHUNDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32600,\n        \"cityName\": \"SIDENUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12409,\n        \"cityName\": \"SIDLAGHATTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19688,\n        \"cityName\": \"SINDAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13331,\n        \"cityName\": \"SINDGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24177,\n        \"cityName\": \"SINDHAGHATTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28571,\n        \"cityName\": \"SINDHAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8286,\n        \"cityName\": \"SINDHANOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7943,\n        \"cityName\": \"SINDHANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30215,\n        \"cityName\": \"SINDHNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26512,\n        \"cityName\": \"SINGAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19349,\n        \"cityName\": \"SINGANALLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15870,\n        \"cityName\": \"SINGANHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6422,\n        \"cityName\": \"SINGATAGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22871,\n        \"cityName\": \"SINGENAAGRAHARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11008,\n        \"cityName\": \"SIRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17704,\n        \"cityName\": \"SIRASANGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19553,\n        \"cityName\": \"SIRGUPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10081,\n        \"cityName\": \"SIRIGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21357,\n        \"cityName\": \"SIRIGUPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10396,\n        \"cityName\": \"SIRSI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30446,\n        \"cityName\": \"SIRSI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10736,\n        \"cityName\": \"SIRUGUPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1407,\n        \"cityName\": \"SIRWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12035,\n        \"cityName\": \"SIVASAMUDRAM\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25525,\n        \"cityName\": \"SOMANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14871,\n        \"cityName\": \"SOMENAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5033,\n        \"cityName\": \"SOMWARPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15491,\n        \"cityName\": \"SONDEKOPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30370,\n        \"cityName\": \"SOODA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2113,\n        \"cityName\": \"SORAB\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7505,\n        \"cityName\": \"SORABA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15415,\n        \"cityName\": \"SORTUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29352,\n        \"cityName\": \"SOUNDATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31338,\n        \"cityName\": \"SOUNDATTI TEH.RAIBAG\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12994,\n        \"cityName\": \"SRAVANABELGOLA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8472,\n        \"cityName\": \"SRI M.M.SWAMI HILLS\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28434,\n        \"cityName\": \"SRIMANGALA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10741,\n        \"cityName\": \"SRINGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8791,\n        \"cityName\": \"SRINIVASA SARADAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4783,\n        \"cityName\": \"SRINIVASAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3172,\n        \"cityName\": \"SRINIVASAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28520,\n        \"cityName\": \"SRINIVASAPURA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 736,\n        \"cityName\": \"SRINIVASPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30170,\n        \"cityName\": \"SRIRAMNAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9568,\n        \"cityName\": \"SRIRAMPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4171,\n        \"cityName\": \"SRIRANGAPATNA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20835,\n        \"cityName\": \"SSI AREA - BANGALORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1419,\n        \"cityName\": \"SUBRAMANYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25399,\n        \"cityName\": \"SUBRAMANYAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3554,\n        \"cityName\": \"SUDAMBI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15624,\n        \"cityName\": \"SUDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21002,\n        \"cityName\": \"SUGGANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10045,\n        \"cityName\": \"SULEBELE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8015,\n        \"cityName\": \"SULEBHAVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18955,\n        \"cityName\": \"SULEHPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32373,\n        \"cityName\": \"SULIA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18616,\n        \"cityName\": \"SULIBELE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1451,\n        \"cityName\": \"SULIKUNTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32425,\n        \"cityName\": \"SULLA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7978,\n        \"cityName\": \"SULLIA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30679,\n        \"cityName\": \"SULLIA, D K\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15299,\n        \"cityName\": \"SULLYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16271,\n        \"cityName\": \"SUNADHOLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19819,\n        \"cityName\": \"SUNAG\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8255,\n        \"cityName\": \"SUNDARAPALYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12457,\n        \"cityName\": \"SUNDEKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15530,\n        \"cityName\": \"SUNKALBIDRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28658,\n        \"cityName\": \"SUNKASAL,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21467,\n        \"cityName\": \"SUNNADAKOPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32113,\n        \"cityName\": \"SUNNAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16334,\n        \"cityName\": \"SUNTICOPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17853,\n        \"cityName\": \"SUNTIKOPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16777,\n        \"cityName\": \"SURANGGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18563,\n        \"cityName\": \"SURATHKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24011,\n        \"cityName\": \"SURATKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28464,\n        \"cityName\": \"SURATKAL MANGALORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29274,\n        \"cityName\": \"SUREBAN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18400,\n        \"cityName\": \"SUTAGUNDAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 765,\n        \"cityName\": \"SUTTUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31971,\n        \"cityName\": \"T NARASIPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25640,\n        \"cityName\": \"T.BEGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19055,\n        \"cityName\": \"T.NARASIPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14826,\n        \"cityName\": \"TABAKADAHONNIHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15260,\n        \"cityName\": \"TADAKANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19509,\n        \"cityName\": \"TADAKOD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19435,\n        \"cityName\": \"TADAMBAIL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16652,\n        \"cityName\": \"TADAS\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32382,\n        \"cityName\": \"TADAS,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19672,\n        \"cityName\": \"TADASALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16771,\n        \"cityName\": \"TADAWALGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2986,\n        \"cityName\": \"TADRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30848,\n        \"cityName\": \"TAGARAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22347,\n        \"cityName\": \"TALAGAVADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29433,\n        \"cityName\": \"TALAPADY,MANGALORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6070,\n        \"cityName\": \"TALGUPPA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29464,\n        \"cityName\": \"TALIKOTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9759,\n        \"cityName\": \"TALIKOTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6484,\n        \"cityName\": \"TALKAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14954,\n        \"cityName\": \"TALLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17388,\n        \"cityName\": \"TALPADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19375,\n        \"cityName\": \"TAMBA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9660,\n        \"cityName\": \"TAMBRAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16732,\n        \"cityName\": \"TANDAGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30975,\n        \"cityName\": \"TANDAGA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20330,\n        \"cityName\": \"TANGADAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32104,\n        \"cityName\": \"TARIHAL,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4529,\n        \"cityName\": \"TARIKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30006,\n        \"cityName\": \"TARIKERE, KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32365,\n        \"cityName\": \"TATTIHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8925,\n        \"cityName\": \"TAVAREKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19346,\n        \"cityName\": \"TAVARKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16679,\n        \"cityName\": \"TAVARMELLIHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18345,\n        \"cityName\": \"TAVEREKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29253,\n        \"cityName\": \"TAWARGERA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22396,\n        \"cityName\": \"TAYALUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19142,\n        \"cityName\": \"TEGGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31188,\n        \"cityName\": \"TEGGI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19292,\n        \"cityName\": \"TEGUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29574,\n        \"cityName\": \"TEKAL,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28462,\n        \"cityName\": \"TEKKALAKOTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20446,\n        \"cityName\": \"TELGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30928,\n        \"cityName\": \"TELLAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17849,\n        \"cityName\": \"TELSANG\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25156,\n        \"cityName\": \"TENKA YEDAPADAVU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6883,\n        \"cityName\": \"TERAKANAMBI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19368,\n        \"cityName\": \"TERDAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31917,\n        \"cityName\": \"TERGAON\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16189,\n        \"cityName\": \"THAGACHAGUPPE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32390,\n        \"cityName\": \"THALLUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11900,\n        \"cityName\": \"THAMMENAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17966,\n        \"cityName\": \"THANDAVAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17488,\n        \"cityName\": \"THANDRE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14882,\n        \"cityName\": \"THANISANDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4367,\n        \"cityName\": \"THEKKATTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 330,\n        \"cityName\": \"THIMMAMPALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9549,\n        \"cityName\": \"THIPPASANDRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29005,\n        \"cityName\": \"THIPPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1413,\n        \"cityName\": \"THIRTHAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14750,\n        \"cityName\": \"THIRUPALYA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30213,\n        \"cityName\": \"THITHIMATHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32152,\n        \"cityName\": \"THOGARSI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16860,\n        \"cityName\": \"THOKKOTU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15295,\n        \"cityName\": \"THOKOTTU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31605,\n        \"cityName\": \"THOLA HUNSE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5288,\n        \"cityName\": \"THONDEBHAVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5664,\n        \"cityName\": \"THOPPANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31644,\n        \"cityName\": \"THORANAGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24447,\n        \"cityName\": \"THORANGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31930,\n        \"cityName\": \"THOTTAM,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13326,\n        \"cityName\": \"THOVINAKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17666,\n        \"cityName\": \"THRISSUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15095,\n        \"cityName\": \"THUMBE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30038,\n        \"cityName\": \"THUMBE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25223,\n        \"cityName\": \"THYAMAGONDLU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19087,\n        \"cityName\": \"THYAVANIGE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15468,\n        \"cityName\": \"TIGADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31598,\n        \"cityName\": \"TIGADOLLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16095,\n        \"cityName\": \"TIKOTA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16136,\n        \"cityName\": \"TILAVALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29195,\n        \"cityName\": \"TILAVALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4822,\n        \"cityName\": \"TIMMANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13562,\n        \"cityName\": \"TIPTUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24211,\n        \"cityName\": \"TIPTUR(KARNATAKA)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30487,\n        \"cityName\": \"TIPTUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18554,\n        \"cityName\": \"TIRLAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14140,\n        \"cityName\": \"TIRTHAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30142,\n        \"cityName\": \"TIRTHAHALLI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5388,\n        \"cityName\": \"TIRUMAKUDAL NARSIPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28361,\n        \"cityName\": \"TIRUMALE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29276,\n        \"cityName\": \"TIRUMANI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2494,\n        \"cityName\": \"TNARASIPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13989,\n        \"cityName\": \"TODALBAGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22662,\n        \"cityName\": \"TOOLAHALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2922,\n        \"cityName\": \"TORANAGALLU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27954,\n        \"cityName\": \"TORANAGALLU,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 5351,\n        \"cityName\": \"TORANGALLU (KARNATAKA)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12477,\n        \"cityName\": \"TORVI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15689,\n        \"cityName\": \"TRASI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16952,\n        \"cityName\": \"TUBAGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28873,\n        \"cityName\": \"TUBINAKERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18075,\n        \"cityName\": \"TUMAKURU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30588,\n        \"cityName\": \"TUMARI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1438,\n        \"cityName\": \"TUMKUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32007,\n        \"cityName\": \"TUMKUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30464,\n        \"cityName\": \"TUMMINKATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31431,\n        \"cityName\": \"TUNGABHADRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3248,\n        \"cityName\": \"TURUVANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11726,\n        \"cityName\": \"TURUVEKERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31907,\n        \"cityName\": \"TURUVEKERE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16604,\n        \"cityName\": \"UCHAGAON\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30044,\n        \"cityName\": \"UCHILA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16131,\n        \"cityName\": \"UDAKERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32497,\n        \"cityName\": \"UDANE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8343,\n        \"cityName\": \"UDAYAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11445,\n        \"cityName\": \"UDIPI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18981,\n        \"cityName\": \"UDRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9023,\n        \"cityName\": \"UDUPI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30902,\n        \"cityName\": \"UDUPI DIST\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17089,\n        \"cityName\": \"UDYAVARA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12497,\n        \"cityName\": \"UGAR BUZRUK\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17941,\n        \"cityName\": \"UGAR KHURD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18198,\n        \"cityName\": \"UGARGOL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28377,\n        \"cityName\": \"UJIRE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32554,\n        \"cityName\": \"UJJANI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15548,\n        \"cityName\": \"UJRE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31489,\n        \"cityName\": \"UK DISTRICT\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17335,\n        \"cityName\": \"UKKALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15298,\n        \"cityName\": \"ULAIBETTU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28500,\n        \"cityName\": \"ULAVI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18799,\n        \"cityName\": \"ULIARGOLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32383,\n        \"cityName\": \"ULLAGADDI KHANAPUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17784,\n        \"cityName\": \"ULVI KSHETRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19494,\n        \"cityName\": \"UPPIN BETAGERE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19495,\n        \"cityName\": \"UPPIN BETAGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16346,\n        \"cityName\": \"UPPINAKOTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10490,\n        \"cityName\": \"UPPINANGADY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29232,\n        \"cityName\": \"UPPINBETAGERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25056,\n        \"cityName\": \"UPPOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18526,\n        \"cityName\": \"UPPUNDA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22184,\n        \"cityName\": \"UTHANUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9562,\n        \"cityName\": \"UTTANGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8039,\n        \"cityName\": \"UTTAR KANNADA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23556,\n        \"cityName\": \"UTTARHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16280,\n        \"cityName\": \"UTTUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4541,\n        \"cityName\": \"VADANAKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16254,\n        \"cityName\": \"VADERAHALLI GP\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19497,\n        \"cityName\": \"VADERAHOBALI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18900,\n        \"cityName\": \"VAJJARMATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18992,\n        \"cityName\": \"VAJRALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15360,\n        \"cityName\": \"VALNOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29866,\n        \"cityName\": \"VANAGUR HANDPOST,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18720,\n        \"cityName\": \"VANALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32215,\n        \"cityName\": \"VANDAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19724,\n        \"cityName\": \"VANDANE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28591,\n        \"cityName\": \"VANDSE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18417,\n        \"cityName\": \"VANNUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 14782,\n        \"cityName\": \"VARAMBALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18404,\n        \"cityName\": \"VARANGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27732,\n        \"cityName\": \"VARTHUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18369,\n        \"cityName\": \"VASANTANAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9464,\n        \"cityName\": \"VATADAHOSAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26916,\n        \"cityName\": \"VEERAGOWDANADODDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28117,\n        \"cityName\": \"VEERAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22698,\n        \"cityName\": \"VELLORE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6705,\n        \"cityName\": \"VEMGAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 10211,\n        \"cityName\": \"VENKATAIAHNACHATRA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29837,\n        \"cityName\": \"VENKATAPURA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31925,\n        \"cityName\": \"VENKATAYYANA CHATRA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24299,\n        \"cityName\": \"VENKTAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9007,\n        \"cityName\": \"VENOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28173,\n        \"cityName\": \"VENUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18336,\n        \"cityName\": \"VIDYANAGAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31308,\n        \"cityName\": \"VIJAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24492,\n        \"cityName\": \"VIJAYANAGER\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11652,\n        \"cityName\": \"VIJAYAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8102,\n        \"cityName\": \"VIJAYAWADA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8844,\n        \"cityName\": \"VIRAJPET\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29137,\n        \"cityName\": \"VIRAJPET,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20624,\n        \"cityName\": \"VISWANATHAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28444,\n        \"cityName\": \"VITLA,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19426,\n        \"cityName\": \"VITTAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23700,\n        \"cityName\": \"VOKKALERI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26968,\n        \"cityName\": \"VOMANJOOR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 24456,\n        \"cityName\": \"VONDARAGUPPE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32134,\n        \"cityName\": \"VONTIANGADI,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 19469,\n        \"cityName\": \"WADDERHATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 2020,\n        \"cityName\": \"WADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16476,\n        \"cityName\": \"WARUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22597,\n        \"cityName\": \"WHITE FIELD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15839,\n        \"cityName\": \"WHITEFIELD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 21235,\n        \"cityName\": \"WILSON GARDEN\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 25261,\n        \"cityName\": \"Y.N.HOSKOTE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16027,\n        \"cityName\": \"YADAGANAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27952,\n        \"cityName\": \"YADAVANNE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 8067,\n        \"cityName\": \"YADGIR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31634,\n        \"cityName\": \"YADGIR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 3552,\n        \"cityName\": \"YADGIRI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16041,\n        \"cityName\": \"YADUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15776,\n        \"cityName\": \"YADWAD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17065,\n        \"cityName\": \"YAGATI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16580,\n        \"cityName\": \"YAKKUNDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18934,\n        \"cityName\": \"YALAVATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 23620,\n        \"cityName\": \"YALECHAGAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17398,\n        \"cityName\": \"YALGOD\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12260,\n        \"cityName\": \"YALHANKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17813,\n        \"cityName\": \"YALIWAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31030,\n        \"cityName\": \"YALWAR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29173,\n        \"cityName\": \"YAMAKANMARDI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15367,\n        \"cityName\": \"YANKANCHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 13201,\n        \"cityName\": \"YARAGATTI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 4517,\n        \"cityName\": \"YARAHALLI KAVAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32286,\n        \"cityName\": \"YARAZARI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17059,\n        \"cityName\": \"YAREBUDIHAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15984,\n        \"cityName\": \"YARGAL(BK)\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16696,\n        \"cityName\": \"YATTINAHALLI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 1535,\n        \"cityName\": \"YEDIYUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28542,\n        \"cityName\": \"YEDRAMI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 22058,\n        \"cityName\": \"YEDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31642,\n        \"cityName\": \"YELAGURU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 7492,\n        \"cityName\": \"YELAHANKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11124,\n        \"cityName\": \"YELANDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16359,\n        \"cityName\": \"YELAVIGI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 73,\n        \"cityName\": \"YELBARGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 12169,\n        \"cityName\": \"YELBURGA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9084,\n        \"cityName\": \"YELDUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27949,\n        \"cityName\": \"YELEMODALU\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 28588,\n        \"cityName\": \"YELIYUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15648,\n        \"cityName\": \"YELLAHANKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 29421,\n        \"cityName\": \"YELLAMBALSE,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 27188,\n        \"cityName\": \"YELLAMPALLY\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 6815,\n        \"cityName\": \"YELLAPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 32168,\n        \"cityName\": \"YELLAPUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 15944,\n        \"cityName\": \"YELLAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16060,\n        \"cityName\": \"YELLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31292,\n        \"cityName\": \"YELLUR,KARNATAKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 9947,\n        \"cityName\": \"YELUBENCHI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 30302,\n        \"cityName\": \"YENAGUDDE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 31430,\n        \"cityName\": \"YENEKAL\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 16198,\n        \"cityName\": \"YENIGADALE\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 18420,\n        \"cityName\": \"YERAGUPPI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 26735,\n        \"cityName\": \"YERMAL-THENKA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 17431,\n        \"cityName\": \"YESHAVANTAPURA\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20464,\n        \"cityName\": \"YESHWANTPUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 20091,\n        \"cityName\": \"YESLUR\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    },\n    {\n        \"cityId\": 11756,\n        \"cityName\": \"YEYYADI\",\n        \"stateCode\": \"KA\",\n        \"countryCode\": \"IN\"\n    }\n]"}],"_postman_id":"9311cc3a-cb1e-47b8-b4ff-fbc4ddd02ef4"},{"name":"Get Document Types","id":"3e4baae1-3775-413b-b0da-14beda014754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/buckzy-codes?category=DOCUMENT_TYPE&apikey={{apikey}}","description":"<h3 id=\"document-types\">Document Types</h3>\n<p>The following codes can be used to specify the type of document used to verify a customer’s identity.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>D001</td>\n<td>Work permit</td>\n</tr>\n<tr>\n<td>D002</td>\n<td>International passport</td>\n</tr>\n<tr>\n<td>D003</td>\n<td>Identification ID or National ID</td>\n</tr>\n<tr>\n<td>D004</td>\n<td>Social security</td>\n</tr>\n<tr>\n<td>D005</td>\n<td>Residence permit</td>\n</tr>\n<tr>\n<td>D006</td>\n<td>Driver license</td>\n</tr>\n<tr>\n<td>D007</td>\n<td>Student Card</td>\n</tr>\n<tr>\n<td>D008</td>\n<td>Military Card</td>\n</tr>\n<tr>\n<td>D010</td>\n<td>Bank Statement</td>\n</tr>\n<tr>\n<td>D011</td>\n<td>Credit Card Statement</td>\n</tr>\n<tr>\n<td>D012</td>\n<td>Utility Bill</td>\n</tr>\n<tr>\n<td>D013</td>\n<td>Tax Bill</td>\n</tr>\n<tr>\n<td>D030</td>\n<td>Local ID</td>\n</tr>\n<tr>\n<td>D031</td>\n<td>Other</td>\n</tr>\n<tr>\n<td>D032</td>\n<td>US Passport</td>\n</tr>\n<tr>\n<td>D033</td>\n<td>US Driver’s License</td>\n</tr>\n<tr>\n<td>D034</td>\n<td>Consulate Card</td>\n</tr>\n<tr>\n<td>D035</td>\n<td>SSN</td>\n</tr>\n<tr>\n<td>D036</td>\n<td>ITIN</td>\n</tr>\n<tr>\n<td>D038</td>\n<td>Biometric Report</td>\n</tr>\n<tr>\n<td>D039</td>\n<td>Articles of Association</td>\n</tr>\n<tr>\n<td>D040</td>\n<td>Most recent AML/CFT and Sanctions</td>\n</tr>\n<tr>\n<td>D041</td>\n<td>Compliance program audit</td>\n</tr>\n<tr>\n<td>D042</td>\n<td>AML/CTF and Sanctions Policy</td>\n</tr>\n<tr>\n<td>D043</td>\n<td>AML/CTF and Sanctions Training Program</td>\n</tr>\n<tr>\n<td>D044</td>\n<td>Authorized Signature Form</td>\n</tr>\n<tr>\n<td>D045</td>\n<td>Banking License</td>\n</tr>\n<tr>\n<td>D046</td>\n<td>Banking Reference</td>\n</tr>\n<tr>\n<td>D044</td>\n<td>Authorized Signature Form</td>\n</tr>\n<tr>\n<td>D045</td>\n<td>Banking License</td>\n</tr>\n<tr>\n<td>D046</td>\n<td>Banking Reference</td>\n</tr>\n<tr>\n<td>D047</td>\n<td>Certificate of Incorporation / Registration</td>\n</tr>\n<tr>\n<td>D048</td>\n<td>Company Fiscal Registration Certificate</td>\n</tr>\n<tr>\n<td>D049</td>\n<td>Compliance Department Structure</td>\n</tr>\n<tr>\n<td>D050</td>\n<td>Resume of AML/CTF Compliance Officer</td>\n</tr>\n<tr>\n<td>D051</td>\n<td>Corporate Resolution</td>\n</tr>\n<tr>\n<td>D052</td>\n<td>Crypto Wallet Address</td>\n</tr>\n<tr>\n<td>D053</td>\n<td>Document Copy (unspecified supporting file)</td>\n</tr>\n<tr>\n<td>D055</td>\n<td>Institution Corporate Stamp</td>\n</tr>\n<tr>\n<td>D056</td>\n<td>Financial Institution License</td>\n</tr>\n<tr>\n<td>D058</td>\n<td>FinCEN Certification for Correspondent Foreign Bank Account</td>\n</tr>\n<tr>\n<td>D059</td>\n<td>Good Standing Certification or Equivalent</td>\n</tr>\n<tr>\n<td>D060</td>\n<td>Government Issued Company Registration Number</td>\n</tr>\n<tr>\n<td>D061</td>\n<td>Memorandum of Association</td>\n</tr>\n<tr>\n<td>D062</td>\n<td>Money Laundering / Terrorist Financing Risk Assessment</td>\n</tr>\n<tr>\n<td>D063</td>\n<td>Proof of Address</td>\n</tr>\n<tr>\n<td>D064</td>\n<td>Request for Information</td>\n</tr>\n<tr>\n<td>D065</td>\n<td>Share Registry or Share Certificate</td>\n</tr>\n<tr>\n<td>D066</td>\n<td>Source of Funds Certification</td>\n</tr>\n<tr>\n<td>D067</td>\n<td>Tax Identification Number or Equivalent</td>\n</tr>\n<tr>\n<td>D069</td>\n<td>FATCA - W8BEN or W9 Filing</td>\n</tr>\n<tr>\n<td>D070</td>\n<td>Source of Funds Documentation</td>\n</tr>\n<tr>\n<td>D071</td>\n<td>Employment Verification Letter</td>\n</tr>\n<tr>\n<td>D073</td>\n<td>General Document Copy</td>\n</tr>\n<tr>\n<td>D075</td>\n<td>Financial Statements (Audited if &gt; $2M in assets)</td>\n</tr>\n<tr>\n<td>D076</td>\n<td>Wolfsberg Group Correspondent Banking Due Diligence Questionnaire</td>\n</tr>\n<tr>\n<td>D077</td>\n<td>Additional documents requested by Compliance</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","buckzy-codes"],"host":["{{apihost}}"],"query":[{"key":"category","value":"DOCUMENT_TYPE"},{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"54b40281-a868-40b3-bae0-0dc3644414f8","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/buckzy-codes?category=DOCUMENT_TYPE&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","buckzy-codes"],"query":[{"key":"category","value":"DOCUMENT_TYPE"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 21 Oct 2025 17:13:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"491fa31fa93fac03"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"D042\",\n        \"description\": \"AML/CTF and Sanctions Policy\"\n    },\n    {\n        \"code\": \"D043\",\n        \"description\": \"AML/CTF and Sanctions Training Program\"\n    },\n    {\n        \"code\": \"D077\",\n        \"description\": \"Additional documents requested by Compliance\"\n    },\n    {\n        \"code\": \"D039\",\n        \"description\": \"Articles of Association\"\n    },\n    {\n        \"code\": \"D044\",\n        \"description\": \"Authorized Signature Form\"\n    },\n    {\n        \"code\": \"D010\",\n        \"description\": \"Bank Statement\"\n    },\n    {\n        \"code\": \"D045\",\n        \"description\": \"Banking License\"\n    },\n    {\n        \"code\": \"D046\",\n        \"description\": \"Banking Reference\"\n    },\n    {\n        \"code\": \"D038\",\n        \"description\": \"Biometric Report\"\n    },\n    {\n        \"code\": \"D047\",\n        \"description\": \"Certificate of Incorporation / Registration\"\n    },\n    {\n        \"code\": \"D048\",\n        \"description\": \"Company Fiscal Registration Certificate\"\n    },\n    {\n        \"code\": \"D049\",\n        \"description\": \"Compliance Department Structure\"\n    },\n    {\n        \"code\": \"D041\",\n        \"description\": \"Compliance program audit\"\n    },\n    {\n        \"code\": \"D034\",\n        \"description\": \"Consulate Card\"\n    },\n    {\n        \"code\": \"D051\",\n        \"description\": \"Corporate Resolution\"\n    },\n    {\n        \"code\": \"D011\",\n        \"description\": \"Credit Card Statement\"\n    },\n    {\n        \"code\": \"D052\",\n        \"description\": \"Crypto Wallet Address\"\n    },\n    {\n        \"code\": \"D053\",\n        \"description\": \"Document Copy (unspecified supporting file)\"\n    },\n    {\n        \"code\": \"D006\",\n        \"description\": \"Driver license\"\n    },\n    {\n        \"code\": \"D071\",\n        \"description\": \"Employment Verification Letter\"\n    },\n    {\n        \"code\": \"D069\",\n        \"description\": \"FATCA – W8Ben or W9 Filing\"\n    },\n    {\n        \"code\": \"D058\",\n        \"description\": \"FinCEN Certification for Correspondent Foreign Bank Account\"\n    },\n    {\n        \"code\": \"D056\",\n        \"description\": \"Financial Institution License\"\n    },\n    {\n        \"code\": \"D075\",\n        \"description\": \"Financial Statements (Audited if > $2M in assets)\"\n    },\n    {\n        \"code\": \"D073\",\n        \"description\": \"General Document Copy\"\n    },\n    {\n        \"code\": \"D059\",\n        \"description\": \"Good Standing Certification or Equivalent\"\n    },\n    {\n        \"code\": \"D060\",\n        \"description\": \"Government Issued Company Registration Number\"\n    },\n    {\n        \"code\": \"D036\",\n        \"description\": \"ITIN\"\n    },\n    {\n        \"code\": \"D003\",\n        \"description\": \"Identification ID or National ID\"\n    },\n    {\n        \"code\": \"D055\",\n        \"description\": \"Institution's Corporate Stamp\"\n    },\n    {\n        \"code\": \"D002\",\n        \"description\": \"International passport\"\n    },\n    {\n        \"code\": \"D030\",\n        \"description\": \"Local ID\"\n    },\n    {\n        \"code\": \"D061\",\n        \"description\": \"Memorandum of Association\"\n    },\n    {\n        \"code\": \"D008\",\n        \"description\": \"Military Card\"\n    },\n    {\n        \"code\": \"D062\",\n        \"description\": \"Money Laundering / Terrorist Financing Risk Assessment\"\n    },\n    {\n        \"code\": \"D040\",\n        \"description\": \"Most recent AML/CFT and Sanctions Compliance program audit\"\n    },\n    {\n        \"code\": \"D031\",\n        \"description\": \"Other\"\n    },\n    {\n        \"code\": \"D063\",\n        \"description\": \"Proof of Address\"\n    },\n    {\n        \"code\": \"D064\",\n        \"description\": \"Request for information\"\n    },\n    {\n        \"code\": \"D005\",\n        \"description\": \"Residence permit\"\n    },\n    {\n        \"code\": \"D050\",\n        \"description\": \"Resume of AML/CTF Compliance Officer\"\n    },\n    {\n        \"code\": \"D035\",\n        \"description\": \"SSN\"\n    },\n    {\n        \"code\": \"D065\",\n        \"description\": \"Share Registry or Share Certificate\"\n    },\n    {\n        \"code\": \"D004\",\n        \"description\": \"Social security\"\n    },\n    {\n        \"code\": \"D066\",\n        \"description\": \"Source of Funds Certification\"\n    },\n    {\n        \"code\": \"D070\",\n        \"description\": \"Source of Funds Documentation\"\n    },\n    {\n        \"code\": \"D007\",\n        \"description\": \"Student Card\"\n    },\n    {\n        \"code\": \"D013\",\n        \"description\": \"Tax Bill\"\n    },\n    {\n        \"code\": \"D067\",\n        \"description\": \"Tax Identification Number or Equivalent\"\n    },\n    {\n        \"code\": \"D033\",\n        \"description\": \"US Driver’s License\"\n    },\n    {\n        \"code\": \"D032\",\n        \"description\": \"US Passport\"\n    },\n    {\n        \"code\": \"D012\",\n        \"description\": \"Utility Bill\"\n    },\n    {\n        \"code\": \"D076\",\n        \"description\": \"Wolfsberg Group Correspondent Banking Due Diligence Questionnaire\"\n    },\n    {\n        \"code\": \"D001\",\n        \"description\": \"Work permit\"\n    }\n]"}],"_postman_id":"3e4baae1-3775-413b-b0da-14beda014754"},{"name":"Get Account Types","id":"c700b206-8870-4927-8ad2-288f48f0ed1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/account-types?apikey={{apikey}}","description":"<h3 id=\"account-types-for-creditor-imps-account\">Account Types (for Creditor IMPS account)</h3>\n<p>The following codes can be used to specify the Creditor Account types in a transaction request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10</td>\n<td>Savings account</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Checking account or current account</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Non-Resident External (NRE) Only for India</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","account-types"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"a668b7dc-7a5e-4eb8-9150-af4393b6288f","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/account-types?apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","account-types"],"query":[{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 16:39:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"fcadc2bd2c70df84"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountType\": \"11\",\n        \"accountTypeName\": \"Current Account\"\n    },\n    {\n        \"accountType\": \"12\",\n        \"accountTypeName\": \"Overdraft\"\n    },\n    {\n        \"accountType\": \"13\",\n        \"accountTypeName\": \"Cash credit\"\n    },\n    {\n        \"accountType\": \"14\",\n        \"accountTypeName\": \"Loan account\"\n    },\n    {\n        \"accountType\": \"15\",\n        \"accountTypeName\": \"NRE\"\n    },\n    {\n        \"accountType\": \"16\",\n        \"accountTypeName\": \"VISTA\"\n    },\n    {\n        \"accountType\": \"8\",\n        \"accountTypeName\": \"ACCOUNT\"\n    },\n    {\n        \"accountType\": \"9\",\n        \"accountTypeName\": \"CARD\"\n    },\n    {\n        \"accountType\": \"52\",\n        \"accountTypeName\": \"Card to card payment\"\n    },\n    {\n        \"accountType\": \"20\",\n        \"accountTypeName\": \"Debit Card Account\"\n    },\n    {\n        \"accountType\": \"10\",\n        \"accountTypeName\": \"Savings account\"\n    }\n]"}],"_postman_id":"c700b206-8870-4927-8ad2-288f48f0ed1d"},{"name":"Get Employment Status","id":"80c360ea-06e3-40bd-94f8-bfd6828bc545","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/buckzy-codes?category=OCCUPATION&apikey={{apikey}}","description":"<h3 id=\"occupation-codes\">Occupation Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>L001</td>\n<td>Employed Full Time</td>\n</tr>\n<tr>\n<td>L002</td>\n<td>Employed Part Time</td>\n</tr>\n<tr>\n<td>L003</td>\n<td>Unemployed</td>\n</tr>\n<tr>\n<td>L004</td>\n<td>Retired</td>\n</tr>\n<tr>\n<td>L005</td>\n<td>Student</td>\n</tr>\n<tr>\n<td>L199</td>\n<td>Others</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","buckzy-codes"],"host":["{{apihost}}"],"query":[{"key":"category","value":"OCCUPATION"},{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"e1d6ef39-5fd9-4070-9877-914ef8c3c704","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/buckzy-codes?category=OCCUPATION&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","buckzy-codes"],"query":[{"key":"category","value":"OCCUPATION"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 17:00:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"da26aedc7418c8a5"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"L001\",\n        \"description\": \"Employed Full Time\"\n    },\n    {\n        \"code\": \"L002\",\n        \"description\": \"Employed Part Time\"\n    },\n    {\n        \"code\": \"L199\",\n        \"description\": \"Other\"\n    },\n    {\n        \"code\": \"L004\",\n        \"description\": \"Retired\"\n    },\n    {\n        \"code\": \"L005\",\n        \"description\": \"Student\"\n    },\n    {\n        \"code\": \"L003\",\n        \"description\": \"Unemployed\"\n    }\n]"}],"_postman_id":"80c360ea-06e3-40bd-94f8-bfd6828bc545"},{"name":"Get Purpose Codes","id":"4aced509-00d6-4f92-b180-9de35b31847d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/purpose-codes?tp=B2P&apikey={{apikey}}","description":"<h3 id=\"purpose-codes\">Purpose Codes</h3>\n<p>The following codes can be used to specify the purpose of a payout transaction.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Risk</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Low risk</td>\n<td>Myself</td>\n</tr>\n<tr>\n<td>BOOK_TRANSFER</td>\n<td></td>\n<td>Book transfer transaction purpose code</td>\n</tr>\n<tr>\n<td>PC001</td>\n<td>Low risk</td>\n<td>My personal account</td>\n</tr>\n<tr>\n<td>PC002</td>\n<td>Low risk</td>\n<td>Family support</td>\n</tr>\n<tr>\n<td>PC003</td>\n<td>Low risk</td>\n<td>Insurance payment</td>\n</tr>\n<tr>\n<td>PC004</td>\n<td>High risk</td>\n<td>Investment</td>\n</tr>\n<tr>\n<td>PC005</td>\n<td>High risk</td>\n<td>Real estate purchase</td>\n</tr>\n<tr>\n<td>PC006</td>\n<td>Low risk</td>\n<td>Education - Tuition fees</td>\n</tr>\n<tr>\n<td>PC007</td>\n<td>Low risk</td>\n<td>Medical Fees</td>\n</tr>\n<tr>\n<td>PC008</td>\n<td>Low risk</td>\n<td>Travel payment</td>\n</tr>\n<tr>\n<td>PC009</td>\n<td>Low risk</td>\n<td>Trade transactions</td>\n</tr>\n<tr>\n<td>PC010</td>\n<td>Low risk</td>\n<td>Utility payment</td>\n</tr>\n<tr>\n<td>PC011</td>\n<td>Low risk</td>\n<td>Tax payment</td>\n</tr>\n<tr>\n<td>PC012</td>\n<td>Low risk</td>\n<td>Loan payment</td>\n</tr>\n<tr>\n<td>PC013</td>\n<td>High risk</td>\n<td>Government funds</td>\n</tr>\n<tr>\n<td>PC014</td>\n<td>Low risk</td>\n<td>Bill payment</td>\n</tr>\n<tr>\n<td>PC015</td>\n<td>Low risk</td>\n<td>Payroll</td>\n</tr>\n<tr>\n<td>PC016</td>\n<td>Low risk</td>\n<td>Telecommunications services</td>\n</tr>\n<tr>\n<td>PC017</td>\n<td>Low risk</td>\n<td>Charges for the use of intellectual property</td>\n</tr>\n<tr>\n<td>PC019</td>\n<td>High risk</td>\n<td>Donations to governments and charitable institutions established by the governments</td>\n</tr>\n<tr>\n<td>PC020</td>\n<td>High risk</td>\n<td>Mortgage payments</td>\n</tr>\n<tr>\n<td>PC021</td>\n<td>High risk</td>\n<td>Divestments - repatriating funds</td>\n</tr>\n<tr>\n<td>PC022</td>\n<td>Low risk</td>\n<td>Expenses reimbursement</td>\n</tr>\n<tr>\n<td>PC023</td>\n<td>Low risk</td>\n<td>Vacation fee</td>\n</tr>\n<tr>\n<td>PC024</td>\n<td>Low risk</td>\n<td>Professional services</td>\n</tr>\n<tr>\n<td>PC025</td>\n<td>Low risk</td>\n<td>Hired personnel</td>\n</tr>\n<tr>\n<td>PC026</td>\n<td>Low risk</td>\n<td>Scholarships</td>\n</tr>\n<tr>\n<td>PC027</td>\n<td>Low risk</td>\n<td>Lay-off payment</td>\n</tr>\n<tr>\n<td>PC028</td>\n<td>Low risk</td>\n<td>Expenses reimbursement</td>\n</tr>\n<tr>\n<td>PC029</td>\n<td>Low risk</td>\n<td>Medical treatment</td>\n</tr>\n<tr>\n<td>PC030</td>\n<td>Low risk</td>\n<td>Maintenance or other expenses</td>\n</tr>\n<tr>\n<td>PC031</td>\n<td>Low risk</td>\n<td>Small value remittance</td>\n</tr>\n<tr>\n<td>PC032</td>\n<td>Low risk</td>\n<td>Liberalized remittance</td>\n</tr>\n<tr>\n<td>PC033</td>\n<td>Low risk</td>\n<td>Hotel accommodation</td>\n</tr>\n<tr>\n<td>PC034</td>\n<td>Low risk</td>\n<td>Marketing Expenses</td>\n</tr>\n<tr>\n<td>PC035</td>\n<td>Low risk</td>\n<td>Advisory/Consulting Fees</td>\n</tr>\n<tr>\n<td>PC036</td>\n<td>Low risk</td>\n<td>Business related insurance payment</td>\n</tr>\n<tr>\n<td>PC037</td>\n<td>Low risk</td>\n<td>Delivery fees</td>\n</tr>\n<tr>\n<td>PC038</td>\n<td>Low risk</td>\n<td>Payments for exported goods</td>\n</tr>\n<tr>\n<td>PC039</td>\n<td>Low risk</td>\n<td>Property rental payment</td>\n</tr>\n<tr>\n<td>PC040</td>\n<td>Low risk</td>\n<td>Transportation fees</td>\n</tr>\n<tr>\n<td>PC041</td>\n<td>Low risk</td>\n<td>Payment of salary</td>\n</tr>\n<tr>\n<td>PC042</td>\n<td>Low risk</td>\n<td>Representation expenses</td>\n</tr>\n<tr>\n<td>PC043</td>\n<td>Low risk</td>\n<td>Annual extra salary</td>\n</tr>\n<tr>\n<td>PC044</td>\n<td>Low risk</td>\n<td>Extras labor hours</td>\n</tr>\n<tr>\n<td>PC045</td>\n<td>Low risk</td>\n<td>Productivity or quality prizes</td>\n</tr>\n<tr>\n<td>PC046</td>\n<td>High risk</td>\n<td>Investment in shares</td>\n</tr>\n<tr>\n<td>PC048</td>\n<td>Low risk</td>\n<td>Corporate payments</td>\n</tr>\n<tr>\n<td>PC049</td>\n<td>Low risk</td>\n<td>Business Travel</td>\n</tr>\n<tr>\n<td>PC050</td>\n<td>Low risk</td>\n<td>Tourism</td>\n</tr>\n<tr>\n<td>PC051</td>\n<td>High risk</td>\n<td>Private Visits</td>\n</tr>\n<tr>\n<td>PC052</td>\n<td>Low risk</td>\n<td>Education for Non Resident students in China, who have stayed for more than 1 year</td>\n</tr>\n<tr>\n<td>PC053</td>\n<td>Low risk</td>\n<td>Education for Non Resident students in China, who have stayed for less than 1 year</td>\n</tr>\n<tr>\n<td>PC054</td>\n<td>Low risk</td>\n<td>General Good Trading by Registered Entities</td>\n</tr>\n<tr>\n<td>PC055</td>\n<td>Low risk</td>\n<td>General Good Trading by Registered Entities,(Within CAZ)</td>\n</tr>\n<tr>\n<td>PC056</td>\n<td>High risk</td>\n<td>Buy or Sale of goods via Internet</td>\n</tr>\n<tr>\n<td>PC057</td>\n<td>High risk</td>\n<td>Other Goods Training</td>\n</tr>\n<tr>\n<td>PC058</td>\n<td>Low risk</td>\n<td>Air passenger transport expense</td>\n</tr>\n<tr>\n<td>PC061</td>\n<td>Low risk</td>\n<td>Maritime cargo expense(Export from China)</td>\n</tr>\n<tr>\n<td>PC062</td>\n<td>Low risk</td>\n<td>Express courier service fee</td>\n</tr>\n<tr>\n<td>PC063</td>\n<td>Low risk</td>\n<td>Postal service fee</td>\n</tr>\n<tr>\n<td>PC064</td>\n<td>Low risk</td>\n<td>Computer hardware related service fee</td>\n</tr>\n<tr>\n<td>PC065</td>\n<td>Low risk</td>\n<td>Computer software related service fee</td>\n</tr>\n<tr>\n<td>PC066</td>\n<td>Low risk</td>\n<td>Digital video and audio content</td>\n</tr>\n<tr>\n<td>PC067</td>\n<td>Low risk</td>\n<td>Television airtime, Television channel subscription fee</td>\n</tr>\n<tr>\n<td>PC068</td>\n<td>Low risk</td>\n<td>Video and Audio rental</td>\n</tr>\n<tr>\n<td>PC069</td>\n<td>Low risk</td>\n<td>AD designing fee</td>\n</tr>\n<tr>\n<td>PC070</td>\n<td>Low risk</td>\n<td>Media channel fee</td>\n</tr>\n<tr>\n<td>PC071</td>\n<td>Low risk</td>\n<td>Subscription fee for published materials (retail)</td>\n</tr>\n<tr>\n<td>PC072</td>\n<td>Low risk</td>\n<td>Data storage fee</td>\n</tr>\n<tr>\n<td>PC073</td>\n<td>Low risk</td>\n<td>Search engine optimization fee</td>\n</tr>\n<tr>\n<td>PC074</td>\n<td>Low risk</td>\n<td>Education service fee  <br />(through internet)</td>\n</tr>\n<tr>\n<td>PC075</td>\n<td>Low risk</td>\n<td>Medical service expense(through internet)</td>\n</tr>\n<tr>\n<td>PC076</td>\n<td>Low risk</td>\n<td>Legal consulting fee</td>\n</tr>\n<tr>\n<td>PC077</td>\n<td>Low risk</td>\n<td>Authentication/legalization</td>\n</tr>\n<tr>\n<td>PC078</td>\n<td>Low risk</td>\n<td>Notarization</td>\n</tr>\n<tr>\n<td>PC079</td>\n<td>Low risk</td>\n<td>Legal Services</td>\n</tr>\n<tr>\n<td>PC080</td>\n<td>Low risk</td>\n<td>Accounting, auditing and tax consulting services</td>\n</tr>\n<tr>\n<td>PC081</td>\n<td>Low risk</td>\n<td>Certification fee for accounting</td>\n</tr>\n<tr>\n<td>PC082</td>\n<td>Low risk</td>\n<td>Accounting consulting fee</td>\n</tr>\n<tr>\n<td>PC083</td>\n<td>Low risk</td>\n<td>Exhibition fee</td>\n</tr>\n<tr>\n<td>PC084</td>\n<td>Low risk</td>\n<td>Exhibition booth rental</td>\n</tr>\n<tr>\n<td>PC085</td>\n<td>Low risk</td>\n<td>Management consulting fee</td>\n</tr>\n<tr>\n<td>PC086</td>\n<td>Low risk</td>\n<td>Trademark royalty</td>\n</tr>\n<tr>\n<td>PC087</td>\n<td>Low risk</td>\n<td>Franchise licensing</td>\n</tr>\n<tr>\n<td>PC088</td>\n<td>Low risk</td>\n<td>Patent</td>\n</tr>\n<tr>\n<td>PC089</td>\n<td>Low risk</td>\n<td>Copyright</td>\n</tr>\n<tr>\n<td>PC090</td>\n<td>Low risk</td>\n<td>Industrial design and process licensing fee</td>\n</tr>\n<tr>\n<td>PC091</td>\n<td>Low risk</td>\n<td>Other intellectual property licensing fee</td>\n</tr>\n<tr>\n<td>PC092</td>\n<td>Low risk</td>\n<td>Authorization fee for Electronic business platform</td>\n</tr>\n<tr>\n<td>PC093</td>\n<td>Low risk</td>\n<td>Tax for production</td>\n</tr>\n<tr>\n<td>PC094</td>\n<td>Low risk</td>\n<td>Fee of market research</td>\n</tr>\n<tr>\n<td>PC095</td>\n<td>Low risk</td>\n<td>Fee of public opinion poll</td>\n</tr>\n<tr>\n<td>PC096</td>\n<td>Low risk</td>\n<td>Maritime passenger transport expense</td>\n</tr>\n<tr>\n<td>PC098</td>\n<td>Low risk</td>\n<td>Air cargo expense(Export from China)</td>\n</tr>\n<tr>\n<td>PC101</td>\n<td>High risk</td>\n<td>Credit to Non-resident (External) Rupee accounts maintained by Non-resident Indians in Indian Rupees.</td>\n</tr>\n<tr>\n<td>PC102</td>\n<td>High risk</td>\n<td>Payments to families of Non-resident Indians</td>\n</tr>\n<tr>\n<td>PC103</td>\n<td>High risk</td>\n<td>Payment to Coop. Housing Societies, Govt. Housing Schemes or Estate Developers for acquisition of residential flats in India in individual names subject to compliance of regulations thereof by the Non-resident Indians</td>\n</tr>\n<tr>\n<td>PC104</td>\n<td>High risk</td>\n<td>Payments to hotels by nationals of Gulf countries / NRIs for their stay</td>\n</tr>\n<tr>\n<td>PC105</td>\n<td>High risk</td>\n<td>Payments to travel agents for booking of passages of NRIs and their families residing in India towards their travel in India by domestic airlines / rail, etc.</td>\n</tr>\n<tr>\n<td>PC106</td>\n<td>High risk</td>\n<td>EMI Payments</td>\n</tr>\n<tr>\n<td>PC107</td>\n<td>Low risk</td>\n<td>Gift</td>\n</tr>\n<tr>\n<td>PC110</td>\n<td>High risk</td>\n<td>Wholesale Trade</td>\n</tr>\n<tr>\n<td>PC111</td>\n<td>High risk</td>\n<td>Sales of Goods</td>\n</tr>\n<tr>\n<td>PC112</td>\n<td>High risk</td>\n<td>Sports Betting</td>\n</tr>\n<tr>\n<td>PC113</td>\n<td>High risk</td>\n<td>Foreign Exchange Market</td>\n</tr>\n<tr>\n<td>PC114</td>\n<td>High risk</td>\n<td>Gaming</td>\n</tr>\n<tr>\n<td>PC115</td>\n<td>High risk</td>\n<td>E-commerce Purchase</td>\n</tr>\n<tr>\n<td>PC116</td>\n<td>High risk</td>\n<td>Services Payment</td>\n</tr>\n<tr>\n<td>PC121</td>\n<td>High risk</td>\n<td>Adult/Dating</td>\n</tr>\n<tr>\n<td>PC122</td>\n<td>High risk</td>\n<td>WMD Financing / (Weapons of Mass Destruction) Financing</td>\n</tr>\n<tr>\n<td>PC124</td>\n<td>Low risk</td>\n<td>Art, Entertainment and Sports</td>\n</tr>\n<tr>\n<td>PC125</td>\n<td>High risk</td>\n<td>Broker/Dealer</td>\n</tr>\n<tr>\n<td>PC126</td>\n<td>High risk</td>\n<td>Deposit Brokers</td>\n</tr>\n<tr>\n<td>PC127</td>\n<td>High risk</td>\n<td>CFD Trading/Spread betting</td>\n</tr>\n<tr>\n<td>PC128</td>\n<td>High risk</td>\n<td>Cannabis-Related Businesses</td>\n</tr>\n<tr>\n<td>PC129</td>\n<td>High risk</td>\n<td>Carbon trading</td>\n</tr>\n<tr>\n<td>PC130</td>\n<td>High risk</td>\n<td>Computing/Information Technology</td>\n</tr>\n<tr>\n<td>PC131</td>\n<td>High risk</td>\n<td>Crypto Exchanges</td>\n</tr>\n<tr>\n<td>PC132</td>\n<td>High risk</td>\n<td>Cryptocurrency OTC/ATM services</td>\n</tr>\n<tr>\n<td>PC133</td>\n<td>High risk</td>\n<td>Cryptocurrency/Blockchain</td>\n</tr>\n<tr>\n<td>PC134</td>\n<td>Low risk</td>\n<td>Financial Markets Trading</td>\n</tr>\n<tr>\n<td>PC135</td>\n<td>High risk</td>\n<td>Gambling &amp; Online Casinos</td>\n</tr>\n<tr>\n<td>PC136</td>\n<td>High risk</td>\n<td>Unlicensed Gambling</td>\n</tr>\n<tr>\n<td>PC137</td>\n<td>High risk</td>\n<td>Third-Party Crypto Trading</td>\n</tr>\n<tr>\n<td>PC138</td>\n<td>Low risk</td>\n<td>Streaming</td>\n</tr>\n<tr>\n<td>PC139</td>\n<td>High risk</td>\n<td>Forex</td>\n</tr>\n<tr>\n<td>PC140</td>\n<td>High risk</td>\n<td>Virtual/Crypto Exchange</td>\n</tr>\n<tr>\n<td>PC990</td>\n<td>High risk</td>\n<td>BOOK_TRANSFER</td>\n</tr>\n<tr>\n<td>PC991</td>\n<td>High risk</td>\n<td>SWEEP</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"prohibited-purpose-of-transaction\"><strong>Prohibited Purpose of transaction</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PC117</td>\n<td>StableCoin</td>\n</tr>\n<tr>\n<td>PC118</td>\n<td>Defense &amp; Munitions</td>\n</tr>\n<tr>\n<td>PC119</td>\n<td>Adult service</td>\n</tr>\n<tr>\n<td>PC120</td>\n<td>Prostitution &amp; Pornography</td>\n</tr>\n<tr>\n<td>PC123</td>\n<td>Arms &amp; Defense</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"deprecated-purpose-of-transaction\"><strong>Deprecated Purpose of transaction</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PC018</td>\n<td>Other Business Services</td>\n</tr>\n<tr>\n<td>PC047</td>\n<td>Other purposes</td>\n</tr>\n<tr>\n<td>PC097</td>\n<td>Other maritime transport related service expense</td>\n</tr>\n<tr>\n<td>PC099</td>\n<td>Data Not Req. (Local Jurisdiction)</td>\n</tr>\n<tr>\n<td>PC100</td>\n<td>Other air transport related service expense</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","purpose-codes"],"host":["{{apihost}}"],"query":[{"description":{"content":"<p>Type of the Purpose codes. Supported value are B2B,P2P, B2P, P2B</p>\n","type":"text/plain"},"key":"tp","value":"B2P"},{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"2aa5553b-d776-47ec-a47a-79e108fd6028","name":"Get Purpose Codes (P2B)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/purpose-codes?tp=P2B&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","purpose-codes"],"query":[{"key":"tp","value":"P2B","description":"Type of the Purpose codes. Supported value are B2B,P2P, B2P, P2B"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 17:06:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"ff522de47dd285e1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"purposeCode\": \"PC027\",\n        \"description\": \"Lay-off payment\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": []\n    },\n    {\n        \"purposeCode\": \"BOOK_TRANSFER\",\n        \"description\": \"Book transfer transaction purpose code\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": []\n    },\n    {\n        \"purposeCode\": \"PC054\",\n        \"description\": \"General Good Trading by Registered Entities\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC055\",\n        \"description\": \"General Good Trading by Registered Entities\\n        (Within CAZ)\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC051\",\n        \"description\": \"Private Visits\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC990\",\n        \"description\": \"BOOK_TRANSFER\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC061\",\n        \"description\": \"Maritime cargo expense(Export from China)\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC062\",\n        \"description\": \"Express courier service fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC063\",\n        \"description\": \"Postal service fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC065\",\n        \"description\": \"Computer software related service fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC068\",\n        \"description\": \"Video and Audio rental\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC070\",\n        \"description\": \"Media channel fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC071\",\n        \"description\": \"Subscription fee for published materials (retail)\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC072\",\n        \"description\": \"Data storage fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC073\",\n        \"description\": \"Search engine optimization fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC074\",\n        \"description\": \"Education service fee ( Through internet)\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC075\",\n        \"description\": \"Medical service expense(through internet)\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC076\",\n        \"description\": \"Legal consulting fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC078\",\n        \"description\": \"Notarization\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC079\",\n        \"description\": \"Legal Services\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC096\",\n        \"description\": \"Maritime passenger transport expense\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC097\",\n        \"description\": \"Other maritime transport related service expense\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    }\n]"},{"id":"ca9c1742-333e-444b-82d1-cd26a9d5e8cb","name":"Get Purpose Codes (B2B)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/purpose-codes?tp=B2B&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","purpose-codes"],"query":[{"key":"tp","value":"B2B","description":"Type of the Purpose codes. Supported value are B2B,P2P, B2P, P2B"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 17:06:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"8e610b90504c4fa1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"purposeCode\": \"PC011\",\n        \"description\": \"Tax payment\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC019\",\n        \"description\": \"Donations to governments and charitable institutions established by the governments\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC056\",\n        \"description\": \"Buy or Sale of goods  via Internet\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC057\",\n        \"description\": \"Other Goods Training\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC061\",\n        \"description\": \"Maritime cargo expense(Export from China)\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC062\",\n        \"description\": \"Express courier service fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC063\",\n        \"description\": \"Postal service fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC064\",\n        \"description\": \"Computer hardware related service fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC065\",\n        \"description\": \"Computer software related service fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC066\",\n        \"description\": \"Digital video and audio content\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC067\",\n        \"description\": \"Television airtime, Television channel subscription fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC069\",\n        \"description\": \"AD designing fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC073\",\n        \"description\": \"Search engine optimization fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC074\",\n        \"description\": \"Education service fee ( Through internet)\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC075\",\n        \"description\": \"Medical service expense(through internet)\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC076\",\n        \"description\": \"Legal consulting fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC077\",\n        \"description\": \"Authentication/legalization\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC078\",\n        \"description\": \"Notarization\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC079\",\n        \"description\": \"Legal Services\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC080\",\n        \"description\": \"Accounting, auditing and tax consulting services \",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC081\",\n        \"description\": \"Certification fee for accounting\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC082\",\n        \"description\": \"Accounting consulting fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC083\",\n        \"description\": \"Exhibition fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC084\",\n        \"description\": \"Exhibition booth rental\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC085\",\n        \"description\": \"Management consulting fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC086\",\n        \"description\": \"Trademark royalty\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC087\",\n        \"description\": \"Franchise licensing\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC088\",\n        \"description\": \"Patent\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC089\",\n        \"description\": \"Copyright\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC090\",\n        \"description\": \"Industrial design and process licensing fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC091\",\n        \"description\": \"Other intellectual property licensing fee\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC092\",\n        \"description\": \"Authorization fee for Electronic business platform\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC093\",\n        \"description\": \"Tax for production\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC094\",\n        \"description\": \"Fee of market research\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC095\",\n        \"description\": \"Fee of public opinion poll\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC110\",\n        \"description\": \"Wholesale Trade\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": []\n    },\n    {\n        \"purposeCode\": \"PC111\",\n        \"description\": \"Sales of Goods\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": []\n    }\n]"},{"id":"14acf41a-7c1e-4066-8132-34620d463e51","name":"Get Purpose Codes (P2P)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/purpose-codes?tp=P2P&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","purpose-codes"],"query":[{"key":"tp","value":"P2P","description":"Type of the Purpose codes. Supported value are B2B,P2P, B2P, P2B"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 17:07:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"63b5b1dc0a413e0a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"purposeCode\": \"PC006\",\n        \"description\": \"Education - Tuition fees\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC007\",\n        \"description\": \"Medical Fees\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC008\",\n        \"description\": \"Travel payment\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC012\",\n        \"description\": \"Loan payment\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    },\n    {\n        \"purposeCode\": \"PC020\",\n        \"description\": \"Mortgage payments\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": [\n            {\n                \"code\": \"F003\",\n                \"description\": \"Invoice\"\n            }\n        ]\n    }\n]"},{"id":"a2b3b786-a6bf-48e5-957b-872d7f3da951","name":"Get Purpose Codes (B2P)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/purpose-codes?tp=B2P&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","purpose-codes"],"query":[{"key":"tp","value":"B2P","description":"Type of the Purpose codes. Supported value are B2B,P2P, B2P, P2B"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 17:07:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"ee7f440dedf45ca9"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"purposeCode\": \"PC001\",\n        \"description\": \"My personal account\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": []\n    },\n    {\n        \"purposeCode\": \"PC022\",\n        \"description\": \"Expenses reimbursement\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": []\n    },\n    {\n        \"purposeCode\": \"PC033\",\n        \"description\": \"Hotel accommodation\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": []\n    },\n    {\n        \"purposeCode\": \"PC038\",\n        \"description\": \"Payments for exported goods\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": []\n    },\n    {\n        \"purposeCode\": \"PC046\",\n        \"description\": \"Investment in shares\",\n        \"additionalFields\": [],\n        \"additionalDocuments\": []\n    }\n]"}],"_postman_id":"4aced509-00d6-4f92-b180-9de35b31847d"},{"name":"Get Line of Business","id":"ec707216-3f4f-4a12-8164-6c5ab844c80c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/buckzy-codes?category=LINE_OF_BUSINESS&apikey={{apikey}}","description":"<h3 id=\"line-of-business\">Line of Business</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>L100</td>\n<td>Arts and Antiques</td>\n</tr>\n<tr>\n<td>L101</td>\n<td>Agriculture / Forestry / Fishing / Horticulture</td>\n</tr>\n<tr>\n<td>L102</td>\n<td>Audio and Video Equipment</td>\n</tr>\n<tr>\n<td>L103</td>\n<td>Automotive</td>\n</tr>\n<tr>\n<td>L104</td>\n<td>Bank / Credit Union</td>\n</tr>\n<tr>\n<td>L105</td>\n<td>Biotechnology / Life Sciences / Pharmaceutical</td>\n</tr>\n<tr>\n<td>L106</td>\n<td>Bookseller</td>\n</tr>\n<tr>\n<td>L107</td>\n<td>Building / Construction</td>\n</tr>\n<tr>\n<td>L108</td>\n<td>Casinos / Other Wagering Institutions</td>\n</tr>\n<tr>\n<td>L109</td>\n<td>Clothing / Textile and Footwear</td>\n</tr>\n<tr>\n<td>L110</td>\n<td>Consulting / Professional Services</td>\n</tr>\n<tr>\n<td>L111</td>\n<td>Cryptocurrency</td>\n</tr>\n<tr>\n<td>L112</td>\n<td>E-Cigarettes / Tobacco / Vape</td>\n</tr>\n<tr>\n<td>L113</td>\n<td>Energy / Chemical / Fuels</td>\n</tr>\n<tr>\n<td>L114</td>\n<td>Engineering</td>\n</tr>\n<tr>\n<td>L115</td>\n<td>Entertainment</td>\n</tr>\n<tr>\n<td>L117</td>\n<td>Financial and Corporate Services</td>\n</tr>\n<tr>\n<td>L118</td>\n<td>Food and Beverage</td>\n</tr>\n<tr>\n<td>L119</td>\n<td>Freight Forwarder / Marine Services / Ship Management</td>\n</tr>\n<tr>\n<td>L120</td>\n<td>Giftware / Seasonal Products</td>\n</tr>\n<tr>\n<td>L121</td>\n<td>Government / Public Services (including Embassies / Diplomats / Consulates)</td>\n</tr>\n<tr>\n<td>L122</td>\n<td>High Tech / Software / Telecommunications</td>\n</tr>\n<tr>\n<td>L123</td>\n<td>Hospitality</td>\n</tr>\n<tr>\n<td>L124</td>\n<td>Household Goods / Furniture</td>\n</tr>\n<tr>\n<td>L125</td>\n<td>Human Resource (HR) Services</td>\n</tr>\n<tr>\n<td>L130</td>\n<td>Industrial Equipment / Tooling / Machinery</td>\n</tr>\n<tr>\n<td>L131</td>\n<td>Information Technology (IT) (data security / disaster recovery / software)</td>\n</tr>\n<tr>\n<td>L132</td>\n<td>Insurance</td>\n</tr>\n<tr>\n<td>L133</td>\n<td>Jewelry / Accessories / Optical</td>\n</tr>\n<tr>\n<td>L134</td>\n<td>Law Firm / Attorney</td>\n</tr>\n<tr>\n<td>L135</td>\n<td>Manufacturing</td>\n</tr>\n<tr>\n<td>L136</td>\n<td>Marketing Services</td>\n</tr>\n<tr>\n<td>L137</td>\n<td>Media / Publishing</td>\n</tr>\n<tr>\n<td>L138</td>\n<td>Medical / Healthcare</td>\n</tr>\n<tr>\n<td>L139</td>\n<td>Medical Tourism</td>\n</tr>\n<tr>\n<td>L140</td>\n<td>Mining</td>\n</tr>\n<tr>\n<td>L141</td>\n<td>Money Service Business (including payment services)</td>\n</tr>\n<tr>\n<td>L142</td>\n<td>Non-Profit / Charity / Non-Government Organisation (NGO)</td>\n</tr>\n<tr>\n<td>L143</td>\n<td>Online Retail / e-Commerce</td>\n</tr>\n<tr>\n<td>L144</td>\n<td>Payroll</td>\n</tr>\n<tr>\n<td>L145</td>\n<td>Pension</td>\n</tr>\n<tr>\n<td>L146</td>\n<td>Personal Care Products</td>\n</tr>\n<tr>\n<td>L147</td>\n<td>Photography</td>\n</tr>\n<tr>\n<td>L148</td>\n<td>Real Estate / Property (including rental and leasing)</td>\n</tr>\n<tr>\n<td>L149</td>\n<td>Recreational Activities</td>\n</tr>\n<tr>\n<td>L150</td>\n<td>Religious Organization</td>\n</tr>\n<tr>\n<td>L151</td>\n<td>Retail / Services</td>\n</tr>\n<tr>\n<td>L152</td>\n<td>Security / Safety</td>\n</tr>\n<tr>\n<td>L153</td>\n<td>Sporting Goods / Recreational Products</td>\n</tr>\n<tr>\n<td>L154</td>\n<td>Transport (air / land / sea)</td>\n</tr>\n<tr>\n<td>L155</td>\n<td>Travel / Tourism</td>\n</tr>\n<tr>\n<td>L156</td>\n<td>University / Education</td>\n</tr>\n<tr>\n<td>L157</td>\n<td>Utilities (including water)</td>\n</tr>\n<tr>\n<td>L158</td>\n<td>Waste Management</td>\n</tr>\n<tr>\n<td>L159</td>\n<td>Wine / Liquor</td>\n</tr>\n<tr>\n<td>L180</td>\n<td>Tech Support</td>\n</tr>\n<tr>\n<td>L199</td>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","buckzy-codes"],"host":["{{apihost}}"],"query":[{"key":"category","value":"LINE_OF_BUSINESS"},{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"548ece0a-890f-4b0c-b931-9ba37cb52f66","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/buckzy-codes?category=LINE_OF_BUSINESS&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","buckzy-codes"],"query":[{"key":"category","value":"LINE_OF_BUSINESS"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 17:10:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"1fdd5c0b1e23b5cd"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"L116\",\n        \"description\": \"Adult Entertainment (including Sexually Explicit Content)\"\n    },\n    {\n        \"code\": \"L101\",\n        \"description\": \"Agriculture / Forestry / Fishing / Horticulture\"\n    },\n    {\n        \"code\": \"L100\",\n        \"description\": \"Arts and Antiques\"\n    },\n    {\n        \"code\": \"L102\",\n        \"description\": \"Audio and Video Equipment\"\n    },\n    {\n        \"code\": \"L103\",\n        \"description\": \"Automotive\"\n    },\n    {\n        \"code\": \"L104\",\n        \"description\": \"Bank / Credit Union\"\n    },\n    {\n        \"code\": \"L105\",\n        \"description\": \"Biotechnology / Life Sciences / Pharmaceutical\"\n    },\n    {\n        \"code\": \"L106\",\n        \"description\": \"Bookseller\"\n    },\n    {\n        \"code\": \"L107\",\n        \"description\": \"Building / Construction\"\n    },\n    {\n        \"code\": \"L108\",\n        \"description\": \"Casinos / Other Wagering Institutions\"\n    },\n    {\n        \"code\": \"L109\",\n        \"description\": \"Clothing / Textile and Footwear\"\n    },\n    {\n        \"code\": \"L110\",\n        \"description\": \"Consulting / Professional Services\"\n    },\n    {\n        \"code\": \"L111\",\n        \"description\": \"Cryptocurrency\"\n    },\n    {\n        \"code\": \"L112\",\n        \"description\": \"E-Cigarettes / Tobacco / Vape\"\n    },\n    {\n        \"code\": \"L113\",\n        \"description\": \"Energy / Chemical / Fuels\"\n    },\n    {\n        \"code\": \"L114\",\n        \"description\": \"Engineering\"\n    },\n    {\n        \"code\": \"L115\",\n        \"description\": \"Entertainment\"\n    },\n    {\n        \"code\": \"L117\",\n        \"description\": \"Financial and Corporate Services\"\n    },\n    {\n        \"code\": \"L118\",\n        \"description\": \"Food and Beverage\"\n    },\n    {\n        \"code\": \"L119\",\n        \"description\": \"Freight Forwarder / Marine Services / Ship Management\"\n    },\n    {\n        \"code\": \"L120\",\n        \"description\": \"Giftware / Seasonal Products\"\n    },\n    {\n        \"code\": \"L121\",\n        \"description\": \"Government / Public Services (including Embassies / Diplomats / Consulates)\"\n    },\n    {\n        \"code\": \"L122\",\n        \"description\": \"High Tech / Software / Telecommunications\"\n    },\n    {\n        \"code\": \"L123\",\n        \"description\": \"Hospitality\"\n    },\n    {\n        \"code\": \"L124\",\n        \"description\": \"Household Goods / Furniture\"\n    },\n    {\n        \"code\": \"L125\",\n        \"description\": \"Human Resource (HR) Services\"\n    },\n    {\n        \"code\": \"L130\",\n        \"description\": \"Industrial Equipment / Tooling / Machinery\"\n    },\n    {\n        \"code\": \"L131\",\n        \"description\": \"Information Technology (IT) (data security / disaster recovery / software)\"\n    },\n    {\n        \"code\": \"L132\",\n        \"description\": \"Insurance\"\n    },\n    {\n        \"code\": \"L133\",\n        \"description\": \"Jewelry / Accessories / Optical\"\n    },\n    {\n        \"code\": \"L134\",\n        \"description\": \"Law Firm / Attorney\"\n    },\n    {\n        \"code\": \"L135\",\n        \"description\": \"Manufacturing\"\n    },\n    {\n        \"code\": \"L136\",\n        \"description\": \"Marketing Services\"\n    },\n    {\n        \"code\": \"L137\",\n        \"description\": \"Media / Publishing\"\n    },\n    {\n        \"code\": \"L138\",\n        \"description\": \"Medical / Healthcare\"\n    },\n    {\n        \"code\": \"L139\",\n        \"description\": \"Medical Tourism\"\n    },\n    {\n        \"code\": \"L140\",\n        \"description\": \"Mining\"\n    },\n    {\n        \"code\": \"L141\",\n        \"description\": \"Money Service Business (including payment services)\"\n    },\n    {\n        \"code\": \"L142\",\n        \"description\": \"Non-Profit / Charity / Non-Government Organisation (NGO)\"\n    },\n    {\n        \"code\": \"L143\",\n        \"description\": \"Online Retail / e-Commerce\"\n    },\n    {\n        \"code\": \"L199\",\n        \"description\": \"Other\"\n    },\n    {\n        \"code\": \"L144\",\n        \"description\": \"Payroll\"\n    },\n    {\n        \"code\": \"L145\",\n        \"description\": \"Pension\"\n    },\n    {\n        \"code\": \"L146\",\n        \"description\": \"Personal Care Products\"\n    },\n    {\n        \"code\": \"L147\",\n        \"description\": \"Photography\"\n    },\n    {\n        \"code\": \"L148\",\n        \"description\": \"Real Estate / Property (including rental and leasing)\"\n    },\n    {\n        \"code\": \"L149\",\n        \"description\": \"Recreational Activities\"\n    },\n    {\n        \"code\": \"L150\",\n        \"description\": \"Religious Organisation\"\n    },\n    {\n        \"code\": \"L151\",\n        \"description\": \"Retail / Services\"\n    },\n    {\n        \"code\": \"L152\",\n        \"description\": \"Security / Safety\"\n    },\n    {\n        \"code\": \"L153\",\n        \"description\": \"Sporting Goods / Recreational Products\"\n    },\n    {\n        \"code\": \"L180\",\n        \"description\": \"Tech Support\"\n    },\n    {\n        \"code\": \"L154\",\n        \"description\": \"Transport (air / land / sea)\"\n    },\n    {\n        \"code\": \"L155\",\n        \"description\": \"Travel / Tourism\"\n    },\n    {\n        \"code\": \"L156\",\n        \"description\": \"University / Education\"\n    },\n    {\n        \"code\": \"L157\",\n        \"description\": \"Utilities (including water)\"\n    },\n    {\n        \"code\": \"L158\",\n        \"description\": \"Waste Management\"\n    },\n    {\n        \"code\": \"L200\",\n        \"description\": \"Wholesale Trade\"\n    },\n    {\n        \"code\": \"L159\",\n        \"description\": \"Wine / Liquor\"\n    }\n]"}],"_postman_id":"ec707216-3f4f-4a12-8164-6c5ab844c80c"},{"name":"Get Corporation Types","id":"d82e57dd-cef6-43bb-b193-260b428a4309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{apihost}}/v1/buckzy-codes?category=CORPORATION_TYPE&apikey={{apikey}}","description":"<h3 id=\"corporation-type\">Corporation Type</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C001</td>\n<td>Sole proprietorship</td>\n</tr>\n<tr>\n<td>C002</td>\n<td>Partnership</td>\n</tr>\n<tr>\n<td>C003</td>\n<td>LLC</td>\n</tr>\n<tr>\n<td>C004</td>\n<td>S Corp</td>\n</tr>\n<tr>\n<td>C005</td>\n<td>C Corp</td>\n</tr>\n<tr>\n<td>C006</td>\n<td>Nonprofit</td>\n</tr>\n<tr>\n<td>C007</td>\n<td>Government</td>\n</tr>\n<tr>\n<td>C099</td>\n<td>Others</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","buckzy-codes"],"host":["{{apihost}}"],"query":[{"key":"category","value":"CORPORATION_TYPE"},{"description":{"content":"<p>Type: string\nThe Buckzy API Key for executing the operation</p>\n","type":"text/plain"},"key":"apikey","value":"{{apikey}}"}],"variable":[]}},"response":[{"id":"971e2148-a1ce-4124-b72c-f1119e85e9be","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{apihost}}/v1/buckzy-codes?category=CORPORATION_TYPE&apikey={{apikey}}","host":["{{apihost}}"],"path":["v1","buckzy-codes"],"query":[{"key":"category","value":"CORPORATION_TYPE"},{"key":"apikey","value":"{{apikey}}","description":"Type: string\nThe Buckzy API Key for executing the operation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 17:13:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-API-INTERACTION-ID","value":"4045810950f7e0e1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Access-Control-Allow-Origin,Access-Control-Allow-Methods,x-session-token,x-api-key,Access-Control-Expose-Headers,DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,enctype,Enctype"},{"key":"Access-Control-Max-Age","value":"3628800"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"C005\",\n        \"description\": \"C Corp\"\n    },\n    {\n        \"code\": \"C007\",\n        \"description\": \"Government\"\n    },\n    {\n        \"code\": \"C003\",\n        \"description\": \"LLC\"\n    },\n    {\n        \"code\": \"C006\",\n        \"description\": \"Nonprofit\"\n    },\n    {\n        \"code\": \"C099\",\n        \"description\": \"Other\"\n    },\n    {\n        \"code\": \"C002\",\n        \"description\": \"Partnership\"\n    },\n    {\n        \"code\": \"C004\",\n        \"description\": \"S Corp\"\n    },\n    {\n        \"code\": \"C001\",\n        \"description\": \"Sole proprietorship\"\n    }\n]"}],"_postman_id":"d82e57dd-cef6-43bb-b193-260b428a4309"}],"id":"da93c402-fd69-45e0-80d1-1eea8e5237b3","description":"<h1 id=\"pagination\">Pagination</h1>\n<p>Pagination is supported for all Buckzy APIs that return a list of items, such as a list of transactions. Use the following request parameters to limit the number of results and keep responses to a reasonable size.</p>\n<p>Ex: if you include the parameters page=5 and size=10, the response will include the first 10 records on page 5.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Page number of results to return. Default value is 0.</td>\n</tr>\n<tr>\n<td>size</td>\n<td>Number of items to return per page. Default value is 50.</td>\n</tr>\n</tbody>\n</table>\n</div><p>In the response, the content array will contain an array of objects, such as transactions or parties, for the requested page number, followed by the paging information. The following example shows the paging information structure. Important fields to note are pageNumber (current page), totalPages (number of pages returned), and size (number of items per page as specified in the request).</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"content\": [\n...\n],\n\"pageable\": {\n\"sort\": {\n\"unsorted\": true,\n\"sorted\": false,\n\"empty\": true\n},\n\"pageNumber\": 0,\n\"pageSize\": 10,\n\"offset\": 0,\n\"unpaged\": false,\n\"paged\": true\n},\n\"totalPages\": 1,\n\"totalElements\": 2,\n\"last\": true,\n\"first\": true,\n\"sort\": {\n\"unsorted\": true,\n\"sorted\": false,\n\"empty\": true\n},\n\"number\": 0,\n\"numberOfElements\": 2,\n\"size\": 10,\n\"empty\": false\n}\n\n</code></pre><h1 id=\"kyc-status-codes\">KYC Status Codes</h1>\n<p>A customer is assigned a Know Your Customer (KYC) status after a KYC check is run on the Buckzy platform for the customer. A customer’s KYC status indicates whether the customer passed the KYC check.<br />The following KYC statuses can be assigned to a customer.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Color</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0 - Pending</td>\n<td>A KYC check is in progress for the customer.</td>\n<td>warning/yellow</td>\n</tr>\n<tr>\n<td>1 - Unverified</td>\n<td>The customer cannot be verified due to incorrect or incomplete information. An unverified customer may be changed to a rejected customer once the verification process is complete.</td>\n<td>danger/red</td>\n</tr>\n<tr>\n<td>2 - Verified</td>\n<td>The customer has been successfully verified.</td>\n<td>success/green</td>\n</tr>\n<tr>\n<td>3 - Semi-verified</td>\n<td>Only limited information could be verified for the customer.</td>\n<td>warning/yellow</td>\n</tr>\n<tr>\n<td>4 - Rejected</td>\n<td>The customer information could not be verified and some or all of the information may be false.</td>\n<td>danger/red</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"relationship-codes\">Relationship Codes</h1>\n<p>The following codes can be used in a transaction request to specify the recipient’s relationship to the sender. Ex: relationship code R002 indicates that the recipient is the sender’s child.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>R001</td>\n<td>Spouse</td>\n</tr>\n<tr>\n<td>R002</td>\n<td>Child</td>\n</tr>\n<tr>\n<td>R003</td>\n<td>Parent</td>\n</tr>\n<tr>\n<td>R004</td>\n<td>Sibling (brother/sister)</td>\n</tr>\n<tr>\n<td>R005</td>\n<td>Relative (uncle/aunt/cousin)</td>\n</tr>\n<tr>\n<td>R006</td>\n<td>Self</td>\n</tr>\n<tr>\n<td>R007</td>\n<td>Ex-spouse</td>\n</tr>\n<tr>\n<td>R008</td>\n<td>Friend</td>\n</tr>\n<tr>\n<td>R009</td>\n<td>Business partner</td>\n</tr>\n<tr>\n<td>R010</td>\n<td>Customer</td>\n</tr>\n<tr>\n<td>R011</td>\n<td>Employee</td>\n</tr>\n<tr>\n<td>R012</td>\n<td>Branch/representative office</td>\n</tr>\n<tr>\n<td>R013</td>\n<td>Subsidiary company</td>\n</tr>\n<tr>\n<td>R014</td>\n<td>Holding company</td>\n</tr>\n<tr>\n<td>R015</td>\n<td>Supplier</td>\n</tr>\n<tr>\n<td>R016</td>\n<td>Creditor</td>\n</tr>\n<tr>\n<td>R017</td>\n<td>Debtor</td>\n</tr>\n<tr>\n<td>R018</td>\n<td>Franchisee/franchisor</td>\n</tr>\n<tr>\n<td>R019</td>\n<td>Not related</td>\n</tr>\n<tr>\n<td>R099</td>\n<td>Data is not required to be collected by local jurisdiction</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"fund-source-codes\">Fund Source codes</h1>\n<p>The following codes can be used in a transaction request to specify the source of the funds being transferred.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SF001</td>\n<td>Business income</td>\n</tr>\n<tr>\n<td>SF002</td>\n<td>Loans</td>\n</tr>\n<tr>\n<td>SF003</td>\n<td>Interest / Dividend Income</td>\n</tr>\n<tr>\n<td>SF004</td>\n<td>Sales of Assets</td>\n</tr>\n<tr>\n<td>SF005</td>\n<td>Issue of Share</td>\n</tr>\n<tr>\n<td>SF006</td>\n<td>Issue of Bond/Debenture</td>\n</tr>\n<tr>\n<td>SF007</td>\n<td>Tax Refund</td>\n</tr>\n<tr>\n<td>SF008</td>\n<td>Venture capital</td>\n</tr>\n<tr>\n<td>SF009</td>\n<td>Claims/Compensation</td>\n</tr>\n<tr>\n<td>SF010</td>\n<td>Advance from Director/Shareholder</td>\n</tr>\n<tr>\n<td>SF011</td>\n<td>Salary/Saving</td>\n</tr>\n<tr>\n<td>SF012</td>\n<td>Financial supports from Spouse</td>\n</tr>\n<tr>\n<td>SF013</td>\n<td>Property investment</td>\n</tr>\n<tr>\n<td>SF014</td>\n<td>Gambling</td>\n</tr>\n<tr>\n<td>SF015</td>\n<td>Shares investment</td>\n</tr>\n<tr>\n<td>SF016</td>\n<td>Donation/Gift</td>\n</tr>\n<tr>\n<td>SF017</td>\n<td>Financial supports from parents</td>\n</tr>\n<tr>\n<td>SF018</td>\n<td>Freelance income</td>\n</tr>\n<tr>\n<td>SF019</td>\n<td>Financial supports from children</td>\n</tr>\n<tr>\n<td>SF020</td>\n<td>Retirement fund</td>\n</tr>\n<tr>\n<td>SF021</td>\n<td>Rental/leasing income</td>\n</tr>\n<tr>\n<td>SF022</td>\n<td>Earnings from investments</td>\n</tr>\n<tr>\n<td>SF023</td>\n<td>Debt financing</td>\n</tr>\n<tr>\n<td>SF024</td>\n<td>Private equity</td>\n</tr>\n<tr>\n<td>SF025</td>\n<td>Angel investors</td>\n</tr>\n<tr>\n<td>SF026</td>\n<td>Data is not required to be collected by local jurisdiction</td>\n</tr>\n<tr>\n<td>SF028</td>\n<td>Other</td>\n</tr>\n<tr>\n<td>SF029</td>\n<td>Dividend Income</td>\n</tr>\n<tr>\n<td>SF030</td>\n<td>Compensation</td>\n</tr>\n<tr>\n<td>SF031</td>\n<td>Sales of Goods</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"reason-codes\">Reason Codes</h1>\n<p>If a transaction request fails, one of the following codes will be returned.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>9000</td>\n<td>Invalid debtor details</td>\n</tr>\n<tr>\n<td>9001</td>\n<td>Debtor name missing</td>\n</tr>\n<tr>\n<td>9002</td>\n<td>Debtor date of birth missing</td>\n</tr>\n<tr>\n<td>9003</td>\n<td>Debtor document identifier and/or expiry date missing</td>\n</tr>\n<tr>\n<td>9004</td>\n<td>Debtor address missing</td>\n</tr>\n<tr>\n<td>9005</td>\n<td>Debtor country of birth missing</td>\n</tr>\n<tr>\n<td>9006</td>\n<td>Debtor country of residence missing</td>\n</tr>\n<tr>\n<td>9007</td>\n<td>Debtor fund source missing</td>\n</tr>\n<tr>\n<td>9008</td>\n<td>Debtor mobile number missing</td>\n</tr>\n<tr>\n<td>9009</td>\n<td>Debtor email address missing</td>\n</tr>\n<tr>\n<td>9010</td>\n<td>Debtor compliance check failed</td>\n</tr>\n<tr>\n<td>9011</td>\n<td>Debtor KYC status is not verified</td>\n</tr>\n<tr>\n<td>9025</td>\n<td>Invalid debtor account</td>\n</tr>\n<tr>\n<td>9026</td>\n<td>Invalid debtor account name</td>\n</tr>\n<tr>\n<td>9027</td>\n<td>Invalid debtor account number</td>\n</tr>\n<tr>\n<td>9028</td>\n<td>Invalid debtor currency code</td>\n</tr>\n<tr>\n<td>9029</td>\n<td>Invalid debtor account type</td>\n</tr>\n<tr>\n<td>9030</td>\n<td>Invalid debtor card expiry date</td>\n</tr>\n<tr>\n<td>9050</td>\n<td>Invalid debtor agent</td>\n</tr>\n<tr>\n<td>9051</td>\n<td>Invalid debtor agent name</td>\n</tr>\n<tr>\n<td>9052</td>\n<td>Invalid debtor agent code</td>\n</tr>\n<tr>\n<td>9053</td>\n<td>Invalid debtor agent member code</td>\n</tr>\n<tr>\n<td>9075</td>\n<td>Invalid creditor details</td>\n</tr>\n<tr>\n<td>9076</td>\n<td>Creditor name missing</td>\n</tr>\n<tr>\n<td>9077</td>\n<td>Creditor date of birth missing</td>\n</tr>\n<tr>\n<td>9078</td>\n<td>Creditor document identifier and/or expiry date missing</td>\n</tr>\n<tr>\n<td>9079</td>\n<td>Creditor address missing</td>\n</tr>\n<tr>\n<td>9080</td>\n<td>Creditor country of birth missing</td>\n</tr>\n<tr>\n<td>9081</td>\n<td>Creditor country of residence missing</td>\n</tr>\n<tr>\n<td>9082</td>\n<td>Creditor fund source missing</td>\n</tr>\n<tr>\n<td>9083</td>\n<td>Creditor mobile number missing</td>\n</tr>\n<tr>\n<td>9084</td>\n<td>Creditor email address missing</td>\n</tr>\n<tr>\n<td>9085</td>\n<td>Creditor compliance check failed</td>\n</tr>\n<tr>\n<td>9100</td>\n<td>Invalid creditor account</td>\n</tr>\n<tr>\n<td>9101</td>\n<td>Invalid creditor account</td>\n</tr>\n<tr>\n<td>9102</td>\n<td>Invalid creditor account name</td>\n</tr>\n<tr>\n<td>9103</td>\n<td>Invalid creditor account number</td>\n</tr>\n<tr>\n<td>9104</td>\n<td>Invalid creditor currency code</td>\n</tr>\n<tr>\n<td>9105</td>\n<td>Invalid creditor account type</td>\n</tr>\n<tr>\n<td>9106</td>\n<td>Invalid creditor card expiry date</td>\n</tr>\n<tr>\n<td>9125</td>\n<td>Invalid creditor agent</td>\n</tr>\n<tr>\n<td>9126</td>\n<td>Invalid creditor agent name</td>\n</tr>\n<tr>\n<td>9127</td>\n<td>Invalid creditor agent code</td>\n</tr>\n<tr>\n<td>9128</td>\n<td>Invalid creditor agent member code</td>\n</tr>\n<tr>\n<td>9150</td>\n<td>Invalid/missing exchange rate reference</td>\n</tr>\n<tr>\n<td>9175</td>\n<td>Invalid amount</td>\n</tr>\n<tr>\n<td>9176</td>\n<td>Transaction sending limit exceeded</td>\n</tr>\n<tr>\n<td>9177</td>\n<td>Daily transaction sending limit exceeded</td>\n</tr>\n<tr>\n<td>9178</td>\n<td>Weekly transaction sending limit exceeded</td>\n</tr>\n<tr>\n<td>9179</td>\n<td>Monthly transaction sending limit exceeded</td>\n</tr>\n<tr>\n<td>9180</td>\n<td>Transaction receiving limit exceeded</td>\n</tr>\n<tr>\n<td>9181</td>\n<td>Daily transaction receiving limit exceeded</td>\n</tr>\n<tr>\n<td>9182</td>\n<td>Weekly transaction receiving limit exceeded</td>\n</tr>\n<tr>\n<td>9183</td>\n<td>Monthly transaction receiving limit exceeded</td>\n</tr>\n<tr>\n<td>9200</td>\n<td>Invalid purpose code</td>\n</tr>\n<tr>\n<td>9201</td>\n<td>Invalid payment instruction</td>\n</tr>\n<tr>\n<td>9225</td>\n<td>Duplicate transaction</td>\n</tr>\n<tr>\n<td>9226</td>\n<td>Failure at beneficiary network</td>\n</tr>\n<tr>\n<td>9227</td>\n<td>Failure at sender network</td>\n</tr>\n<tr>\n<td>9228</td>\n<td>Insufficient balance in wallet</td>\n</tr>\n<tr>\n<td>9229</td>\n<td>Failure while sending to beneficiary</td>\n</tr>\n<tr>\n<td>9230</td>\n<td>Transaction creditor and debtor compliance checking failed or manually rejected</td>\n</tr>\n<tr>\n<td>9231</td>\n<td>Not subscribed for this country</td>\n</tr>\n<tr>\n<td>9250</td>\n<td>Invalid biller</td>\n</tr>\n<tr>\n<td>9251</td>\n<td>Required biller attribute missing</td>\n</tr>\n<tr>\n<td>9999</td>\n<td>Internal processing error</td>\n</tr>\n<tr>\n<td>0000</td>\n<td>Completed successfully</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"source-of-wealth\">Source of Wealth</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C102</td>\n<td>Business ownership interests</td>\n</tr>\n<tr>\n<td>C103</td>\n<td>Employment income</td>\n</tr>\n<tr>\n<td>C100</td>\n<td>Inheritances</td>\n</tr>\n<tr>\n<td>C101</td>\n<td>Investments</td>\n</tr>\n<tr>\n<td>C199</td>\n<td>Others</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"da93c402-fd69-45e0-80d1-1eea8e5237b3"}]}