{
  "info": {
    "_postman_id": "45311d2e-f9e3-4703-afad-5d15eb31b2da",
    "name": "OpenApiDocExamples",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "46985664",
    "_collection_link": "https://go.postman.co/collection/46985664-45311d2e-f9e3-4703-afad-5d15eb31b2da?source=collection_link"
  },
  "item": [
    {
      "name": "Requests",
      "item": [
        {
          "name": "Create_Party_Person_modular",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "let response = pm.response.json();",
                  "pm.collectionVariables.set(\"partyId\", response.partyId);",
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "if(pm.collectionVariables.get(\"counter\")==0){",
                  "    pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"personPartyId\"));",
                  "}"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"merchant\": {\n        \"entity\": \"{{entity}}\"\n    },\n    \"partyReference\": \"{{$randomFirstName}}{{$randomInt}}\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"person\",\n    \"personalDetails\": {\n        \"title\": \"Mr\",\n        \"firstName\": \"Case\",\n        \"middleName\": \"Henry\",\n        \"lastName\": \"Mitchell\",\n        \"alias\": \"Team Fusion\",\n        \"socialSecurityNumber\": \"098-54-5765\",\n        \"residentialStatus\": \"resident\",\n        \"dateOfBirth\": \"1983-10-12\",\n        \"address\": {\n            \"address1\": \"1847 Kingsbury Court\",\n            \"address2\": \"Unit 42\",\n            \"type\": \"home\",\n            \"city\": \"Manchester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"M1 1AA\"\n        }\n    },\n    \"email\": \"case.mitchell@example.com\",\n    \"phones\": [\n        {\n            \"number\": \"02079461234\",\n            \"prefix\": \"44\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"NEO456789\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2022-08-01\",\n            \"validTo\": \"2032-08-01\"\n        },\n        {\n            \"type\": \"nationalId\",\n            \"number\": \"ZAIBATSU-00792\",\n            \"issuingInstitution\": \"Zaibatsu Holding HR Dept.\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2025-01-01\",\n            \"validTo\": \"2030-12-31\"\n        }\n    ]\n}\n",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties"
              ]
            },
            "description": "This endpoint allows you to create a new party by sending a POST request to {{LocalPartiesUrl}}/parties. The request should include a payload with various details such as party type, personal details, email, phones, balance accounts, payout instruments, and identity documents. Upon successful execution, the API returns a status of 201 along with a JSON response containing details of the created party.\n\nThe response JSON includes information about the created party, such as identity verification state, party reference, party type, party ID, personal details, email, phones, identity documents, balance accounts, date and time of creation, version, and payout instruments. You can use this response as an example to test it with the actual response in the test.\n\nExample response:\n\n``` json\n{\n  \"identityVerificationState\": \"\",\n  \"identityVerificationMethod\": \"\",\n  \"merchant\": {\"entity\": \"\"},\n  \"partyReference\": \"\",\n  \"partyType\": \"\",\n  \"type\": \"\",\n  \"partyId\": \"\",\n  \"personalDetails\": {\n    \"title\": \"\",\n    \"firstName\": \"\",\n    \"middleName\": \"\",\n    \"lastName\": \"\",\n    \"dateOfBirth\": \"\",\n    \"address\": {\n      \"address1\": \"\",\n      \"address2\": \"\",\n      \"city\": \"\",\n      \"countryCode\": \"\",\n      \"postalCode\": \"\",\n      \"type\": \"\"\n    },\n    \"residentialStatus\": \"\",\n    \"currentAddressLessThanThreeYears\": true\n  },\n  \"email\": \"\",\n  \"phones\": [\n    {\"prefix\": \"\", \"number\": \"\"}\n  ],\n  \"identityDocuments\": [\n    {\n      \"type\": \"\",\n      \"number\": \"\",\n      \"issuingInstitution\": \"\",\n      \"issuingCountry\": \"\",\n      \"validFrom\": \"\",\n      \"validTo\": \"\"\n    }\n  ],\n  \"balanceAccounts\": [\n    {\n      \"currency\": \"\",\n      \"balanceAccountId\": \"\",\n      \"dateTimeCreated\": \"\"\n    }\n  ],\n  \"dateTimeCreated\": \"\",\n  \"version\": 0,\n  \"payoutInstruments\": [\n    {\n      \"payoutInstrumentReference\": \"\",\n      \"payoutInstrumentId\": \"\",\n      \"payoutInstrumentType\": \"\",\n      \"currency\": \"\",\n      \"dateTimeCreated\": \"\",\n      \"version\": 0,\n      \"accountHolderName\": \"\",\n      \"swiftBic\": \"\",\n      \"bankCode\": \"\",\n      \"accountNumber\": \"\",\n      \"accountType\": \"\",\n      \"iban\": \"\",\n      \"bankName\": \"\",\n      \"address\": {\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"countryCode\": \"\",\n        \"postalCode\": \"\",\n        \"type\": \"\"\n      },\n      \"branchCode\": \"\"\n    }\n  ]\n}\n\n ```"
          },
          "response": [
            {
              "name": "Person_created_201_modular",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"merchant\": {\n        \"entity\": \"{{entity}}\"\n    },\n    \"partyReference\": \"{{$randomFirstName}}{{$randomInt}}\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"person\",\n    \"personalDetails\": {\n        \"title\": \"Mr\",\n        \"firstName\": \"Case\",\n        \"middleName\": \"Henry\",\n        \"lastName\": \"Mitchell\",\n        \"residentialStatus\": \"resident\",\n        \"dateOfBirth\": \"1983-10-12\",\n        \"address\": {\n            \"address1\": \"1847 Kingsbury Court\",\n            \"address2\": \"Unit 42\",\n            \"type\": \"home\",\n            \"city\": \"Manchester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"M1 1AA\"\n        }\n    },\n    \"email\": \"case.mitchell@example.com\",\n    \"phones\": [\n        {\n            \"number\": \"02079461234\",\n            \"prefix\": \"44\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"NEO456789\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2022-08-01\",\n            \"validTo\": \"2032-08-01\"\n        },\n        {\n            \"type\": \"nationalId\",\n            \"number\": \"ZAIBATSU-00792\",\n            \"issuingInstitution\": \"Zaibatsu Holding HR Dept.\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2025-01-01\",\n            \"validTo\": \"2030-12-31\"\n        }\n    ]\n}\n",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{partiesUrl}}/parties",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": "Text",
              "header": [
                {
                  "key": "wp-correlationid",
                  "value": "d55d853f-9e39-4792-885e-3cf032fbd48c"
                },
                {
                  "key": "x-content-type-options",
                  "value": "nosniff"
                },
                {
                  "key": "x-xss-protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept-Ranges",
                  "value": "bytes"
                },
                {
                  "key": "X-Served-By",
                  "value": "cache-lcy-egml8630074-LCY, cache-lhr-egll1980067-LHR"
                },
                {
                  "key": "X-Cache-Hits",
                  "value": "0, 0"
                },
                {
                  "key": "X-Timer",
                  "value": "S1756324860.893470,VS0,VE363"
                },
                {
                  "key": "Content-Length",
                  "value": "1174"
                },
                {
                  "key": "Date",
                  "value": "Wed, 27 Aug 2025 20:01:00 GMT"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Strict-Transport-Security",
                  "value": "max-age=31536000 ; includeSubDomains"
                },
                {
                  "key": "Set-Cookie",
                  "value": "bm_sv=79602CF01CCB7FD063DA9C0273A5DCAB~YAAQD13aFzLirbWYAQAAlpEe7RzICUHieX0xSqyhVvp7x+D4Yn9FsZn9rYEBeNbw/+0cZkMxLZsxOD/xEQxUNS+v8Ks+xY8y/gggXeAHASkF80aspYlSQngobTrckFH8HdLkj4+nKafvRZfqCssDfjWbWZCR4tQfqz/P6JrF+R6v6dOF2QjcrwF5YUKlXDNaOhGbBOYJchr1sUEK9oN3Ab7/afS0QO+eOwqJIF7iRuSmkildJyvIB4YetSoew+2koo2kj+KLodsH~1; Domain=.access.worldpay.com; Path=/; Expires=Wed, 27 Aug 2025 21:58:16 GMT; Max-Age=7036; SameSite=None; Secure"
                }
              ],
              "cookie": [],
              "body": "{\n    \"identityVerificationState\": \"notVerified\",\n    \"identityVerificationMethod\": \"identityVerificationService\",\n    \"merchant\": {\n        \"entity\": \"default\"\n    },\n    \"partyReference\": \"Layne591\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"person\",\n    \"partyId\": \"parzhXvR31kh8bAsQr7eIRqB0\",\n    \"email\": \"case.mitchell@example.com\",\n    \"phones\": [\n        {\n            \"prefix\": \"44\",\n            \"number\": \"02079461234\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"NEO456789\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2022-08-01\",\n            \"validTo\": \"2032-08-01\"\n        },\n        {\n            \"type\": \"nationalId\",\n            \"number\": \"ZAIBATSU-00792\",\n            \"issuingInstitution\": \"Zaibatsu Holding HR Dept.\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2025-01-01\",\n            \"validTo\": \"2030-12-31\"\n        }\n    ],\n    \"balanceAccounts\": [],\n    \"dateTimeCreated\": \"2026-02-03T21:08:51.294Z\",\n    \"version\": 0,\n    \"payoutInstruments\": [],\n    \"active\": true,\n    \"dateTimeActivated\": \"2026-02-03T21:08:51.294Z\",\n    \"personalDetails\": {\n        \"title\": \"Mr\",\n        \"firstName\": \"Case\",\n        \"middleName\": \"Henry\",\n        \"alias\": \"Team Fusion\",\n        \"lastName\": \"Mitchell\",\n        \"socialSecurityNumber\": \"098-54-5765\",\n        \"dateOfBirth\": \"1983-10-12\",\n        \"address\": {\n            \"address1\": \"1847 Kingsbury Court\",\n            \"address2\": \"Unit 42\",\n            \"city\": \"Manchester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"M1 1AA\",\n            \"type\": \"home\"\n        },\n        \"residentialStatus\": \"resident\",\n        \"currentAddressLessThanThreeYears\": false\n    }\n}"
            }
          ]
        },
        {
          "name": "Deactivate_Party_Person_modular",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"deactivationReason\": \"partyDormant\",\n    \"dispositionOfFunds\": \"payoutToParty\"\n   \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/deactivation",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "deactivation"
              ]
            },
            "description": "This endpoint allows you to create a new party by sending a POST request to {{LocalPartiesUrl}}/parties. The request should include a payload with various details such as party type, personal details, email, phones, balance accounts, payout instruments, and identity documents. Upon successful execution, the API returns a status of 201 along with a JSON response containing details of the created party.\n\nThe response JSON includes information about the created party, such as identity verification state, party reference, party type, party ID, personal details, email, phones, identity documents, balance accounts, date and time of creation, version, and payout instruments. You can use this response as an example to test it with the actual response in the test.\n\nExample response:\n\n``` json\n{\n  \"identityVerificationState\": \"\",\n  \"identityVerificationMethod\": \"\",\n  \"merchant\": {\"entity\": \"\"},\n  \"partyReference\": \"\",\n  \"partyType\": \"\",\n  \"type\": \"\",\n  \"partyId\": \"\",\n  \"personalDetails\": {\n    \"title\": \"\",\n    \"firstName\": \"\",\n    \"middleName\": \"\",\n    \"lastName\": \"\",\n    \"dateOfBirth\": \"\",\n    \"address\": {\n      \"address1\": \"\",\n      \"address2\": \"\",\n      \"city\": \"\",\n      \"countryCode\": \"\",\n      \"postalCode\": \"\",\n      \"type\": \"\"\n    },\n    \"residentialStatus\": \"\",\n    \"currentAddressLessThanThreeYears\": true\n  },\n  \"email\": \"\",\n  \"phones\": [\n    {\"prefix\": \"\", \"number\": \"\"}\n  ],\n  \"identityDocuments\": [\n    {\n      \"type\": \"\",\n      \"number\": \"\",\n      \"issuingInstitution\": \"\",\n      \"issuingCountry\": \"\",\n      \"validFrom\": \"\",\n      \"validTo\": \"\"\n    }\n  ],\n  \"balanceAccounts\": [\n    {\n      \"currency\": \"\",\n      \"balanceAccountId\": \"\",\n      \"dateTimeCreated\": \"\"\n    }\n  ],\n  \"dateTimeCreated\": \"\",\n  \"version\": 0,\n  \"payoutInstruments\": [\n    {\n      \"payoutInstrumentReference\": \"\",\n      \"payoutInstrumentId\": \"\",\n      \"payoutInstrumentType\": \"\",\n      \"currency\": \"\",\n      \"dateTimeCreated\": \"\",\n      \"version\": 0,\n      \"accountHolderName\": \"\",\n      \"swiftBic\": \"\",\n      \"bankCode\": \"\",\n      \"accountNumber\": \"\",\n      \"accountType\": \"\",\n      \"iban\": \"\",\n      \"bankName\": \"\",\n      \"address\": {\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"countryCode\": \"\",\n        \"postalCode\": \"\",\n        \"type\": \"\"\n      },\n      \"branchCode\": \"\"\n    }\n  ]\n}\n\n ```"
          },
          "response": [
            {
              "name": "Deactivate_Party_Person_200_modular",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "3481d5a6-ea53-4337-85da-97149cdc142b",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"deactivationReason\": \"partyDormant\",\n    \"dispositionOfFunds\": \"payoutToParty\"\n   \n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}/deactivation",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}",
                    "deactivation"
                  ]
                }
              },
              "status": "Created",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "wp-correlationid",
                  "value": "c2c9029b-9d58-47e0-a815-002f0a008d68"
                },
                {
                  "key": "x-content-type-options",
                  "value": "nosniff"
                },
                {
                  "key": "x-xss-protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept-Ranges",
                  "value": "bytes"
                },
                {
                  "key": "X-Served-By",
                  "value": "cache-lcy-eglc8600084-LCY"
                },
                {
                  "key": "X-Cache-Hits",
                  "value": "0"
                },
                {
                  "key": "X-Timer",
                  "value": "S1743689727.459135,VS0,VE8179"
                },
                {
                  "key": "Content-Length",
                  "value": "1108"
                },
                {
                  "key": "Date",
                  "value": "Thu, 03 Apr 2025 14:15:35 GMT"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Strict-Transport-Security",
                  "value": "max-age=31536000 ; includeSubDomains"
                },
                {
                  "key": "Set-Cookie",
                  "value": "bm_sv=A64FDE512B7A43D5C7D5635BB7A6CB72~YAAQ5tbXFyr+BvWVAQAAHN4B/Bu5Ph49dDm5zEcBGx+WbmsHUckUJSdrJd2aEIMaxW1SWQafYo8DYV9RcAiNGgydQtnRR0KI4ft1JEooBXhYeTZ9o+AusnKizBtq3L6qqL/ZIgrTdTf+xokICh0YUVVBMuYvn5B7GNkQP6Wrc9KHWYpwwxq/DzSI5HIxEvcWoF8moEVQSvfaQ848KwLfBi+PkFDxuqYf5ME3bQmNG5EoffiSTHGmQmTArJk7kBAZsfV0G9fWWnz0~1; Domain=.access.worldpay.com; Path=/; Expires=Thu, 03 Apr 2025 14:59:20 GMT; Max-Age=2625; SameSite=None; Secure"
                }
              ],
              "cookie": [],
              "body": "{\n    \"deactivationReason\": \"partyDormant\",\n    \"dispositionOfFunds\": \"payoutToParty\",\n    \"active\": false,\n    \"dateTimeDeactivated\": \"2025-08-01T04:14:04.969Z\"\n}"
            }
          ]
        },
        {
          "name": "Reactivate_Party_Person_modular",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"active\" : true\n   \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/activation",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "activation"
              ]
            },
            "description": "This endpoint allows you to create a new party by sending a POST request to {{LocalPartiesUrl}}/parties. The request should include a payload with various details such as party type, personal details, email, phones, balance accounts, payout instruments, and identity documents. Upon successful execution, the API returns a status of 201 along with a JSON response containing details of the created party.\n\nThe response JSON includes information about the created party, such as identity verification state, party reference, party type, party ID, personal details, email, phones, identity documents, balance accounts, date and time of creation, version, and payout instruments. You can use this response as an example to test it with the actual response in the test.\n\nExample response:\n\n``` json\n{\n  \"identityVerificationState\": \"\",\n  \"identityVerificationMethod\": \"\",\n  \"merchant\": {\"entity\": \"\"},\n  \"partyReference\": \"\",\n  \"partyType\": \"\",\n  \"type\": \"\",\n  \"partyId\": \"\",\n  \"personalDetails\": {\n    \"title\": \"\",\n    \"firstName\": \"\",\n    \"middleName\": \"\",\n    \"lastName\": \"\",\n    \"dateOfBirth\": \"\",\n    \"address\": {\n      \"address1\": \"\",\n      \"address2\": \"\",\n      \"city\": \"\",\n      \"countryCode\": \"\",\n      \"postalCode\": \"\",\n      \"type\": \"\"\n    },\n    \"residentialStatus\": \"\",\n    \"currentAddressLessThanThreeYears\": true\n  },\n  \"email\": \"\",\n  \"phones\": [\n    {\"prefix\": \"\", \"number\": \"\"}\n  ],\n  \"identityDocuments\": [\n    {\n      \"type\": \"\",\n      \"number\": \"\",\n      \"issuingInstitution\": \"\",\n      \"issuingCountry\": \"\",\n      \"validFrom\": \"\",\n      \"validTo\": \"\"\n    }\n  ],\n  \"balanceAccounts\": [\n    {\n      \"currency\": \"\",\n      \"balanceAccountId\": \"\",\n      \"dateTimeCreated\": \"\"\n    }\n  ],\n  \"dateTimeCreated\": \"\",\n  \"version\": 0,\n  \"payoutInstruments\": [\n    {\n      \"payoutInstrumentReference\": \"\",\n      \"payoutInstrumentId\": \"\",\n      \"payoutInstrumentType\": \"\",\n      \"currency\": \"\",\n      \"dateTimeCreated\": \"\",\n      \"version\": 0,\n      \"accountHolderName\": \"\",\n      \"swiftBic\": \"\",\n      \"bankCode\": \"\",\n      \"accountNumber\": \"\",\n      \"accountType\": \"\",\n      \"iban\": \"\",\n      \"bankName\": \"\",\n      \"address\": {\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"countryCode\": \"\",\n        \"postalCode\": \"\",\n        \"type\": \"\"\n      },\n      \"branchCode\": \"\"\n    }\n  ]\n}\n\n ```"
          },
          "response": [
            {
              "name": "Reactivate_Party_Person_200_modular",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "3481d5a6-ea53-4337-85da-97149cdc142b",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"active\" : true\n   \n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}/activation",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}",
                    "activation"
                  ]
                }
              },
              "status": "Created",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "wp-correlationid",
                  "value": "c2c9029b-9d58-47e0-a815-002f0a008d68"
                },
                {
                  "key": "x-content-type-options",
                  "value": "nosniff"
                },
                {
                  "key": "x-xss-protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept-Ranges",
                  "value": "bytes"
                },
                {
                  "key": "X-Served-By",
                  "value": "cache-lcy-eglc8600084-LCY"
                },
                {
                  "key": "X-Cache-Hits",
                  "value": "0"
                },
                {
                  "key": "X-Timer",
                  "value": "S1743689727.459135,VS0,VE8179"
                },
                {
                  "key": "Content-Length",
                  "value": "1108"
                },
                {
                  "key": "Date",
                  "value": "Thu, 03 Apr 2025 14:15:35 GMT"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Strict-Transport-Security",
                  "value": "max-age=31536000 ; includeSubDomains"
                },
                {
                  "key": "Set-Cookie",
                  "value": "bm_sv=A64FDE512B7A43D5C7D5635BB7A6CB72~YAAQ5tbXFyr+BvWVAQAAHN4B/Bu5Ph49dDm5zEcBGx+WbmsHUckUJSdrJd2aEIMaxW1SWQafYo8DYV9RcAiNGgydQtnRR0KI4ft1JEooBXhYeTZ9o+AusnKizBtq3L6qqL/ZIgrTdTf+xokICh0YUVVBMuYvn5B7GNkQP6Wrc9KHWYpwwxq/DzSI5HIxEvcWoF8moEVQSvfaQ848KwLfBi+PkFDxuqYf5ME3bQmNG5EoffiSTHGmQmTArJk7kBAZsfV0G9fWWnz0~1; Domain=.access.worldpay.com; Path=/; Expires=Thu, 03 Apr 2025 14:59:20 GMT; Max-Age=2625; SameSite=None; Secure"
                }
              ],
              "cookie": [],
              "body": "{\n    \"active\": true,\n    \"dateTimeActivated\": \"2025-08-01T04:14:04.969Z\"\n}"
            }
          ]
        },
        {
          "name": "Create_Party_Person_orchestrated",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "",
                  "const response = pm.response.json();",
                  "pm.collectionVariables.set(\"personPartyId\", response.partyId);"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"personPayoutInstrumentReference\", pm.variables.replaceIn(\"{{$randomFirstName}}{{$randomInt}}\"));"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"merchant\": {\n        \"entity\": \"{{entity}}\"\n    },\n    \"partyReference\": \"{{$randomFirstName}}{{$randomInt}}\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"person\",\n    \"personalDetails\": {\n        \"title\": \"Mr\",\n        \"firstName\": \"Case\",\n        \"middleName\": \"Henry\",\n        \"lastName\": \"Mitchell\",\n        \"alias\": \"Team Fusion\",\n        \"socialSecurityNumber\": \"098-54-5765\",\n        \"residentialStatus\": \"resident\",\n        \"dateOfBirth\": \"1983-10-12\",\n        \"address\": {\n            \"address1\": \"1847 Kingsbury Court\",\n            \"address2\": \"Unit 42\",\n            \"type\": \"home\",\n            \"city\": \"Manchester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"M1 1AA\"\n        }\n    },\n    \"email\": \"case.mitchell@example.com\",\n    \"phones\": [\n        {\n            \"number\": \"02079461234\",\n            \"prefix\": \"44\"\n        }\n    ],\n    \"balanceAccounts\": [\n        {\n            \"currency\": \"GBP\",\n            \"scheduledPayoutDay\": \"tuesday\",\n            \"payoutInstrumentReference\": \"{{personPayoutInstrumentReference}}\",\n            \"frequency\":\"weekly\"\n        }\n    ],\n    \"payoutInstruments\": [\n        {\n            \"accountHolderName\": \"Case H. Mitchell\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"swiftBic\": \"BUKBGB22\",\n            \"bankCode\": \"045110\",\n            \"branchCode\": \"Taunton Branch\",\n            \"accountNumber\": \"23198765\",\n            \"accountType\": \"checking\",\n            \"iban\": \"GB892019000123456789\",\n            \"bankName\": \"HSBC UK BANK PLC\",\n            \"payoutInstrumentReference\": \"{{personPayoutInstrumentReference}}\",\n            \"currency\": \"GBP\",\n            \"address\": {\n                \"address1\": \"17 Neo-London Financial Tower\",\n                \"address2\": \"Suite 1288\",\n                \"type\": \"business\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"EC1A 1BB\"\n            }\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"NEO456789\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2022-08-01\",\n            \"validTo\": \"2032-08-01\"\n        },\n        {\n            \"type\": \"nationalId\",\n            \"number\": \"ZAIBATSU-00792\",\n            \"issuingInstitution\": \"Zaibatsu Holding HR Dept.\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2025-01-01\",\n            \"validTo\": \"2030-12-31\"\n        }\n    ],\n    \"performIdentityVerification\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties"
              ]
            },
            "description": "This endpoint allows you to create a new party by sending a POST request to {{LocalPartiesUrl}}/parties. The request should include a payload with various details such as party type, personal details, email, phones, balance accounts, payout instruments, and identity documents. Upon successful execution, the API returns a status of 201 along with a JSON response containing details of the created party.\n\nThe response JSON includes information about the created party, such as identity verification state, party reference, party type, party ID, personal details, email, phones, identity documents, balance accounts, date and time of creation, version, and payout instruments. You can use this response as an example to test it with the actual response in the test.\n\nExample response:\n\n``` json\n{\n  \"identityVerificationState\": \"\",\n  \"identityVerificationMethod\": \"\",\n  \"merchant\": {\"entity\": \"\"},\n  \"partyReference\": \"\",\n  \"partyType\": \"\",\n  \"type\": \"\",\n  \"partyId\": \"\",\n  \"personalDetails\": {\n    \"title\": \"\",\n    \"firstName\": \"\",\n    \"middleName\": \"\",\n    \"lastName\": \"\",\n    \"dateOfBirth\": \"\",\n    \"address\": {\n      \"address1\": \"\",\n      \"address2\": \"\",\n      \"city\": \"\",\n      \"countryCode\": \"\",\n      \"postalCode\": \"\",\n      \"type\": \"\"\n    },\n    \"residentialStatus\": \"\",\n    \"currentAddressLessThanThreeYears\": true\n  },\n  \"email\": \"\",\n  \"phones\": [\n    {\"prefix\": \"\", \"number\": \"\"}\n  ],\n  \"identityDocuments\": [\n    {\n      \"type\": \"\",\n      \"number\": \"\",\n      \"issuingInstitution\": \"\",\n      \"issuingCountry\": \"\",\n      \"validFrom\": \"\",\n      \"validTo\": \"\"\n    }\n  ],\n  \"balanceAccounts\": [\n    {\n      \"currency\": \"\",\n      \"balanceAccountId\": \"\",\n      \"dateTimeCreated\": \"\"\n    }\n  ],\n  \"dateTimeCreated\": \"\",\n  \"version\": 0,\n  \"payoutInstruments\": [\n    {\n      \"payoutInstrumentReference\": \"\",\n      \"payoutInstrumentId\": \"\",\n      \"payoutInstrumentType\": \"\",\n      \"currency\": \"\",\n      \"dateTimeCreated\": \"\",\n      \"version\": 0,\n      \"accountHolderName\": \"\",\n      \"swiftBic\": \"\",\n      \"bankCode\": \"\",\n      \"accountNumber\": \"\",\n      \"accountType\": \"\",\n      \"iban\": \"\",\n      \"bankName\": \"\",\n      \"address\": {\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"countryCode\": \"\",\n        \"postalCode\": \"\",\n        \"type\": \"\"\n      },\n      \"branchCode\": \"\"\n    }\n  ]\n}\n\n ```"
          },
          "response": [
            {
              "name": "Person_created_201_orchestrated",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "3fd844ed-fee2-4f8c-a986-34be34446ff6",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"identityVerificationState\": \"started\",\n    \"identityVerificationMethod\": \"identityVerificationService\",\n    \"merchant\": {\n        \"entity\": \"default\"\n    },\n    \"partyReference\": \"Eloise492\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"person\",\n    \"partyId\": \"parSqzuR-BN3s48g4tsTWk-r0\",\n    \"email\": \"case.mitchell@example.com\",\n    \"phones\": [\n        {\n            \"prefix\": \"44\",\n            \"number\": \"02079461234\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"NEO456789\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2022-08-01\",\n            \"validTo\": \"2032-08-01\"\n        },\n        {\n            \"type\": \"nationalId\",\n            \"number\": \"ZAIBATSU-00792\",\n            \"issuingInstitution\": \"Zaibatsu Holding HR Dept.\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2025-01-01\",\n            \"validTo\": \"2030-12-31\"\n        }\n    ],\n    \"balanceAccounts\": [\n        {\n            \"currency\": \"GBP\",\n            \"payoutInstrumentReference\": \"Eleanore567\",\n            \"scheduledPayoutDay\": \"tuesday\",\n            \"frequency\": \"weekly\",\n            \"balanceAccountId\": \"par14zfbNvAmFIm62VRXhaLN0\",\n            \"dateTimeCreated\": \"2025-09-17T17:50:20.126Z\",\n            \"version\": 0,\n            \"nextPayoutDate\": \"2025-09-23\"\n        }\n    ],\n    \"dateTimeCreated\": \"2025-09-17T17:50:20.126Z\",\n    \"version\": 0,\n    \"payoutInstruments\": [\n        {\n            \"payoutInstrumentReference\": \"Eleanore567\",\n            \"payoutInstrumentId\": \"parJ9YWzOxJnpvoibTjBqHw80\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"currency\": \"GBP\",\n            \"dateTimeCreated\": \"2025-09-17T17:50:20.126Z\",\n            \"version\": 0,\n            \"accountHolderName\": \"Case H. Mitchell\",\n            \"swiftBic\": \"BUKBGB22\",\n            \"bankCode\": \"045110\",\n            \"accountNumber\": \"23198765\",\n            \"accountType\": \"checking\",\n            \"iban\": \"GB892019000123456789\",\n            \"bankName\": \"HSBC UK BANK PLC\",\n            \"address\": {\n                \"address1\": \"17 Neo-London Financial Tower\",\n                \"address2\": \"Suite 1288\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"EC1A 1BB\",\n                \"type\": \"business\"\n            },\n            \"branchCode\": \"Taunton Branch\"\n        }\n    ],\n    \"active\": true,\n    \"dateTimeActivated\": \"2025-09-17T17:50:20.126Z\",\n    \"personalDetails\": {\n        \"title\": \"Mr\",\n        \"firstName\": \"Case\",\n        \"middleName\": \"Henry\",\n        \"lastName\": \"Mitchell\",\n        \"dateOfBirth\": \"1983-10-12\",\n        \"address\": {\n            \"address1\": \"1847 Kingsbury Court\",\n            \"address2\": \"Unit 42\",\n            \"city\": \"Manchester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"M1 1AA\",\n            \"type\": \"home\"\n        },\n        \"residentialStatus\": \"resident\",\n        \"currentAddressLessThanThreeYears\": false\n    }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "http://localhost:8086/parties",
                  "protocol": "http",
                  "host": [
                    "localhost"
                  ],
                  "port": "8086",
                  "path": [
                    "parties"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "4b2fece0-2759-46c1-bdec-f03d97c53a92"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Wed, 19 Mar 2025 17:43:23 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"identityVerificationState\": \"started\",\n    \"identityVerificationMethod\": \"identityVerificationService\",\n    \"merchant\": {\n        \"entity\": \"default\"\n    },\n    \"partyReference\": \"Kameron113\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"person\",\n    \"partyId\": \"partJQn6fNOrpQkWSfZScI4t0\",\n    \"email\": \"case.mitchell@example.com\",\n    \"phones\": [\n        {\n            \"prefix\": \"44\",\n            \"number\": \"02079461234\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"NEO456789\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2022-08-01\",\n            \"validTo\": \"2032-08-01\"\n        },\n        {\n            \"type\": \"nationalId\",\n            \"number\": \"ZAIBATSU-00792\",\n            \"issuingInstitution\": \"Zaibatsu Holding HR Dept.\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2025-01-01\",\n            \"validTo\": \"2030-12-31\"\n        }\n    ],\n    \"balanceAccounts\": [\n        {\n            \"currency\": \"GBP\",\n            \"payoutInstrumentReference\": \"Humberto821\",\n            \"scheduledPayoutDay\": \"tuesday\",\n            \"frequency\": \"weekly\",\n            \"balanceAccountId\": \"parhfyKW0fCeGEINcwb3gy9y0\",\n            \"dateTimeCreated\": \"2026-05-15T19:16:57.906Z\",\n            \"version\": 0,\n            \"accountNumber\": \"0000550000092001\",\n            \"nextPayoutDate\": \"2026-05-19\"\n        }\n    ],\n    \"dateTimeCreated\": \"2026-05-15T19:16:57.906Z\",\n    \"version\": 0,\n    \"payoutInstruments\": [\n        {\n            \"payoutInstrumentReference\": \"Humberto821\",\n            \"payoutInstrumentId\": \"parmtD4CeB1oaKbnbGXsveIC0\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"currency\": \"GBP\",\n            \"dateTimeCreated\": \"2026-05-15T19:16:57.906Z\",\n            \"version\": 0,\n            \"accountHolderName\": \"Case H. Mitchell\",\n            \"swiftBic\": \"BUKBGB22\",\n            \"bankCode\": \"045110\",\n            \"accountNumber\": \"23198765\",\n            \"accountType\": \"checking\",\n            \"iban\": \"GB892019000123456789\",\n            \"bankName\": \"HSBC UK BANK PLC\",\n            \"address\": {\n                \"address1\": \"17 Neo-London Financial Tower\",\n                \"address2\": \"Suite 1288\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"EC1A 1BB\",\n                \"type\": \"business\"\n            },\n            \"branchCode\": \"Taunton Branch\"\n        }\n    ],\n    \"active\": true,\n    \"dateTimeActivated\": \"2026-05-15T19:16:57.906Z\",\n    \"personalDetails\": {\n        \"title\": \"Mr\",\n        \"firstName\": \"Case\",\n        \"middleName\": \"Henry\",\n        \"alias\": \"Team Fusion\",\n        \"lastName\": \"Mitchell\",\n        \"socialSecurityNumber\": \"098-54-5765\",\n        \"dateOfBirth\": \"1983-10-12\",\n        \"address\": {\n            \"address1\": \"1847 Kingsbury Court\",\n            \"address2\": \"Unit 42\",\n            \"city\": \"Manchester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"M1 1AA\",\n            \"type\": \"home\"\n        },\n        \"residentialStatus\": \"resident\",\n        \"currentAddressLessThanThreeYears\": false\n    }\n}"
            }
          ]
        },
        {
          "name": "Create_Party_SoleTrader_orchestrated",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "",
                  "const response = pm.response.json();",
                  "pm.collectionVariables.set(\"soleTraderPartyId\", response.partyId);"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"soleTraderPayoutInstrumentReference\", pm.variables.replaceIn(\"{{$randomFirstName}}{{$randomInt}}\"));",
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"merchant\": {\n        \"entity\": \"{{entity}}\"\n    },\n    \"partyReference\": \"{{$randomFirstName}}{{$randomInt}}\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"soleTrader\",\n    \"personalDetails\": {\n        \"merchantCategoryCode\": \"5411\",\n        \"merchantCategoryCodeDescription\": \"Grocery Stores, Supermarkets\",\n        \"website\": \"https://www.example.com/\",\n        \"title\": \"Ms\",\n        \"firstName\": \"Linda\",\n        \"middleName\": \"Liam\",\n        \"lastName\": \"Lee\",\n        \"alias\": \"Team Fusion\",\n        \"tradingName\": \"real name\",\n        \"socialSecurityNumber\": \"098-54-5765\",\n        \"taxIdentifier\": \"GL-123456789\",\n        \"dateOfBirth\": \"1990-07-15\",\n          \"address\": {\n            \"address1\": \"123 Sprawl Avenue\",\n            \"address2\": \"Flat 202\",\n            \"city\": \"Chester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"CH1 4PL\",\n            \"type\": \"home\"\n        },\n        \"residentialStatus\": \"resident\",\n        \"customerReference\": \"customerrefSoleTrader\",\n        \"nationality\": \"GB\",\n        \"currentAddressLessThanThreeYears\": true,\n        \"isTradingAddressSameAsPrimary\": true,\n        \"previousHomeAddress\": {\n            \"address1\": \"456 Sprawl Avenue\",\n            \"address2\": \"Flat 303\",\n            \"city\": \"Chester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"CH2 4PL\",\n            \"type\": \"other\"\n        }\n    },\n    \"email\": \"lee.linda@example.com\",\n    \"phones\": [\n        {\n            \"prefix\": \"81\",\n            \"number\": \"9098765432\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"789\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2021-01-01\",\n            \"validTo\": \"2031-01-01\"\n        },\n        {\n            \"type\": \"taxRegistrationCode\",\n            \"number\": \"123\",\n            \"issuingInstitution\": \"HMRC\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2023-11-30\",\n            \"validTo\": \"2030-12-30\"\n        }\n    ],\n    \"balanceAccounts\": [\n        {\n            \"currency\": \"INR\"\n        },\n        {\n            \"currency\": \"GBP\",\n            \"payoutInstrumentReference\": \"{{soleTraderPayoutInstrumentReference}}\",\n            \"frequency\":\"daily\"\n        }\n\n    ],\n    \"payoutInstruments\": [\n        {\n            \"payoutInstrumentReference\": \"{{soleTraderPayoutInstrumentReference}}\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"currency\": \"GBP\",\n            \"accountHolderName\": \"Linda Lee\",\n            \"swiftBic\": \"LLOYGB21\",\n            \"bankCode\": \"000112\",\n            \"branchCode\": \"Bradford Branch\",\n            \"accountNumber\": \"12345678\",\n            \"accountType\": \"savings\",\n            \"iban\": \"JP123000400003123456789\",\n            \"bankName\": \"Lloyds Bank\",\n            \"address\": {\n                \"address1\": \"789 Sakura Street\",\n                \"address2\": \"Suite 5A\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"E1 6AN\",\n                \"type\": \"other\"\n            }\n        }\n    ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties"
              ]
            }
          },
          "response": [
            {
              "name": "SoleTrader_created_201_orchestrated",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "e3c04766-fc8d-4ee5-9b16-2745bb188fe7",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"merchant\": {\n        \"entity\": \"default\"\n    },\n    \"partyReference\": \"Linda99620101\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"soleTrader\",\n    \"personalDetails\": {\n        \"merchantCategoryCode\": \"5411\",\n        \"merchantCategoryCodeDescription\": \"Grocery Stores, Supermarkets\",\n        \"website\": \"https://www.example.com/\",\n        \"title\": \"Ms\",\n        \"firstName\": \"Linda\",\n        \"middleName\": \"Liam\",\n        \"lastName\": \"Lee\",\n        \"dateOfBirth\": \"1990-07-15\",\n          \"address\": {\n            \"address1\": \"123 Sprawl Avenue\",\n            \"address2\": \"Flat 202\",\n            \"city\": \"Chester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"CH1 4PL\",\n            \"type\": \"home\"\n        },\n        \"residentialStatus\": \"resident\",\n        \"customerReference\": \"customerrefSoleTrader\",\n        \"nationality\": \"GB\",\n        \"currentAddressLessThanThreeYears\": true,\n        \"previousHomeAddress\": {\n            \"address1\": \"456 Sprawl Avenue\",\n            \"address2\": \"Flat 303\",\n            \"city\": \"Chester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"CH2 4PL\",\n            \"type\": \"other\"\n        }\n    },\n    \"email\": \"lee.linda@example.com\",\n    \"phones\": [\n        {\n            \"prefix\": \"81\",\n            \"number\": \"9098765432\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"789\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2021-01-01\",\n            \"validTo\": \"2031-01-01\"\n        },\n        {\n            \"type\": \"taxRegistrationCode\",\n            \"number\": \"123\",\n            \"issuingInstitution\": \"HMRC\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2023-11-30\",\n            \"validTo\": \"2030-12-30\"\n        }\n    ],\n    \"balanceAccounts\": [\n        {\n            \"currency\": \"GBP\"\n        }\n    ],\n    \"payoutInstruments\": [\n        {\n            \"payoutInstrumentReference\": \"Kelsie06665918\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"currency\": \"GBP\",\n            \"accountHolderName\": \"Linda Lee\",\n            \"swiftBic\": \"LLOYGB21\",\n            \"bankCode\": \"000112\",\n            \"branchCode\": \"Bradford Branch\",\n            \"accountNumber\": \"12345678\",\n            \"accountType\": \"savings\",\n            \"iban\": \"JP123000400003123456789\",\n            \"bankName\": \"Lloyds Bank\",\n            \"address\": {\n                \"address1\": \"789 Sakura Street\",\n                \"address2\": \"Suite 5A\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"E1 6AN\",\n                \"type\": \"other\"\n            }\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "http://localhost:8086/parties",
                  "protocol": "http",
                  "host": [
                    "localhost"
                  ],
                  "port": "8086",
                  "path": [
                    "parties"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "36ab601a-b170-4684-a529-daeefa769627"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Wed, 19 Mar 2025 17:44:52 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"identityVerificationState\": \"notVerified\",\n    \"identityVerificationMethod\": \"identityVerificationService\",\n    \"merchant\": {\n        \"entity\": \"default\"\n    },\n    \"partyReference\": \"Brennon898\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"soleTrader\",\n    \"partyId\": \"par-lLx3uhOb3TTDeX2DqxJD0\",\n    \"email\": \"lee.linda@example.com\",\n    \"phones\": [\n        {\n            \"prefix\": \"81\",\n            \"number\": \"9098765432\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"789\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2021-01-01\",\n            \"validTo\": \"2031-01-01\"\n        },\n        {\n            \"type\": \"taxRegistrationCode\",\n            \"number\": \"123\",\n            \"issuingInstitution\": \"HMRC\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2023-11-30\",\n            \"validTo\": \"2030-12-30\"\n        }\n    ],\n    \"balanceAccounts\": [\n        {\n            \"currency\": \"INR\",\n            \"balanceAccountId\": \"parOumJ96zUm8c1wBT-ddO5n0\",\n            \"dateTimeCreated\": \"2026-05-15T19:45:13.260Z\",\n            \"version\": 0,\n            \"accountNumber\": \"0000550000096001\"\n        },\n        {\n            \"currency\": \"GBP\",\n            \"payoutInstrumentReference\": \"Lynn21\",\n            \"frequency\": \"daily\",\n            \"balanceAccountId\": \"parA-7jialqnOf3d3vv4TFjj0\",\n            \"dateTimeCreated\": \"2026-05-15T19:45:13.260Z\",\n            \"version\": 0,\n            \"accountNumber\": \"0000550000096002\",\n            \"nextPayoutDate\": \"2026-05-18\"\n        }\n    ],\n    \"dateTimeCreated\": \"2026-05-15T19:45:13.259Z\",\n    \"version\": 0,\n    \"payoutInstruments\": [\n        {\n            \"payoutInstrumentReference\": \"Lynn21\",\n            \"payoutInstrumentId\": \"parkB_SfRObZt55iwBpEV8iw0\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"currency\": \"GBP\",\n            \"dateTimeCreated\": \"2026-05-15T19:45:13.260Z\",\n            \"version\": 0,\n            \"accountHolderName\": \"Linda Lee\",\n            \"swiftBic\": \"LLOYGB21\",\n            \"bankCode\": \"000112\",\n            \"accountNumber\": \"12345678\",\n            \"accountType\": \"savings\",\n            \"iban\": \"JP123000400003123456789\",\n            \"bankName\": \"Lloyds Bank\",\n            \"address\": {\n                \"address1\": \"789 Sakura Street\",\n                \"address2\": \"Suite 5A\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"E1 6AN\",\n                \"type\": \"other\"\n            },\n            \"branchCode\": \"Bradford Branch\"\n        }\n    ],\n    \"active\": true,\n    \"dateTimeActivated\": \"2026-05-15T19:45:13.259Z\",\n    \"personalDetails\": {\n        \"title\": \"Ms\",\n        \"firstName\": \"Linda\",\n        \"middleName\": \"Liam\",\n        \"alias\": \"Team Fusion\",\n        \"lastName\": \"Lee\",\n        \"socialSecurityNumber\": \"098-54-5765\",\n        \"dateOfBirth\": \"1990-07-15\",\n        \"address\": {\n            \"address1\": \"123 Sprawl Avenue\",\n            \"address2\": \"Flat 202\",\n            \"city\": \"Chester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"CH1 4PL\",\n            \"type\": \"home\"\n        },\n        \"residentialStatus\": \"resident\",\n        \"customerReference\": \"customerrefSoleTrader\",\n        \"nationality\": \"GB\",\n        \"currentAddressLessThanThreeYears\": true,\n        \"previousHomeAddress\": {\n            \"address1\": \"456 Sprawl Avenue\",\n            \"address2\": \"Flat 303\",\n            \"city\": \"Chester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"CH2 4PL\",\n            \"type\": \"other\"\n        },\n        \"website\": \"https://www.example.com/\",\n        \"tradingName\": \"real name\",\n        \"taxIdentifier\": \"GL-123456789\",\n        \"merchantCategoryCode\": \"5411\",\n        \"merchantCategoryCodeDescription\": \"Grocery Stores, Supermarkets\",\n        \"isTradingAddressSameAsPrimary\": true\n    }\n}"
            }
          ]
        },
        {
          "name": "Create_Party_Company_orchestrated",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "const response = pm.response.json();",
                  "pm.collectionVariables.set(\"companyPartyId\", response.partyId);",
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"companyPayoutInstrumentReference\", pm.variables.replaceIn(\"{{$randomFirstName}}{{$randomInt}}\"));",
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text",
                "disabled": true
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"merchant\": {\n        \"entity\": \"{{entity}}\"\n    },\n    \"partyReference\": \"{{$randomFirstName}}{{$randomInt}}\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"company\",\n    \"companyDetails\": {\n        \"legalName\": \"Tessier-Ashpool Systems Ltd.\",\n        \"tradingName\": \"Example.co.uk\",\n        \"customerReference\": \"CustRefZA98765\",\n        \"registrationNumber\": \"7564389201\",\n        \"taxIdentifier\": \"GB-987654321\",\n        \"companyType\": \"publicLimitedCompany\",\n        \"dateOfIncorporation\": \"1977-07-04\",\n        \"merchantCategoryCode\": \"5734\",\n        \"merchantCategoryCodeDescription\": \"Computer Software Stores\",\n        \"isTradingAddressSameAsPrimary\": false,\n        \"website\": \"https://www.example.com\",\n        \"legalAddress\": {\n            \"address1\": \"7 Straylight Complex\",\n            \"address2\": \"Corporate District, Level 99\",\n            \"type\": \"business\",\n            \"city\": \"London\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"EC1A 1BB\"\n        },\n        \"tradingAddress\": {\n            \"address1\": \"789 Freeside Blvd\",\n            \"address2\": \"Villa Straylight\",\n            \"city\": \"Manchester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"M1 1AA\",\n            \"type\": \"poBox\"\n        }\n    },\n    \"email\": \"info@example.com\",\n    \"phones\": [\n        {\n            \"number\": \"8475932\",\n            \"prefix\": \"81\"\n        }\n    ],\n    \"balanceAccounts\": [\n        {\n            \"currency\": \"GBP\"\n        },\n        {\n            \"currency\": \"EUR\",\n            \"scheduledPayoutDay\": \"monday\",\n            \"payoutInstrumentReference\": \"{{companyPayoutInstrumentReference}}\",\n            \"frequency\": \"monthly\",\n            \"recurrence\":\"first\"\n        }\n    ],\n    \"payoutInstruments\": [\n        {\n            \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"swiftBic\": \"FSFCGB33\",\n            \"bankCode\": \"045110\",\n            \"branchCode\": \"Barclays Branch\",\n            \"accountNumber\": \"12345678\",\n            \"accountType\": \"savings\",\n            \"iban\": \"GB33TASS12345678901234\",\n            \"bankName\": \"Freeside Financial Corporation\",\n            \"payoutInstrumentReference\": \"{{companyPayoutInstrumentReference}}\",\n            \"currency\": \"EUR\",\n            \"address\": {\n                \"address1\": \"3 Villa Straylight\",\n                \"address2\": \"Freeside\",\n                \"type\": \"business\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"EC1A 1BB\"\n            }\n        }\n    ],\n    \"beneficialOwners\": [\n        {\n            \"beneficialOwnerReference\": \"{{$randomFirstName}}{{$randomInt}}\",\n            \"personalDetails\": {\n                \"title\": \"Dr\",\n                \"firstName\": \"Peter\",\n                \"middleName\": \"Illusionet\",\n                \"lastName\": \"Riviera\",\n                \"residentialStatus\": \"nonResident\",\n                \"dateOfBirth\": \"1972-03-22\",\n                \"nationality\": \"GB\",\n                \"address\": {\n                    \"address1\": \"789 Downing Street\",\n                    \"address2\": \"Flat 404\",\n                    \"city\": \"London\",\n                    \"type\": \"home\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"SW1A 2AA\"\n                },\n                \"currentAddressLessThanThreeYears\": true,\n                \"previousHomeAddress\": {\n                    \"address1\": \"123 Oxford Street\",\n                    \"address2\": \"Flat 101\",\n                    \"city\": \"London\",\n                    \"type\": \"home\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"W1D 1LP\"\n                }\n            },\n            \"relationshipToBusiness\": {\n                \"ownershipPercentage\": 10,\n                \"director\": false,\n                \"position\": \"partner\"\n            },\n            \"identityDocuments\": [\n                {\n                    \"type\": \"passport\",\n                    \"number\": \"B98765432\",\n                    \"issuingInstitution\": \"UK Passport Office\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2018-05-15\",\n                    \"validTo\": \"2028-05-15\"\n                }\n            ],\n            \"email\": \"peter.riviera@example.com\",\n            \"phones\": [\n                {\n                    \"number\": \"0205556789\",\n                    \"prefix\": \"44\"\n                }\n            ]\n        },\n        {\n            \"beneficialOwnerReference\": \"{{$randomFirstName}}{{$randomInt}}\",\n            \"personalDetails\": {\n                \"title\": \"Ms\",\n                \"firstName\": \"Molly\",\n                \"middleName\": \"Puppet\",\n                \"lastName\": \"Millions\",\n                \"residentialStatus\": \"resident\",\n                \"dateOfBirth\": \"1980-05-15\",\n                \"nationality\": \"GB\",\n                \"address\": {\n                    \"address1\": \"456 Sprawl Street\",\n                    \"address2\": \"Flat 101\",\n                    \"city\": \"Burbank\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"RM1 4PL\"\n                },\n                \"currentAddressLessThanThreeYears\": true,\n                \"previousHomeAddress\": {\n                    \"address1\": \"789 Night City Blvd\",\n                    \"address2\": \"Flat 303\",\n                    \"city\": \"Night City\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"RM2 3PL\"\n                }\n            },\n            \"relationshipToBusiness\": {\n                \"ownershipPercentage\": 25,\n                \"director\": false,\n                \"position\": \"officeManager\"\n            },\n            \"identityDocuments\": [\n                {\n                    \"type\": \"passport\",\n                    \"number\": \"A12345678\",\n                    \"issuingInstitution\": \"UK Passport Office\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2020-01-01\",\n                    \"validTo\": \"2030-01-01\"\n                }\n            ],\n            \"email\": \"molly.millions@example.com\",\n            \"phones\": [\n                {\n                    \"number\": \"02079461234\",\n                    \"prefix\": \"44\"\n                }\n            ]\n        }\n    ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties"
              ]
            }
          },
          "response": [
            {
              "name": "Company_created_201_orchestrated",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "d73c8f5a-c095-4ae4-a298-af5a253ea26a",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"merchant\": {\n    \"entity\": \"default\"\n  },\n  \"partyReference\": \"Tina99920101\",\n  \"partyType\": \"beneficiary\",\n  \"type\": \"company\",\n  \"companyDetails\": {\n    \"legalName\": \"Tessier-Ashpool Systems Ltd.\",\n    \"tradingName\": \"Example.co.uk\",\n    \"customerReference\": \"CustRefZA98765\",\n    \"registrationNumber\": \"7564389201\",\n    \"vatNumber\": \"GB987654321\",\n    \"companyType\": \"Public Limited\",\n    \"dateOfIncorporation\": \"1977-07-04\",\n    \"merchantCategoryCode\": \"5734\",\n    \"merchantCategoryCodeDescription\": \"Computer Software Stores\",\n    \"website\": \"https://www.example.com\",\n    \"legalAddress\": {\n      \"address1\": \"7 Straylight Complex\",\n      \"address2\": \"Corporate District, Level 99\",\n      \"type\": \"business\",\n      \"city\": \"London\",\n      \"countryCode\": \"GB\",\n      \"postalCode\": \"EC1A 1BB\"\n    },\n    \"tradingAddress\": {\n      \"address1\": \"789 Freeside Blvd\",\n      \"address2\": \"Villa Straylight\",\n      \"city\": \"Manchester\",\n      \"countryCode\": \"GB\",\n      \"postalCode\": \"M1 1AA\",\n      \"type\": \"poBox\"\n    }\n  },\n  \"email\": \"info@example.com\",\n  \"phones\": [\n    {\n      \"number\": \"8475932\",\n      \"prefix\": \"81\"\n    }\n  ],\n  \"balanceAccounts\": [\n    {\n      \"currency\": \"GBP\"\n    }\n  ],\n  \"payoutInstruments\": [\n    {\n      \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n      \"payoutInstrumentType\": \"bankAccount\",\n      \"swiftBic\": \"FSFCGB33\",\n      \"bankCode\": \"045110\",\n      \"branchCode\": \"Barclays Branch\",\n      \"accountNumber\": \"1234567890\",\n      \"accountType\": \"savings\",\n      \"iban\": \"GB33TASS12345678901234\",\n      \"bankName\": \"Freeside Financial Corporation\",\n      \"payoutInstrumentReference\": \"TASynthPayout001\",\n      \"currency\": \"GBP\",\n      \"address\": {\n        \"address1\": \"Villa Straylight\",\n        \"address2\": \"Freeside\",\n        \"type\": \"business\",\n        \"city\": \"London\",\n        \"countryCode\": \"GB\",\n        \"postalCode\": \"EC1A 1BB\"\n      }\n    }\n  ],\n  \"beneficialOwners\": [\n    {\n      \"beneficialOwnerReference\": \"owner27\",\n      \"personalDetails\": {\n        \"title\": \"Dr\",\n        \"firstName\": \"Peter\",\n        \"middleName\": \"Illusionet\",\n        \"lastName\": \"Riviera\",\n        \"residentialStatus\": \"nonResident\",\n        \"dateOfBirth\": \"1972-03-22\",\n        \"nationality\": \"GB\",\n        \"address\": {\n          \"address1\": \"789 Downing Street\",\n          \"address2\": \"Flat 404\",\n          \"city\": \"London\",\n          \"type\": \"home\",\n          \"countryCode\": \"GB\",\n          \"postalCode\": \"SW1A 2AA\"\n        },\n        \"currentAddressLessThanThreeYears\": true,\n        \"previousHomeAddress\": {\n          \"address1\": \"123 Oxford Street\",\n          \"address2\": \"Flat 101\",\n          \"city\": \"London\",\n          \"type\": \"home\",\n          \"countryCode\": \"GB\",\n          \"postalCode\": \"W1D 1LP\"\n        }\n      },\n      \"relationshipToBusiness\": {\n        \"ownershipPercentage\": 10,\n        \"director\": false,\n        \"position\": \"partner\"\n      },\n      \"identityDocuments\": [\n        {\n          \"type\": \"passport\",\n          \"number\": \"B98765432\",\n          \"issuingInstitution\": \"UK Passport Office\",\n          \"issuingCountry\": \"GB\",\n          \"validFrom\": \"2018-05-15\",\n          \"validTo\": \"2028-05-15\"\n        }\n      ],\n      \"email\": \"peter.riviera@example.com\",\n      \"phones\": [\n        {\n          \"number\": \"0205556789\",\n          \"prefix\": \"44\"\n        }\n      ]\n    },\n    {\n      \"beneficialOwnerReference\": \"owner26\",\n      \"personalDetails\": {\n        \"title\": \"Ms\",\n        \"firstName\": \"Molly\",\n        \"middleName\": \"Puppet\",\n        \"lastName\": \"Millions\",\n        \"residentialStatus\": \"resident\",\n        \"dateOfBirth\": \"1980-05-15\",\n        \"nationality\": \"GB\",\n        \"address\": {\n          \"address1\": \"456 Sprawl Street\",\n          \"address2\": \"Flat 101\",\n          \"city\": \"Burbank\",\n          \"countryCode\": \"GB\",\n          \"postalCode\": \"RM1 4PL\"\n        },\n        \"currentAddressLessThanThreeYears\": true,\n        \"previousHomeAddress\": {\n          \"address1\": \"789 Night City Blvd\",\n          \"address2\": \"Flat 303\",\n          \"city\": \"Night City\",\n          \"countryCode\": \"GB\",\n          \"postalCode\": \"RM2 3PL\"\n        }\n      },\n      \"relationshipToBusiness\": {\n        \"ownershipPercentage\": 25,\n        \"director\": false,\n        \"position\": \"officeManager\"\n      },\n      \"identityDocuments\": [\n        {\n          \"type\": \"passport\",\n          \"number\": \"A12345678\",\n          \"issuingInstitution\": \"UK Passport Office\",\n          \"issuingCountry\": \"GB\",\n          \"validFrom\": \"2020-01-01\",\n          \"validTo\": \"2030-01-01\"\n        }\n      ],\n      \"email\": \"molly.millions@example.com\",\n      \"phones\": [\n        {\n          \"number\": \"02079461234\",\n          \"prefix\": \"44\"\n        }\n      ]\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "http://localhost:8086/parties",
                  "protocol": "http",
                  "host": [
                    "localhost"
                  ],
                  "port": "8086",
                  "path": [
                    "parties"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "65eb4ce6-bace-4f79-97c1-c96a1b9a5673"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Wed, 19 Mar 2025 14:45:17 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"identityVerificationState\": \"notVerified\",\n    \"identityVerificationMethod\": \"identityVerificationService\",\n    \"merchant\": {\n        \"entity\": \"default\"\n    },\n    \"partyReference\": \"Sienna637\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"company\",\n    \"partyId\": \"parTxRH4lqDFCUbFILk60oAk0\",\n    \"email\": \"info@example.com\",\n    \"phones\": [\n        {\n            \"prefix\": \"81\",\n            \"number\": \"8475932\"\n        }\n    ],\n    \"identityDocuments\": [],\n    \"balanceAccounts\": [\n        {\n            \"currency\": \"GBP\",\n            \"balanceAccountId\": \"partaiaix6PwkHG28PdWWycV0\",\n            \"dateTimeCreated\": \"2026-05-15T19:26:45.539Z\",\n            \"version\": 0,\n            \"accountNumber\": \"0000550000095001\"\n        },\n        {\n            \"currency\": \"EUR\",\n            \"payoutInstrumentReference\": \"Lonny724\",\n            \"scheduledPayoutDay\": \"monday\",\n            \"frequency\": \"monthly\",\n            \"recurrence\": \"first\",\n            \"balanceAccountId\": \"par7yYro8rg-1aAVURKfpn6m0\",\n            \"dateTimeCreated\": \"2026-05-15T19:26:45.539Z\",\n            \"version\": 0,\n            \"accountNumber\": \"0000550000095002\",\n            \"nextPayoutDate\": \"2026-06-01\"\n        }\n    ],\n    \"dateTimeCreated\": \"2026-05-15T19:26:45.538Z\",\n    \"version\": 0,\n    \"payoutInstruments\": [\n        {\n            \"payoutInstrumentReference\": \"Lonny724\",\n            \"payoutInstrumentId\": \"parEDJkdyKHaPms3sgHlAPDJ0\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"currency\": \"EUR\",\n            \"dateTimeCreated\": \"2026-05-15T19:26:45.538Z\",\n            \"version\": 0,\n            \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n            \"swiftBic\": \"FSFCGB33\",\n            \"bankCode\": \"045110\",\n            \"accountNumber\": \"12345678\",\n            \"accountType\": \"savings\",\n            \"iban\": \"GB33TASS12345678901234\",\n            \"bankName\": \"Freeside Financial Corporation\",\n            \"address\": {\n                \"address1\": \"3 Villa Straylight\",\n                \"address2\": \"Freeside\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"EC1A 1BB\",\n                \"type\": \"business\"\n            },\n            \"branchCode\": \"Barclays Branch\"\n        }\n    ],\n    \"active\": true,\n    \"dateTimeActivated\": \"2026-05-15T19:26:45.538Z\",\n    \"companyDetails\": {\n        \"merchantCategoryCode\": \"5734\",\n        \"merchantCategoryCodeDescription\": \"Computer Software Stores\",\n        \"website\": \"https://www.example.com\",\n        \"legalName\": \"Tessier-Ashpool Systems Ltd.\",\n        \"tradingName\": \"Example.co.uk\",\n        \"registrationNumber\": \"7564389201\",\n        \"taxIdentifier\": \"GB-987654321\",\n        \"companyType\": \"publicLimitedCompany\",\n        \"dateOfIncorporation\": \"1977-07-04\",\n        \"legalAddress\": {\n            \"address1\": \"7 Straylight Complex\",\n            \"address2\": \"Corporate District, Level 99\",\n            \"city\": \"London\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"EC1A 1BB\",\n            \"type\": \"business\"\n        },\n        \"tradingAddress\": {\n            \"address1\": \"789 Freeside Blvd\",\n            \"address2\": \"Villa Straylight\",\n            \"city\": \"Manchester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"M1 1AA\",\n            \"type\": \"poBox\"\n        },\n        \"customerReference\": \"CustRefZA98765\",\n        \"isTradingAddressSameAsPrimary\": false\n    },\n    \"beneficialOwners\": [\n        {\n            \"identityVerificationState\": \"notVerified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"beneficialOwnerReference\": \"Dedric889\",\n            \"beneficialOwnerId\": \"parUQA4B3DTae7PwcbgrnfqD0\",\n            \"personalDetails\": {\n                \"title\": \"Dr\",\n                \"firstName\": \"Peter\",\n                \"middleName\": \"Illusionet\",\n                \"lastName\": \"Riviera\",\n                \"dateOfBirth\": \"1972-03-22\",\n                \"address\": {\n                    \"address1\": \"789 Downing Street\",\n                    \"address2\": \"Flat 404\",\n                    \"city\": \"London\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"SW1A 2AA\",\n                    \"type\": \"home\"\n                },\n                \"residentialStatus\": \"nonResident\",\n                \"nationality\": \"GB\",\n                \"currentAddressLessThanThreeYears\": true,\n                \"previousHomeAddress\": {\n                    \"address1\": \"123 Oxford Street\",\n                    \"address2\": \"Flat 101\",\n                    \"city\": \"London\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"W1D 1LP\",\n                    \"type\": \"home\"\n                }\n            },\n            \"relationshipToBusiness\": {\n                \"ownershipPercentage\": 10.0,\n                \"director\": false,\n                \"isPrincipalOwner\": false,\n                \"position\": \"partner\"\n            },\n            \"email\": \"peter.riviera@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"44\",\n                    \"number\": \"0205556789\"\n                }\n            ],\n            \"identityDocuments\": [\n                {\n                    \"type\": \"passport\",\n                    \"number\": \"B98765432\",\n                    \"issuingInstitution\": \"UK Passport Office\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2018-05-15\",\n                    \"validTo\": \"2028-05-15\"\n                }\n            ],\n            \"dateTimeCreated\": \"2026-05-15T19:26:45.538Z\",\n            \"version\": 0\n        },\n        {\n            \"identityVerificationState\": \"notVerified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"beneficialOwnerReference\": \"Emilio205\",\n            \"beneficialOwnerId\": \"parRP_WCC87cHImFRUByTgGp0\",\n            \"personalDetails\": {\n                \"title\": \"Ms\",\n                \"firstName\": \"Molly\",\n                \"middleName\": \"Puppet\",\n                \"lastName\": \"Millions\",\n                \"dateOfBirth\": \"1980-05-15\",\n                \"address\": {\n                    \"address1\": \"456 Sprawl Street\",\n                    \"address2\": \"Flat 101\",\n                    \"city\": \"Burbank\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"RM1 4PL\"\n                },\n                \"residentialStatus\": \"resident\",\n                \"nationality\": \"GB\",\n                \"currentAddressLessThanThreeYears\": true,\n                \"previousHomeAddress\": {\n                    \"address1\": \"789 Night City Blvd\",\n                    \"address2\": \"Flat 303\",\n                    \"city\": \"Night City\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"RM2 3PL\"\n                }\n            },\n            \"relationshipToBusiness\": {\n                \"ownershipPercentage\": 25.0,\n                \"director\": false,\n                \"isPrincipalOwner\": false,\n                \"position\": \"officeManager\"\n            },\n            \"email\": \"molly.millions@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"44\",\n                    \"number\": \"02079461234\"\n                }\n            ],\n            \"identityDocuments\": [\n                {\n                    \"type\": \"passport\",\n                    \"number\": \"A12345678\",\n                    \"issuingInstitution\": \"UK Passport Office\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2020-01-01\",\n                    \"validTo\": \"2030-01-01\"\n                }\n            ],\n            \"dateTimeCreated\": \"2026-05-15T19:26:45.538Z\",\n            \"version\": 0\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "Create_Beneficial_Owner_modular",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "const response = pm.response.json();",
                  "pm.collectionVariables.set(\"beneficialOwnerId\", response.beneficialOwnerId);"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"companyPartyId\"))"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"beneficialOwnerReference\": \"{{$randomFirstName}}{{$randomInt}}\",\n    \"personalDetails\": {\n        \"title\": \"Dr\",\n        \"firstName\": \"John\",\n        \"middleName\": \"Illusionet\",\n        \"lastName\": \"Bailey\",\n        \"alias\": \"Team Fusion\",\n        \"socialSecurityNumber\": \"098-54-5765\",\n        \"residentialStatus\": \"nonResident\",\n        \"dateOfBirth\": \"1972-05-22\",\n        \"nationality\": \"GB\", \n        \"address\": {\n            \"address1\": \"200 Downing Street\",\n            \"address2\": \"Flat 404\",\n            \"city\": \"London\",\n            \"type\": \"home\",\n            \"countryCode\": \"GB\",  \n            \"postalCode\": \"SW1A 2AA\"  \n        },\n        \"currentAddressLessThanThreeYears\": true,\n        \"previousHomeAddress\": {\n            \"address1\": \"425 Oxford Street\",\n            \"address2\": \"Flat 101\",\n            \"city\": \"London\",\n            \"type\": \"home\",\n            \"countryCode\": \"GB\",  \n            \"postalCode\": \"W1D 1LP\"  \n        }\n    },\n    \"relationshipToBusiness\": {\n        \"ownershipPercentage\": 10.0,\n        \"director\": false,\n        \"position\": \"partner\"\n    },\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"B98765432\",\n            \"issuingInstitution\": \"UK Passport Office\",  \n            \"issuingCountry\": \"GB\",  \n            \"validFrom\": \"2018-05-15\",\n            \"validTo\": \"2028-05-15\"\n        }\n    ],\n    \"email\": \"John.bailey@example.com\",  \n    \"phones\": [\n        {\n            \"number\": \"0205556789\",  \n            \"prefix\": \"44\" \n        }\n    ]\n}\n \n",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/beneficialOwners",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "beneficialOwners"
              ]
            }
          },
          "response": [
            {
              "name": "Beneficial_owner_created_201_modular",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "a521f931-1e23-4f28-a0d6-a5da5bf8dcf2",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"beneficialOwnerReference\": \"owner28\",\n    \"personalDetails\": {\n        \"title\": \"Dr\",\n        \"firstName\": \"John\",\n        \"middleName\": \"Illusionet\",\n        \"lastName\": \"Bailey\",\n        \"residentialStatus\": \"nonResident\",\n        \"dateOfBirth\": \"1972-05-22\",\n        \"nationality\": \"GB\", \n        \"address\": {\n            \"address1\": \"200 Downing Street\",\n            \"address2\": \"Flat 404\",\n            \"city\": \"London\",\n            \"type\": \"home\",\n            \"countryCode\": \"GB\",  \n            \"postalCode\": \"SW1A 2AA\"  \n        },\n        \"currentAddressLessThanThreeYears\": true,\n        \"previousHomeAddress\": {\n            \"address1\": \"425 Oxford Street\",\n            \"address2\": \"Flat 101\",\n            \"city\": \"London\",\n            \"type\": \"home\",\n            \"countryCode\": \"GB\",  \n            \"postalCode\": \"W1D 1LP\"  \n        }\n    },\n    \"relationshipToBusiness\": {\n        \"ownershipPercentage\": 10.0,\n        \"director\": false,\n        \"position\": \"partner\"\n    },\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"B98765432\",\n            \"issuingInstitution\": \"UK Passport Office\",  \n            \"issuingCountry\": \"GB\",  \n            \"validFrom\": \"2018-05-15\",\n            \"validTo\": \"2028-05-15\"\n        }\n    ],\n    \"email\": \"John.bailey@example.com\",  \n    \"phones\": [\n        {\n            \"number\": \"0205556789\",  \n            \"prefix\": \"44\" \n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "http://localhost:8086/parties//beneficialOwners",
                  "protocol": "http",
                  "host": [
                    "localhost"
                  ],
                  "port": "8086",
                  "path": [
                    "parties",
                    "",
                    "beneficialOwners"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "dfad5abf-1d62-4334-bd6b-dcf83e00824e"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Wed, 05 Mar 2025 16:37:17 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"identityVerificationState\": \"notVerified\",\n    \"identityVerificationMethod\": \"identityVerificationService\",\n    \"beneficialOwnerReference\": \"Sarina843\",\n    \"beneficialOwnerId\": \"parNVWlLGn7ooKsEbCKmWX530\",\n    \"personalDetails\": {\n        \"title\": \"Dr\",\n        \"firstName\": \"John\",\n        \"middleName\": \"Illusionet\",\n        \"alias\": \"Team Fusion\",\n        \"lastName\": \"Bailey\",\n        \"socialSecurityNumber\": \"098-54-5765\",\n        \"dateOfBirth\": \"1972-05-22\",\n        \"address\": {\n            \"address1\": \"200 Downing Street\",\n            \"address2\": \"Flat 404\",\n            \"city\": \"London\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"SW1A 2AA\",\n            \"type\": \"home\"\n        },\n        \"residentialStatus\": \"nonResident\",\n        \"nationality\": \"GB\",\n        \"currentAddressLessThanThreeYears\": true,\n        \"previousHomeAddress\": {\n            \"address1\": \"425 Oxford Street\",\n            \"address2\": \"Flat 101\",\n            \"city\": \"London\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"W1D 1LP\",\n            \"type\": \"home\"\n        }\n    },\n    \"relationshipToBusiness\": {\n        \"ownershipPercentage\": 10.0,\n        \"director\": false,\n        \"isPrincipalOwner\": false,\n        \"position\": \"partner\"\n    },\n    \"email\": \"John.bailey@example.com\",\n    \"phones\": [\n        {\n            \"prefix\": \"44\",\n            \"number\": \"0205556789\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"B98765432\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2018-05-15\",\n            \"validTo\": \"2028-05-15\"\n        }\n    ],\n    \"dateTimeCreated\": \"2026-02-03T21:17:18.291Z\",\n    \"version\": 0\n}"
            }
          ]
        },
        {
          "name": "Create_PayoutInstrument_Person_modular",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "const response = pm.response.json();",
                  "pm.collectionVariables.set(\"personPayoutInstrumentId\", response.payoutInstrumentId);"
                ],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"personPartyId\"));",
                  "pm.collectionVariables.set(\"personPayoutInstrumentReference\", pm.variables.replaceIn(\"{{$randomFirstName}}{{$randomInt}}\"));"
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": " {\n            \"accountHolderName\": \"Case H. Mitchell\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"swiftBic\": \"BUKBGB22\",\n            \"bankCode\": \"045110\",\n            \"branchCode\": \"Barclays Branch\",\n            \"accountNumber\": \"23198765\",\n            \"accountType\": \"checking\",\n            \"iban\": \"GB892019000123456789\",\n            \"bankName\": \"Metro Bank\",\n            \"payoutInstrumentReference\": \"{{personPayoutInstrumentReference}}\",\n            \"currency\": \"EUR\",\n            \"address\": {\n                \"address1\": \"17 Neo-London Financial Tower\",\n                \"address2\": \"Suite 1288\",\n                \"type\": \"business\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"EC1A 1BB\"\n            }\n        }",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/payoutInstruments",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "payoutInstruments"
              ]
            }
          },
          "response": [
            {
              "name": "PayoutInstrument_Person_created_201_modular",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "10d58fae-c61e-43c1-a473-799616cfe3c8",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": " {\n            \"accountHolderName\": \"Case H. Mitchell\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"swiftBic\": \"BUKBGB22\",\n            \"bankCode\": \"045110\",\n            \"branchCode\": \"Barclays Branch\",\n            \"accountNumber\": \"2319876543210\",\n            \"accountType\": \"checking\",\n            \"iban\": \"GB892019000123456789\",\n            \"bankName\": \"Metro Bank\",\n            \"payoutInstrumentReference\": \"{{personPayoutInstrumentReference}}\",\n            \"currency\": \"EUR\",\n            \"address\": {\n                \"address1\": \"Neo-London Financial Tower\",\n                \"address2\": \"Suite 1288\",\n                \"type\": \"business\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"EC1A 1BB\"\n            }\n        }",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "http://localhost:8086/parties//payoutInstruments",
                  "protocol": "http",
                  "host": [
                    "localhost"
                  ],
                  "port": "8086",
                  "path": [
                    "parties",
                    "",
                    "payoutInstruments"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "82023485-1462-49d6-a3c9-6a046858a5ad"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Wed, 19 Mar 2025 17:48:57 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"payoutInstrumentReference\": \"Reanna398\",\n    \"payoutInstrumentId\": \"parhyqf4UjWUg1tbbvjNC5pZ0\",\n    \"payoutInstrumentType\": \"bankAccount\",\n    \"currency\": \"EUR\",\n    \"dateTimeCreated\": \"2025-04-24T17:58:12.865Z\",\n    \"version\": 0,\n    \"accountHolderName\": \"Case H. Mitchell\",\n    \"swiftBic\": \"BUKBGB22\",\n    \"bankCode\": \"045110\",\n    \"accountNumber\": \"23198765\",\n    \"accountType\": \"checking\",\n    \"iban\": \"GB892019000123456789\",\n    \"bankName\": \"Metro Bank\",\n    \"address\": {\n        \"address1\": \"17 Neo-London Financial Tower\",\n        \"address2\": \"Suite 1288\",\n        \"city\": \"London\",\n        \"countryCode\": \"GB\",\n        \"postalCode\": \"EC1A 1BB\",\n        \"type\": \"business\"\n    },\n    \"branchCode\": \"Barclays Branch\"\n}"
            }
          ]
        },
        {
          "name": "Create_PayoutInstrument_SoleTrader_modular",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "const response = pm.response.json();",
                  "pm.collectionVariables.set(\"soleTraderPayoutInstrumentId\", response.payoutInstrumentId);"
                ],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"soleTraderPartyId\"));",
                  "pm.collectionVariables.set(\"soleTraderPayoutInstrumentReference\", pm.variables.replaceIn(\"{{$randomFirstName}}{{$randomInt}}\"));",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": " {\n            \"accountHolderName\": \"Case H. Mitchell\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"swiftBic\": \"BUKBGB22\",\n            \"bankCode\": \"045110\",\n            \"branchCode\": \"Barclays Branch\",\n            \"accountNumber\": \"23198765\",\n            \"accountType\": \"checking\",\n            \"iban\": \"GB892019000123456789\",\n            \"bankName\": \"Metro Bank\",\n            \"payoutInstrumentReference\": \"{{soleTraderPayoutInstrumentReference}}\",\n            \"currency\": \"USD\",\n            \"address\": {\n                \"address1\": \"17 Neo-London Financial Tower\",\n                \"address2\": \"Suite 1288\",\n                \"type\": \"business\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"EC1A 1BB\"\n            }\n        }",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/payoutInstruments",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "payoutInstruments"
              ]
            }
          },
          "response": [
            {
              "name": "PayoutInstrument_SoleTrader_created_201_modular",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "71a13d51-93b5-47a7-a35a-b657907eb34b",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": " {\n            \"accountHolderName\": \"Case H. Mitchell\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"swiftBic\": \"BUKBGB22\",\n            \"bankCode\": \"045110\",\n            \"branchCode\": \"Barclays Branch\",\n            \"accountNumber\": \"2319876543210\",\n            \"accountType\": \"checking\",\n            \"iban\": \"GB892019000123456789\",\n            \"bankName\": \"Metro Bank\",\n            \"payoutInstrumentReference\": \"Armitage0123487235\",\n            \"currency\": \"GBP\",\n            \"address\": {\n                \"address1\": \"Neo-London Financial Tower\",\n                \"address2\": \"Suite 1288\",\n                \"type\": \"business\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"EC1A 1BB\"\n            }\n        }",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "http://localhost:8086/parties//payoutInstruments",
                  "protocol": "http",
                  "host": [
                    "localhost"
                  ],
                  "port": "8086",
                  "path": [
                    "parties",
                    "",
                    "payoutInstruments"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "d372a64e-c7f6-425d-acad-5caffa1653db"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Wed, 19 Mar 2025 17:50:19 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"payoutInstrumentReference\": \"Katelynn242\",\n    \"payoutInstrumentId\": \"parnHhcim1r9IYtG8I7Twbbc0\",\n    \"payoutInstrumentType\": \"bankAccount\",\n    \"currency\": \"USD\",\n    \"dateTimeCreated\": \"2025-04-16T20:46:26.420Z\",\n    \"version\": 0,\n    \"accountHolderName\": \"Case H. Mitchell\",\n    \"swiftBic\": \"BUKBGB22\",\n    \"bankCode\": \"045110\",\n    \"accountNumber\": \"23198765\",\n    \"accountType\": \"checking\",\n    \"iban\": \"GB892019000123456789\",\n    \"bankName\": \"Metro Bank\",\n    \"address\": {\n        \"address1\": \"17 Neo-London Financial Tower\",\n        \"address2\": \"Suite 1288\",\n        \"city\": \"London\",\n        \"countryCode\": \"GB\",\n        \"postalCode\": \"EC1A 1BB\",\n        \"type\": \"business\"\n    },\n    \"branchCode\": \"Barclays Branch\"\n}"
            }
          ]
        },
        {
          "name": "Create_PayoutInstrument_Company_modular",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "const response = pm.response.json();",
                  "pm.collectionVariables.set(\"companyPayoutInstrumentId\", response.payoutInstrumentId);"
                ],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"companyPartyId\"));",
                  "pm.collectionVariables.set(\"companyPayoutInstrumentReference\", pm.variables.replaceIn(\"{{$randomFirstName}}{{$randomInt}}\"));",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n      \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n      \"payoutInstrumentType\": \"bankAccount\",\n      \"swiftBic\": \"FSFCUS33\",\n      \"bankCode\": \"045110\",\n      \"branchCode\": \"Muswell Hill Branch\",\n      \"accountNumber\": \"22765819\",\n      \"accountType\": \"savings\",\n      \"iban\": \"GB33TASS12345678901234\",\n      \"bankName\": \"Freeside Financial Corporation\",\n      \"payoutInstrumentReference\": \"{{companyPayoutInstrumentReference}}\",\n      \"currency\": \"USD\",\n      \"address\": {\n        \"address1\": \"3 Villa Straylight\",\n        \"address2\": \"Freeside\",\n        \"type\": \"business\",\n        \"city\": \"York\",\n        \"state\": \"NA\",\n        \"countryCode\": \"GB\",\n        \"postalCode\": \"L502 MK54\"\n      }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/payoutInstruments",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "payoutInstruments"
              ]
            }
          },
          "response": [
            {
              "name": "PayoutInstrument_Company_created_201_modular",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "ab95bff7-d4e0-4afb-953d-db50e051f43c",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n      \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n      \"payoutInstrumentType\": \"bankAccount\",\n      \"swiftBic\": \"FSFCUS33\",\n      \"bankCode\": \"045110\",\n      \"branchCode\": \"Muswell Hill Branch\",\n      \"accountNumber\": \"2276581\",\n      \"accountType\": \"savings\",\n      \"iban\": \"GB33TASS12345678901234\",\n      \"bankName\": \"Freeside Financial Corporation\",\n      \"payoutInstrumentReference\": \"TASynthPayout002\",\n      \"currency\": \"GBP\",\n      \"address\": {\n        \"address1\": \"3 Villa Straylight\",\n        \"address2\": \"Freeside\",\n        \"type\": \"business\",\n        \"city\": \"York\",\n        \"state\": \"NA\",\n        \"countryCode\": \"GB\",\n        \"postalCode\": \"L502 MK54\"\n      }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "http://localhost:8086/parties//payoutInstruments",
                  "protocol": "http",
                  "host": [
                    "localhost"
                  ],
                  "port": "8086",
                  "path": [
                    "parties",
                    "",
                    "payoutInstruments"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "edf986f2-37f5-402f-996f-2c8c60b914ee"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Wed, 19 Mar 2025 14:50:51 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"payoutInstrumentReference\": \"Rupert629\",\n    \"payoutInstrumentId\": \"parbLmHCft8cLP8XXsay63fQ0\",\n    \"payoutInstrumentType\": \"bankAccount\",\n    \"currency\": \"USD\",\n    \"dateTimeCreated\": \"2025-04-24T18:05:41.525Z\",\n    \"version\": 0,\n    \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n    \"swiftBic\": \"FSFCUS33\",\n    \"bankCode\": \"045110\",\n    \"accountNumber\": \"22765819\",\n    \"accountType\": \"savings\",\n    \"iban\": \"GB33TASS12345678901234\",\n    \"bankName\": \"Freeside Financial Corporation\",\n    \"address\": {\n        \"address1\": \"3 Villa Straylight\",\n        \"address2\": \"Freeside\",\n        \"city\": \"York\",\n        \"state\": \"NA\",\n        \"countryCode\": \"GB\",\n        \"postalCode\": \"L502 MK54\",\n        \"type\": \"business\"\n    },\n    \"branchCode\": \"Muswell Hill Branch\"\n}"
            }
          ]
        },
        {
          "name": "Create_BalanceAccount_Person_modular",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"personPartyId\"))"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "test",
              "script": {
                "exec": [
                  "const response = pm.response.json();",
                  "pm.collectionVariables.set(\"personBalanceAccountId\", response.balanceAccountId);"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"currency\": \"EUR\",\n    \"payoutInstrumentReference\": \"{{personPayoutInstrumentReference}}\",\n    \"frequency\": \"daily\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/balanceAccounts",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "balanceAccounts"
              ]
            }
          },
          "response": [
            {
              "name": "BalanceAccount_Person_created_201_modular",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "157cb5ba-4f17-4284-adb2-d3050fee197e",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"currency\" : \"USD\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "http://localhost:8086/parties//balanceAccounts",
                  "protocol": "http",
                  "host": [
                    "localhost"
                  ],
                  "port": "8086",
                  "path": [
                    "parties",
                    "",
                    "balanceAccounts"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "94169474-5d5e-4321-9aae-73a436965fc1"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Mon, 17 Mar 2025 15:51:10 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"currency\": \"EUR\",\n    \"payoutInstrumentReference\": \"Stephen959\",\n    \"frequency\": \"daily\",\n    \"balanceAccountId\": \"pareBH4YMkUx7MA2X7bnS4750\",\n    \"accountNumber\": \"0000550000092001\",\n    \"dateTimeCreated\": \"2025-04-16T20:46:26.727Z\",\n    \"version\": 0\n}"
            }
          ]
        },
        {
          "name": "Create_BalanceAccount_SoleTrader_modular",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"soleTraderPartyId\"))"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "test",
              "script": {
                "exec": [
                  "const response = pm.response.json();",
                  "pm.collectionVariables.set(\"soleTraderBalanceAccountId\", response.balanceAccountId);",
                  "pm.collectionVariables.set(\"soleTraderNextPayoutDate\", response.nextPayoutDate);"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"currency\": \"USD\",\n    \"scheduledPayoutDay\": \"friday\",\n    \"payoutInstrumentReference\": \"{{soleTraderPayoutInstrumentReference}}\",\n    \"frequency\": \"weekly\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/balanceAccounts",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "balanceAccounts"
              ]
            }
          },
          "response": [
            {
              "name": "BalanceAccount_SoleTrader_created_201_modular",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "4756852c-3270-4228-b548-f1d8579153eb",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"currency\" : \"EUR\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "http://localhost:8086/parties//balanceAccounts",
                  "protocol": "http",
                  "host": [
                    "localhost"
                  ],
                  "port": "8086",
                  "path": [
                    "parties",
                    "",
                    "balanceAccounts"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "0298abb1-d0f7-4364-8b4c-e8d15f5d7615"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Mon, 17 Mar 2025 16:11:15 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"currency\": \"USD\",\n    \"payoutInstrumentReference\": \"Katelynn242\",\n    \"scheduledPayoutDay\": \"friday\",\n    \"frequency\": \"weekly\",\n    \"balanceAccountId\": \"parApcraCq1bmBuCotAMoyss0\",\n    \"accountNumber\": \"0000550000092001\",\n    \"dateTimeCreated\": \"2025-04-16T20:46:26.852Z\",\n    \"version\": 0\n}"
            }
          ]
        },
        {
          "name": "Create_BalanceAccount_Company_modular",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"companyPartyId\"))"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "test",
              "script": {
                "exec": [
                  "const response = pm.response.json();",
                  "pm.collectionVariables.set(\"companyBalanceAccountId\", response.balanceAccountId);"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"currency\" : \"USD\",\n    \"scheduledPayoutDay\": \"thursday\",\n    \"payoutInstrumentReference\": \"{{companyPayoutInstrumentReference}}\",\n    \"frequency\": \"monthly\",\n    \"recurrence\": \"third\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/balanceAccounts",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "balanceAccounts"
              ]
            }
          },
          "response": [
            {
              "name": "BalanceAccount_Company_created_201_modular",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "011be5c4-ccd7-45ce-a2a8-650d68fc8252",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"currency\" : \"EUR\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "http://localhost:8086/parties//balanceAccounts",
                  "protocol": "http",
                  "host": [
                    "localhost"
                  ],
                  "port": "8086",
                  "path": [
                    "parties",
                    "",
                    "balanceAccounts"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "2d97f38f-d786-412c-bf0b-642065eacc73"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Mon, 17 Mar 2025 16:11:58 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"currency\": \"USD\",\n    \"payoutInstrumentReference\": \"Eugene241\",\n    \"scheduledPayoutDay\": \"thursday\",\n    \"frequency\": \"monthly\",\n    \"recurrence\": \"third\",\n    \"balanceAccountId\": \"parGWfE__Xr1F-AmY0v72fwR0\",\n    \"dateTimeCreated\": \"2025-04-16T20:46:27.014Z\",\n    \"accountNumber\": \"0000550000092001\",\n    \"version\": 0\n}"
            }
          ]
        },
        {
          "name": "Perform_IVS_Company_modular",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"companyPartyId\"))"
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"performIdentityVerification\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/identityVerification",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "identityVerification"
              ]
            }
          },
          "response": [
            {
              "name": "Perform_IVS_Company_200_modular",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "4acb40a9-d15f-466c-8fe9-967117ce37b1",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"performIdentityVerification\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "http://localhost:8086/parties//identityVerification",
                  "protocol": "http",
                  "host": [
                    "localhost"
                  ],
                  "port": "8086",
                  "path": [
                    "parties",
                    "",
                    "identityVerification"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "363b9519-7dc1-478f-a916-76be5200ef62"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Wed, 19 Mar 2025 20:27:28 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"overall\": {\n        \"identityVerificationState\": \"started\",\n        \"identityVerificationMethod\": \"identityVerificationService\"\n    },\n    \"party\": {\n        \"identityVerificationState\": \"started\",\n        \"partyReference\": \"Darrion589\",\n        \"partyId\": \"par4aZUlwLOf6JrWw2R8H1yI0\"\n    },\n    \"beneficialOwners\": [\n        {\n            \"identityVerificationState\": \"started\",\n            \"beneficialOwnerReference\": \"Keenan89\",\n            \"beneficialOwnerId\": \"partfjYx9sWl2o5ZkL8j_bg20\"\n        },\n        {\n            \"identityVerificationState\": \"started\",\n            \"beneficialOwnerReference\": \"Darryl239\",\n            \"beneficialOwnerId\": \"parZyrXRp3p8d3xNq-OyMKy80\"\n        },\n        {\n            \"identityVerificationState\": \"started\",\n            \"beneficialOwnerReference\": \"Jimmy889\",\n            \"beneficialOwnerId\": \"parZe1XPrW4CIylieN0dxnK80\"\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "Get_Party",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "if(pm.collectionVariables.get(\"counter\")==0){",
                  "    pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"personPartyId\"));",
                  "}",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "test",
              "script": {
                "exec": [
                  "let counter= pm.collectionVariables.get(\"counter\");",
                  "console.log(\"counter:\" + counter);",
                  "let maxIterations= pm.collectionVariables.get(\"maxIterations\");",
                  "console.log(\"maxIterations:\" + maxIterations);",
                  "counter++;",
                  "",
                  "if(counter < maxIterations){    ",
                  "    if(counter==1){",
                  "        pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"soleTraderPartyId\"))",
                  "    }else if(counter==2){",
                  "        pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"companyPartyId\"))",
                  "    }",
                  "    pm.collectionVariables.set(\"counter\", counter);",
                  "    pm.execution.setNextRequest(\"Get_Party\");",
                  "}else{",
                  "    pm.collectionVariables.set(\"counter\", 0);",
                  "    pm.execution.setNextRequest(\"Get_PayoutInstrument\");",
                  "}"
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}"
              ]
            }
          },
          "response": [
            {
              "name": "Get_Party_Person_200_orchestrated",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "913ef71e-f4a7-47ac-8ac2-2b8c57b213bd",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "7f33f453-bdaa-43c8-adec-e54b43c08be9"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Mon, 10 Mar 2025 15:14:05 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"identityVerificationState\": \"notVerified\",\n    \"identityVerificationMethod\": \"identityVerificationService\",\n    \"merchant\": {\n        \"entity\": \"default\"\n    },\n    \"partyReference\": \"Natalie773\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"person\",\n    \"partyId\": \"pardQdsGCaNttw5ATK5lQBwX0\",\n    \"email\": \"case.mitchell@example.com\",\n    \"phones\": [\n        {\n            \"prefix\": \"44\",\n            \"number\": \"02079461234\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"NEO456789\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2022-08-01\",\n            \"validTo\": \"2032-08-01\"\n        },\n        {\n            \"type\": \"nationalId\",\n            \"number\": \"ZAIBATSU-00792\",\n            \"issuingInstitution\": \"Zaibatsu Holding HR Dept.\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2025-01-01\",\n            \"validTo\": \"2030-12-31\"\n        }\n    ],\n    \"balanceAccounts\": [\n        {\n            \"currency\": \"EUR\",\n            \"payoutInstrumentReference\": \"Jarrell597\",\n            \"frequency\": \"daily\",\n            \"balanceAccountId\": \"parW53-EwzXsb2Z55Lb2CG-70\",\n            \"dateTimeCreated\": \"2026-05-20T17:52:17.883Z\",\n            \"version\": 0,\n            \"accountNumber\": \"0000550000169001\",\n            \"nextPayoutDate\": \"2026-05-21\"\n        },\n        {\n            \"currency\": \"GBP\",\n            \"payoutInstrumentReference\": \"Vito262\",\n            \"scheduledPayoutDay\": \"tuesday\",\n            \"frequency\": \"weekly\",\n            \"balanceAccountId\": \"parsK8qUkE-YgNCNnpn04XAm0\",\n            \"dateTimeCreated\": \"2026-05-20T17:52:09.306Z\",\n            \"version\": 0,\n            \"accountNumber\": \"0000550000169001\",\n            \"nextPayoutDate\": \"2026-05-26\"\n        }\n    ],\n    \"dateTimeCreated\": \"2026-05-20T17:52:09.304Z\",\n    \"dateTimeUpdated\": \"2026-05-20T17:52:31.730Z\",\n    \"version\": 2,\n    \"payoutInstruments\": [\n        {\n            \"payoutInstrumentReference\": \"Jarrell597\",\n            \"payoutInstrumentId\": \"parPlxuVBJ_lgDz6Ol_QRohA0\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"currency\": \"EUR\",\n            \"dateTimeCreated\": \"2026-05-20T17:52:14.404Z\",\n            \"version\": 0,\n            \"accountHolderName\": \"Case H. Mitchell\",\n            \"swiftBic\": \"BUKBGB22\",\n            \"bankCode\": \"045110\",\n            \"accountNumber\": \"23198765\",\n            \"accountType\": \"checking\",\n            \"iban\": \"GB892019000123456789\",\n            \"bankName\": \"Metro Bank\",\n            \"address\": {\n                \"address1\": \"17 Neo-London Financial Tower\",\n                \"address2\": \"Suite 1288\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"EC1A 1BB\",\n                \"type\":\"business\"\n            \n            },\n            \"branchCode\": \"Barclays Branch\"\n        },\n        {\n            \"payoutInstrumentReference\": \"Vito262\",\n            \"payoutInstrumentId\": \"parR7-g-N89xcPY-Wtm6wCID0\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"currency\": \"GBP\",\n            \"dateTimeCreated\": \"2026-05-20T17:52:09.305Z\",\n            \"version\": 0,\n            \"accountHolderName\": \"Case H. Mitchell\",\n            \"swiftBic\": \"BUKBGB22\",\n            \"bankCode\": \"045110\",\n            \"accountNumber\": \"23198765\",\n            \"accountType\": \"checking\",\n            \"iban\": \"GB892019000123456789\",\n            \"bankName\": \"HSBC UK BANK PLC\",\n            \"address\": {\n                \"address1\": \"17 Neo-London Financial Tower\",\n                \"address2\": \"Suite 1288\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"EC1A 1BB\",\n                \"type\": \"business\"\n    \n            },\n            \"branchCode\": \"Taunton Branch\"\n        }\n    ],\n    \"active\": true,\n    \"dateTimeActivated\": \"2026-05-20T17:52:09.304Z\",\n    \"personalDetails\": {\n        \"title\": \"Mr\",\n        \"firstName\": \"Case\",\n        \"middleName\": \"Henry\",\n        \"alias\": \"Team Fusion\",\n        \"lastName\": \"Mitchell\",\n        \"socialSecurityNumber\": \"098-54-5765\",\n        \"dateOfBirth\": \"1983-10-12\",\n        \"address\": {\n            \"address1\": \"1847 Kingsbury Court\",\n            \"address2\": \"Unit 42\",\n            \"city\": \"Manchester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"M1 1AA\",\n            \"type\": \"home\"\n        },\n        \"residentialStatus\": \"resident\",\n        \"currentAddressLessThanThreeYears\": false\n    }\n}"
            },
            {
              "name": "Get_Party_SoleTrader_200_orchestrated",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "84b1d1e2-2664-489c-a452-432fe793c2a0"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Mon, 10 Mar 2025 17:25:34 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"identityVerificationState\": \"notVerified\",\n    \"identityVerificationMethod\": \"identityVerificationService\",\n    \"merchant\": {\n        \"entity\": \"default\"\n    },\n    \"partyReference\": \"Velda902\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"soleTrader\",\n    \"partyId\": \"parftR_ZdzexZzY2YaZsDhfx0\",\n    \"email\": \"lee.linda@example.com\",\n    \"phones\": [\n        {\n            \"prefix\": \"81\",\n            \"number\": \"9098765432\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"taxRegistrationCode\",\n            \"number\": \"123\",\n            \"issuingInstitution\": \"HMRC\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2023-11-30\",\n            \"validTo\": \"2030-12-30\"\n        },\n        {\n            \"type\": \"passport\",\n            \"number\": \"789\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2021-01-01\",\n            \"validTo\": \"2031-01-01\"\n        }\n    ],\n    \"balanceAccounts\": [\n        {\n            \"currency\": \"GBP\",\n            \"payoutInstrumentReference\": \"Tyra958\",\n            \"frequency\": \"daily\",\n            \"balanceAccountId\": \"parFShqKdh3zlF7K7fXElnDx0\",\n            \"dateTimeCreated\": \"2026-05-20T17:52:10.467Z\",\n            \"version\": 0,\n            \"accountNumber\": \"0000550000170002\",\n            \"nextPayoutDate\": \"2026-05-21\"\n        },\n        {\n            \"currency\": \"USD\",\n            \"payoutInstrumentReference\": \"Emmalee974\",\n            \"scheduledPayoutDay\": \"wednesday\",\n            \"frequency\": \"monthly\",\n            \"recurrence\": \"second\",\n            \"balanceAccountId\": \"par_OL-tKU942VntOeZcu9bE0\",\n            \"dateTimeCreated\": \"2026-05-20T17:52:18.725Z\",\n            \"dateTimeUpdated\": \"2026-05-20T17:52:33.895Z\",\n            \"version\": 1,\n            \"accountNumber\": \"0000550000170001\",\n            \"nextPayoutDate\": \"2026-05-22\"\n        },\n        {\n            \"currency\": \"INR\",\n            \"balanceAccountId\": \"parmaB2TLrvzJdS_hhREqSxR0\",\n            \"dateTimeCreated\": \"2026-05-20T17:52:10.467Z\",\n            \"version\": 0,\n            \"accountNumber\": \"0000550000170001\"\n        }\n    ],\n    \"dateTimeCreated\": \"2026-05-20T17:52:10.466Z\",\n    \"version\": 0,\n    \"payoutInstruments\": [\n        {\n            \"payoutInstrumentReference\": \"Emmalee974\",\n            \"payoutInstrumentId\": \"par3wm_8kdnVmUYPfuy5EWcs0\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"currency\": \"USD\",\n            \"dateTimeCreated\": \"2026-05-20T17:52:15.734Z\",\n            \"version\": 0,\n            \"accountHolderName\": \"Case H. Mitchell\",\n            \"swiftBic\": \"BUKBGB22\",\n            \"bankCode\": \"045110\",\n            \"accountNumber\": \"23198765\",\n            \"accountType\": \"checking\",\n            \"iban\": \"GB892019000123456789\",\n            \"bankName\": \"Metro Bank\",\n            \"address\": {\n                \"address1\": \"17 Neo-London Financial Tower\",\n                \"address2\": \"Suite 1288\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"EC1A 1BB\",\n                \"type\": \"business\"\n            },\n            \"branchCode\": \"Barclays Branch\"\n        },\n        {\n            \"payoutInstrumentReference\": \"Tyra958\",\n            \"payoutInstrumentId\": \"parLI1iptzwVUyA2WmxHgBdM0\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"currency\": \"GBP\",\n            \"dateTimeCreated\": \"2026-05-20T17:52:10.467Z\",\n            \"version\": 0,\n            \"accountHolderName\": \"Linda Lee\",\n            \"swiftBic\": \"LLOYGB21\",\n            \"bankCode\": \"000112\",\n            \"accountNumber\": \"12345678\",\n            \"accountType\": \"savings\",\n            \"iban\": \"JP123000400003123456789\",\n            \"bankName\": \"Lloyds Bank\",\n            \"address\": {\n                \"address1\": \"789 Sakura Street\",\n                \"address2\": \"Suite 5A\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"E1 6AN\",\n                \"type\": \"other\"\n            },\n            \"branchCode\": \"Bradford Branch\"\n        }\n    ],\n    \"active\": true,\n    \"dateTimeActivated\": \"2026-05-20T17:52:10.466Z\",\n    \"personalDetails\": {\n        \"title\": \"Ms\",\n        \"firstName\": \"Linda\",\n        \"middleName\": \"Liam\",\n        \"alias\": \"Team Fusion\",\n        \"lastName\": \"Lee\",\n        \"socialSecurityNumber\": \"098-54-5765\",\n        \"dateOfBirth\": \"1990-07-15\",\n        \"address\": {\n            \"address1\": \"123 Sprawl Avenue\",\n            \"address2\": \"Flat 202\",\n            \"city\": \"Chester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"CH1 4PL\",\n            \"type\": \"home\"\n        },\n        \"residentialStatus\": \"resident\",\n        \"customerReference\": \"customerrefSoleTrader\",\n        \"nationality\": \"GB\",\n        \"currentAddressLessThanThreeYears\": true,\n        \"previousHomeAddress\": {\n            \"address1\": \"456 Sprawl Avenue\",\n            \"address2\": \"Flat 303\",\n            \"city\": \"Chester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"CH2 4PL\",\n            \"type\": \"other\"\n        },\n        \"website\": \"https://www.example.com/\",\n        \"tradingName\": \"real name\",\n        \"taxIdentifier\": \"GL-123456789\",\n        \"merchantCategoryCode\": \"5411\",\n        \"merchantCategoryCodeDescription\": \"Grocery Stores, Supermarkets\",\n        \"isTradingAddressSameAsPrimary\": true\n    }\n}"
            },
            {
              "name": "Get_Party_Company_200_orchestrated",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "9f167ec5-17af-4ae2-af10-fa9b14e10fa7"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Mon, 10 Mar 2025 17:27:07 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"identityVerificationState\": \"verified\",\n    \"identityVerificationMethod\": \"identityVerificationService\",\n    \"identityVerificationDate\": \"2026-05-20\",\n    \"merchant\": {\n        \"entity\": \"default\"\n    },\n    \"partyReference\": \"Cooper849\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"company\",\n    \"partyId\": \"par2YfIWwn-67VwiY9TvY5Rv0\",\n    \"email\": \"info@example.com\",\n    \"phones\": [\n        {\n            \"prefix\": \"81\",\n            \"number\": \"8475932\"\n        }\n    ],\n    \"identityDocuments\": [],\n    \"balanceAccounts\": [\n        {\n            \"currency\": \"EUR\",\n            \"payoutInstrumentReference\": \"Eva773\",\n            \"scheduledPayoutDay\": \"monday\",\n            \"frequency\": \"monthly\",\n            \"recurrence\": \"first\",\n            \"balanceAccountId\": \"parwbqvyloF_UqiMI2YQ5LZV0\",\n            \"dateTimeCreated\": \"2026-05-20T17:52:11.655Z\",\n            \"version\": 1,\n            \"accountNumber\": \"0000550000171002\",\n            \"nextPayoutDate\": \"2026-06-01\"\n        },\n        {\n            \"currency\": \"USD\",\n            \"payoutInstrumentReference\": \"Harrison130\",\n            \"scheduledPayoutDay\": \"thursday\",\n            \"frequency\": \"monthly\",\n            \"recurrence\": \"third\",\n            \"balanceAccountId\": \"pariJ7L1-3vU1pDs60jwKnyA0\",\n            \"dateTimeCreated\": \"2026-05-20T17:52:19.592Z\",\n            \"version\": 1,\n            \"accountNumber\": \"0000550000171001\",\n            \"nextPayoutDate\": \"2026-05-21\"\n        },\n        {\n            \"currency\": \"GBP\",\n            \"balanceAccountId\": \"par23c68JNwJxH0C6NyMzcLb0\",\n            \"dateTimeCreated\": \"2026-05-20T17:52:11.655Z\",\n            \"version\": 1,\n            \"accountNumber\": \"0000550000171001\"\n        }\n    ],\n    \"dateTimeCreated\": \"2026-05-20T17:52:12.998Z\",\n    \"dateTimeUpdated\": \"2026-05-20T17:52:20.613Z\",\n    \"version\": 3,\n    \"payoutInstruments\": [\n        {\n            \"payoutInstrumentReference\": \"Eva773\",\n            \"payoutInstrumentId\": \"parHpfKhvV7E5raVnODnUUpT0\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"currency\": \"EUR\",\n            \"dateTimeCreated\": \"2026-05-20T17:52:11.654Z\",\n            \"version\": 1,\n            \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n            \"swiftBic\": \"FSFCGB33\",\n            \"bankCode\": \"045110\",\n            \"accountNumber\": \"12345678\",\n            \"accountType\": \"savings\",\n            \"iban\": \"GB33TASS12345678901234\",\n            \"bankName\": \"Freeside Financial Corporation\",\n            \"address\": {\n                \"address1\": \"3 Villa Straylight\",\n                \"address2\": \"Freeside\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"EC1A 1BB\",\n                \"type\": \"business\"\n            },\n            \"branchCode\": \"Barclays Branch\"\n        },\n        {\n            \"payoutInstrumentReference\": \"Harrison130\",\n            \"payoutInstrumentId\": \"par22457M8wKKTCCU8PYCS4L0\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"currency\": \"USD\",\n            \"dateTimeCreated\": \"2026-05-20T17:52:16.785Z\",\n            \"version\": 1,\n            \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n            \"swiftBic\": \"FSFCUS33\",\n            \"bankCode\": \"045110\",\n            \"accountNumber\": \"22765819\",\n            \"accountType\": \"savings\",\n            \"iban\": \"GB33TASS12345678901234\",\n            \"bankName\": \"Freeside Financial Corporation\",\n            \"address\": {\n                \"address1\": \"3 Villa Straylight\",\n                \"address2\": \"Freeside\",\n                \"city\": \"York\",\n                \"state\": \"NA\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"L502 MK54\",\n                \"type\": \"business\"\n            },\n            \"branchCode\": \"Muswell Hill Branch\"\n        }\n    ],\n    \"active\": true,\n    \"dateTimeActivated\": \"2026-05-20T17:52:12.998Z\",\n    \"companyDetails\": {\n        \"merchantCategoryCode\": \"5734\",\n        \"merchantCategoryCodeDescription\": \"Computer Software Stores\",\n        \"website\": \"https://www.example.com\",\n        \"legalName\": \"Tessier-Ashpool Systems Ltd.\",\n        \"tradingName\": \"Example.co.uk\",\n        \"registrationNumber\": \"7564389201\",\n        \"taxIdentifier\": \"GB-987654321\",\n        \"companyType\": \"publicLimitedCompany\",\n        \"dateOfIncorporation\": \"1977-07-04\",\n        \"legalAddress\": {\n            \"address1\": \"7 Straylight Complex\",\n            \"address2\": \"Corporate District, Level 99\",\n            \"city\": \"London\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"EC1A 1BB\",\n            \"type\": \"business\"\n        },\n        \"tradingAddress\": {\n            \"address1\": \"789 Freeside Blvd\",\n            \"address2\": \"Villa Straylight\",\n            \"city\": \"Manchester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"M1 1AA\",\n            \"type\": \"poBox\"\n        },\n        \"customerReference\": \"CustRefZA98765\",\n        \"isTradingAddressSameAsPrimary\": false\n    },\n    \"beneficialOwners\": [\n        {\n            \"identityVerificationState\": \"verified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"identityVerificationDate\": \"2026-05-20\",\n            \"beneficialOwnerReference\": \"Wyman28\",\n            \"beneficialOwnerId\": \"parQoqt3C7o54kHGYDpAHAwu0\",\n            \"personalDetails\": {\n                \"title\": \"Dr\",\n                \"firstName\": \"Peter\",\n                \"middleName\": \"Illusionet\",\n                \"lastName\": \"Riviera\",\n                \"dateOfBirth\": \"1972-03-22\",\n                \"address\": {\n                    \"address1\": \"789 Downing Street\",\n                    \"address2\": \"Flat 404\",\n                    \"city\": \"London\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"SW1A 2AA\",\n                    \"type\": \"home\"\n                },\n                \"residentialStatus\": \"nonResident\",\n                \"nationality\": \"GB\",\n                \"currentAddressLessThanThreeYears\": true,\n                \"previousHomeAddress\": {\n                    \"address1\": \"123 Oxford Street\",\n                    \"address2\": \"Flat 101\",\n                    \"city\": \"London\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"W1D 1LP\",\n                    \"type\": \"home\"\n                }\n            },\n            \"relationshipToBusiness\": {\n                \"ownershipPercentage\": 10.0,\n                \"director\": false,\n                \"isPrincipalOwner\": false,\n                \"position\": \"partner\"\n            },\n            \"email\": \"peter.riviera@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"44\",\n                    \"number\": \"0205556789\"\n                }\n            ],\n            \"identityDocuments\": [\n                {\n                    \"type\": \"passport\",\n                    \"number\": \"B98765432\",\n                    \"issuingInstitution\": \"UK Passport Office\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2018-05-15\",\n                    \"validTo\": \"2028-05-15\"\n                }\n            ],\n            \"dateTimeCreated\": \"2026-05-20T17:52:11.655Z\",\n            \"version\": 2\n        },\n        {\n            \"identityVerificationState\": \"verified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"identityVerificationDate\": \"2026-05-20\",\n            \"beneficialOwnerReference\": \"Rogelio132\",\n            \"beneficialOwnerId\": \"parET0kerMDnjvK3IXOg3iN80\",\n            \"personalDetails\": {\n                \"title\": \"Ms\",\n                \"firstName\": \"Molly\",\n                \"middleName\": \"Puppet\",\n                \"lastName\": \"Millions\",\n                \"dateOfBirth\": \"1980-05-15\",\n                \"address\": {\n                    \"address1\": \"456 Sprawl Street\",\n                    \"address2\": \"Flat 101\",\n                    \"city\": \"Burbank\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"RM1 4PL\"\n                },\n                \"residentialStatus\": \"resident\",\n                \"nationality\": \"GB\",\n                \"currentAddressLessThanThreeYears\": true,\n                \"previousHomeAddress\": {\n                    \"address1\": \"789 Night City Blvd\",\n                    \"address2\": \"Flat 303\",\n                    \"city\": \"Night City\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"RM2 3PL\"\n                }\n            },\n            \"relationshipToBusiness\": {\n                \"ownershipPercentage\": 25.0,\n                \"director\": false,\n                \"isPrincipalOwner\": false,\n                \"position\": \"officeManager\"\n            },\n            \"email\": \"molly.millions@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"44\",\n                    \"number\": \"02079461234\"\n                }\n            ],\n            \"identityDocuments\": [\n                {\n                    \"type\": \"passport\",\n                    \"number\": \"A12345678\",\n                    \"issuingInstitution\": \"UK Passport Office\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2020-01-01\",\n                    \"validTo\": \"2030-01-01\"\n                }\n            ],\n            \"dateTimeCreated\": \"2026-05-20T17:52:11.655Z\",\n            \"version\": 2\n        },\n        {\n            \"identityVerificationState\": \"verified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"identityVerificationDate\": \"2026-05-20\",\n            \"beneficialOwnerReference\": \"Judge958\",\n            \"beneficialOwnerId\": \"par_t-tmRqX2D3Dtn_KYLIWG0\",\n            \"personalDetails\": {\n                \"title\": \"Dr\",\n                \"firstName\": \"John\",\n                \"middleName\": \"Illusionet\",\n                \"alias\": \"Team Fusion\",\n                \"lastName\": \"Bailey\",\n                \"socialSecurityNumber\": \"098-54-5765\",\n                \"dateOfBirth\": \"1972-05-22\",\n                \"address\": {\n                    \"address1\": \"200 Downing Street\",\n                    \"address2\": \"Flat 404\",\n                    \"city\": \"London\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"SW1A 2AA\",\n                    \"type\": \"home\"\n                },\n                \"residentialStatus\": \"nonResident\",\n                \"nationality\": \"GB\",\n                \"currentAddressLessThanThreeYears\": true,\n                \"previousHomeAddress\": {\n                    \"address1\": \"425 Oxford Street\",\n                    \"address2\": \"Flat 101\",\n                    \"city\": \"London\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"W1D 1LP\",\n                    \"type\": \"home\"\n                }\n            },\n            \"relationshipToBusiness\": {\n                \"ownershipPercentage\": 10.0,\n                \"director\": false,\n                \"isPrincipalOwner\": false,\n                \"position\": \"partner\"\n            },\n            \"email\": \"John.bailey@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"44\",\n                    \"number\": \"0205556789\"\n                }\n            ],\n            \"identityDocuments\": [\n                {\n                    \"type\": \"passport\",\n                    \"number\": \"B98765432\",\n                    \"issuingInstitution\": \"UK Passport Office\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2018-05-15\",\n                    \"validTo\": \"2028-05-15\"\n                }\n            ],\n            \"dateTimeCreated\": \"2026-05-20T17:52:12.996Z\",\n            \"version\": 2\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "Browse Parties",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "if(pm.collectionVariables.get(\"counter\")==0){",
                  "    pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"personPartyId\"));",
                  "}"
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{partiesUrl}}/parties",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties"
              ]
            },
            "description": "This endpoint allows you to create a new party by sending a POST request to {{LocalPartiesUrl}}/parties. The request should include a payload with various details such as party type, personal details, email, phones, balance accounts, payout instruments, and identity documents. Upon successful execution, the API returns a status of 201 along with a JSON response containing details of the created party.\n\nThe response JSON includes information about the created party, such as identity verification state, party reference, party type, party ID, personal details, email, phones, identity documents, balance accounts, date and time of creation, version, and payout instruments. You can use this response as an example to test it with the actual response in the test.\n\nExample response:\n\n``` json\n{\n  \"identityVerificationState\": \"\",\n  \"identityVerificationMethod\": \"\",\n  \"merchant\": {\"entity\": \"\"},\n  \"partyReference\": \"\",\n  \"partyType\": \"\",\n  \"type\": \"\",\n  \"partyId\": \"\",\n  \"personalDetails\": {\n    \"title\": \"\",\n    \"firstName\": \"\",\n    \"middleName\": \"\",\n    \"lastName\": \"\",\n    \"dateOfBirth\": \"\",\n    \"address\": {\n      \"address1\": \"\",\n      \"address2\": \"\",\n      \"city\": \"\",\n      \"countryCode\": \"\",\n      \"postalCode\": \"\",\n      \"type\": \"\"\n    },\n    \"residentialStatus\": \"\",\n    \"currentAddressLessThanThreeYears\": true\n  },\n  \"email\": \"\",\n  \"phones\": [\n    {\"prefix\": \"\", \"number\": \"\"}\n  ],\n  \"identityDocuments\": [\n    {\n      \"type\": \"\",\n      \"number\": \"\",\n      \"issuingInstitution\": \"\",\n      \"issuingCountry\": \"\",\n      \"validFrom\": \"\",\n      \"validTo\": \"\"\n    }\n  ],\n  \"balanceAccounts\": [\n    {\n      \"currency\": \"\",\n      \"balanceAccountId\": \"\",\n      \"dateTimeCreated\": \"\"\n    }\n  ],\n  \"dateTimeCreated\": \"\",\n  \"version\": 0,\n  \"payoutInstruments\": [\n    {\n      \"payoutInstrumentReference\": \"\",\n      \"payoutInstrumentId\": \"\",\n      \"payoutInstrumentType\": \"\",\n      \"currency\": \"\",\n      \"dateTimeCreated\": \"\",\n      \"version\": 0,\n      \"accountHolderName\": \"\",\n      \"swiftBic\": \"\",\n      \"bankCode\": \"\",\n      \"accountNumber\": \"\",\n      \"accountType\": \"\",\n      \"iban\": \"\",\n      \"bankName\": \"\",\n      \"address\": {\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"countryCode\": \"\",\n        \"postalCode\": \"\",\n        \"type\": \"\"\n      },\n      \"branchCode\": \"\"\n    }\n  ]\n}\n\n ```"
          },
          "response": [
            {
              "name": "Browse_Parties_200",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{partiesUrl}}/parties",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "Text",
              "header": [
                {
                  "key": "wp-correlationid",
                  "value": "fbc11428-58f1-4759-ba95-185689c62aee"
                },
                {
                  "key": "x-content-type-options",
                  "value": "nosniff"
                },
                {
                  "key": "x-xss-protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Accept-Ranges",
                  "value": "bytes"
                },
                {
                  "key": "X-Served-By",
                  "value": "cache-lcy-eglc8600062-LCY"
                },
                {
                  "key": "X-Cache-Hits",
                  "value": "0"
                },
                {
                  "key": "X-Timer",
                  "value": "S1756319133.038704,VS0,VE3117"
                },
                {
                  "key": "Vary",
                  "value": "Accept-Encoding"
                },
                {
                  "key": "Content-Encoding",
                  "value": "gzip"
                },
                {
                  "key": "Date",
                  "value": "Wed, 27 Aug 2025 18:25:36 GMT"
                },
                {
                  "key": "Content-Length",
                  "value": "4291"
                },
                {
                  "key": "Connection",
                  "value": "close"
                },
                {
                  "key": "Strict-Transport-Security",
                  "value": "max-age=31536000 ; includeSubDomains"
                },
                {
                  "key": "Set-Cookie",
                  "value": "ak_bmsc=460AF6A75158B33BEBB7D33A1E0CCA53~000000000000000000000000000000~YAAQIIR7XLCVI+yYAQAArjnH7BzkEhE653T2TFC1nUCZa+o7EZiMKCnJQ9FnvLNbZhhWWkLAbp7GczLidsSMlLJh16ghnNT3/nKeYhC4l0Mp5+TCc3iwwzesj4KD/8cxB5COJ1QTwsk+sx4Z6+0O1SLJxN62FuwiiYegVbQw7NuhpPMXuGUcaqX1/4V7hk82K+hiCaUfSbe+vFUd0EGext2cRULewQRdBnbs4l3BzTyfV2x9ByILtWk3lyITK+X8xU2sjUPPSQwJ7Hxs9acTEbBqGKn834Ugc817TkBjpwu9yvb2ePZiHKlMIMtlfToLRYSxubwQdjtiM/gA9TKu5vcgneq/vQ6WGihnZMn4Rr04H44qTSg=; Domain=.access.worldpay.com; Path=/; Expires=Wed, 27 Aug 2025 20:25:33 GMT; Max-Age=7197; SameSite=None; Secure"
                }
              ],
              "cookie": [],
              "body": "{\n    \"parties\": [\n        {\n            \"identityVerificationState\": \"notVerified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"merchant\": {\n                \"entity\": \"default\"\n            },\n            \"partyReference\": \"Leon362\",\n            \"partyType\": \"beneficiary\",\n            \"type\": \"person\",\n            \"partyId\": \"park0R4GoP2FL7R34MdWhkVE0\",\n            \"email\": \"case.mitchell@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"44\",\n                    \"number\": \"02079461234\"\n                }\n            ],\n            \"identityDocuments\": [\n                {\n                    \"type\": \"passport\",\n                    \"number\": \"NEO456789\",\n                    \"issuingInstitution\": \"UK Passport Office\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2022-08-01\",\n                    \"validTo\": \"2032-08-01\"\n                },\n                {\n                    \"type\": \"nationalId\",\n                    \"number\": \"ZAIBATSU-00792\",\n                    \"issuingInstitution\": \"Zaibatsu Holding HR Dept.\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2025-01-01\",\n                    \"validTo\": \"2030-12-31\"\n                }\n            ],\n            \"balanceAccounts\": [],\n            \"dateTimeCreated\": \"2026-05-15T19:16:07.039Z\",\n            \"dateTimeUpdated\": \"2026-05-15T19:16:08.423Z\",\n            \"version\": 2,\n            \"payoutInstruments\": [],\n            \"active\": true,\n            \"dateTimeDeactivated\": \"2026-05-15T19:16:07.838Z\",\n            \"dateTimeActivated\": \"2026-05-15T19:16:08.423Z\",\n            \"personalDetails\": {\n                \"title\": \"Mr\",\n                \"firstName\": \"Case\",\n                \"middleName\": \"Henry\",\n                \"alias\": \"Team Fusion\",\n                \"lastName\": \"Mitchell\",\n                \"socialSecurityNumber\": \"098-54-5765\",\n                \"dateOfBirth\": \"1983-10-12\",\n                \"address\": {\n                    \"address1\": \"1847 Kingsbury Court\",\n                    \"address2\": \"Unit 42\",\n                    \"city\": \"Manchester\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"M1 1AA\",\n                    \"type\": \"home\"\n                },\n                \"residentialStatus\": \"resident\",\n                \"currentAddressLessThanThreeYears\": false\n            }\n        },\n        {\n            \"identityVerificationState\": \"notVerified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"merchant\": {\n                \"entity\": \"default\"\n            },\n            \"partyReference\": \"Randi954\",\n            \"partyType\": \"beneficiary\",\n            \"type\": \"person\",\n            \"partyId\": \"pareZvizijnTWkS7iCqli6EF0\",\n            \"email\": \"case.mitchell@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"44\",\n                    \"number\": \"02079461234\"\n                }\n            ],\n            \"identityDocuments\": [\n                {\n                    \"type\": \"nationalId\",\n                    \"number\": \"ZAIBATSU-00792\",\n                    \"issuingInstitution\": \"Zaibatsu Holding HR Dept.\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2025-01-01\",\n                    \"validTo\": \"2030-12-31\"\n                },\n                {\n                    \"type\": \"passport\",\n                    \"number\": \"NEO456789\",\n                    \"issuingInstitution\": \"UK Passport Office\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2022-08-01\",\n                    \"validTo\": \"2032-08-01\"\n                }\n            ],\n            \"balanceAccounts\": [\n                {\n                    \"currency\": \"GBP\",\n                    \"payoutInstrumentReference\": \"Haley360\",\n                    \"scheduledPayoutDay\": \"tuesday\",\n                    \"frequency\": \"weekly\",\n                    \"balanceAccountId\": \"parKZ0tF7XvqGGKtXdegrN020\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:09.361Z\",\n                    \"version\": 0,\n                    \"accountNumber\": \"0000550000089001\",\n                    \"nextPayoutDate\": \"2026-05-19\"\n                },\n                {\n                    \"currency\": \"EUR\",\n                    \"payoutInstrumentReference\": \"Tommie731\",\n                    \"scheduledPayoutDay\": \"friday\",\n                    \"frequency\": \"weekly\",\n                    \"balanceAccountId\": \"parux58zoCGC-48Lp2iogZRy0\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:16.891Z\",\n                    \"version\": 0,\n                    \"accountNumber\": \"0000550000089001\",\n                    \"nextPayoutDate\": \"2026-05-22\"\n                }\n            ],\n            \"dateTimeCreated\": \"2026-05-15T19:16:09.360Z\",\n            \"dateTimeUpdated\": \"2026-05-15T19:16:29.645Z\",\n            \"version\": 2,\n            \"payoutInstruments\": [\n                {\n                    \"payoutInstrumentReference\": \"Haley360\",\n                    \"payoutInstrumentId\": \"parBPHYAxvgi3chJ1v7mIXO40\",\n                    \"payoutInstrumentType\": \"bankAccount\",\n                    \"currency\": \"GBP\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:09.360Z\",\n                    \"version\": 0,\n                    \"accountHolderName\": \"Case H. Mitchell\",\n                    \"swiftBic\": \"BUKBGB22\",\n                    \"bankCode\": \"045110\",\n                    \"accountNumber\": \"23198765\",\n                    \"accountType\": \"checking\",\n                    \"iban\": \"GB892019000123456789\",\n                    \"bankName\": \"HSBC UK BANK PLC\",\n                    \"address\": {\n                        \"address1\": \"17 Neo-London Financial Tower\",\n                        \"address2\": \"Suite 1288\",\n                        \"city\": \"London\",\n                        \"countryCode\": \"GB\",\n                        \"postalCode\": \"EC1A 1BB\",\n                        \"type\": \"business\"\n                    },\n                    \"branchCode\": \"Taunton Branch\"\n                },\n                {\n                    \"payoutInstrumentReference\": \"Tommie731\",\n                    \"payoutInstrumentId\": \"parrojxkTUsWqdGSADRQbUsn0\",\n                    \"payoutInstrumentType\": \"bankAccount\",\n                    \"currency\": \"EUR\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:13.887Z\",\n                    \"version\": 0,\n                    \"accountHolderName\": \"Case H. Mitchell\",\n                    \"swiftBic\": \"BUKBGB22\",\n                    \"bankCode\": \"045110\",\n                    \"accountNumber\": \"23198765\",\n                    \"accountType\": \"checking\",\n                    \"iban\": \"GB892019000123456789\",\n                    \"bankName\": \"Metro Bank\",\n                    \"address\": {\n                        \"address1\": \"17 Neo-London Financial Tower\",\n                        \"address2\": \"Suite 1288\",\n                        \"city\": \"London\",\n                        \"countryCode\": \"GB\",\n                        \"postalCode\": \"EC1A 1BB\",\n                        \"type\": \"business\"\n                    },\n                    \"branchCode\": \"Barclays Branch\"\n                }\n            ],\n            \"active\": true,\n            \"dateTimeActivated\": \"2026-05-15T19:16:09.360Z\",\n            \"personalDetails\": {\n                \"title\": \"Mr\",\n                \"firstName\": \"Case\",\n                \"middleName\": \"Henry\",\n                \"alias\": \"Team Fusion\",\n                \"lastName\": \"Mitchell\",\n                \"socialSecurityNumber\": \"555-22-3456\",\n                \"dateOfBirth\": \"1983-10-12\",\n                \"address\": {\n                    \"address1\": \"2025 Kingsbury Court\",\n                    \"address2\": \"Unit 42\",\n                    \"city\": \"Manchester\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"M1 1AA\"\n                },\n                \"residentialStatus\": \"resident\",\n                \"currentAddressLessThanThreeYears\": false\n            }\n        },\n        {\n            \"identityVerificationState\": \"notVerified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"merchant\": {\n                \"entity\": \"default\"\n            },\n            \"partyReference\": \"Candice387\",\n            \"partyType\": \"beneficiary\",\n            \"type\": \"soleTrader\",\n            \"partyId\": \"parT2kPGrL8t6h_u5hNwIjqX0\",\n            \"email\": \"lee.linda@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"81\",\n                    \"number\": \"9098765432\"\n                }\n            ],\n            \"identityDocuments\": [\n                {\n                    \"type\": \"taxRegistrationCode\",\n                    \"number\": \"123\",\n                    \"issuingInstitution\": \"HMRC\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2023-11-30\",\n                    \"validTo\": \"2030-12-30\"\n                },\n                {\n                    \"type\": \"passport\",\n                    \"number\": \"789\",\n                    \"issuingInstitution\": \"UK Passport Office\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2021-01-01\",\n                    \"validTo\": \"2031-01-01\"\n                }\n            ],\n            \"balanceAccounts\": [\n                {\n                    \"currency\": \"GBP\",\n                    \"balanceAccountId\": \"par_5uWocWa1SiiepagvaUyC0\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:10.400Z\",\n                    \"version\": 0,\n                    \"accountNumber\": \"0000550000090001\"\n                },\n                {\n                    \"currency\": \"USD\",\n                    \"payoutInstrumentReference\": \"Alfredo811\",\n                    \"scheduledPayoutDay\": \"wednesday\",\n                    \"frequency\": \"monthly\",\n                    \"recurrence\": \"second\",\n                    \"balanceAccountId\": \"parYTgklx0QzcW3dbdwPxDue0\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:17.646Z\",\n                    \"dateTimeUpdated\": \"2026-05-15T19:16:31.499Z\",\n                    \"version\": 1,\n                    \"accountNumber\": \"0000550000090001\",\n                    \"nextPayoutDate\": \"2026-05-22\"\n                }\n            ],\n            \"dateTimeCreated\": \"2026-05-15T19:16:10.400Z\",\n            \"version\": 0,\n            \"payoutInstruments\": [\n                {\n                    \"payoutInstrumentReference\": \"Kennedy74\",\n                    \"payoutInstrumentId\": \"par2BJl_-R9guJ8C-bWtzQyf0\",\n                    \"payoutInstrumentType\": \"bankAccount\",\n                    \"currency\": \"GBP\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:10.400Z\",\n                    \"version\": 0,\n                    \"accountHolderName\": \"Linda Lee\",\n                    \"swiftBic\": \"LLOYGB21\",\n                    \"bankCode\": \"000112\",\n                    \"accountNumber\": \"12345678\",\n                    \"accountType\": \"savings\",\n                    \"iban\": \"JP123000400003123456789\",\n                    \"bankName\": \"Lloyds Bank\",\n                    \"address\": {\n                        \"address1\": \"789 Sakura Street\",\n                        \"address2\": \"Suite 5A\",\n                        \"city\": \"London\",\n                        \"countryCode\": \"GB\",\n                        \"postalCode\": \"E1 6AN\",\n                        \"type\": \"other\"\n                    },\n                    \"branchCode\": \"Bradford Branch\"\n                },\n                {\n                    \"payoutInstrumentReference\": \"Alfredo811\",\n                    \"payoutInstrumentId\": \"parc3Yd526HNPw_lYrT15rVU0\",\n                    \"payoutInstrumentType\": \"bankAccount\",\n                    \"currency\": \"USD\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:15.012Z\",\n                    \"version\": 0,\n                    \"accountHolderName\": \"Case H. Mitchell\",\n                    \"swiftBic\": \"BUKBGB22\",\n                    \"bankCode\": \"045110\",\n                    \"accountNumber\": \"23198765\",\n                    \"accountType\": \"checking\",\n                    \"iban\": \"GB892019000123456789\",\n                    \"bankName\": \"Metro Bank\",\n                    \"address\": {\n                        \"address1\": \"17 Neo-London Financial Tower\",\n                        \"address2\": \"Suite 1288\",\n                        \"city\": \"London\",\n                        \"countryCode\": \"GB\",\n                        \"postalCode\": \"EC1A 1BB\",\n                        \"type\": \"business\"\n                    },\n                    \"branchCode\": \"Barclays Branch\"\n                }\n            ],\n            \"active\": true,\n            \"dateTimeActivated\": \"2026-05-15T19:16:10.400Z\",\n            \"personalDetails\": {\n                \"title\": \"Ms\",\n                \"firstName\": \"Linda\",\n                \"middleName\": \"Liam\",\n                \"alias\": \"Team Fusion\",\n                \"lastName\": \"Lee\",\n                \"socialSecurityNumber\": \"098-54-5765\",\n                \"dateOfBirth\": \"1990-07-15\",\n                \"address\": {\n                    \"address1\": \"123 Sprawl Avenue\",\n                    \"address2\": \"Flat 202\",\n                    \"city\": \"Chester\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"CH1 4PL\",\n                    \"type\": \"home\"\n                },\n                \"residentialStatus\": \"resident\",\n                \"customerReference\": \"customerrefSoleTrader\",\n                \"nationality\": \"GB\",\n                \"currentAddressLessThanThreeYears\": true,\n                \"previousHomeAddress\": {\n                    \"address1\": \"456 Sprawl Avenue\",\n                    \"address2\": \"Flat 303\",\n                    \"city\": \"Chester\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"CH2 4PL\",\n                    \"type\": \"other\"\n                },\n                \"website\": \"https://www.example.com/\",\n                \"tradingName\": \"real name\",\n                \"taxIdentifier\": \"GL-123456789\",\n                \"merchantCategoryCode\": \"5411\",\n                \"merchantCategoryCodeDescription\": \"Grocery Stores, Supermarkets\",\n                \"isTradingAddressSameAsPrimary\": true\n            }\n        },\n        {\n            \"identityVerificationState\": \"notVerified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"merchant\": {\n                \"entity\": \"default\"\n            },\n            \"partyReference\": \"Antonio151\",\n            \"partyType\": \"beneficiary\",\n            \"type\": \"company\",\n            \"partyId\": \"parnTp_DWxHNOLv5SpleYnrU0\",\n            \"email\": \"info@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"81\",\n                    \"number\": \"8475932\"\n                }\n            ],\n            \"identityDocuments\": [],\n            \"balanceAccounts\": [\n                {\n                    \"currency\": \"EUR\",\n                    \"payoutInstrumentReference\": \"Rosalia217\",\n                    \"scheduledPayoutDay\": \"monday\",\n                    \"frequency\": \"weekly\",\n                    \"balanceAccountId\": \"par4yhlbep372mwwEWb8y_yH0\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:11.413Z\",\n                    \"version\": 1,\n                    \"accountNumber\": \"0000550000091002\",\n                    \"nextPayoutDate\": \"2026-05-18\"\n                },\n                {\n                    \"currency\": \"USD\",\n                    \"payoutInstrumentReference\": \"Alda540\",\n                    \"scheduledPayoutDay\": \"thursday\",\n                    \"frequency\": \"weekly\",\n                    \"balanceAccountId\": \"parn0jO-IuSLZW1Nx9TwuseL0\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:18.412Z\",\n                    \"version\": 1,\n                    \"accountNumber\": \"0000550000091001\",\n                    \"nextPayoutDate\": \"2026-05-21\"\n                },\n                {\n                    \"currency\": \"GBP\",\n                    \"balanceAccountId\": \"par_uuRcZ-NaVhWIxdJ6CKWx0\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:11.413Z\",\n                    \"version\": 1,\n                    \"accountNumber\": \"0000550000091001\"\n                }\n            ],\n            \"dateTimeCreated\": \"2026-05-15T19:16:28.306Z\",\n            \"version\": 1,\n            \"payoutInstruments\": [\n                {\n                    \"payoutInstrumentReference\": \"Alda540\",\n                    \"payoutInstrumentId\": \"parm5t3mx2Wuv90cJrc7XMGs0\",\n                    \"payoutInstrumentType\": \"bankAccount\",\n                    \"currency\": \"EUR\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:15.947Z\",\n                    \"dateTimeUpdated\": \"2026-05-15T19:16:30.587Z\",\n                    \"version\": 2,\n                    \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n                    \"swiftBic\": \"FSFCUS33\",\n                    \"bankCode\": \"045110\",\n                    \"accountNumber\": \"2276581\",\n                    \"accountType\": \"savings\",\n                    \"iban\": \"GB33TASS12345678901234\",\n                    \"bankName\": \"Freeside Financial Corporation\",\n                    \"address\": {\n                        \"address1\": \"9105 Villa Straylight\",\n                        \"address2\": \"Freeside\",\n                        \"city\": \"York\",\n                        \"state\": \"NA\",\n                        \"countryCode\": \"GB\",\n                        \"postalCode\": \"L502 MK54\",\n                        \"type\": \"business\"\n                    },\n                    \"branchCode\": \"Muswell Hill Branch\"\n                },\n                {\n                    \"payoutInstrumentReference\": \"Rosalia217\",\n                    \"payoutInstrumentId\": \"parXTGSGotjStk8-9-OicmFQ0\",\n                    \"payoutInstrumentType\": \"bankAccount\",\n                    \"currency\": \"EUR\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:11.413Z\",\n                    \"version\": 1,\n                    \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n                    \"swiftBic\": \"FSFCGB33\",\n                    \"bankCode\": \"045110\",\n                    \"accountNumber\": \"12345678\",\n                    \"accountType\": \"savings\",\n                    \"iban\": \"GB33TASS12345678901234\",\n                    \"bankName\": \"Freeside Financial Corporation\",\n                    \"address\": {\n                        \"address1\": \"3 Villa Straylight\",\n                        \"address2\": \"Freeside\",\n                        \"city\": \"London\",\n                        \"countryCode\": \"GB\",\n                        \"postalCode\": \"EC1A 1BB\",\n                        \"type\": \"business\"\n                    },\n                    \"branchCode\": \"Barclays Branch\"\n                }\n            ],\n            \"active\": true,\n            \"dateTimeActivated\": \"2026-05-15T19:16:28.306Z\",\n            \"companyDetails\": {\n                \"merchantCategoryCode\": \"5734\",\n                \"merchantCategoryCodeDescription\": \"Computer Software Stores\",\n                \"website\": \"https://www.example.com\",\n                \"legalName\": \"Tessier-Ashpool Systems Ltd.\",\n                \"tradingName\": \"Example.co.uk\",\n                \"registrationNumber\": \"7564389201\",\n                \"taxIdentifier\": \"GB-987654321\",\n                \"companyType\": \"publicLimitedCompany\",\n                \"dateOfIncorporation\": \"1977-07-04\",\n                \"legalAddress\": {\n                    \"address1\": \"7 Straylight Complex\",\n                    \"address2\": \"Corporate District, Level 99\",\n                    \"city\": \"London\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"EC1A 1BB\",\n                    \"type\": \"business\"\n                },\n                \"tradingAddress\": {\n                    \"address1\": \"789 Freeside Blvd\",\n                    \"address2\": \"Villa Straylight\",\n                    \"city\": \"Manchester\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"M1 1AA\",\n                    \"type\": \"poBox\"\n                },\n                \"customerReference\": \"CustRefZA98765\",\n                \"isTradingAddressSameAsPrimary\": false\n            },\n            \"beneficialOwners\": [\n                {\n                    \"identityVerificationState\": \"verified\",\n                    \"identityVerificationMethod\": \"identityVerificationService\",\n                    \"identityVerificationDate\": \"2026-05-15\",\n                    \"beneficialOwnerReference\": \"Rhea359\",\n                    \"beneficialOwnerId\": \"parhcnvq6otUrp2c5d6wZqo60\",\n                    \"personalDetails\": {\n                        \"title\": \"Ms\",\n                        \"firstName\": \"Molly\",\n                        \"middleName\": \"Puppet\",\n                        \"lastName\": \"Millions\",\n                        \"dateOfBirth\": \"1980-05-15\",\n                        \"address\": {\n                            \"address1\": \"456 Sprawl Street\",\n                            \"address2\": \"Flat 101\",\n                            \"city\": \"Burbank\",\n                            \"countryCode\": \"GB\",\n                            \"postalCode\": \"RM1 4PL\"\n                        },\n                        \"residentialStatus\": \"resident\",\n                        \"nationality\": \"GB\",\n                        \"currentAddressLessThanThreeYears\": true,\n                        \"previousHomeAddress\": {\n                            \"address1\": \"789 Night City Blvd\",\n                            \"address2\": \"Flat 303\",\n                            \"city\": \"Night City\",\n                            \"countryCode\": \"GB\",\n                            \"postalCode\": \"RM2 3PL\"\n                        }\n                    },\n                    \"relationshipToBusiness\": {\n                        \"ownershipPercentage\": 25.0,\n                        \"director\": false,\n                        \"isPrincipalOwner\": false,\n                        \"position\": \"officeManager\"\n                    },\n                    \"email\": \"molly.millions@example.com\",\n                    \"phones\": [\n                        {\n                            \"prefix\": \"44\",\n                            \"number\": \"02079461234\"\n                        }\n                    ],\n                    \"identityDocuments\": [\n                        {\n                            \"type\": \"passport\",\n                            \"number\": \"A12345678\",\n                            \"issuingInstitution\": \"UK Passport Office\",\n                            \"issuingCountry\": \"GB\",\n                            \"validFrom\": \"2020-01-01\",\n                            \"validTo\": \"2030-01-01\"\n                        }\n                    ],\n                    \"dateTimeCreated\": \"2026-05-15T19:16:11.413Z\",\n                    \"version\": 2\n                },\n                {\n                    \"identityVerificationState\": \"notVerified\",\n                    \"identityVerificationMethod\": \"identityVerificationService\",\n                    \"beneficialOwnerReference\": \"Otho505\",\n                    \"beneficialOwnerId\": \"parrwETlzsBJ68I1MJs7yAXr0\",\n                    \"personalDetails\": {\n                        \"title\": \"Dr\",\n                        \"firstName\": \"John\",\n                        \"middleName\": \"Illusionet\",\n                        \"alias\": \"Team Fusion\",\n                        \"lastName\": \"Bailey\",\n                        \"socialSecurityNumber\": \"555-34-4567\",\n                        \"dateOfBirth\": \"1972-05-22\",\n                        \"address\": {\n                            \"address1\": \"200 Downing Street\",\n                            \"address2\": \"Flat 404\",\n                            \"city\": \"London\",\n                            \"countryCode\": \"GB\",\n                            \"postalCode\": \"SW1A 2AA\",\n                            \"type\": \"home\"\n                        },\n                        \"residentialStatus\": \"nonResident\",\n                        \"nationality\": \"GB\",\n                        \"currentAddressLessThanThreeYears\": true,\n                        \"previousHomeAddress\": {\n                            \"address1\": \"200 Oxford Street\",\n                            \"address2\": \"Flat 101\",\n                            \"city\": \"London\",\n                            \"countryCode\": \"GB\",\n                            \"postalCode\": \"W1D 1LP\",\n                            \"type\": \"home\"\n                        }\n                    },\n                    \"relationshipToBusiness\": {\n                        \"ownershipPercentage\": 10.0,\n                        \"director\": false,\n                        \"isPrincipalOwner\": false,\n                        \"position\": \"partner\"\n                    },\n                    \"email\": \"John.bailey@example.com\",\n                    \"phones\": [\n                        {\n                            \"prefix\": \"44\",\n                            \"number\": \"0205556789\"\n                        }\n                    ],\n                    \"identityDocuments\": [\n                        {\n                            \"type\": \"passport\",\n                            \"number\": \"B98765432\",\n                            \"issuingInstitution\": \"UK Passport Office\",\n                            \"issuingCountry\": \"GB\",\n                            \"validFrom\": \"2018-05-15\",\n                            \"validTo\": \"2028-05-15\"\n                        }\n                    ],\n                    \"dateTimeCreated\": \"2026-05-15T19:16:12.683Z\",\n                    \"version\": 3,\n                    \"dateTimeUpdated\": \"2026-05-15T19:16:28.305Z\"\n                },\n                {\n                    \"identityVerificationState\": \"verified\",\n                    \"identityVerificationMethod\": \"identityVerificationService\",\n                    \"identityVerificationDate\": \"2026-05-15\",\n                    \"beneficialOwnerReference\": \"General763\",\n                    \"beneficialOwnerId\": \"parwmz4AfRW7pIRqpUIsGa3l0\",\n                    \"personalDetails\": {\n                        \"title\": \"Dr\",\n                        \"firstName\": \"Peter\",\n                        \"middleName\": \"Illusionet\",\n                        \"lastName\": \"Riviera\",\n                        \"dateOfBirth\": \"1972-03-22\",\n                        \"address\": {\n                            \"address1\": \"789 Downing Street\",\n                            \"address2\": \"Flat 404\",\n                            \"city\": \"London\",\n                            \"countryCode\": \"GB\",\n                            \"postalCode\": \"SW1A 2AA\",\n                            \"type\": \"home\"\n                        },\n                        \"residentialStatus\": \"nonResident\",\n                        \"nationality\": \"GB\",\n                        \"currentAddressLessThanThreeYears\": true,\n                        \"previousHomeAddress\": {\n                            \"address1\": \"123 Oxford Street\",\n                            \"address2\": \"Flat 101\",\n                            \"city\": \"London\",\n                            \"countryCode\": \"GB\",\n                            \"postalCode\": \"W1D 1LP\",\n                            \"type\": \"home\"\n                        }\n                    },\n                    \"relationshipToBusiness\": {\n                        \"ownershipPercentage\": 10.0,\n                        \"director\": false,\n                        \"isPrincipalOwner\": false,\n                        \"position\": \"partner\"\n                    },\n                    \"email\": \"peter.riviera@example.com\",\n                    \"phones\": [\n                        {\n                            \"prefix\": \"44\",\n                            \"number\": \"0205556789\"\n                        }\n                    ],\n                    \"identityDocuments\": [\n                        {\n                            \"type\": \"passport\",\n                            \"number\": \"B98765432\",\n                            \"issuingInstitution\": \"UK Passport Office\",\n                            \"issuingCountry\": \"GB\",\n                            \"validFrom\": \"2018-05-15\",\n                            \"validTo\": \"2028-05-15\"\n                        }\n                    ],\n                    \"dateTimeCreated\": \"2026-05-15T19:16:11.413Z\",\n                    \"version\": 2\n                }\n            ]\n        },\n        {\n            \"identityVerificationState\": \"verified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"identityVerificationDate\": \"2026-05-15\",\n            \"merchant\": {\n                \"entity\": \"default\"\n            },\n            \"partyReference\": \"Kameron113\",\n            \"partyType\": \"beneficiary\",\n            \"type\": \"person\",\n            \"partyId\": \"partJQn6fNOrpQkWSfZScI4t0\",\n            \"email\": \"case.mitchell@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"44\",\n                    \"number\": \"02079461234\"\n                }\n            ],\n            \"identityDocuments\": [\n                {\n                    \"type\": \"nationalId\",\n                    \"number\": \"ZAIBATSU-00792\",\n                    \"issuingInstitution\": \"Zaibatsu Holding HR Dept.\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2025-01-01\",\n                    \"validTo\": \"2030-12-31\"\n                },\n                {\n                    \"type\": \"passport\",\n                    \"number\": \"NEO456789\",\n                    \"issuingInstitution\": \"UK Passport Office\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2022-08-01\",\n                    \"validTo\": \"2032-08-01\"\n                }\n            ],\n            \"balanceAccounts\": [\n                {\n                    \"currency\": \"GBP\",\n                    \"payoutInstrumentReference\": \"Humberto821\",\n                    \"scheduledPayoutDay\": \"tuesday\",\n                    \"frequency\": \"weekly\",\n                    \"balanceAccountId\": \"parhfyKW0fCeGEINcwb3gy9y0\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:57.906Z\",\n                    \"version\": 0,\n                    \"accountNumber\": \"0000550000092001\",\n                    \"nextPayoutDate\": \"2026-05-19\"\n                }\n            ],\n            \"dateTimeCreated\": \"2026-05-15T19:16:57.906Z\",\n            \"dateTimeUpdated\": \"2026-05-15T19:16:58.631Z\",\n            \"version\": 1,\n            \"payoutInstruments\": [\n                {\n                    \"payoutInstrumentReference\": \"Humberto821\",\n                    \"payoutInstrumentId\": \"parmtD4CeB1oaKbnbGXsveIC0\",\n                    \"payoutInstrumentType\": \"bankAccount\",\n                    \"currency\": \"GBP\",\n                    \"dateTimeCreated\": \"2026-05-15T19:16:57.906Z\",\n                    \"version\": 0,\n                    \"accountHolderName\": \"Case H. Mitchell\",\n                    \"swiftBic\": \"BUKBGB22\",\n                    \"bankCode\": \"045110\",\n                    \"accountNumber\": \"23198765\",\n                    \"accountType\": \"checking\",\n                    \"iban\": \"GB892019000123456789\",\n                    \"bankName\": \"HSBC UK BANK PLC\",\n                    \"address\": {\n                        \"address1\": \"17 Neo-London Financial Tower\",\n                        \"address2\": \"Suite 1288\",\n                        \"city\": \"London\",\n                        \"countryCode\": \"GB\",\n                        \"postalCode\": \"EC1A 1BB\",\n                        \"type\": \"business\"\n                    },\n                    \"branchCode\": \"Taunton Branch\"\n                }\n            ],\n            \"active\": true,\n            \"dateTimeActivated\": \"2026-05-15T19:16:57.906Z\",\n            \"personalDetails\": {\n                \"title\": \"Mr\",\n                \"firstName\": \"Case\",\n                \"middleName\": \"Henry\",\n                \"alias\": \"Team Fusion\",\n                \"lastName\": \"Mitchell\",\n                \"socialSecurityNumber\": \"098-54-5765\",\n                \"dateOfBirth\": \"1983-10-12\",\n                \"address\": {\n                    \"address1\": \"1847 Kingsbury Court\",\n                    \"address2\": \"Unit 42\",\n                    \"city\": \"Manchester\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"M1 1AA\",\n                    \"type\": \"home\"\n                },\n                \"residentialStatus\": \"resident\",\n                \"currentAddressLessThanThreeYears\": false\n            }\n        },\n        {\n            \"identityVerificationState\": \"notVerified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"merchant\": {\n                \"entity\": \"default\"\n            },\n            \"partyReference\": \"Felicita738\",\n            \"partyType\": \"beneficiary\",\n            \"type\": \"soleTrader\",\n            \"partyId\": \"parXEKgmtEtLPZEsefVnUDvK0\",\n            \"email\": \"lee.linda@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"81\",\n                    \"number\": \"9098765432\"\n                }\n            ],\n            \"identityDocuments\": [\n                {\n                    \"type\": \"passport\",\n                    \"number\": \"789\",\n                    \"issuingInstitution\": \"UK Passport Office\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2021-01-01\",\n                    \"validTo\": \"2031-01-01\"\n                },\n                {\n                    \"type\": \"taxRegistrationCode\",\n                    \"number\": \"123\",\n                    \"issuingInstitution\": \"HMRC\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2023-11-30\",\n                    \"validTo\": \"2030-12-30\"\n                }\n            ],\n            \"balanceAccounts\": [\n                {\n                    \"currency\": \"GBP\",\n                    \"balanceAccountId\": \"paro0ABFOVcMQL7ggeDnythP0\",\n                    \"dateTimeCreated\": \"2026-05-15T19:19:07.942Z\",\n                    \"version\": 0,\n                    \"accountNumber\": \"0000550000093001\"\n                }\n            ],\n            \"dateTimeCreated\": \"2026-05-15T19:19:07.942Z\",\n            \"version\": 0,\n            \"payoutInstruments\": [\n                {\n                    \"payoutInstrumentReference\": \"Garnet559\",\n                    \"payoutInstrumentId\": \"pardM9UEpmNectM0aqkAQDVI0\",\n                    \"payoutInstrumentType\": \"bankAccount\",\n                    \"currency\": \"GBP\",\n                    \"dateTimeCreated\": \"2026-05-15T19:19:07.942Z\",\n                    \"version\": 0,\n                    \"accountHolderName\": \"Linda Lee\",\n                    \"swiftBic\": \"LLOYGB21\",\n                    \"bankCode\": \"000112\",\n                    \"accountNumber\": \"12345678\",\n                    \"accountType\": \"savings\",\n                    \"iban\": \"JP123000400003123456789\",\n                    \"bankName\": \"Lloyds Bank\",\n                    \"address\": {\n                        \"address1\": \"789 Sakura Street\",\n                        \"address2\": \"Suite 5A\",\n                        \"city\": \"London\",\n                        \"countryCode\": \"GB\",\n                        \"postalCode\": \"E1 6AN\",\n                        \"type\": \"other\"\n                    },\n                    \"branchCode\": \"Bradford Branch\"\n                }\n            ],\n            \"active\": true,\n            \"dateTimeActivated\": \"2026-05-15T19:19:07.942Z\",\n            \"personalDetails\": {\n                \"title\": \"Ms\",\n                \"firstName\": \"Linda\",\n                \"middleName\": \"Liam\",\n                \"alias\": \"Team Fusion\",\n                \"lastName\": \"Lee\",\n                \"socialSecurityNumber\": \"098-54-5765\",\n                \"dateOfBirth\": \"1990-07-15\",\n                \"address\": {\n                    \"address1\": \"123 Sprawl Avenue\",\n                    \"address2\": \"Flat 202\",\n                    \"city\": \"Chester\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"CH1 4PL\",\n                    \"type\": \"home\"\n                },\n                \"residentialStatus\": \"resident\",\n                \"customerReference\": \"customerrefSoleTrader\",\n                \"nationality\": \"GB\",\n                \"currentAddressLessThanThreeYears\": true,\n                \"previousHomeAddress\": {\n                    \"address1\": \"456 Sprawl Avenue\",\n                    \"address2\": \"Flat 303\",\n                    \"city\": \"Chester\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"CH2 4PL\",\n                    \"type\": \"other\"\n                },\n                \"website\": \"https://www.example.com/\",\n                \"tradingName\": \"real name\",\n                \"taxIdentifier\": \"GL-123456789\",\n                \"merchantCategoryCode\": \"5411\",\n                \"merchantCategoryCodeDescription\": \"Grocery Stores, Supermarkets\",\n                \"isTradingAddressSameAsPrimary\": true\n            }\n        },\n        {\n            \"identityVerificationState\": \"notVerified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"merchant\": {\n                \"entity\": \"default\"\n            },\n            \"partyReference\": \"Allan371\",\n            \"partyType\": \"beneficiary\",\n            \"type\": \"company\",\n            \"partyId\": \"pardoDjI-2-7gm-XnxVXrvNh0\",\n            \"email\": \"info@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"81\",\n                    \"number\": \"8475932\"\n                }\n            ],\n            \"identityDocuments\": [],\n            \"balanceAccounts\": [\n                {\n                    \"currency\": \"GBP\",\n                    \"balanceAccountId\": \"parFhkYQAoGPtwRp0dSAbeHk0\",\n                    \"dateTimeCreated\": \"2026-05-15T19:19:42.077Z\",\n                    \"version\": 0,\n                    \"accountNumber\": \"0000550000094001\"\n                },\n                {\n                    \"currency\": \"EUR\",\n                    \"payoutInstrumentReference\": \"Kaycee114\",\n                    \"scheduledPayoutDay\": \"monday\",\n                    \"frequency\": \"weekly\",\n                    \"balanceAccountId\": \"parZ8xxqD45riDvLAgEdzP-i0\",\n                    \"dateTimeCreated\": \"2026-05-15T19:19:42.077Z\",\n                    \"version\": 0,\n                    \"accountNumber\": \"0000550000094002\",\n                    \"nextPayoutDate\": \"2026-05-18\"\n                }\n            ],\n            \"dateTimeCreated\": \"2026-05-15T19:19:42.077Z\",\n            \"version\": 0,\n            \"payoutInstruments\": [\n                {\n                    \"payoutInstrumentReference\": \"Kaycee114\",\n                    \"payoutInstrumentId\": \"par6NdClBnhAfNkNckBZse3F0\",\n                    \"payoutInstrumentType\": \"bankAccount\",\n                    \"currency\": \"EUR\",\n                    \"dateTimeCreated\": \"2026-05-15T19:19:42.077Z\",\n                    \"version\": 0,\n                    \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n                    \"swiftBic\": \"FSFCGB33\",\n                    \"bankCode\": \"045110\",\n                    \"accountNumber\": \"12345678\",\n                    \"accountType\": \"savings\",\n                    \"iban\": \"GB33TASS12345678901234\",\n                    \"bankName\": \"Freeside Financial Corporation\",\n                    \"address\": {\n                        \"address1\": \"3 Villa Straylight\",\n                        \"address2\": \"Freeside\",\n                        \"city\": \"London\",\n                        \"countryCode\": \"GB\",\n                        \"postalCode\": \"EC1A 1BB\",\n                        \"type\": \"business\"\n                    },\n                    \"branchCode\": \"Barclays Branch\"\n                }\n            ],\n            \"active\": true,\n            \"dateTimeActivated\": \"2026-05-15T19:19:42.077Z\",\n            \"companyDetails\": {\n                \"merchantCategoryCode\": \"5734\",\n                \"merchantCategoryCodeDescription\": \"Computer Software Stores\",\n                \"website\": \"https://www.example.com\",\n                \"legalName\": \"Tessier-Ashpool Systems Ltd.\",\n                \"tradingName\": \"Example.co.uk\",\n                \"registrationNumber\": \"7564389201\",\n                \"taxIdentifier\": \"GB-987654321\",\n                \"companyType\": \"publicLimitedCompany\",\n                \"dateOfIncorporation\": \"1977-07-04\",\n                \"legalAddress\": {\n                    \"address1\": \"7 Straylight Complex\",\n                    \"address2\": \"Corporate District, Level 99\",\n                    \"city\": \"London\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"EC1A 1BB\",\n                    \"type\": \"business\"\n                },\n                \"tradingAddress\": {\n                    \"address1\": \"789 Freeside Blvd\",\n                    \"address2\": \"Villa Straylight\",\n                    \"city\": \"Manchester\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"M1 1AA\",\n                    \"type\": \"poBox\"\n                },\n                \"customerReference\": \"CustRefZA98765\",\n                \"isTradingAddressSameAsPrimary\": false\n            },\n            \"beneficialOwners\": [\n                {\n                    \"identityVerificationState\": \"notVerified\",\n                    \"identityVerificationMethod\": \"identityVerificationService\",\n                    \"beneficialOwnerReference\": \"Jayme767\",\n                    \"beneficialOwnerId\": \"parfiGaMBi6SPCWTdLDAosRl0\",\n                    \"personalDetails\": {\n                        \"title\": \"Ms\",\n                        \"firstName\": \"Molly\",\n                        \"middleName\": \"Puppet\",\n                        \"lastName\": \"Millions\",\n                        \"dateOfBirth\": \"1980-05-15\",\n                        \"address\": {\n                            \"address1\": \"456 Sprawl Street\",\n                            \"address2\": \"Flat 101\",\n                            \"city\": \"Burbank\",\n                            \"countryCode\": \"GB\",\n                            \"postalCode\": \"RM1 4PL\"\n                        },\n                        \"residentialStatus\": \"resident\",\n                        \"nationality\": \"GB\",\n                        \"currentAddressLessThanThreeYears\": true,\n                        \"previousHomeAddress\": {\n                            \"address1\": \"789 Night City Blvd\",\n                            \"address2\": \"Flat 303\",\n                            \"city\": \"Night City\",\n                            \"countryCode\": \"GB\",\n                            \"postalCode\": \"RM2 3PL\"\n                        }\n                    },\n                    \"relationshipToBusiness\": {\n                        \"ownershipPercentage\": 25.0,\n                        \"director\": false,\n                        \"isPrincipalOwner\": false,\n                        \"position\": \"officeManager\"\n                    },\n                    \"email\": \"molly.millions@example.com\",\n                    \"phones\": [\n                        {\n                            \"prefix\": \"44\",\n                            \"number\": \"02079461234\"\n                        }\n                    ],\n                    \"identityDocuments\": [\n                        {\n                            \"type\": \"passport\",\n                            \"number\": \"A12345678\",\n                            \"issuingInstitution\": \"UK Passport Office\",\n                            \"issuingCountry\": \"GB\",\n                            \"validFrom\": \"2020-01-01\",\n                            \"validTo\": \"2030-01-01\"\n                        }\n                    ],\n                    \"dateTimeCreated\": \"2026-05-15T19:19:42.077Z\",\n                    \"version\": 0\n                },\n                {\n                    \"identityVerificationState\": \"notVerified\",\n                    \"identityVerificationMethod\": \"identityVerificationService\",\n                    \"beneficialOwnerReference\": \"Yadira280\",\n                    \"beneficialOwnerId\": \"parQTDDSyxI3iIrt84tu8Oyu0\",\n                    \"personalDetails\": {\n                        \"title\": \"Dr\",\n                        \"firstName\": \"Peter\",\n                        \"middleName\": \"Illusionet\",\n                        \"lastName\": \"Riviera\",\n                        \"dateOfBirth\": \"1972-03-22\",\n                        \"address\": {\n                            \"address1\": \"789 Downing Street\",\n                            \"address2\": \"Flat 404\",\n                            \"city\": \"London\",\n                            \"countryCode\": \"GB\",\n                            \"postalCode\": \"SW1A 2AA\",\n                            \"type\": \"home\"\n                        },\n                        \"residentialStatus\": \"nonResident\",\n                        \"nationality\": \"GB\",\n                        \"currentAddressLessThanThreeYears\": true,\n                        \"previousHomeAddress\": {\n                            \"address1\": \"123 Oxford Street\",\n                            \"address2\": \"Flat 101\",\n                            \"city\": \"London\",\n                            \"countryCode\": \"GB\",\n                            \"postalCode\": \"W1D 1LP\",\n                            \"type\": \"home\"\n                        }\n                    },\n                    \"relationshipToBusiness\": {\n                        \"ownershipPercentage\": 10.0,\n                        \"director\": false,\n                        \"isPrincipalOwner\": false,\n                        \"position\": \"partner\"\n                    },\n                    \"email\": \"peter.riviera@example.com\",\n                    \"phones\": [\n                        {\n                            \"prefix\": \"44\",\n                            \"number\": \"0205556789\"\n                        }\n                    ],\n                    \"identityDocuments\": [\n                        {\n                            \"type\": \"passport\",\n                            \"number\": \"B98765432\",\n                            \"issuingInstitution\": \"UK Passport Office\",\n                            \"issuingCountry\": \"GB\",\n                            \"validFrom\": \"2018-05-15\",\n                            \"validTo\": \"2028-05-15\"\n                        }\n                    ],\n                    \"dateTimeCreated\": \"2026-05-15T19:19:42.077Z\",\n                    \"version\": 0\n                }\n            ]\n        },\n        {\n            \"identityVerificationState\": \"notVerified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"merchant\": {\n                \"entity\": \"default\"\n            },\n            \"partyReference\": \"Sienna637\",\n            \"partyType\": \"beneficiary\",\n            \"type\": \"company\",\n            \"partyId\": \"parTxRH4lqDFCUbFILk60oAk0\",\n            \"email\": \"info@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"81\",\n                    \"number\": \"8475932\"\n                }\n            ],\n            \"identityDocuments\": [],\n            \"balanceAccounts\": [\n                {\n                    \"currency\": \"EUR\",\n                    \"payoutInstrumentReference\": \"Lonny724\",\n                    \"scheduledPayoutDay\": \"monday\",\n                    \"frequency\": \"monthly\",\n                    \"recurrence\": \"first\",\n                    \"balanceAccountId\": \"par7yYro8rg-1aAVURKfpn6m0\",\n                    \"dateTimeCreated\": \"2026-05-15T19:26:45.539Z\",\n                    \"version\": 0,\n                    \"accountNumber\": \"0000550000095002\",\n                    \"nextPayoutDate\": \"2026-06-01\"\n                },\n                {\n                    \"currency\": \"GBP\",\n                    \"balanceAccountId\": \"partaiaix6PwkHG28PdWWycV0\",\n                    \"dateTimeCreated\": \"2026-05-15T19:26:45.539Z\",\n                    \"version\": 0,\n                    \"accountNumber\": \"0000550000095001\"\n                }\n            ],\n            \"dateTimeCreated\": \"2026-05-15T19:26:45.538Z\",\n            \"version\": 0,\n            \"payoutInstruments\": [\n                {\n                    \"payoutInstrumentReference\": \"Lonny724\",\n                    \"payoutInstrumentId\": \"parEDJkdyKHaPms3sgHlAPDJ0\",\n                    \"payoutInstrumentType\": \"bankAccount\",\n                    \"currency\": \"EUR\",\n                    \"dateTimeCreated\": \"2026-05-15T19:26:45.538Z\",\n                    \"version\": 0,\n                    \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n                    \"swiftBic\": \"FSFCGB33\",\n                    \"bankCode\": \"045110\",\n                    \"accountNumber\": \"12345678\",\n                    \"accountType\": \"savings\",\n                    \"iban\": \"GB33TASS12345678901234\",\n                    \"bankName\": \"Freeside Financial Corporation\",\n                    \"address\": {\n                        \"address1\": \"3 Villa Straylight\",\n                        \"address2\": \"Freeside\",\n                        \"city\": \"London\",\n                        \"countryCode\": \"GB\",\n                        \"postalCode\": \"EC1A 1BB\",\n                        \"type\": \"business\"\n                    },\n                    \"branchCode\": \"Barclays Branch\"\n                }\n            ],\n            \"active\": true,\n            \"dateTimeActivated\": \"2026-05-15T19:26:45.538Z\",\n            \"companyDetails\": {\n                \"merchantCategoryCode\": \"5734\",\n                \"merchantCategoryCodeDescription\": \"Computer Software Stores\",\n                \"website\": \"https://www.example.com\",\n                \"legalName\": \"Tessier-Ashpool Systems Ltd.\",\n                \"tradingName\": \"Example.co.uk\",\n                \"registrationNumber\": \"7564389201\",\n                \"taxIdentifier\": \"GB-987654321\",\n                \"companyType\": \"publicLimitedCompany\",\n                \"dateOfIncorporation\": \"1977-07-04\",\n                \"legalAddress\": {\n                    \"address1\": \"7 Straylight Complex\",\n                    \"address2\": \"Corporate District, Level 99\",\n                    \"city\": \"London\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"EC1A 1BB\",\n                    \"type\": \"business\"\n                },\n                \"tradingAddress\": {\n                    \"address1\": \"789 Freeside Blvd\",\n                    \"address2\": \"Villa Straylight\",\n                    \"city\": \"Manchester\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"M1 1AA\",\n                    \"type\": \"poBox\"\n                },\n                \"customerReference\": \"CustRefZA98765\",\n                \"isTradingAddressSameAsPrimary\": false\n            },\n            \"beneficialOwners\": [\n                {\n                    \"identityVerificationState\": \"notVerified\",\n                    \"identityVerificationMethod\": \"identityVerificationService\",\n                    \"beneficialOwnerReference\": \"Emilio205\",\n                    \"beneficialOwnerId\": \"parRP_WCC87cHImFRUByTgGp0\",\n                    \"personalDetails\": {\n                        \"title\": \"Ms\",\n                        \"firstName\": \"Molly\",\n                        \"middleName\": \"Puppet\",\n                        \"lastName\": \"Millions\",\n                        \"dateOfBirth\": \"1980-05-15\",\n                        \"address\": {\n                            \"address1\": \"456 Sprawl Street\",\n                            \"address2\": \"Flat 101\",\n                            \"city\": \"Burbank\",\n                            \"countryCode\": \"GB\",\n                            \"postalCode\": \"RM1 4PL\"\n                        },\n                        \"residentialStatus\": \"resident\",\n                        \"nationality\": \"GB\",\n                        \"currentAddressLessThanThreeYears\": true,\n                        \"previousHomeAddress\": {\n                            \"address1\": \"789 Night City Blvd\",\n                            \"address2\": \"Flat 303\",\n                            \"city\": \"Night City\",\n                            \"countryCode\": \"GB\",\n                            \"postalCode\": \"RM2 3PL\"\n                        }\n                    },\n                    \"relationshipToBusiness\": {\n                        \"ownershipPercentage\": 25.0,\n                        \"director\": false,\n                        \"isPrincipalOwner\": false,\n                        \"position\": \"officeManager\"\n                    },\n                    \"email\": \"molly.millions@example.com\",\n                    \"phones\": [\n                        {\n                            \"prefix\": \"44\",\n                            \"number\": \"02079461234\"\n                        }\n                    ],\n                    \"identityDocuments\": [\n                        {\n                            \"type\": \"passport\",\n                            \"number\": \"A12345678\",\n                            \"issuingInstitution\": \"UK Passport Office\",\n                            \"issuingCountry\": \"GB\",\n                            \"validFrom\": \"2020-01-01\",\n                            \"validTo\": \"2030-01-01\"\n                        }\n                    ],\n                    \"dateTimeCreated\": \"2026-05-15T19:26:45.538Z\",\n                    \"version\": 0\n                },\n                {\n                    \"identityVerificationState\": \"notVerified\",\n                    \"identityVerificationMethod\": \"identityVerificationService\",\n                    \"beneficialOwnerReference\": \"Dedric889\",\n                    \"beneficialOwnerId\": \"parUQA4B3DTae7PwcbgrnfqD0\",\n                    \"personalDetails\": {\n                        \"title\": \"Dr\",\n                        \"firstName\": \"Peter\",\n                        \"middleName\": \"Illusionet\",\n                        \"lastName\": \"Riviera\",\n                        \"dateOfBirth\": \"1972-03-22\",\n                        \"address\": {\n                            \"address1\": \"789 Downing Street\",\n                            \"address2\": \"Flat 404\",\n                            \"city\": \"London\",\n                            \"countryCode\": \"GB\",\n                            \"postalCode\": \"SW1A 2AA\",\n                            \"type\": \"home\"\n                        },\n                        \"residentialStatus\": \"nonResident\",\n                        \"nationality\": \"GB\",\n                        \"currentAddressLessThanThreeYears\": true,\n                        \"previousHomeAddress\": {\n                            \"address1\": \"123 Oxford Street\",\n                            \"address2\": \"Flat 101\",\n                            \"city\": \"London\",\n                            \"countryCode\": \"GB\",\n                            \"postalCode\": \"W1D 1LP\",\n                            \"type\": \"home\"\n                        }\n                    },\n                    \"relationshipToBusiness\": {\n                        \"ownershipPercentage\": 10.0,\n                        \"director\": false,\n                        \"isPrincipalOwner\": false,\n                        \"position\": \"partner\"\n                    },\n                    \"email\": \"peter.riviera@example.com\",\n                    \"phones\": [\n                        {\n                            \"prefix\": \"44\",\n                            \"number\": \"0205556789\"\n                        }\n                    ],\n                    \"identityDocuments\": [\n                        {\n                            \"type\": \"passport\",\n                            \"number\": \"B98765432\",\n                            \"issuingInstitution\": \"UK Passport Office\",\n                            \"issuingCountry\": \"GB\",\n                            \"validFrom\": \"2018-05-15\",\n                            \"validTo\": \"2028-05-15\"\n                        }\n                    ],\n                    \"dateTimeCreated\": \"2026-05-15T19:26:45.538Z\",\n                    \"version\": 0\n                }\n            ]\n        },\n        {\n            \"identityVerificationState\": \"notVerified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"merchant\": {\n                \"entity\": \"default\"\n            },\n            \"partyReference\": \"Brennon898\",\n            \"partyType\": \"beneficiary\",\n            \"type\": \"soleTrader\",\n            \"partyId\": \"par-lLx3uhOb3TTDeX2DqxJD0\",\n            \"email\": \"lee.linda@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"81\",\n                    \"number\": \"9098765432\"\n                }\n            ],\n            \"identityDocuments\": [\n                {\n                    \"type\": \"passport\",\n                    \"number\": \"789\",\n                    \"issuingInstitution\": \"UK Passport Office\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2021-01-01\",\n                    \"validTo\": \"2031-01-01\"\n                },\n                {\n                    \"type\": \"taxRegistrationCode\",\n                    \"number\": \"123\",\n                    \"issuingInstitution\": \"HMRC\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2023-11-30\",\n                    \"validTo\": \"2030-12-30\"\n                }\n            ],\n            \"balanceAccounts\": [\n                {\n                    \"currency\": \"GBP\",\n                    \"payoutInstrumentReference\": \"Lynn21\",\n                    \"frequency\": \"daily\",\n                    \"balanceAccountId\": \"parA-7jialqnOf3d3vv4TFjj0\",\n                    \"dateTimeCreated\": \"2026-05-15T19:45:13.260Z\",\n                    \"version\": 0,\n                    \"accountNumber\": \"0000550000096002\",\n                    \"nextPayoutDate\": \"2026-05-18\"\n                },\n                {\n                    \"currency\": \"INR\",\n                    \"balanceAccountId\": \"parOumJ96zUm8c1wBT-ddO5n0\",\n                    \"dateTimeCreated\": \"2026-05-15T19:45:13.260Z\",\n                    \"version\": 0,\n                    \"accountNumber\": \"0000550000096001\"\n                }\n            ],\n            \"dateTimeCreated\": \"2026-05-15T19:45:13.259Z\",\n            \"version\": 0,\n            \"payoutInstruments\": [\n                {\n                    \"payoutInstrumentReference\": \"Lynn21\",\n                    \"payoutInstrumentId\": \"parkB_SfRObZt55iwBpEV8iw0\",\n                    \"payoutInstrumentType\": \"bankAccount\",\n                    \"currency\": \"GBP\",\n                    \"dateTimeCreated\": \"2026-05-15T19:45:13.260Z\",\n                    \"version\": 0,\n                    \"accountHolderName\": \"Linda Lee\",\n                    \"swiftBic\": \"LLOYGB21\",\n                    \"bankCode\": \"000112\",\n                    \"accountNumber\": \"12345678\",\n                    \"accountType\": \"savings\",\n                    \"iban\": \"JP123000400003123456789\",\n                    \"bankName\": \"Lloyds Bank\",\n                    \"address\": {\n                        \"address1\": \"789 Sakura Street\",\n                        \"address2\": \"Suite 5A\",\n                        \"city\": \"London\",\n                        \"countryCode\": \"GB\",\n                        \"postalCode\": \"E1 6AN\",\n                        \"type\": \"other\"\n                    },\n                    \"branchCode\": \"Bradford Branch\"\n                }\n            ],\n            \"active\": true,\n            \"dateTimeActivated\": \"2026-05-15T19:45:13.259Z\",\n            \"personalDetails\": {\n                \"title\": \"Ms\",\n                \"firstName\": \"Linda\",\n                \"middleName\": \"Liam\",\n                \"alias\": \"Team Fusion\",\n                \"lastName\": \"Lee\",\n                \"socialSecurityNumber\": \"098-54-5765\",\n                \"dateOfBirth\": \"1990-07-15\",\n                \"address\": {\n                    \"address1\": \"123 Sprawl Avenue\",\n                    \"address2\": \"Flat 202\",\n                    \"city\": \"Chester\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"CH1 4PL\",\n                    \"type\": \"home\"\n                },\n                \"residentialStatus\": \"resident\",\n                \"customerReference\": \"customerrefSoleTrader\",\n                \"nationality\": \"GB\",\n                \"currentAddressLessThanThreeYears\": true,\n                \"previousHomeAddress\": {\n                    \"address1\": \"456 Sprawl Avenue\",\n                    \"address2\": \"Flat 303\",\n                    \"city\": \"Chester\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"CH2 4PL\",\n                    \"type\": \"other\"\n                },\n                \"website\": \"https://www.example.com/\",\n                \"tradingName\": \"real name\",\n                \"taxIdentifier\": \"GL-123456789\",\n                \"merchantCategoryCode\": \"5411\",\n                \"merchantCategoryCodeDescription\": \"Grocery Stores, Supermarkets\",\n                \"isTradingAddressSameAsPrimary\": true\n            }\n        },\n        {\n            \"identityVerificationState\": \"notVerified\",\n            \"identityVerificationMethod\": \"identityVerificationService\",\n            \"merchant\": {\n                \"entity\": \"default\"\n            },\n            \"partyReference\": \"Guido747\",\n            \"partyType\": \"beneficiary\",\n            \"type\": \"person\",\n            \"partyId\": \"parFz7PoHSD8r6Mbdo6xUot_0\",\n            \"email\": \"case.mitchell@example.com\",\n            \"phones\": [\n                {\n                    \"prefix\": \"44\",\n                    \"number\": \"02079461234\"\n                }\n            ],\n            \"identityDocuments\": [\n                {\n                    \"type\": \"nationalId\",\n                    \"number\": \"ZAIBATSU-00792\",\n                    \"issuingInstitution\": \"Zaibatsu Holding HR Dept.\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2025-01-01\",\n                    \"validTo\": \"2030-12-31\"\n                },\n                {\n                    \"type\": \"passport\",\n                    \"number\": \"NEO456789\",\n                    \"issuingInstitution\": \"UK Passport Office\",\n                    \"issuingCountry\": \"GB\",\n                    \"validFrom\": \"2022-08-01\",\n                    \"validTo\": \"2032-08-01\"\n                }\n            ],\n            \"balanceAccounts\": [],\n            \"dateTimeCreated\": \"2026-05-15T19:46:06.405Z\",\n            \"dateTimeUpdated\": \"2026-05-15T19:46:07.699Z\",\n            \"version\": 2,\n            \"payoutInstruments\": [],\n            \"active\": true,\n            \"dateTimeDeactivated\": \"2026-05-15T19:46:07.142Z\",\n            \"dateTimeActivated\": \"2026-05-15T19:46:07.699Z\",\n            \"personalDetails\": {\n                \"title\": \"Mr\",\n                \"firstName\": \"Case\",\n                \"middleName\": \"Henry\",\n                \"alias\": \"Team Fusion\",\n                \"lastName\": \"Mitchell\",\n                \"socialSecurityNumber\": \"098-54-5765\",\n                \"dateOfBirth\": \"1983-10-12\",\n                \"address\": {\n                    \"address1\": \"1847 Kingsbury Court\",\n                    \"address2\": \"Unit 42\",\n                    \"city\": \"Manchester\",\n                    \"countryCode\": \"GB\",\n                    \"postalCode\": \"M1 1AA\",\n                    \"type\": \"home\"\n                },\n                \"residentialStatus\": \"resident\",\n                \"currentAddressLessThanThreeYears\": false\n            }\n        }\n    ],\n    \"pagination\": {\n        \"page\": 0,\n        \"size\": 10,\n        \"pageCount\": 2,\n        \"totalNumberOfRecords\": 13\n    }\n}"
            }
          ]
        },
        {
          "name": "Get_PayoutInstrument",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "let counter= pm.collectionVariables.get(\"counter\");",
                  "console.log(\"counter:\" + counter);",
                  "let maxIterations= pm.collectionVariables.get(\"maxIterations\");",
                  "console.log(\"maxIterations:\" + maxIterations);",
                  "",
                  "if(counter==0){",
                  "    const response = pm.response.json();",
                  "    pm.collectionVariables.set(\"dateTimeCreated\", response.dateTimeCreated);",
                  "}",
                  "",
                  "counter++;",
                  "",
                  "if(counter < maxIterations){    ",
                  "    if(counter==1){",
                  "        pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"soleTraderPartyId\"))",
                  "        pm.collectionVariables.set(\"payoutInstrumentId\", pm.collectionVariables.get(\"soleTraderPayoutInstrumentId\"))",
                  "    }else if(counter==2){",
                  "        pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"companyPartyId\"))",
                  "        pm.collectionVariables.set(\"payoutInstrumentId\", pm.collectionVariables.get(\"companyPayoutInstrumentId\"))",
                  "    }",
                  "    pm.collectionVariables.set(\"counter\", counter);",
                  "    pm.execution.setNextRequest(\"Get_PayoutInstrument\");",
                  "}else{",
                  "    pm.collectionVariables.set(\"counter\", 0);",
                  "    pm.execution.setNextRequest(\"Get_Beneficial_Owner_modular\");",
                  "}"
                ],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "if(pm.collectionVariables.get(\"counter\")==0){",
                  "    pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"personPartyId\"));",
                  "    pm.collectionVariables.set(\"payoutInstrumentId\", pm.collectionVariables.get(\"personPayoutInstrumentId\"));",
                  "}",
                  "",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/payoutInstruments/{{payoutInstrumentId}}",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "payoutInstruments",
                "{{payoutInstrumentId}}"
              ]
            }
          },
          "response": [
            {
              "name": "Get_PayoutInstrument_Person_200_modular",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "fb213e61-4ab5-438f-92ca-8a20654b0dba",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}/payoutInstruments/",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}",
                    "payoutInstruments",
                    ""
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "7f33f453-bdaa-43c8-adec-e54b43c08be9"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Mon, 10 Mar 2025 15:14:05 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"payoutInstrumentReference\": \"Stephen959\",\n    \"payoutInstrumentId\": \"parKsh3dSA_VRckwEDRHLzOR0\",\n    \"payoutInstrumentType\": \"bankAccount\",\n    \"currency\": \"EUR\",\n    \"dateTimeCreated\": \"2025-04-16T20:46:26.235Z\",\n    \"version\": 0,\n    \"accountHolderName\": \"Case H. Mitchell\",\n    \"swiftBic\": \"BUKBGB22\",\n    \"bankCode\": \"045110\",\n    \"accountNumber\": \"23198765\",\n    \"accountType\": \"checking\",\n    \"iban\": \"GB892019000123456789\",\n    \"bankName\": \"Metro Bank\",\n    \"address\": {\n        \"address1\": \"17 Neo-London Financial Tower\",\n        \"address2\": \"Suite 1288\",\n        \"city\": \"London\",\n        \"countryCode\": \"GB\",\n        \"postalCode\": \"EC1A 1BB\",\n        \"type\": \"business\"\n    },\n    \"branchCode\": \"Barclays Branch\"\n}\n"
            },
            {
              "name": "Get_PayoutInstrument_SoleTrader_200_modular",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}/payoutInstruments/{{payoutInstrumentId}}",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}",
                    "payoutInstruments",
                    "{{payoutInstrumentId}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "84b1d1e2-2664-489c-a452-432fe793c2a0"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Mon, 10 Mar 2025 17:25:34 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"payoutInstrumentReference\": \"Katelynn242\",\n    \"payoutInstrumentId\": \"parnHhcim1r9IYtG8I7Twbbc0\",\n    \"payoutInstrumentType\": \"bankAccount\",\n    \"currency\": \"USD\",\n    \"dateTimeCreated\": \"2025-04-16T20:46:26.420Z\",\n    \"version\": 0,\n    \"accountHolderName\": \"Case H. Mitchell\",\n    \"swiftBic\": \"BUKBGB22\",\n    \"bankCode\": \"045110\",\n    \"accountNumber\": \"23198765\",\n    \"accountType\": \"checking\",\n    \"iban\": \"GB892019000123456789\",\n    \"bankName\": \"Metro Bank\",\n    \"address\": {\n        \"address1\": \"17 Neo-London Financial Tower\",\n        \"address2\": \"Suite 1288\",\n        \"city\": \"London\",\n        \"countryCode\": \"GB\",\n        \"postalCode\": \"EC1A 1BB\",\n        \"type\": \"business\"\n    },\n    \"branchCode\": \"Barclays Branch\"\n}"
            },
            {
              "name": "Get_PayoutInstrument_Company_200_modular",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}/payoutInstruments/{{payoutInstrumentId}}",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}",
                    "payoutInstruments",
                    "{{payoutInstrumentId}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "9f167ec5-17af-4ae2-af10-fa9b14e10fa7"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Mon, 10 Mar 2025 17:27:07 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"payoutInstrumentReference\": \"Rupert629\",\n    \"payoutInstrumentId\": \"parbLmHCft8cLP8XXsay63fQ0\",\n    \"payoutInstrumentType\": \"bankAccount\",\n    \"currency\": \"USD\",\n    \"dateTimeCreated\": \"2025-04-24T18:05:41.525Z\",\n    \"version\": 1,\n    \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n    \"swiftBic\": \"FSFCUS33\",\n    \"bankCode\": \"045110\",\n    \"accountNumber\": \"22765819\",\n    \"accountType\": \"savings\",\n    \"iban\": \"GB33TASS12345678901234\",\n    \"bankName\": \"Freeside Financial Corporation\",\n    \"address\": {\n        \"address1\": \"3 Villa Straylight\",\n        \"address2\": \"Freeside\",\n        \"city\": \"York\",\n        \"state\": \"NA\",\n        \"countryCode\": \"GB\",\n        \"postalCode\": \"L502 MK54\",\n        \"type\": \"business\"\n    },\n    \"branchCode\": \"Muswell Hill Branch\"\n}\n"
            }
          ]
        },
        {
          "name": "Get_Beneficial_Owner_modular",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"companyPartyId\"));",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/beneficialOwners/{{beneficialOwnerId}}",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "beneficialOwners",
                "{{beneficialOwnerId}}"
              ]
            }
          },
          "response": [
            {
              "name": "Get_Beneficial_Owner_200_modular",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}/beneficialOwners/{{beneficialOwnerId}}",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}",
                    "beneficialOwners",
                    "{{beneficialOwnerId}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "69d0a49a-101d-40be-835e-62db0d767629"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Tue, 11 Mar 2025 17:32:09 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"identityVerificationState\": \"notVerified\",\n    \"identityVerificationMethod\": \"identityVerificationService\",\n    \"beneficialOwnerReference\": \"Sarina843\",\n    \"beneficialOwnerId\": \"parNVWlLGn7ooKsEbCKmWX530\",\n    \"personalDetails\": {\n        \"title\": \"Dr\",\n        \"firstName\": \"John\",\n        \"middleName\": \"Illusionet\",\n        \"alias\": \"Team Fusion\",\n        \"lastName\": \"Bailey\",\n        \"socialSecurityNumber\": \"098-54-5765\",\n        \"dateOfBirth\": \"1972-05-22\",\n        \"address\": {\n            \"address1\": \"200 Downing Street\",\n            \"address2\": \"Flat 404\",\n            \"city\": \"London\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"SW1A 2AA\",\n            \"type\": \"home\"\n        },\n        \"residentialStatus\": \"nonResident\",\n        \"nationality\": \"GB\",\n        \"currentAddressLessThanThreeYears\": true,\n        \"previousHomeAddress\": {\n            \"address1\": \"425 Oxford Street\",\n            \"address2\": \"Flat 101\",\n            \"city\": \"London\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"W1D 1LP\",\n            \"type\": \"home\"\n        }\n    },\n    \"relationshipToBusiness\": {\n        \"ownershipPercentage\": 10.0,\n        \"director\": false,\n        \"isPrincipalOwner\": false,\n        \"position\": \"partner\"\n    },\n    \"email\": \"John.bailey@example.com\",\n    \"phones\": [\n        {\n            \"prefix\": \"44\",\n            \"number\": \"0205556789\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"B98765432\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2018-05-15\",\n            \"validTo\": \"2028-05-15\"\n        }\n    ],\n    \"dateTimeCreated\": \"2026-02-03T21:17:18.291Z\",\n    \"version\": 0\n}"
            }
          ]
        },
        {
          "name": "Get_IVS_status",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"companyPartyId\"));"
                ],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/identityVerification",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "identityVerification"
              ]
            }
          },
          "response": [
            {
              "name": "Get_IVS_Company_200_modular",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}/identityVerification",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}",
                    "identityVerification"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "815d1d63-64d8-4bd8-b528-827b59054c1c"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Wed, 19 Mar 2025 20:31:23 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"overall\": {\n        \"identityVerificationState\": \"started\",\n        \"identityVerificationMethod\": \"identityVerificationService\"\n    },\n    \"party\": {\n        \"identityVerificationState\": \"started\",\n        \"partyReference\": \"Darrion589\",\n        \"partyId\": \"par4aZUlwLOf6JrWw2R8H1yI0\"\n    },\n    \"beneficialOwners\": [\n        {\n            \"identityVerificationState\": \"started\",\n            \"beneficialOwnerReference\": \"Keenan89\",\n            \"beneficialOwnerId\": \"partfjYx9sWl2o5ZkL8j_bg20\"\n        },\n        {\n            \"identityVerificationState\": \"started\",\n            \"beneficialOwnerReference\": \"Darryl239\",\n            \"beneficialOwnerId\": \"parZyrXRp3p8d3xNq-OyMKy80\"\n        },\n        {\n            \"identityVerificationState\": \"started\",\n            \"beneficialOwnerReference\": \"Jimmy889\",\n            \"beneficialOwnerId\": \"parZe1XPrW4CIylieN0dxnK80\"\n        }\n    ]\n}"
            }
          ]
        },
        {
          "name": "Get_BalanceAccount",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  "let counter= pm.collectionVariables.get(\"counter\");",
                  "console.log(\"counter:\" + counter);",
                  "let maxIterations= pm.collectionVariables.get(\"maxIterations\");",
                  "console.log(\"maxIterations:\" + maxIterations);",
                  "",
                  "counter++;",
                  "",
                  "if(counter < maxIterations){    ",
                  "    if(counter==1){",
                  "        pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"soleTraderPartyId\"))",
                  "        pm.collectionVariables.set(\"balanceAccountId\", pm.collectionVariables.get(\"soleTraderBalanceAccountId\"))",
                  "    }else if(counter==2){",
                  "        pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"companyPartyId\"))",
                  "        pm.collectionVariables.set(\"balanceAccountId\", pm.collectionVariables.get(\"companyBalanceAccountId\"))",
                  "    }",
                  "    pm.collectionVariables.set(\"counter\", counter);",
                  "    pm.execution.setNextRequest(\"Get_BalanceAccount\");",
                  "}else{",
                  "    pm.collectionVariables.set(\"counter\", 0);",
                  "    pm.execution.setNextRequest(\"Update_Beneficial_Owner_modular\");",
                  "}"
                ],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "if(pm.collectionVariables.get(\"counter\")==0){",
                  "    pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"personPartyId\"));",
                  "    pm.collectionVariables.set(\"balanceAccountId\", pm.collectionVariables.get(\"personBalanceAccountId\"));",
                  "}",
                  "",
                  ""
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/balanceAccounts/{{balanceAccountId}}",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "balanceAccounts",
                "{{balanceAccountId}}"
              ]
            }
          },
          "response": [
            {
              "name": "Get_BalanceAccount_Person_200_modular",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}/balanceAccounts/{{balanceAccountId}}",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}",
                    "balanceAccounts",
                    "{{balanceAccountId}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "0c392186-b151-4209-9dd4-77e95f77cbdc"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Mon, 07 Apr 2025 22:03:40 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "\n{\n    \"currency\": \"EUR\",\n    \"payoutInstrumentReference\": \"Edwin350\",\n    \"frequency\": \"daily\",\n    \"balanceAccountId\": \"parPvT2ge7BDk8inqblHZe9r0\",\n    \"dateTimeCreated\": \"2026-05-20T18:10:11.048Z\",\n    \"version\": 0,\n    \"accountNumber\": \"0000550000172001\",\n    \"nextPayoutDate\": \"2026-05-21\"\n}"
            },
            {
              "name": "Get_BalanceAccount_SoleTrader_200_modular",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}/balanceAccounts/{{balanceAccountId}}",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}",
                    "balanceAccounts",
                    "{{balanceAccountId}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "1b88c81b-63ba-4e36-ac31-96a7437d6260"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Mon, 07 Apr 2025 22:05:08 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"currency\": \"USD\",\n    \"payoutInstrumentReference\": \"tMadWkE77n\",\n    \"scheduledPayoutDay\": \"friday\",\n    \"frequency\": \"weekly\",\n    \"balanceAccountId\": \"parPjMY_O75ll6_zu6tqoPza0\",\n    \"dateTimeCreated\": \"2026-05-20T19:04:10.169Z\",\n    \"version\": 0,\n    \"accountNumber\": \"0000550000197001\",\n    \"nextPayoutDate\": \"2026-05-22\"\n}\n  "
            },
            {
              "name": "Get_BalanceAccount_Company_200_modular",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}/balanceAccounts/{{balanceAccountId}}",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}",
                    "balanceAccounts",
                    "{{balanceAccountId}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "31e96da0-b67c-4d17-b6ae-22843d11c65a"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Mon, 07 Apr 2025 22:05:46 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"currency\": \"USD\",\n    \"payoutInstrumentReference\": \"Nakia850\",\n    \"scheduledPayoutDay\": \"thursday\",\n    \"frequency\": \"monthly\",\n    \"recurrence\": \"third\",\n    \"balanceAccountId\": \"parHEMp2oDME0CpZyzkzOasR0\",\n    \"dateTimeCreated\": \"2026-05-15T19:46:16.639Z\",\n    \"dateTimeUpdated\": \"2026-05-15T19:46:30.281Z\",\n    \"version\": 1,\n    \"accountNumber\": \"0000550000098001\",\n    \"nextPayoutDate\": \"2026-05-22\"\n}"
            }
          ]
        },
        {
          "name": "Update_Beneficial_Owner_modular",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"companyPartyId\"));"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"beneficialOwnerReference\": \"{{$randomFirstName}}{{$randomInt}}\",\n    \"personalDetails\": {\n        \"title\": \"Dr\",\n        \"firstName\": \"John\",\n        \"middleName\": \"Illusionet\",\n        \"lastName\": \"Bailey\",\n        \"residentialStatus\": \"nonResident\",\n        \"alias\": \"Team Fusion\",\n        \"socialSecurityNumber\":\"555-34-4567\",\n        \"dateOfBirth\": \"1972-05-22\",\n        \"nationality\": \"GB\", \n        \"address\": {\n            \"address1\": \"200 Downing Street\",\n            \"address2\": \"Flat 404\",\n            \"city\": \"London\",\n            \"type\": \"home\",\n            \"countryCode\": \"GB\",  \n            \"postalCode\": \"SW1A 2AA\"  \n        },\n        \"currentAddressLessThanThreeYears\": true,\n        \"previousHomeAddress\": {\n            \"address1\": \"200 Oxford Street\",\n            \"address2\": \"Flat 101\",\n            \"city\": \"London\",\n            \"type\": \"home\",\n            \"countryCode\": \"GB\",  \n            \"postalCode\": \"W1D 1LP\"  \n        }\n    },\n    \"relationshipToBusiness\": {\n        \"ownershipPercentage\": 10.0,\n        \"director\": false,\n        \"position\": \"partner\"\n    },\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"B98765432\",\n            \"issuingInstitution\": \"UK Passport Office\",  \n            \"issuingCountry\": \"GB\",  \n            \"validFrom\": \"2018-05-15\",\n            \"validTo\": \"2028-05-15\"\n        }\n    ],\n    \"email\": \"John.bailey@example.com\",  \n    \"phones\": [\n        {\n            \"number\": \"0205556789\",  \n            \"prefix\": \"44\" \n        }\n    ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/beneficialOwners/{{beneficialOwnerId}}",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "beneficialOwners",
                "{{beneficialOwnerId}}"
              ]
            }
          },
          "response": [
            {
              "name": "Update_Beneficial_Owner_200_modular",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"beneficialOwnerReference\": \"owner28\",\n    \"personalDetails\": {\n        \"title\": \"Dr\",\n        \"firstName\": \"John\",\n        \"middleName\": \"Illusionet\",\n        \"lastName\": \"Bailey\",\n        \"residentialStatus\": \"nonResident\",\n        \"dateOfBirth\": \"1972-05-22\",\n        \"nationality\": \"GB\", \n        \"address\": {\n            \"address1\": \"200 Downing Street\",\n            \"address2\": \"Flat 404\",\n            \"city\": \"London\",\n            \"type\": \"home\",\n            \"countryCode\": \"GB\",  \n            \"postalCode\": \"SW1A 2AA\"  \n        },\n        \"currentAddressLessThanThreeYears\": true,\n        \"previousHomeAddress\": {\n            \"address1\": \"200 Oxford Street\",\n            \"address2\": \"Flat 101\",\n            \"city\": \"London\",\n            \"type\": \"home\",\n            \"countryCode\": \"GB\",  \n            \"postalCode\": \"W1D 1LP\"  \n        }\n    },\n    \"relationshipToBusiness\": {\n        \"ownershipPercentage\": 10.0,\n        \"director\": false,\n        \"position\": \"partner\"\n    },\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"B98765432\",\n            \"issuingInstitution\": \"UK Passport Office\",  \n            \"issuingCountry\": \"GB\",  \n            \"validFrom\": \"2018-05-15\",\n            \"validTo\": \"2028-05-15\"\n        }\n    ],\n    \"email\": \"John.bailey@example.com\",  \n    \"phones\": [\n        {\n            \"number\": \"0205556789\",  \n            \"prefix\": \"44\" \n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}/beneficialOwners/{{beneficialOwnerId}}",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}",
                    "beneficialOwners",
                    "{{beneficialOwnerId}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "39a38a2d-ae77-4256-9d7f-5d137a6896a8"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Tue, 11 Mar 2025 19:30:15 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"identityVerificationState\": \"notVerified\",\n    \"identityVerificationMethod\": \"identityVerificationService\",\n    \"beneficialOwnerReference\": \"Danielle276\",\n    \"beneficialOwnerId\": \"parNVWlLGn7ooKsEbCKmWX530\",\n    \"personalDetails\": {\n        \"title\": \"Dr\",\n        \"firstName\": \"John\",\n        \"middleName\": \"Illusionet\",\n        \"alias\": \"Team Fusion\",\n        \"lastName\": \"Bailey\",\n        \"socialSecurityNumber\": \"555-34-4567\",\n        \"dateOfBirth\": \"1972-05-22\",\n        \"address\": {\n            \"address1\": \"200 Downing Street\",\n            \"address2\": \"Flat 404\",\n            \"city\": \"London\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"SW1A 2AA\",\n            \"type\": \"home\"\n        },\n        \"residentialStatus\": \"nonResident\",\n        \"nationality\": \"GB\",\n        \"currentAddressLessThanThreeYears\": true,\n        \"previousHomeAddress\": {\n            \"address1\": \"200 Oxford Street\",\n            \"address2\": \"Flat 101\",\n            \"city\": \"London\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"W1D 1LP\",\n            \"type\": \"home\"\n        }\n    },\n    \"relationshipToBusiness\": {\n        \"ownershipPercentage\": 10.0,\n        \"director\": false,\n        \"isPrincipalOwner\": false,\n        \"position\": \"partner\"\n    },\n    \"email\": \"John.bailey@example.com\",\n    \"phones\": [\n        {\n            \"prefix\": \"44\",\n            \"number\": \"0205556789\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"B98765432\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2018-05-15\",\n            \"validTo\": \"2028-05-15\"\n        }\n    ],\n    \"dateTimeCreated\": \"2026-02-03T21:17:18.291Z\",\n    \"version\": 1,\n    \"dateTimeUpdated\": \"2026-02-03T21:19:24.319Z\"\n}"
            }
          ]
        },
        {
          "name": "Update_Party_Person_orchestrated",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"personPartyId\"));"
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"merchant\": {\n        \"entity\": \"{{entity}}\"\n    },\n    \"partyReference\": \"{{$randomFirstName}}{{$randomInt}}\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"person\",\n    \"personalDetails\": {\n        \"title\": \"Mr\",\n        \"firstName\": \"Case\",\n        \"middleName\": \"Henry\",\n        \"lastName\": \"Mitchell\",\n        \"alias\": \"Team Fusion\",\n        \"socialSecurityNumber\": \"555-22-3456\",\n        \"residentialStatus\": \"resident\",\n        \"dateOfBirth\": \"1983-10-12\",\n        \"address\": {\n            \"address1\": \"2025 Kingsbury Court\",\n            \"address2\": \"Unit 42\",\n            \"city\": \"Manchester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"M1 1AA\"\n        }\n    },\n    \"email\": \"case.mitchell@example.com\",\n    \"phones\": [\n        {\n            \"number\": \"02079461234\",\n            \"prefix\": \"44\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"NEO456789\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2022-08-01\",\n            \"validTo\": \"2032-08-01\"\n        },\n        {\n            \"type\": \"nationalId\",\n            \"number\": \"ZAIBATSU-00792\",\n            \"issuingInstitution\": \"Zaibatsu Holding HR Dept.\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2025-01-01\",\n            \"validTo\": \"2030-12-31\"\n        }\n    ]\n}\n",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}"
              ]
            }
          },
          "response": [
            {
              "name": "Update_Party_Person_200_orchestrated",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"merchant\": {\n        \"entity\": \"default\"\n    },\n    \"partyReference\": \"Hosaka27384910\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"person\",\n    \"personalDetails\": {\n        \"title\": \"Mr\",\n        \"firstName\": \"Case\",\n        \"middleName\": \"Henry\",\n        \"lastName\": \"Mitchell\",\n        \"residentialStatus\": \"resident\",\n        \"dateOfBirth\": \"1983-10-12\",\n        \"address\": {\n            \"address1\": \"2025 Kingsbury Court\",\n            \"address2\": \"Unit 42\",\n            \"type\": \"home\",\n            \"city\": \"Manchester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"M1 1AA\"\n        }\n    },\n    \"email\": \"case.mitchell@example.com\",\n    \"phones\": [\n        {\n            \"number\": \"02079461234\",\n            \"prefix\": \"44\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"NEO456789\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2022-08-01\",\n            \"validTo\": \"2032-08-01\"\n        },\n        {\n            \"type\": \"nationalId\",\n            \"number\": \"ZAIBATSU-00792\",\n            \"issuingInstitution\": \"Zaibatsu Holding HR Dept.\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2025-01-01\",\n            \"validTo\": \"2030-12-31\"\n        }\n    ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "39a38a2d-ae77-4256-9d7f-5d137a6896a8"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Tue, 11 Mar 2025 19:30:15 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"identityVerificationState\": \"notVerified\",\n    \"identityVerificationMethod\": \"identityVerificationService\",\n    \"merchant\": {\n        \"entity\": \"default\"\n    },\n    \"partyReference\": \"INJR34EBN2\",\n    \"partyType\": \"beneficiary\",\n    \"type\": \"person\",\n    \"partyId\": \"parmi8oo0w__307lfInCfq8i0\",\n    \"email\": \"case.mitchell@example.com\",\n    \"phones\": [\n        {\n            \"prefix\": \"44\",\n            \"number\": \"02079461234\"\n        }\n    ],\n    \"identityDocuments\": [\n        {\n            \"type\": \"passport\",\n            \"number\": \"NEO456789\",\n            \"issuingInstitution\": \"UK Passport Office\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2022-08-01\",\n            \"validTo\": \"2032-08-01\"\n        },\n        {\n            \"type\": \"nationalId\",\n            \"number\": \"ZAIBATSU-00792\",\n            \"issuingInstitution\": \"Zaibatsu Holding HR Dept.\",\n            \"issuingCountry\": \"GB\",\n            \"validFrom\": \"2025-01-01\",\n            \"validTo\": \"2030-12-31\"\n        }\n    ],\n    \"balanceAccounts\": [\n        {\n            \"currency\": \"GBP\",\n            \"payoutInstrumentReference\": \"Akfe85jo9y\",\n            \"scheduledPayoutDay\": \"tuesday\",\n            \"frequency\": \"weekly\",\n            \"balanceAccountId\": \"par3bbmGt_-Cd1qGTKU1GNN60\",\n            \"dateTimeCreated\": \"2026-02-04T14:46:59.745Z\",\n            \"version\": 0,\n            \"nextPayoutDate\": \"2026-02-10\"\n        },\n        {\n            \"currency\": \"EUR\",\n            \"payoutInstrumentReference\": \"Bjj8x0hTSW\",\n            \"scheduledPayoutDay\": \"friday\",\n            \"frequency\": \"weekly\",\n            \"balanceAccountId\": \"parUXgtD0osbEGYeNZgU6hMn0\",\n            \"dateTimeCreated\": \"2026-02-04T14:47:02.802Z\",\n            \"version\": 0,\n            \"nextPayoutDate\": \"2026-02-06\"\n        }\n    ],\n    \"dateTimeCreated\": \"2026-02-04T14:46:59.744Z\",\n    \"dateTimeUpdated\": \"2026-02-04T14:47:06.211Z\",\n    \"version\": 1,\n    \"payoutInstruments\": [\n        {\n            \"payoutInstrumentReference\": \"Bjj8x0hTSW\",\n            \"payoutInstrumentId\": \"parz3fdIb_sx9ahh0E79luSQ0\",\n            \"payoutInstrumentType\": \"bankAccount\",\n            \"currency\": \"EUR\",\n            \"dateTimeCreated\": \"2026-02-04T14:47:01.656Z\",\n            \"version\": 0,\n            \"accountHolderName\": \"Case H. Mitchell\",\n            \"swiftBic\": \"BUKBGB22\",\n            \"bankCode\": \"045110\",\n            \"accountNumber\": \"23198765\",\n            \"accountType\": \"checking\",\n            \"iban\": \"GB892019000123456789\",\n            \"bankName\": \"Metro Bank\",\n            \"address\": {\n                \"address1\": \"17 Neo-London Financial Tower\",\n                \"address2\": \"Suite 1288\",\n                \"city\": \"London\",\n                \"countryCode\": \"GB\",\n                \"postalCode\": \"EC1A 1BB\",\n                \"type\": \"business\"\n            },\n            \"branchCode\": \"Barclays Branch\"\n        }\n    ],\n    \"active\": true,\n    \"dateTimeActivated\": \"2026-02-04T14:46:59.744Z\",\n    \"personalDetails\": {\n        \"title\": \"Mr\",\n        \"firstName\": \"Case\",\n        \"middleName\": \"Henry\",\n        \"alias\": \"Team Fusion\",\n        \"lastName\": \"Mitchell\",\n        \"socialSecurityNumber\": \"555-22-3456\",\n        \"dateOfBirth\": \"1983-10-12\",\n        \"address\": {\n            \"address1\": \"2025 Kingsbury Court\",\n            \"address2\": \"Unit 42\",\n            \"city\": \"Manchester\",\n            \"countryCode\": \"GB\",\n            \"postalCode\": \"M1 1AA\"\n        },\n        \"residentialStatus\": \"resident\",\n        \"currentAddressLessThanThreeYears\": false\n    }\n}\n    "
            }
          ]
        },
        {
          "name": "Update_PayoutInstrument_Company_modular",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"companyPartyId\"));",
                  "pm.collectionVariables.set(\"payoutInstrumentId\", pm.collectionVariables.get(\"companyPayoutInstrumentId\"));"
                ],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ],
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n      \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n      \"payoutInstrumentType\": \"bankAccount\",\n      \"swiftBic\": \"FSFCUS33\",\n      \"bankCode\": \"045110\",\n      \"branchCode\": \"Muswell Hill Branch\",\n      \"accountNumber\": \"2276581\",\n      \"accountType\": \"savings\",\n      \"iban\": \"GB33TASS12345678901234\",\n      \"bankName\": \"Freeside Financial Corporation\",\n      \"payoutInstrumentReference\": \"{{companyPayoutInstrumentReference}}\",\n      \"currency\": \"EUR\",\n      \"address\": {\n        \"address1\": \"9105 Villa Straylight\",\n        \"address2\": \"Freeside\",\n        \"type\": \"business\",\n        \"city\": \"York\",\n        \"state\": \"NA\",\n        \"countryCode\": \"GB\",\n        \"postalCode\": \"L502 MK54\"\n      }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/payoutInstruments/{{payoutInstrumentId}}",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "payoutInstruments",
                "{{payoutInstrumentId}}"
              ]
            }
          },
          "response": [
            {
              "name": "Update_PayoutInstrument_Company_200_modular",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n      \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n      \"payoutInstrumentType\": \"bankAccount\",\n      \"swiftBic\": \"FSFCUS33\",\n      \"bankCode\": \"045110\",\n      \"branchCode\": \"Muswell Hill Branch\",\n      \"accountNumber\": \"2276581\",\n      \"accountType\": \"savings\",\n      \"iban\": \"GB33TASS12345678901234\",\n      \"bankName\": \"Freeside Financial Corporation\",\n      \"payoutInstrumentReference\": \"{{companyPayoutInstrumentReference}}\",\n      \"currency\": \"EUR\",\n      \"address\": {\n        \"address1\": \"9105 Villa Straylight\",\n        \"address2\": \"Freeside\",\n        \"type\": \"business\",\n        \"city\": \"York\",\n        \"state\": \"NA\",\n        \"countryCode\": \"GB\",\n        \"postalCode\": \"L502 MK54\"\n      }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}/payoutInstruments/{{payoutInstrumentId}}",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}",
                    "payoutInstruments",
                    "{{payoutInstrumentId}}"
                  ]
                }
              },
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                }
              ],
              "cookie": [],
              "body": "{\n    \"payoutInstrumentReference\": \"Grayson935\",\n    \"payoutInstrumentId\": \"parWm7eF6Dfwry4EYQdpXSSB0\",\n    \"payoutInstrumentType\": \"bankAccount\",\n    \"currency\": \"EUR\",\n    \"dateTimeCreated\": \"2025-04-22T19:24:07.680Z\",\n    \"dateTimeUpdated\": \"2025-04-22T19:24:11.462Z\",\n    \"version\": 2,\n    \"accountHolderName\": \"Tessier-Ashpool Systems Ltd.\",\n    \"swiftBic\": \"FSFCUS33\",\n    \"bankCode\": \"045110\",\n    \"accountNumber\": \"2276581\",\n    \"accountType\": \"savings\",\n    \"iban\": \"GB33TASS12345678901234\",\n    \"bankName\": \"Freeside Financial Corporation\",\n    \"address\": {\n        \"address1\": \"9105 Villa Straylight\",\n        \"address2\": \"Freeside\",\n        \"city\": \"York\",\n        \"state\": \"NA\",\n        \"countryCode\": \"GB\",\n        \"postalCode\": \"L502 MK54\",\n        \"type\": \"business\"\n    },\n    \"branchCode\": \"Muswell Hill Branch\"\n}"
            }
          ]
        },
        {
          "name": "Update_Balance_Account_SoleTrader_modular",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  "pm.collectionVariables.set(\"partyId\", pm.collectionVariables.get(\"soleTraderPartyId\"));",
                  "pm.collectionVariables.set(\"balanceAccountId\", pm.collectionVariables.get(\"soleTraderBalanceAccountId\"));",
                  "pm.collectionVariables.set(\"nextPayoutDate\", pm.collectionVariables.get(\"soleTraderNextPayoutDate\"));",
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Authorization",
                "value": "{{Authorization}}",
                "type": "text"
              },
              {
                "key": "WP-Api-Version",
                "value": "2025-01-01",
                "type": "text"
              },
              {
                "key": "WP-CorrelationId",
                "value": "{{$guid}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"currency\": \"USD\",\n  \"payoutInstrumentReference\": \"{{soleTraderPayoutInstrumentReference}}\",\n  \"scheduledPayoutDay\": \"wednesday\",\n  \"frequency\":\"monthly\",\n  \"recurrence\":\"second\",\n  \"nextPayoutDate\": \"{{soleTraderNextPayoutDate}}\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{partiesUrl}}/parties/{{partyId}}/balanceAccounts/{{balanceAccountId}}",
              "host": [
                "{{partiesUrl}}"
              ],
              "path": [
                "parties",
                "{{partyId}}",
                "balanceAccounts",
                "{{balanceAccountId}}"
              ]
            }
          },
          "response": [
            {
              "name": "Update_Balance_Account_SoleTrader_200_modular",
              "originalRequest": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "{{Authorization}}",
                    "type": "text"
                  },
                  {
                    "key": "WP-Api-Version",
                    "value": "2025-01-01",
                    "type": "text"
                  },
                  {
                    "key": "WP-CorrelationId",
                    "value": "{{$guid}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"currency\": \"CHF\",\n  \"payoutInstrumentReference\": \"{{soleTraderPayoutInstrumentReference}}\",\n  \"scheduledPayoutDay\": \"wednesday\",\n  \"frequency\":\"monthly\",\n  \"recurrence\":\"second\",\n  \"nextPayoutDate\": \"{{soleTraderNextPayoutDate}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{partiesUrl}}/parties/{{partyId}}/balanceAccounts/{{balanceAccountId}}",
                  "host": [
                    "{{partiesUrl}}"
                  ],
                  "path": [
                    "parties",
                    "{{partyId}}",
                    "balanceAccounts",
                    "{{balanceAccountId}}"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "WP-CorrelationId",
                  "value": "b42b8a76-01af-4bea-acf3-b6c57584b8c6"
                },
                {
                  "key": "X-Content-Type-Options",
                  "value": "nosniff"
                },
                {
                  "key": "X-XSS-Protection",
                  "value": "0"
                },
                {
                  "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": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Transfer-Encoding",
                  "value": "chunked"
                },
                {
                  "key": "Date",
                  "value": "Wed, 16 Apr 2025 18:10:34 GMT"
                },
                {
                  "key": "Keep-Alive",
                  "value": "timeout=60"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                }
              ],
              "cookie": [],
              "body": "{\n    \"currency\": \"USD\",\n    \"payoutInstrumentReference\": \"Giles254\",\n    \"scheduledPayoutDay\": \"wednesday\",\n    \"frequency\": \"monthly\",\n    \"recurrence\": \"second\",\n    \"balanceAccountId\": \"par0HAWQ1_qToioEByUlkvuP0\",\n    \"dateTimeCreated\": \"2026-05-15T19:54:05.300Z\",\n    \"dateTimeUpdated\": \"2026-05-15T19:54:30.230Z\",\n    \"version\": 2,\n    \"accountNumber\": \"0000550000101001\",\n    \"nextPayoutDate\": \"2026-05-22\"\n}"
            }
          ]
        }
      ],
      "event": [
        {
          "listen": "prerequest",
          "script": {
            "type": "text/javascript",
            "packages": {},
            "requests": {},
            "exec": [
              ""
            ]
          }
        },
        {
          "listen": "test",
          "script": {
            "type": "text/javascript",
            "packages": {},
            "requests": {},
            "exec": [
              "",
              ""
            ]
          }
        }
      ]
    }
  ],
  "auth": {
    "type": "basic",
    "basic": [
      {
        "key": "password",
        "value": "{{password}}",
        "type": "string"
      },
      {
        "key": "username",
        "value": "{{username}}",
        "type": "string"
      }
    ]
  },
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "requests": {},
        "exec": [
          ""
        ]
      }
    },
    {
      "listen": "test",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "requests": {},
        "exec": [
          ""
        ]
      }
    }
  ],
  "variable": [
    {
      "key": "companyPartyId",
      "value": ""
    },
    {
      "key": "partyId",
      "value": ""
    },
    {
      "key": "counter",
      "value": "0"
    },
    {
      "key": "maxIterations",
      "value": "3"
    },
    {
      "key": "personPartyId",
      "value": ""
    },
    {
      "key": "soleTraderPartyId",
      "value": ""
    },
    {
      "key": "beneficialOwnerId",
      "value": ""
    },
    {
      "key": "personPayoutInstrumentId",
      "value": ""
    },
    {
      "key": "soleTraderPayoutInstrumentId",
      "value": ""
    },
    {
      "key": "companyPayoutInstrumentId",
      "value": ""
    },
    {
      "key": "payoutInstrumentId",
      "value": ""
    },
    {
      "key": "partiesUrl",
      "value": "http://localhost:8086"
    },
    {
      "key": "Authorization",
      "value": "{{Authorization}}"
    },
    {
      "key": "entity",
      "value": "default"
    },
    {
      "key": "personPayoutInstrumentReference",
      "value": ""
    },
    {
      "key": "soleTraderPayoutInstrumentReference",
      "value": ""
    },
    {
      "key": "companyPayoutInstrumentReference",
      "value": ""
    },
    {
      "key": "personBalanceAccountId",
      "value": ""
    },
    {
      "key": "soleTraderBalanceAccountId",
      "value": ""
    },
    {
      "key": "companyBalanceAccountId",
      "value": ""
    },
    {
      "key": "balanceAccountId",
      "value": ""
    },
    {
      "key": "dateTimeCreated",
      "value": ""
    },
    {
      "key": "nextPayoutDate",
      "value": ""
    },
    {
      "key": "soleTraderNextPayoutDate",
      "value": ""
    }
  ]
}