{"info":{"_postman_id":"45cec85d-7142-467e-b356-bc473842add2","name":"Mulai Console","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"37096292","collectionId":"45cec85d-7142-467e-b356-bc473842add2","publishedId":"2sA3kaDzBR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"7e18af"},"publishDate":"2024-07-30T03:33:38.000Z"},"item":[{"name":"User","item":[{"name":"Transactions","item":[{"name":"Retrieve a Transaction","id":"ee66a911-74bc-4fef-8b78-487a663b60d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/transactions/:transactionId","description":"<h3 id=\"get-transactions\">GET Transactions</h3>\n<p><code>/transactions</code> endpoint allows you to operate on the Transaction entity.</p>\n<p>Calling <code>GET /transactions/{transactionId}</code> will return the entire transaction payload and rule execution results for the transaction with the corresponding <code>transactionId</code></p>\n","urlObject":{"path":["transactions",":transactionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Unique Transaction Identifier</p>\n","type":"text/plain"},"type":"any","value":"transactionId","key":"transactionId"}]}},"response":[{"id":"1a9b1e2c-d295-4df4-96dd-21b1bdb3e83f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/transactions/:transactionId","host":["{{baseUrl}}"],"path":["transactions",":transactionId"],"variable":[{"key":"transactionId","value":"transactionId","description":"Unique Transaction Identifier"}]},"description":"### GET Transactions\n\n`/transactions` endpoint allows you to operate on the [Transaction entity](/guides/overview/entities#transaction).\n\nCalling `GET /transactions/{transactionId}` will return the entire transaction payload and rule execution results for the transaction with the corresponding `transactionId`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"originAmountDetails\": {\n        \"transactionAmount\": 35000,\n        \"transactionCurrency\": \"PHP\",\n        \"country\": \"PH\"\n    },\n    \"destinationAmountDetails\": {\n        \"transactionAmount\": 35000,\n        \"transactionCurrency\": \"PHP\",\n        \"country\": \"PH\"\n    },\n    \"type\": \"TRANSFER\",\n    \"transactionId\": \"23c94c9e7b5f1107db15a530ea2f54c0\",\n    \"transactionState\": \"SUSPENDED\",\n    \"isFirstTransaction\": false,\n    \"timestamp\": 1733648901229,\n    \"originUserId\": \"47b2ed45-971f-4234-b774-40acde4cc44c\",\n    \"destinationUserId\": \"d9ecf9c9-1c89-4c14-a74f-c92b3856e857\",\n    \"relatedTransactionIds\": [],\n    \"productType\": \"Digital\",\n    \"originPaymentDetails\": {\n        \"method\": \"WALLET\"\n    },\n    \"destinationPaymentDetails\": {\n        \"method\": \"WALLET\"\n    },\n    \"reference\": \"Intra Transfer\",\n    \"executedRules\": [\n        {\n            \"ruleId\": \"T-2\",\n            \"ruleNameAlias\": \"Suspend PHP 30k\",\n            \"action\": \"ALLOW\",\n            \"status\": \"ACTIVE\",\n            \"casePriority\": \"P4\",\n            \"executedRules\": [\n                {\n                    \"riskLevel\": \"VERY_HIGH\",\n                    \"detail\": {\n                        \"riskLevel\": {\n                            \"originUser\": \"VERY_HIGH\",\n                            \"destinationUser\": \"VERY_HIGH\"\n                        },\n                        \"data\": {\n                            \"transaction\": {\n                                \"origin\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                },\n                                \"destination\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                }\n                            },\n                            \"rule\": {\n                                \"listAmount\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 30000\n                                }\n                            }\n                        }\n                    }\n                }\n            ],\n            \"id\": \"674d0add2adf7cb23b161ce0\"\n        }\n    ],\n    \"hitRules\": [\n        {\n            \"ruleId\": \"T-2\",\n            \"ruleNameAlias\": \"Suspend PHP 30k\",\n            \"action\": \"ALLOW\",\n            \"status\": \"ACTIVE\",\n            \"casePriority\": \"P4\",\n            \"executedRules\": [\n                {\n                    \"riskLevel\": \"VERY_HIGH\",\n                    \"detail\": {\n                        \"riskLevel\": {\n                            \"originUser\": \"VERY_HIGH\",\n                            \"destinationUser\": \"VERY_HIGH\"\n                        },\n                        \"data\": {\n                            \"transaction\": {\n                                \"origin\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                },\n                                \"destination\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                }\n                            },\n                            \"rule\": {\n                                \"listAmount\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 30000\n                                }\n                            }\n                        }\n                    }\n                }\n            ],\n            \"id\": \"674d0add2adf7cb23b161ce0\"\n        }\n    ],\n    \"tags\": [\n        {\n            \"key\": \"Source\",\n            \"value\": \"API Docs Tester\"\n        }\n    ],\n    \"riskScoreDetails\": {\n        \"trsScore\": \"0\",\n        \"trsRiskLevel\": \"VERY_HIGH\",\n        \"originUserOrsRiskScore\": \"0\",\n        \"originUserOrsRiskLevel\": \"VERY_LOW\",\n        \"destinationUserOrsRiskScore\": \"0\",\n        \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n    },\n    \"status\": \"SUSPEND\",\n    \"originUserDetail\": {\n        \"legalEntity\": {\n            \"companyGeneralDetails\": {\n                \"businessIndustry\": [],\n                \"mainProductsServicesSold\": []\n            }\n        },\n        \"userDetails\": {\n            \"name\": {\n                \"firstName\": \"Danny\",\n                \"middleName\": \"Nancy\",\n                \"lastName\": \"Anderson\"\n            },\n            \"dateOfBirth\": \"1994-01-21\",\n            \"countryOfResidence\": \"EE\",\n            \"countryOfNationality\": \"FR\"\n        },\n        \"contactDetails\": {\n            \"emailIds\": [\n                \"gregory82@example.com\"\n            ],\n            \"contactNumbers\": [\n                \"690.518.4303\"\n            ],\n            \"websites\": [\n                \"http://www.page.com/\"\n            ],\n            \"addresses\": [\n                {\n                    \"addressLines\": [\n                        \"363 Johnson Crescent\"\n                    ],\n                    \"postcode\": \"19499\",\n                    \"city\": \"New Shane\",\n                    \"state\": \"Maryland\",\n                    \"country\": \"Colombia\",\n                    \"tags\": [\n                        {\n                            \"key\": \"forward\",\n                            \"value\": \"small\",\n                            \"_id\": \"675559e9b1d3a7ca74dc4aac\",\n                            \"id\": \"675559e9b1d3a7ca74dc4aac\"\n                        }\n                    ],\n                    \"_id\": \"675559e9b1d3a7ca74dc4aab\",\n                    \"id\": \"675559e9b1d3a7ca74dc4aab\"\n                }\n            ],\n            \"faxNumbers\": []\n        },\n        \"employmentDetails\": {\n            \"businessIndustry\": []\n        },\n        \"userStateDetails\": {\n            \"state\": \"CREATED\",\n            \"reason\": \"\"\n        },\n        \"kycStatusDetails\": {\n            \"status\": \"NOT_STARTED\",\n            \"reason\": \"\"\n        },\n        \"userId\": \"47b2ed45-971f-4234-b774-40acde4cc44c\",\n        \"createdTimestamp\": 1733646618204,\n        \"updatedTimestamp\": 1733646825456,\n        \"userType\": \"INDIVIDUAL\",\n        \"legalDocuments\": [\n            {\n                \"documentType\": \"passport\",\n                \"documentNumber\": \"vcj-758173\",\n                \"documentIssuedDate\": 1702089666204,\n                \"documentExpirationDate\": 1765203570204,\n                \"documentIssuedCountry\": \"IT\",\n                \"_id\": \"675559e9b1d3a7ca74dc4aaa\",\n                \"tags\": [],\n                \"id\": \"675559e9b1d3a7ca74dc4aaa\"\n            }\n        ],\n        \"reasonForAccountOpening\": [\n            \"INVESTMENT\"\n        ],\n        \"sourceOfFunds\": [\n            \"SAVINGS\"\n        ],\n        \"tags\": [\n            {\n                \"key\": \"addedBy\",\n                \"value\": \"API Docs Tester\",\n                \"_id\": \"675559e9b1d3a7ca74dc4aad\",\n                \"id\": \"675559e9b1d3a7ca74dc4aad\"\n            }\n        ],\n        \"deleted\": false,\n        \"pepStatus\": [],\n        \"createdAt\": \"2024-12-08T08:33:45.467Z\",\n        \"updatedAt\": \"2024-12-08T08:33:45.467Z\",\n        \"id\": \"675559e9b1d3a7ca74dc4aa9\"\n    },\n    \"destinationUserDetail\": {\n        \"legalEntity\": {\n            \"companyGeneralDetails\": {\n                \"businessIndustry\": [],\n                \"mainProductsServicesSold\": []\n            }\n        },\n        \"userDetails\": {\n            \"name\": {\n                \"firstName\": \"Alexandra\",\n                \"middleName\": \"Evelyn\",\n                \"lastName\": \"Trujillo\"\n            },\n            \"dateOfBirth\": \"1953-01-29\",\n            \"countryOfResidence\": \"BO\",\n            \"countryOfNationality\": \"NA\"\n        },\n        \"contactDetails\": {\n            \"emailIds\": [\n                \"tthomas@example.org\"\n            ],\n            \"contactNumbers\": [\n                \"(327)222-5144x0804\"\n            ],\n            \"websites\": [\n                \"http://www.hernandez-juarez.org/\"\n            ],\n            \"addresses\": [\n                {\n                    \"addressLines\": [\n                        \"19004 Phillips Loop Suite 144\"\n                    ],\n                    \"postcode\": \"87874\",\n                    \"city\": \"Lewisborough\",\n                    \"state\": \"Michigan\",\n                    \"country\": \"Barbados\",\n                    \"tags\": [\n                        {\n                            \"key\": \"size\",\n                            \"value\": \"paper\",\n                            \"_id\": \"67555110f0b28279fccec2d4\",\n                            \"id\": \"67555110f0b28279fccec2d4\"\n                        }\n                    ],\n                    \"_id\": \"67555110f0b28279fccec2d3\",\n                    \"id\": \"67555110f0b28279fccec2d3\"\n                }\n            ],\n            \"faxNumbers\": []\n        },\n        \"employmentDetails\": {\n            \"businessIndustry\": []\n        },\n        \"userStateDetails\": {\n            \"state\": \"CREATED\",\n            \"reason\": \"\"\n        },\n        \"kycStatusDetails\": {\n            \"status\": \"NOT_STARTED\",\n            \"reason\": \"\"\n        },\n        \"userId\": \"d9ecf9c9-1c89-4c14-a74f-c92b3856e857\",\n        \"createdTimestamp\": 1733622417452,\n        \"updatedTimestamp\": 1733644560346,\n        \"userType\": \"INDIVIDUAL\",\n        \"legalDocuments\": [\n            {\n                \"documentType\": \"passport\",\n                \"documentNumber\": \"ozL-406873\",\n                \"documentIssuedDate\": 1702065465454,\n                \"documentExpirationDate\": 1765179369454,\n                \"documentIssuedCountry\": \"GY\",\n                \"_id\": \"67555110f0b28279fccec2d2\",\n                \"tags\": [],\n                \"id\": \"67555110f0b28279fccec2d2\"\n            }\n        ],\n        \"reasonForAccountOpening\": [\n            \"INVESTMENT\"\n        ],\n        \"sourceOfFunds\": [\n            \"SAVINGS\"\n        ],\n        \"tags\": [\n            {\n                \"key\": \"Source\",\n                \"value\": \"API Docs Tester\",\n                \"_id\": \"67555110f0b28279fccec2d5\",\n                \"id\": \"67555110f0b28279fccec2d5\"\n            }\n        ],\n        \"deleted\": false,\n        \"pepStatus\": [],\n        \"createdAt\": \"2024-12-08T07:56:00.355Z\",\n        \"updatedAt\": \"2024-12-08T07:56:00.355Z\",\n        \"id\": \"67555110f0b28279fccec2d1\"\n    }\n}"}],"_postman_id":"ee66a911-74bc-4fef-8b78-487a663b60d9"},{"name":"Lists Transaction","id":"244ba520-0e5c-422b-8616-ae96ec7822de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/transactions?filterId","description":"<h3 id=\"get-transactions\">GET Transactions</h3>\n<p><code>/transactions</code> endpoint allows you to operate on the Transaction entity.</p>\n<p>Calling <code>GET /transactions/{transactionId}</code> will return the entire transaction payload and rule execution results for the transaction with the corresponding <code>transactionId</code></p>\n","urlObject":{"path":["transactions"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"timestampStart","value":"1641654664001"},{"disabled":true,"key":"timestampEnd","value":"1641654664002"},{"disabled":true,"key":"report","value":"xlsx"},{"disabled":true,"key":"reportDate","value":""},{"disabled":true,"key":"timezone","value":""},{"disabled":true,"key":"country","value":"Z"},{"disabled":true,"key":"supervisingAgency","value":""},{"disabled":true,"key":"institutionCode","value":""},{"disabled":true,"key":"submissionType","value":""},{"disabled":true,"key":"startDate","value":"2024-11-02"},{"disabled":true,"key":"limit","value":"10"},{"disabled":true,"key":"trsRiskScore","value":"0"},{"disabled":true,"key":"trsRiskLevel","value":"VERY_LOW"},{"disabled":true,"key":"transactionId","value":"tom27031910002"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"status","value":"FLAG"},{"disabled":true,"key":"reference","value":"CTM Deposit"},{"key":"filterId","value":null}],"variable":[]}},"response":[{"id":"7b006f08-9204-4b01-b21f-15c5ab30a408","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/transactions/:transactionId","host":["{{baseUrl}}"],"path":["transactions",":transactionId"],"variable":[{"key":"transactionId","value":"transactionId","description":"Unique Transaction Identifier"}]},"description":"### GET Transactions\n\n`/transactions` endpoint allows you to operate on the [Transaction entity](/guides/overview/entities#transaction).\n\nCalling `GET /transactions/{transactionId}` will return the entire transaction payload and rule execution results for the transaction with the corresponding `transactionId`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"docs\": [\n        {\n            \"originAmountDetails\": {\n                \"transactionAmount\": 3500,\n                \"transactionCurrency\": \"USD\",\n                \"country\": \"SG\"\n            },\n            \"destinationAmountDetails\": {\n                \"transactionAmount\": 3500,\n                \"transactionCurrency\": \"USD\",\n                \"country\": \"SG\"\n            },\n            \"type\": \"TRANSFER\",\n            \"transactionId\": \"32e4740e1fe241dd600d66aea3b119ef\",\n            \"transactionState\": \"SUSPENDED\",\n            \"isFirstTransaction\": false,\n            \"timestamp\": 1733645494904,\n            \"originUserId\": \"715f61de-2e2b-4d64-b80d-af1a812367af\",\n            \"destinationUserId\": \"0ae3b57e-cfa9-4ba3-8838-0cabe46f16e9\",\n            \"relatedTransactionIds\": [],\n            \"productType\": \"Digital\",\n            \"originPaymentDetails\": {\n                \"method\": \"SWIFT\"\n            },\n            \"destinationPaymentDetails\": {\n                \"method\": \"SWIFT\"\n            },\n            \"reference\": \"Intra Transfer\",\n            \"executedRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"hitRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"tags\": [\n                {\n                    \"key\": \"Tester\",\n                    \"value\": \"Tommy\"\n                }\n            ],\n            \"updatedAt\": \"2024-12-08T08:13:21.009Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_HIGH\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"SUSPEND\",\n            \"originUserDetail\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"userDetails\": {\n                    \"name\": {\n                        \"firstName\": \"Matthew\",\n                        \"middleName\": \"Anna\",\n                        \"lastName\": \"Jacobs\"\n                    },\n                    \"dateOfBirth\": \"1987-09-17\",\n                    \"countryOfResidence\": \"KH\",\n                    \"countryOfNationality\": \"KP\"\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [\n                        \"valerie70@example.com\"\n                    ],\n                    \"contactNumbers\": [\n                        \"780.385.6926x45945\"\n                    ],\n                    \"websites\": [\n                        \"http://www.lopez-chapman.com/\"\n                    ],\n                    \"addresses\": [\n                        {\n                            \"addressLines\": [\n                                \"71097 Cruz Roads Apt. 382\"\n                            ],\n                            \"postcode\": \"38203\",\n                            \"city\": \"North Christyburgh\",\n                            \"state\": \"Nebraska\",\n                            \"country\": \"United States Minor Outlying Islands\",\n                            \"tags\": [\n                                {\n                                    \"key\": \"walk\",\n                                    \"value\": \"those\",\n                                    \"_id\": \"6754faa2a8a93e0ed7cfda62\",\n                                    \"id\": \"6754faa2a8a93e0ed7cfda62\"\n                                }\n                            ],\n                            \"_id\": \"6754faa2a8a93e0ed7cfda61\",\n                            \"id\": \"6754faa2a8a93e0ed7cfda61\"\n                        }\n                    ],\n                    \"faxNumbers\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"userStateDetails\": {\n                    \"state\": \"CREATED\",\n                    \"reason\": \"\"\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"NOT_STARTED\",\n                    \"reason\": \"\"\n                },\n                \"userId\": \"715f61de-2e2b-4d64-b80d-af1a812367af\",\n                \"createdTimestamp\": 1733622417531,\n                \"updatedTimestamp\": 1733622417531,\n                \"userType\": \"INDIVIDUAL\",\n                \"legalDocuments\": [\n                    {\n                        \"documentType\": \"passport\",\n                        \"documentNumber\": \"OrX-230940\",\n                        \"documentIssuedDate\": 1702065465531,\n                        \"documentExpirationDate\": 1765179369531,\n                        \"documentIssuedCountry\": \"VA\",\n                        \"_id\": \"6754faa2a8a93e0ed7cfda60\",\n                        \"tags\": [],\n                        \"id\": \"6754faa2a8a93e0ed7cfda60\"\n                    }\n                ],\n                \"reasonForAccountOpening\": [\n                    \"INVESTMENT\"\n                ],\n                \"sourceOfFunds\": [\n                    \"SAVINGS\"\n                ],\n                \"tags\": [\n                    {\n                        \"key\": \"addedBy\",\n                        \"value\": \"Tommy\",\n                        \"_id\": \"6754faa2a8a93e0ed7cfda63\",\n                        \"id\": \"6754faa2a8a93e0ed7cfda63\"\n                    }\n                ],\n                \"deleted\": false,\n                \"pepStatus\": [],\n                \"createdAt\": \"2024-12-08T01:47:14.446Z\",\n                \"updatedAt\": \"2024-12-08T01:47:14.446Z\",\n                \"id\": \"6754faa2a8a93e0ed7cfda5f\"\n            },\n            \"destinationUserDetail\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"userDetails\": {\n                    \"name\": {\n                        \"firstName\": \"Brad\",\n                        \"middleName\": \"Andrew\",\n                        \"lastName\": \"Greene\"\n                    },\n                    \"dateOfBirth\": \"1995-11-28\",\n                    \"countryOfResidence\": \"NL\",\n                    \"countryOfNationality\": \"LA\"\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [\n                        \"dianamathews@example.org\"\n                    ],\n                    \"contactNumbers\": [\n                        \"(794)950-2310x945\"\n                    ],\n                    \"websites\": [\n                        \"https://www.marshall.info/\"\n                    ],\n                    \"addresses\": [\n                        {\n                            \"addressLines\": [\n                                \"84985 Mcintosh Garden\"\n                            ],\n                            \"postcode\": \"83065\",\n                            \"city\": \"Lake Joanna\",\n                            \"state\": \"Connecticut\",\n                            \"country\": \"Hungary\",\n                            \"tags\": [\n                                {\n                                    \"key\": \"another\",\n                                    \"value\": \"employee\",\n                                    \"_id\": \"6754faa2a8a93e0ed7cfda69\",\n                                    \"id\": \"6754faa2a8a93e0ed7cfda69\"\n                                }\n                            ],\n                            \"_id\": \"6754faa2a8a93e0ed7cfda68\",\n                            \"id\": \"6754faa2a8a93e0ed7cfda68\"\n                        }\n                    ],\n                    \"faxNumbers\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"userStateDetails\": {\n                    \"state\": \"CREATED\",\n                    \"reason\": \"\"\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"NOT_STARTED\",\n                    \"reason\": \"\"\n                },\n                \"userId\": \"0ae3b57e-cfa9-4ba3-8838-0cabe46f16e9\",\n                \"createdTimestamp\": 1733622417532,\n                \"updatedTimestamp\": 1733622417532,\n                \"userType\": \"INDIVIDUAL\",\n                \"legalDocuments\": [\n                    {\n                        \"documentType\": \"passport\",\n                        \"documentNumber\": \"YXR-053168\",\n                        \"documentIssuedDate\": 1702065465532,\n                        \"documentExpirationDate\": 1765179369532,\n                        \"documentIssuedCountry\": \"CM\",\n                        \"_id\": \"6754faa2a8a93e0ed7cfda67\",\n                        \"tags\": [],\n                        \"id\": \"6754faa2a8a93e0ed7cfda67\"\n                    }\n                ],\n                \"reasonForAccountOpening\": [\n                    \"INVESTMENT\"\n                ],\n                \"sourceOfFunds\": [\n                    \"SAVINGS\"\n                ],\n                \"tags\": [\n                    {\n                        \"key\": \"addedBy\",\n                        \"value\": \"Tommy\",\n                        \"_id\": \"6754faa2a8a93e0ed7cfda6a\",\n                        \"id\": \"6754faa2a8a93e0ed7cfda6a\"\n                    }\n                ],\n                \"deleted\": false,\n                \"pepStatus\": [],\n                \"createdAt\": \"2024-12-08T01:47:14.457Z\",\n                \"updatedAt\": \"2024-12-08T01:47:14.457Z\",\n                \"id\": \"6754faa2a8a93e0ed7cfda66\"\n            }\n        },\n        {\n            \"originAmountDetails\": {\n                \"transactionAmount\": 3500,\n                \"transactionCurrency\": \"USD\",\n                \"country\": \"SG\"\n            },\n            \"destinationAmountDetails\": {\n                \"transactionAmount\": 3500,\n                \"transactionCurrency\": \"USD\",\n                \"country\": \"SG\"\n            },\n            \"type\": \"TRANSFER\",\n            \"transactionId\": \"225dbaf5110fec431acbbe58264b5f9e\",\n            \"transactionState\": \"SUSPENDED\",\n            \"isFirstTransaction\": false,\n            \"timestamp\": 1733538698722,\n            \"originUserId\": \"45959af2-1546-40de-bcd0-43098074146d\",\n            \"destinationUserId\": \"e3e5070a-d68a-4529-8d14-260151b1d080\",\n            \"relatedTransactionIds\": [],\n            \"productType\": \"Digital\",\n            \"originPaymentDetails\": {\n                \"method\": \"SWIFT\"\n            },\n            \"destinationPaymentDetails\": {\n                \"method\": \"SWIFT\"\n            },\n            \"reference\": \"Intra Transfer\",\n            \"executedRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"hitRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"tags\": [\n                {\n                    \"key\": \"Tester\",\n                    \"value\": \"Tommy\"\n                }\n            ],\n            \"updatedAt\": \"2024-12-07T02:32:41.888Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_HIGH\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"SUSPEND\",\n            \"originUserDetail\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"userDetails\": {\n                    \"name\": {\n                        \"firstName\": \"Shelly\",\n                        \"middleName\": \"Kenneth\",\n                        \"lastName\": \"Friedman\"\n                    },\n                    \"dateOfBirth\": \"1993-06-02\",\n                    \"countryOfResidence\": \"GB\",\n                    \"countryOfNationality\": \"KG\"\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [\n                        \"imartinez@example.com\"\n                    ],\n                    \"contactNumbers\": [\n                        \"492-660-6937x7414\"\n                    ],\n                    \"websites\": [\n                        \"http://gardner.com/\"\n                    ],\n                    \"addresses\": [\n                        {\n                            \"addressLines\": [\n                                \"4204 Michael Landing\"\n                            ],\n                            \"postcode\": \"59867\",\n                            \"city\": \"Thompsonville\",\n                            \"state\": \"Utah\",\n                            \"country\": \"Kyrgyz Republic\",\n                            \"tags\": [\n                                {\n                                    \"key\": \"buy\",\n                                    \"value\": \"campaign\",\n                                    \"_id\": \"6753b22082bed54bf1dc1112\",\n                                    \"id\": \"6753b22082bed54bf1dc1112\"\n                                }\n                            ],\n                            \"_id\": \"6753b22082bed54bf1dc1111\",\n                            \"id\": \"6753b22082bed54bf1dc1111\"\n                        }\n                    ],\n                    \"faxNumbers\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"userStateDetails\": {\n                    \"state\": \"CREATED\",\n                    \"reason\": \"\"\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"NOT_STARTED\",\n                    \"reason\": \"\"\n                },\n                \"userId\": \"45959af2-1546-40de-bcd0-43098074146d\",\n                \"createdTimestamp\": 1733538147092,\n                \"updatedTimestamp\": 1733538336048,\n                \"userType\": \"INDIVIDUAL\",\n                \"legalDocuments\": [\n                    {\n                        \"documentType\": \"passport\",\n                        \"documentNumber\": \"EyQ-059233\",\n                        \"documentIssuedDate\": 1701981195092,\n                        \"documentExpirationDate\": 1765095099092,\n                        \"documentIssuedCountry\": \"KN\",\n                        \"_id\": \"6753b22082bed54bf1dc1110\",\n                        \"tags\": [],\n                        \"id\": \"6753b22082bed54bf1dc1110\"\n                    }\n                ],\n                \"reasonForAccountOpening\": [],\n                \"sourceOfFunds\": [],\n                \"tags\": [\n                    {\n                        \"key\": \"addedBy\",\n                        \"value\": \"Tommy\",\n                        \"_id\": \"6753b22082bed54bf1dc1113\",\n                        \"id\": \"6753b22082bed54bf1dc1113\"\n                    }\n                ],\n                \"deleted\": false,\n                \"pepStatus\": [],\n                \"createdAt\": \"2024-12-07T02:25:36.051Z\",\n                \"updatedAt\": \"2024-12-07T02:25:36.051Z\",\n                \"id\": \"6753b22082bed54bf1dc110f\"\n            },\n            \"destinationUserDetail\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"userDetails\": {\n                    \"name\": {\n                        \"firstName\": \"Jeremy\",\n                        \"middleName\": \"Ryan\",\n                        \"lastName\": \"Thomas\"\n                    },\n                    \"dateOfBirth\": \"1958-06-05\",\n                    \"countryOfResidence\": \"SV\",\n                    \"countryOfNationality\": \"MU\"\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [\n                        \"gloriabell@example.org\"\n                    ],\n                    \"contactNumbers\": [\n                        \"428-289-9548x0480\"\n                    ],\n                    \"websites\": [\n                        \"https://www.davis-taylor.com/\"\n                    ],\n                    \"addresses\": [\n                        {\n                            \"addressLines\": [\n                                \"545 Patterson Dale Apt. 315\"\n                            ],\n                            \"postcode\": \"77086\",\n                            \"city\": \"New Cheryl\",\n                            \"state\": \"Montana\",\n                            \"country\": \"Antigua and Barbuda\",\n                            \"tags\": [\n                                {\n                                    \"key\": \"bed\",\n                                    \"value\": \"director\",\n                                    \"_id\": \"6753b21608538045c3ac5db8\",\n                                    \"id\": \"6753b21608538045c3ac5db8\"\n                                }\n                            ],\n                            \"_id\": \"6753b21608538045c3ac5db7\",\n                            \"id\": \"6753b21608538045c3ac5db7\"\n                        }\n                    ],\n                    \"faxNumbers\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"userStateDetails\": {\n                    \"state\": \"CREATED\",\n                    \"reason\": \"\"\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"NOT_STARTED\",\n                    \"reason\": \"\"\n                },\n                \"userId\": \"e3e5070a-d68a-4529-8d14-260151b1d080\",\n                \"createdTimestamp\": 1733538147091,\n                \"updatedTimestamp\": 1733538326987,\n                \"userType\": \"INDIVIDUAL\",\n                \"legalDocuments\": [\n                    {\n                        \"documentType\": \"passport\",\n                        \"documentNumber\": \"Kdo-813860\",\n                        \"documentIssuedDate\": 1701981195091,\n                        \"documentExpirationDate\": 1765095099091,\n                        \"documentIssuedCountry\": \"GD\",\n                        \"_id\": \"6753b21608538045c3ac5db6\",\n                        \"tags\": [],\n                        \"id\": \"6753b21608538045c3ac5db6\"\n                    }\n                ],\n                \"reasonForAccountOpening\": [],\n                \"sourceOfFunds\": [],\n                \"tags\": [\n                    {\n                        \"key\": \"addedBy\",\n                        \"value\": \"Tommy\",\n                        \"_id\": \"6753b21608538045c3ac5db9\",\n                        \"id\": \"6753b21608538045c3ac5db9\"\n                    }\n                ],\n                \"deleted\": false,\n                \"pepStatus\": [],\n                \"createdAt\": \"2024-12-07T02:25:26.991Z\",\n                \"updatedAt\": \"2024-12-07T02:25:26.991Z\",\n                \"id\": \"6753b21608538045c3ac5db5\"\n            }\n        }\n    ],\n    \"totalDocs\": 2,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"244ba520-0e5c-422b-8616-ae96ec7822de"},{"name":"Chart transaction by day","id":"3feb9f7e-7b1e-40f3-96c0-f5e10e698ad3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/transactions/get-chart?limit=100&timestamp=2024-12-01%2C2024-12-14","description":"<h3 id=\"get-transactions\">GET Transactions</h3>\n<p><code>/transactions</code> endpoint allows you to operate on the Transaction entity.</p>\n<p>Calling <code>GET /transactions/{transactionId}</code> will return the entire transaction payload and rule execution results for the transaction with the corresponding <code>transactionId</code></p>\n","urlObject":{"path":["transactions","get-chart"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"timestamp","value":"2024-12-01%2C2024-12-14"}],"variable":[]}},"response":[{"id":"150a46d1-4f85-45be-b309-7a6dd04b401c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/transactions/:transactionId","host":["{{baseUrl}}"],"path":["transactions",":transactionId"],"variable":[{"key":"transactionId","value":"transactionId","description":"Unique Transaction Identifier"}]},"description":"### GET Transactions\n\n`/transactions` endpoint allows you to operate on the [Transaction entity](/guides/overview/entities#transaction).\n\nCalling `GET /transactions/{transactionId}` will return the entire transaction payload and rule execution results for the transaction with the corresponding `transactionId`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"docs\": [\n        {\n            \"originAmountDetails\": {\n                \"transactionAmount\": 3500,\n                \"transactionCurrency\": \"USD\",\n                \"country\": \"SG\"\n            },\n            \"destinationAmountDetails\": {\n                \"transactionAmount\": 3500,\n                \"transactionCurrency\": \"USD\",\n                \"country\": \"SG\"\n            },\n            \"type\": \"TRANSFER\",\n            \"transactionId\": \"32e4740e1fe241dd600d66aea3b119ef\",\n            \"transactionState\": \"SUSPENDED\",\n            \"isFirstTransaction\": false,\n            \"timestamp\": 1733645494904,\n            \"originUserId\": \"715f61de-2e2b-4d64-b80d-af1a812367af\",\n            \"destinationUserId\": \"0ae3b57e-cfa9-4ba3-8838-0cabe46f16e9\",\n            \"relatedTransactionIds\": [],\n            \"productType\": \"Digital\",\n            \"originPaymentDetails\": {\n                \"method\": \"SWIFT\"\n            },\n            \"destinationPaymentDetails\": {\n                \"method\": \"SWIFT\"\n            },\n            \"reference\": \"Intra Transfer\",\n            \"executedRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"hitRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"tags\": [\n                {\n                    \"key\": \"Tester\",\n                    \"value\": \"Tommy\"\n                }\n            ],\n            \"updatedAt\": \"2024-12-08T08:13:21.009Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_HIGH\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"SUSPEND\",\n            \"originUserDetail\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"userDetails\": {\n                    \"name\": {\n                        \"firstName\": \"Matthew\",\n                        \"middleName\": \"Anna\",\n                        \"lastName\": \"Jacobs\"\n                    },\n                    \"dateOfBirth\": \"1987-09-17\",\n                    \"countryOfResidence\": \"KH\",\n                    \"countryOfNationality\": \"KP\"\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [\n                        \"valerie70@example.com\"\n                    ],\n                    \"contactNumbers\": [\n                        \"780.385.6926x45945\"\n                    ],\n                    \"websites\": [\n                        \"http://www.lopez-chapman.com/\"\n                    ],\n                    \"addresses\": [\n                        {\n                            \"addressLines\": [\n                                \"71097 Cruz Roads Apt. 382\"\n                            ],\n                            \"postcode\": \"38203\",\n                            \"city\": \"North Christyburgh\",\n                            \"state\": \"Nebraska\",\n                            \"country\": \"United States Minor Outlying Islands\",\n                            \"tags\": [\n                                {\n                                    \"key\": \"walk\",\n                                    \"value\": \"those\",\n                                    \"_id\": \"6754faa2a8a93e0ed7cfda62\",\n                                    \"id\": \"6754faa2a8a93e0ed7cfda62\"\n                                }\n                            ],\n                            \"_id\": \"6754faa2a8a93e0ed7cfda61\",\n                            \"id\": \"6754faa2a8a93e0ed7cfda61\"\n                        }\n                    ],\n                    \"faxNumbers\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"userStateDetails\": {\n                    \"state\": \"CREATED\",\n                    \"reason\": \"\"\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"NOT_STARTED\",\n                    \"reason\": \"\"\n                },\n                \"userId\": \"715f61de-2e2b-4d64-b80d-af1a812367af\",\n                \"createdTimestamp\": 1733622417531,\n                \"updatedTimestamp\": 1733622417531,\n                \"userType\": \"INDIVIDUAL\",\n                \"legalDocuments\": [\n                    {\n                        \"documentType\": \"passport\",\n                        \"documentNumber\": \"OrX-230940\",\n                        \"documentIssuedDate\": 1702065465531,\n                        \"documentExpirationDate\": 1765179369531,\n                        \"documentIssuedCountry\": \"VA\",\n                        \"_id\": \"6754faa2a8a93e0ed7cfda60\",\n                        \"tags\": [],\n                        \"id\": \"6754faa2a8a93e0ed7cfda60\"\n                    }\n                ],\n                \"reasonForAccountOpening\": [\n                    \"INVESTMENT\"\n                ],\n                \"sourceOfFunds\": [\n                    \"SAVINGS\"\n                ],\n                \"tags\": [\n                    {\n                        \"key\": \"addedBy\",\n                        \"value\": \"Tommy\",\n                        \"_id\": \"6754faa2a8a93e0ed7cfda63\",\n                        \"id\": \"6754faa2a8a93e0ed7cfda63\"\n                    }\n                ],\n                \"deleted\": false,\n                \"pepStatus\": [],\n                \"createdAt\": \"2024-12-08T01:47:14.446Z\",\n                \"updatedAt\": \"2024-12-08T01:47:14.446Z\",\n                \"id\": \"6754faa2a8a93e0ed7cfda5f\"\n            },\n            \"destinationUserDetail\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"userDetails\": {\n                    \"name\": {\n                        \"firstName\": \"Brad\",\n                        \"middleName\": \"Andrew\",\n                        \"lastName\": \"Greene\"\n                    },\n                    \"dateOfBirth\": \"1995-11-28\",\n                    \"countryOfResidence\": \"NL\",\n                    \"countryOfNationality\": \"LA\"\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [\n                        \"dianamathews@example.org\"\n                    ],\n                    \"contactNumbers\": [\n                        \"(794)950-2310x945\"\n                    ],\n                    \"websites\": [\n                        \"https://www.marshall.info/\"\n                    ],\n                    \"addresses\": [\n                        {\n                            \"addressLines\": [\n                                \"84985 Mcintosh Garden\"\n                            ],\n                            \"postcode\": \"83065\",\n                            \"city\": \"Lake Joanna\",\n                            \"state\": \"Connecticut\",\n                            \"country\": \"Hungary\",\n                            \"tags\": [\n                                {\n                                    \"key\": \"another\",\n                                    \"value\": \"employee\",\n                                    \"_id\": \"6754faa2a8a93e0ed7cfda69\",\n                                    \"id\": \"6754faa2a8a93e0ed7cfda69\"\n                                }\n                            ],\n                            \"_id\": \"6754faa2a8a93e0ed7cfda68\",\n                            \"id\": \"6754faa2a8a93e0ed7cfda68\"\n                        }\n                    ],\n                    \"faxNumbers\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"userStateDetails\": {\n                    \"state\": \"CREATED\",\n                    \"reason\": \"\"\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"NOT_STARTED\",\n                    \"reason\": \"\"\n                },\n                \"userId\": \"0ae3b57e-cfa9-4ba3-8838-0cabe46f16e9\",\n                \"createdTimestamp\": 1733622417532,\n                \"updatedTimestamp\": 1733622417532,\n                \"userType\": \"INDIVIDUAL\",\n                \"legalDocuments\": [\n                    {\n                        \"documentType\": \"passport\",\n                        \"documentNumber\": \"YXR-053168\",\n                        \"documentIssuedDate\": 1702065465532,\n                        \"documentExpirationDate\": 1765179369532,\n                        \"documentIssuedCountry\": \"CM\",\n                        \"_id\": \"6754faa2a8a93e0ed7cfda67\",\n                        \"tags\": [],\n                        \"id\": \"6754faa2a8a93e0ed7cfda67\"\n                    }\n                ],\n                \"reasonForAccountOpening\": [\n                    \"INVESTMENT\"\n                ],\n                \"sourceOfFunds\": [\n                    \"SAVINGS\"\n                ],\n                \"tags\": [\n                    {\n                        \"key\": \"addedBy\",\n                        \"value\": \"Tommy\",\n                        \"_id\": \"6754faa2a8a93e0ed7cfda6a\",\n                        \"id\": \"6754faa2a8a93e0ed7cfda6a\"\n                    }\n                ],\n                \"deleted\": false,\n                \"pepStatus\": [],\n                \"createdAt\": \"2024-12-08T01:47:14.457Z\",\n                \"updatedAt\": \"2024-12-08T01:47:14.457Z\",\n                \"id\": \"6754faa2a8a93e0ed7cfda66\"\n            }\n        },\n        {\n            \"originAmountDetails\": {\n                \"transactionAmount\": 3500,\n                \"transactionCurrency\": \"USD\",\n                \"country\": \"SG\"\n            },\n            \"destinationAmountDetails\": {\n                \"transactionAmount\": 3500,\n                \"transactionCurrency\": \"USD\",\n                \"country\": \"SG\"\n            },\n            \"type\": \"TRANSFER\",\n            \"transactionId\": \"225dbaf5110fec431acbbe58264b5f9e\",\n            \"transactionState\": \"SUSPENDED\",\n            \"isFirstTransaction\": false,\n            \"timestamp\": 1733538698722,\n            \"originUserId\": \"45959af2-1546-40de-bcd0-43098074146d\",\n            \"destinationUserId\": \"e3e5070a-d68a-4529-8d14-260151b1d080\",\n            \"relatedTransactionIds\": [],\n            \"productType\": \"Digital\",\n            \"originPaymentDetails\": {\n                \"method\": \"SWIFT\"\n            },\n            \"destinationPaymentDetails\": {\n                \"method\": \"SWIFT\"\n            },\n            \"reference\": \"Intra Transfer\",\n            \"executedRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"hitRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"tags\": [\n                {\n                    \"key\": \"Tester\",\n                    \"value\": \"Tommy\"\n                }\n            ],\n            \"updatedAt\": \"2024-12-07T02:32:41.888Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_HIGH\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"SUSPEND\",\n            \"originUserDetail\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"userDetails\": {\n                    \"name\": {\n                        \"firstName\": \"Shelly\",\n                        \"middleName\": \"Kenneth\",\n                        \"lastName\": \"Friedman\"\n                    },\n                    \"dateOfBirth\": \"1993-06-02\",\n                    \"countryOfResidence\": \"GB\",\n                    \"countryOfNationality\": \"KG\"\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [\n                        \"imartinez@example.com\"\n                    ],\n                    \"contactNumbers\": [\n                        \"492-660-6937x7414\"\n                    ],\n                    \"websites\": [\n                        \"http://gardner.com/\"\n                    ],\n                    \"addresses\": [\n                        {\n                            \"addressLines\": [\n                                \"4204 Michael Landing\"\n                            ],\n                            \"postcode\": \"59867\",\n                            \"city\": \"Thompsonville\",\n                            \"state\": \"Utah\",\n                            \"country\": \"Kyrgyz Republic\",\n                            \"tags\": [\n                                {\n                                    \"key\": \"buy\",\n                                    \"value\": \"campaign\",\n                                    \"_id\": \"6753b22082bed54bf1dc1112\",\n                                    \"id\": \"6753b22082bed54bf1dc1112\"\n                                }\n                            ],\n                            \"_id\": \"6753b22082bed54bf1dc1111\",\n                            \"id\": \"6753b22082bed54bf1dc1111\"\n                        }\n                    ],\n                    \"faxNumbers\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"userStateDetails\": {\n                    \"state\": \"CREATED\",\n                    \"reason\": \"\"\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"NOT_STARTED\",\n                    \"reason\": \"\"\n                },\n                \"userId\": \"45959af2-1546-40de-bcd0-43098074146d\",\n                \"createdTimestamp\": 1733538147092,\n                \"updatedTimestamp\": 1733538336048,\n                \"userType\": \"INDIVIDUAL\",\n                \"legalDocuments\": [\n                    {\n                        \"documentType\": \"passport\",\n                        \"documentNumber\": \"EyQ-059233\",\n                        \"documentIssuedDate\": 1701981195092,\n                        \"documentExpirationDate\": 1765095099092,\n                        \"documentIssuedCountry\": \"KN\",\n                        \"_id\": \"6753b22082bed54bf1dc1110\",\n                        \"tags\": [],\n                        \"id\": \"6753b22082bed54bf1dc1110\"\n                    }\n                ],\n                \"reasonForAccountOpening\": [],\n                \"sourceOfFunds\": [],\n                \"tags\": [\n                    {\n                        \"key\": \"addedBy\",\n                        \"value\": \"Tommy\",\n                        \"_id\": \"6753b22082bed54bf1dc1113\",\n                        \"id\": \"6753b22082bed54bf1dc1113\"\n                    }\n                ],\n                \"deleted\": false,\n                \"pepStatus\": [],\n                \"createdAt\": \"2024-12-07T02:25:36.051Z\",\n                \"updatedAt\": \"2024-12-07T02:25:36.051Z\",\n                \"id\": \"6753b22082bed54bf1dc110f\"\n            },\n            \"destinationUserDetail\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"userDetails\": {\n                    \"name\": {\n                        \"firstName\": \"Jeremy\",\n                        \"middleName\": \"Ryan\",\n                        \"lastName\": \"Thomas\"\n                    },\n                    \"dateOfBirth\": \"1958-06-05\",\n                    \"countryOfResidence\": \"SV\",\n                    \"countryOfNationality\": \"MU\"\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [\n                        \"gloriabell@example.org\"\n                    ],\n                    \"contactNumbers\": [\n                        \"428-289-9548x0480\"\n                    ],\n                    \"websites\": [\n                        \"https://www.davis-taylor.com/\"\n                    ],\n                    \"addresses\": [\n                        {\n                            \"addressLines\": [\n                                \"545 Patterson Dale Apt. 315\"\n                            ],\n                            \"postcode\": \"77086\",\n                            \"city\": \"New Cheryl\",\n                            \"state\": \"Montana\",\n                            \"country\": \"Antigua and Barbuda\",\n                            \"tags\": [\n                                {\n                                    \"key\": \"bed\",\n                                    \"value\": \"director\",\n                                    \"_id\": \"6753b21608538045c3ac5db8\",\n                                    \"id\": \"6753b21608538045c3ac5db8\"\n                                }\n                            ],\n                            \"_id\": \"6753b21608538045c3ac5db7\",\n                            \"id\": \"6753b21608538045c3ac5db7\"\n                        }\n                    ],\n                    \"faxNumbers\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"userStateDetails\": {\n                    \"state\": \"CREATED\",\n                    \"reason\": \"\"\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"NOT_STARTED\",\n                    \"reason\": \"\"\n                },\n                \"userId\": \"e3e5070a-d68a-4529-8d14-260151b1d080\",\n                \"createdTimestamp\": 1733538147091,\n                \"updatedTimestamp\": 1733538326987,\n                \"userType\": \"INDIVIDUAL\",\n                \"legalDocuments\": [\n                    {\n                        \"documentType\": \"passport\",\n                        \"documentNumber\": \"Kdo-813860\",\n                        \"documentIssuedDate\": 1701981195091,\n                        \"documentExpirationDate\": 1765095099091,\n                        \"documentIssuedCountry\": \"GD\",\n                        \"_id\": \"6753b21608538045c3ac5db6\",\n                        \"tags\": [],\n                        \"id\": \"6753b21608538045c3ac5db6\"\n                    }\n                ],\n                \"reasonForAccountOpening\": [],\n                \"sourceOfFunds\": [],\n                \"tags\": [\n                    {\n                        \"key\": \"addedBy\",\n                        \"value\": \"Tommy\",\n                        \"_id\": \"6753b21608538045c3ac5db9\",\n                        \"id\": \"6753b21608538045c3ac5db9\"\n                    }\n                ],\n                \"deleted\": false,\n                \"pepStatus\": [],\n                \"createdAt\": \"2024-12-07T02:25:26.991Z\",\n                \"updatedAt\": \"2024-12-07T02:25:26.991Z\",\n                \"id\": \"6753b21608538045c3ac5db5\"\n            }\n        }\n    ],\n    \"totalDocs\": 2,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"3feb9f7e-7b1e-40f3-96c0-f5e10e698ad3"},{"name":"Transactaion user devices","id":"0455a2da-adc6-49bc-ba58-0cdf08cb1866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/transactions/get-user-unique-devices/:userId?limit=1&page=3","description":"<h3 id=\"get-transactions\">GET Transactions</h3>\n<p><code>/transactions</code> endpoint allows you to operate on the Transaction entity.</p>\n<p>Calling <code>GET /transactions/{transactionId}</code> will return the entire transaction payload and rule execution results for the transaction with the corresponding <code>transactionId</code></p>\n","urlObject":{"path":["transactions","get-user-unique-devices",":userId"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"1"},{"key":"page","value":"3"}],"variable":[{"type":"any","value":"828fbba9-ca60-4844-9729-6cc882f23619","key":"userId"}]}},"response":[{"id":"a6a16b6f-3d3f-4b64-8c8f-e7b88bc7075d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/transactions/:transactionId","host":["{{baseUrl}}"],"path":["transactions",":transactionId"],"variable":[{"key":"transactionId","value":"transactionId","description":"Unique Transaction Identifier"}]},"description":"### GET Transactions\n\n`/transactions` endpoint allows you to operate on the [Transaction entity](/guides/overview/entities#transaction).\n\nCalling `GET /transactions/{transactionId}` will return the entire transaction payload and rule execution results for the transaction with the corresponding `transactionId`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"docs\": [\n        {\n            \"originAmountDetails\": {\n                \"transactionAmount\": 3500,\n                \"transactionCurrency\": \"USD\",\n                \"country\": \"SG\"\n            },\n            \"destinationAmountDetails\": {\n                \"transactionAmount\": 3500,\n                \"transactionCurrency\": \"USD\",\n                \"country\": \"SG\"\n            },\n            \"type\": \"TRANSFER\",\n            \"transactionId\": \"32e4740e1fe241dd600d66aea3b119ef\",\n            \"transactionState\": \"SUSPENDED\",\n            \"isFirstTransaction\": false,\n            \"timestamp\": 1733645494904,\n            \"originUserId\": \"715f61de-2e2b-4d64-b80d-af1a812367af\",\n            \"destinationUserId\": \"0ae3b57e-cfa9-4ba3-8838-0cabe46f16e9\",\n            \"relatedTransactionIds\": [],\n            \"productType\": \"Digital\",\n            \"originPaymentDetails\": {\n                \"method\": \"SWIFT\"\n            },\n            \"destinationPaymentDetails\": {\n                \"method\": \"SWIFT\"\n            },\n            \"reference\": \"Intra Transfer\",\n            \"executedRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"hitRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"tags\": [\n                {\n                    \"key\": \"Tester\",\n                    \"value\": \"Tommy\"\n                }\n            ],\n            \"updatedAt\": \"2024-12-08T08:13:21.009Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_HIGH\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"SUSPEND\",\n            \"originUserDetail\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"userDetails\": {\n                    \"name\": {\n                        \"firstName\": \"Matthew\",\n                        \"middleName\": \"Anna\",\n                        \"lastName\": \"Jacobs\"\n                    },\n                    \"dateOfBirth\": \"1987-09-17\",\n                    \"countryOfResidence\": \"KH\",\n                    \"countryOfNationality\": \"KP\"\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [\n                        \"valerie70@example.com\"\n                    ],\n                    \"contactNumbers\": [\n                        \"780.385.6926x45945\"\n                    ],\n                    \"websites\": [\n                        \"http://www.lopez-chapman.com/\"\n                    ],\n                    \"addresses\": [\n                        {\n                            \"addressLines\": [\n                                \"71097 Cruz Roads Apt. 382\"\n                            ],\n                            \"postcode\": \"38203\",\n                            \"city\": \"North Christyburgh\",\n                            \"state\": \"Nebraska\",\n                            \"country\": \"United States Minor Outlying Islands\",\n                            \"tags\": [\n                                {\n                                    \"key\": \"walk\",\n                                    \"value\": \"those\",\n                                    \"_id\": \"6754faa2a8a93e0ed7cfda62\",\n                                    \"id\": \"6754faa2a8a93e0ed7cfda62\"\n                                }\n                            ],\n                            \"_id\": \"6754faa2a8a93e0ed7cfda61\",\n                            \"id\": \"6754faa2a8a93e0ed7cfda61\"\n                        }\n                    ],\n                    \"faxNumbers\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"userStateDetails\": {\n                    \"state\": \"CREATED\",\n                    \"reason\": \"\"\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"NOT_STARTED\",\n                    \"reason\": \"\"\n                },\n                \"userId\": \"715f61de-2e2b-4d64-b80d-af1a812367af\",\n                \"createdTimestamp\": 1733622417531,\n                \"updatedTimestamp\": 1733622417531,\n                \"userType\": \"INDIVIDUAL\",\n                \"legalDocuments\": [\n                    {\n                        \"documentType\": \"passport\",\n                        \"documentNumber\": \"OrX-230940\",\n                        \"documentIssuedDate\": 1702065465531,\n                        \"documentExpirationDate\": 1765179369531,\n                        \"documentIssuedCountry\": \"VA\",\n                        \"_id\": \"6754faa2a8a93e0ed7cfda60\",\n                        \"tags\": [],\n                        \"id\": \"6754faa2a8a93e0ed7cfda60\"\n                    }\n                ],\n                \"reasonForAccountOpening\": [\n                    \"INVESTMENT\"\n                ],\n                \"sourceOfFunds\": [\n                    \"SAVINGS\"\n                ],\n                \"tags\": [\n                    {\n                        \"key\": \"addedBy\",\n                        \"value\": \"Tommy\",\n                        \"_id\": \"6754faa2a8a93e0ed7cfda63\",\n                        \"id\": \"6754faa2a8a93e0ed7cfda63\"\n                    }\n                ],\n                \"deleted\": false,\n                \"pepStatus\": [],\n                \"createdAt\": \"2024-12-08T01:47:14.446Z\",\n                \"updatedAt\": \"2024-12-08T01:47:14.446Z\",\n                \"id\": \"6754faa2a8a93e0ed7cfda5f\"\n            },\n            \"destinationUserDetail\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"userDetails\": {\n                    \"name\": {\n                        \"firstName\": \"Brad\",\n                        \"middleName\": \"Andrew\",\n                        \"lastName\": \"Greene\"\n                    },\n                    \"dateOfBirth\": \"1995-11-28\",\n                    \"countryOfResidence\": \"NL\",\n                    \"countryOfNationality\": \"LA\"\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [\n                        \"dianamathews@example.org\"\n                    ],\n                    \"contactNumbers\": [\n                        \"(794)950-2310x945\"\n                    ],\n                    \"websites\": [\n                        \"https://www.marshall.info/\"\n                    ],\n                    \"addresses\": [\n                        {\n                            \"addressLines\": [\n                                \"84985 Mcintosh Garden\"\n                            ],\n                            \"postcode\": \"83065\",\n                            \"city\": \"Lake Joanna\",\n                            \"state\": \"Connecticut\",\n                            \"country\": \"Hungary\",\n                            \"tags\": [\n                                {\n                                    \"key\": \"another\",\n                                    \"value\": \"employee\",\n                                    \"_id\": \"6754faa2a8a93e0ed7cfda69\",\n                                    \"id\": \"6754faa2a8a93e0ed7cfda69\"\n                                }\n                            ],\n                            \"_id\": \"6754faa2a8a93e0ed7cfda68\",\n                            \"id\": \"6754faa2a8a93e0ed7cfda68\"\n                        }\n                    ],\n                    \"faxNumbers\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"userStateDetails\": {\n                    \"state\": \"CREATED\",\n                    \"reason\": \"\"\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"NOT_STARTED\",\n                    \"reason\": \"\"\n                },\n                \"userId\": \"0ae3b57e-cfa9-4ba3-8838-0cabe46f16e9\",\n                \"createdTimestamp\": 1733622417532,\n                \"updatedTimestamp\": 1733622417532,\n                \"userType\": \"INDIVIDUAL\",\n                \"legalDocuments\": [\n                    {\n                        \"documentType\": \"passport\",\n                        \"documentNumber\": \"YXR-053168\",\n                        \"documentIssuedDate\": 1702065465532,\n                        \"documentExpirationDate\": 1765179369532,\n                        \"documentIssuedCountry\": \"CM\",\n                        \"_id\": \"6754faa2a8a93e0ed7cfda67\",\n                        \"tags\": [],\n                        \"id\": \"6754faa2a8a93e0ed7cfda67\"\n                    }\n                ],\n                \"reasonForAccountOpening\": [\n                    \"INVESTMENT\"\n                ],\n                \"sourceOfFunds\": [\n                    \"SAVINGS\"\n                ],\n                \"tags\": [\n                    {\n                        \"key\": \"addedBy\",\n                        \"value\": \"Tommy\",\n                        \"_id\": \"6754faa2a8a93e0ed7cfda6a\",\n                        \"id\": \"6754faa2a8a93e0ed7cfda6a\"\n                    }\n                ],\n                \"deleted\": false,\n                \"pepStatus\": [],\n                \"createdAt\": \"2024-12-08T01:47:14.457Z\",\n                \"updatedAt\": \"2024-12-08T01:47:14.457Z\",\n                \"id\": \"6754faa2a8a93e0ed7cfda66\"\n            }\n        },\n        {\n            \"originAmountDetails\": {\n                \"transactionAmount\": 3500,\n                \"transactionCurrency\": \"USD\",\n                \"country\": \"SG\"\n            },\n            \"destinationAmountDetails\": {\n                \"transactionAmount\": 3500,\n                \"transactionCurrency\": \"USD\",\n                \"country\": \"SG\"\n            },\n            \"type\": \"TRANSFER\",\n            \"transactionId\": \"225dbaf5110fec431acbbe58264b5f9e\",\n            \"transactionState\": \"SUSPENDED\",\n            \"isFirstTransaction\": false,\n            \"timestamp\": 1733538698722,\n            \"originUserId\": \"45959af2-1546-40de-bcd0-43098074146d\",\n            \"destinationUserId\": \"e3e5070a-d68a-4529-8d14-260151b1d080\",\n            \"relatedTransactionIds\": [],\n            \"productType\": \"Digital\",\n            \"originPaymentDetails\": {\n                \"method\": \"SWIFT\"\n            },\n            \"destinationPaymentDetails\": {\n                \"method\": \"SWIFT\"\n            },\n            \"reference\": \"Intra Transfer\",\n            \"executedRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"hitRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"tags\": [\n                {\n                    \"key\": \"Tester\",\n                    \"value\": \"Tommy\"\n                }\n            ],\n            \"updatedAt\": \"2024-12-07T02:32:41.888Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_HIGH\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"SUSPEND\",\n            \"originUserDetail\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"userDetails\": {\n                    \"name\": {\n                        \"firstName\": \"Shelly\",\n                        \"middleName\": \"Kenneth\",\n                        \"lastName\": \"Friedman\"\n                    },\n                    \"dateOfBirth\": \"1993-06-02\",\n                    \"countryOfResidence\": \"GB\",\n                    \"countryOfNationality\": \"KG\"\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [\n                        \"imartinez@example.com\"\n                    ],\n                    \"contactNumbers\": [\n                        \"492-660-6937x7414\"\n                    ],\n                    \"websites\": [\n                        \"http://gardner.com/\"\n                    ],\n                    \"addresses\": [\n                        {\n                            \"addressLines\": [\n                                \"4204 Michael Landing\"\n                            ],\n                            \"postcode\": \"59867\",\n                            \"city\": \"Thompsonville\",\n                            \"state\": \"Utah\",\n                            \"country\": \"Kyrgyz Republic\",\n                            \"tags\": [\n                                {\n                                    \"key\": \"buy\",\n                                    \"value\": \"campaign\",\n                                    \"_id\": \"6753b22082bed54bf1dc1112\",\n                                    \"id\": \"6753b22082bed54bf1dc1112\"\n                                }\n                            ],\n                            \"_id\": \"6753b22082bed54bf1dc1111\",\n                            \"id\": \"6753b22082bed54bf1dc1111\"\n                        }\n                    ],\n                    \"faxNumbers\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"userStateDetails\": {\n                    \"state\": \"CREATED\",\n                    \"reason\": \"\"\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"NOT_STARTED\",\n                    \"reason\": \"\"\n                },\n                \"userId\": \"45959af2-1546-40de-bcd0-43098074146d\",\n                \"createdTimestamp\": 1733538147092,\n                \"updatedTimestamp\": 1733538336048,\n                \"userType\": \"INDIVIDUAL\",\n                \"legalDocuments\": [\n                    {\n                        \"documentType\": \"passport\",\n                        \"documentNumber\": \"EyQ-059233\",\n                        \"documentIssuedDate\": 1701981195092,\n                        \"documentExpirationDate\": 1765095099092,\n                        \"documentIssuedCountry\": \"KN\",\n                        \"_id\": \"6753b22082bed54bf1dc1110\",\n                        \"tags\": [],\n                        \"id\": \"6753b22082bed54bf1dc1110\"\n                    }\n                ],\n                \"reasonForAccountOpening\": [],\n                \"sourceOfFunds\": [],\n                \"tags\": [\n                    {\n                        \"key\": \"addedBy\",\n                        \"value\": \"Tommy\",\n                        \"_id\": \"6753b22082bed54bf1dc1113\",\n                        \"id\": \"6753b22082bed54bf1dc1113\"\n                    }\n                ],\n                \"deleted\": false,\n                \"pepStatus\": [],\n                \"createdAt\": \"2024-12-07T02:25:36.051Z\",\n                \"updatedAt\": \"2024-12-07T02:25:36.051Z\",\n                \"id\": \"6753b22082bed54bf1dc110f\"\n            },\n            \"destinationUserDetail\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"userDetails\": {\n                    \"name\": {\n                        \"firstName\": \"Jeremy\",\n                        \"middleName\": \"Ryan\",\n                        \"lastName\": \"Thomas\"\n                    },\n                    \"dateOfBirth\": \"1958-06-05\",\n                    \"countryOfResidence\": \"SV\",\n                    \"countryOfNationality\": \"MU\"\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [\n                        \"gloriabell@example.org\"\n                    ],\n                    \"contactNumbers\": [\n                        \"428-289-9548x0480\"\n                    ],\n                    \"websites\": [\n                        \"https://www.davis-taylor.com/\"\n                    ],\n                    \"addresses\": [\n                        {\n                            \"addressLines\": [\n                                \"545 Patterson Dale Apt. 315\"\n                            ],\n                            \"postcode\": \"77086\",\n                            \"city\": \"New Cheryl\",\n                            \"state\": \"Montana\",\n                            \"country\": \"Antigua and Barbuda\",\n                            \"tags\": [\n                                {\n                                    \"key\": \"bed\",\n                                    \"value\": \"director\",\n                                    \"_id\": \"6753b21608538045c3ac5db8\",\n                                    \"id\": \"6753b21608538045c3ac5db8\"\n                                }\n                            ],\n                            \"_id\": \"6753b21608538045c3ac5db7\",\n                            \"id\": \"6753b21608538045c3ac5db7\"\n                        }\n                    ],\n                    \"faxNumbers\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"userStateDetails\": {\n                    \"state\": \"CREATED\",\n                    \"reason\": \"\"\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"NOT_STARTED\",\n                    \"reason\": \"\"\n                },\n                \"userId\": \"e3e5070a-d68a-4529-8d14-260151b1d080\",\n                \"createdTimestamp\": 1733538147091,\n                \"updatedTimestamp\": 1733538326987,\n                \"userType\": \"INDIVIDUAL\",\n                \"legalDocuments\": [\n                    {\n                        \"documentType\": \"passport\",\n                        \"documentNumber\": \"Kdo-813860\",\n                        \"documentIssuedDate\": 1701981195091,\n                        \"documentExpirationDate\": 1765095099091,\n                        \"documentIssuedCountry\": \"GD\",\n                        \"_id\": \"6753b21608538045c3ac5db6\",\n                        \"tags\": [],\n                        \"id\": \"6753b21608538045c3ac5db6\"\n                    }\n                ],\n                \"reasonForAccountOpening\": [],\n                \"sourceOfFunds\": [],\n                \"tags\": [\n                    {\n                        \"key\": \"addedBy\",\n                        \"value\": \"Tommy\",\n                        \"_id\": \"6753b21608538045c3ac5db9\",\n                        \"id\": \"6753b21608538045c3ac5db9\"\n                    }\n                ],\n                \"deleted\": false,\n                \"pepStatus\": [],\n                \"createdAt\": \"2024-12-07T02:25:26.991Z\",\n                \"updatedAt\": \"2024-12-07T02:25:26.991Z\",\n                \"id\": \"6753b21608538045c3ac5db5\"\n            }\n        }\n    ],\n    \"totalDocs\": 2,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"0455a2da-adc6-49bc-ba58-0cdf08cb1866"},{"name":"Verify a Transaction","id":"1bbca83c-9e85-4783-bd98-4618047ff93e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"TRANSFER\", // Required | Options: DEPOSIT / TRANSFER / EXTERNAL_PAYMENT / WITHDRAWAL / REFUND / OTHER\n    \"transactionId\": \"1779886531\", // Required\n    \"timestamp\": 1779886531000,    \n    \"transactionState\": \"DECLINED\",\n    \"originUserId\": \"47b2ed45-971f-4234-b774-1755273316w313sxxx\",\n    \"destinationUserId\": \"ef43e47a-7f3e-485f-b6ab-4029w49bf5ea5dxxx\",\n    \"productType\": \"Digital\",\n    \"originAmountDetails\": {\n        \"transactionAmount\": 35000,\n        \"transactionCurrency\": \"IDR\",\n        \"country\": \"SG\"\n    },\n    \"originPaymentDetails\": {\n        \"method\": \"WALLET\" // Options: CARD / GENERIC_BANK_ACCOUNT / IBAN / ACH / SWIFT / MPESA / UPI / WALLET / CHECK / CASH\n    },\n    \"destinationAmountDetails\": {\n        \"transactionAmount\": 35000,\n        \"transactionCurrency\": \"IDR\",\n        \"country\": \"PH\"\n    },\n    \"destinationPaymentDetails\": {\n        \"method\": \"WALLET\",\n        \"accountBalance\": {\n            \"amountValue\" : 1000,\n            \"amountCurrency\": \"PHP\"\n        },\n        \"accountNumber\" :\"3212031504\",\n        \"accountType\" :\"Savings\",\n        \"bankAddress\" : {\n            \"addressLines\" : [\"abc\"],\n            \"postcode\" :4321,\n            \"city\" :\"Bandung\",\n            \"state\" :\"Jawa Barat\",\n            \"country\" :\"Indonesia\",\n            \"addressType\" :\"Residential\",\n            \"tags\": [\n                {\n                    \"key\": \"Source\",\n                    \"value\": \"API Docs Tester\"\n                }]\n        }\n    },\n    \"reference\": \"Intra Transfer\",\n    \"originDeviceData\": {\n        \"batteryLevel\": 95,\n        \"deviceLatitude\": 13.0033,\n        \"deviceLongitude\": 76.1004,\n        \"ipAddress\": \"10.23.100.1\",\n        \"deviceIdentifier\": \"xxx9f915d04xxxx\",\n        \"vpnUsed\": false,\n        \"operatingSystem\": \"Android 11.2\",\n        \"deviceMaker\": \"XYZ Phone\",\n        \"deviceModel\": \"XYZ M2 Pro Max\",\n        \"deviceYear\": \"2018\",\n        \"appVersion\": \"1.1.0\"\n    },\n    \"destinationDeviceData\": {\n        \"batteryLevel\": 95,\n        \"deviceLatitude\": 13.0033,\n        \"deviceLongitude\": 76.1004,\n        \"ipAddress\": \"10.23.100.1\",\n        \"deviceIdentifier\": \"xxx9f915d04xxxx\",\n        \"vpnUsed\": false,\n        \"operatingSystem\": \"Android 11.2\",\n        \"deviceMaker\": \"XYZ Phone\",\n        \"deviceModel\": \"XYZ M2 Pro Max\",\n        \"deviceYear\": \"2018\",\n        \"appVersion\": \"1.1.0\"\n    },\n    \"tags\": [\n        {\n            \"key\": \"Source\",\n            \"value\": \"API Docs Tester\"\n        }\n    ]\n \n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/transactions","description":"<h2 id=\"post-transactions\">POST Transactions</h2>\n<p><code>/transactions</code> endpoint allows you to operate on the Transaction entity.</p>\n<p>In order to pass the payload of a transaction to Mulai and verify the transaction, you will need to call this endpoint with the transaction payload. Not all fields are mandatory, you will only need to pass in the fields that you have and are relevant for your compliance setup.</p>\n<h3 id=\"payload\">Payload</h3>\n<p>Here are some of the most used payload fields explained (you can find the full payload schema below with 1 line descriptions):</p>\n<ul>\n<li><p><code>type</code>: Type of transaction (Ex: <code>WITHDRAWAL</code>, <code>DEPOSIT</code>, <code>TRANSFER</code> etc).</p>\n</li>\n<li><p><code>transactionId</code> - Unique Identifier for the transaction. Mulai API will generate a <code>transactionId</code> if this field is left empty</p>\n</li>\n<li><p><code>timestamp</code> - UNIX timestamp in <em>milliseconds</em> of when the transaction took place</p>\n</li>\n<li><p><code>transactionState</code> - The state of the transaction, set to <code>CREATED</code> by default. More details here</p>\n</li>\n<li><p><code>originUserId</code> - Unique identifier (if any) of the user who is sending the money. This user must be created within the Mulai system before using the create a individual user or create a Entity user endpoint</p>\n</li>\n<li><p><code>destinationUserId</code> - Unique identifier (if any) of the user who is receiving the money. This user must be created within the Mulai system before using the create a individual user or create a entity user endpoint</p>\n</li>\n<li><p><code>originAmountDetails</code> - Details of the amount being sent from the origin</p>\n</li>\n<li><p><code>destinationAmountDetails</code> - Details of the amount being received at the destination</p>\n</li>\n<li><p><code>originPaymentDetails</code> - Payment details (if any) used at the origin (ex: <code>CARD</code>, <code>IBAN</code>, <code>WALLET</code> etc). You can click on the dropdown next to the field in the schema below to view all supported payment types.</p>\n</li>\n<li><p><code>destinationPaymentDetails</code> - Payment details (if any) used at the destination (ex: <code>CARD</code>, <code>IBAN</code>, <code>WALLET</code> etc). You can click on the dropdown next to the field in the schema below to view all supported payment types.</p>\n</li>\n</ul>\n","urlObject":{"path":["transactions"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5d3b8304-805f-43fe-835a-7668d976c68b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"TRANSFER\",\n    \"transactionId\": \"23c94c9e7b5f1107db15a530ea2f54c0\",\n    \"timestamp\": 1733648901229,\n    \"transactionState\": \"CREATED\",\n    \"originUserId\": \"47b2ed45-971f-4234-b774-40acde4cc44c\",\n    \"destinationUserId\": \"d9ecf9c9-1c89-4c14-a74f-c92b3856e857\",\n    \"productType\": \"Digital\",\n    \"originAmountDetails\": {\n        \"transactionAmount\": 35000,\n        \"transactionCurrency\": \"PHP\",\n        \"country\": \"PH\"\n    },\n    \"originPaymentDetails\": {\n        \"method\": \"WALLET\"\n    },\n    \"destinationAmountDetails\": {\n        \"transactionAmount\": 35000,\n        \"transactionCurrency\": \"PHP\",\n        \"country\": \"PH\"\n    },\n    \"destinationPaymentDetails\": {\n        \"method\": \"WALLET\"\n    },\n    \"reference\": \"Intra Transfer\",\n    \"tags\": [\n        {\n            \"key\": \"Source\",\n            \"value\": \"API Docs Tester\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/transactions","description":"## POST Transactions\n\n`/transactions` endpoint allows you to operate on the [Transaction entity.](/guides/overview/entities#transaction)\n\nIn order to pass the payload of a transaction to Flagright and verify the transaction, you will need to call this endpoint with the transaction payload. Not all fields are mandatory, you will only need to pass in the fields that you have and are relevant for your compliance setup.\n\n### Payload\n\nHere are some of the most used payload fields explained (you can find the full payload [schema below](/api-reference/api-reference/transactions/verify#request) with 1 line descriptions):\n\n- `type`: Type of transaction (Ex: `WITHDRAWAL`, `DEPOSIT`, `TRANSFER` etc).\n- `transactionId` - Unique Identifier for the transaction. Flagright API will generate a `transactionId` if this field is left empty\n- `timestamp` - UNIX timestamp in _milliseconds_ of when the transaction took place\n- `transactionState` - The state of the transaction, set to `CREATED` by default. [More details here](/guides/overview/entities#transaction-lifecycle-through-transaction-events)\n- `originUserId` - Unique identifier (if any) of the user who is sending the money. This user must be created within the Flagright system before using the [create a consumer user](/api-reference/api-reference/consumer-users/create) or [create a business user](/api-reference/api-reference/business-users/create) endpoint\n- `destinationUserId` - Unique identifier (if any) of the user who is receiving the money. This user must be created within the Flagright system before using the [create a consumer user](/api-reference/api-reference/consumer-users/create) or [create a business user](/api-reference/api-reference/business-users/create) endpoint\n- `originAmountDetails` - Details of the amount being sent from the origin\n- `destinationAmountDetails` - Details of the amount being received at the destination\n- `originPaymentDetails` - Payment details (if any) used at the origin (ex: `CARD`, `IBAN`, `WALLET` etc). You can click on the dropdown next to the field in the schema below to view all supported payment types.\n- `destinationPaymentDetails` - Payment details (if any) used at the destination (ex: `CARD`, `IBAN`, `WALLET` etc). You can click on the dropdown next to the field in the schema below to view all supported payment types."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"originAmountDetails\": {\n        \"transactionAmount\": 35000,\n        \"transactionCurrency\": \"PHP\",\n        \"country\": \"PH\"\n    },\n    \"destinationAmountDetails\": {\n        \"transactionAmount\": 35000,\n        \"transactionCurrency\": \"PHP\",\n        \"country\": \"PH\"\n    },\n    \"type\": \"TRANSFER\",\n    \"transactionId\": \"23c94c9e7b5f1107db15a530ea2f54c0\",\n    \"transactionState\": \"CREATED\",\n    \"isFirstTransaction\": false,\n    \"timestamp\": 1733648901229,\n    \"originUserId\": \"47b2ed45-971f-4234-b774-40acde4cc44c\",\n    \"destinationUserId\": \"d9ecf9c9-1c89-4c14-a74f-c92b3856e857\",\n    \"relatedTransactionIds\": [],\n    \"productType\": \"Digital\",\n    \"originPaymentDetails\": {\n        \"method\": \"WALLET\"\n    },\n    \"destinationPaymentDetails\": {\n        \"method\": \"WALLET\"\n    },\n    \"reference\": \"Intra Transfer\",\n    \"executedRules\": [\n        {\n            \"ruleId\": \"T-2\",\n            \"ruleNameAlias\": \"Suspend PHP 30k\",\n            \"action\": \"ALLOW\",\n            \"status\": \"ACTIVE\",\n            \"casePriority\": \"P4\",\n            \"executedRules\": [\n                {\n                    \"riskLevel\": \"VERY_HIGH\",\n                    \"detail\": {\n                        \"riskLevel\": {\n                            \"originUser\": \"VERY_HIGH\",\n                            \"destinationUser\": \"VERY_HIGH\"\n                        },\n                        \"data\": {\n                            \"transaction\": {\n                                \"origin\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                },\n                                \"destination\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                }\n                            },\n                            \"rule\": {\n                                \"listAmount\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 30000\n                                }\n                            }\n                        }\n                    }\n                }\n            ],\n            \"id\": \"674d0add2adf7cb23b161ce0\"\n        }\n    ],\n    \"hitRules\": [\n        {\n            \"ruleId\": \"T-2\",\n            \"ruleNameAlias\": \"Suspend PHP 30k\",\n            \"action\": \"ALLOW\",\n            \"status\": \"ACTIVE\",\n            \"casePriority\": \"P4\",\n            \"executedRules\": [\n                {\n                    \"riskLevel\": \"VERY_HIGH\",\n                    \"detail\": {\n                        \"riskLevel\": {\n                            \"originUser\": \"VERY_HIGH\",\n                            \"destinationUser\": \"VERY_HIGH\"\n                        },\n                        \"data\": {\n                            \"transaction\": {\n                                \"origin\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                },\n                                \"destination\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                }\n                            },\n                            \"rule\": {\n                                \"listAmount\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 30000\n                                }\n                            }\n                        }\n                    }\n                }\n            ],\n            \"id\": \"674d0add2adf7cb23b161ce0\"\n        }\n    ],\n    \"tags\": [\n        {\n            \"key\": \"Source\",\n            \"value\": \"API Docs Tester\"\n        }\n    ],\n    \"originUserDetail\": {\n        \"legalEntity\": {\n            \"companyGeneralDetails\": {\n                \"businessIndustry\": [],\n                \"mainProductsServicesSold\": []\n            }\n        },\n        \"userDetails\": {\n            \"name\": {\n                \"firstName\": \"Danny\",\n                \"middleName\": \"Nancy\",\n                \"lastName\": \"Anderson\"\n            },\n            \"dateOfBirth\": \"1994-01-21\",\n            \"countryOfResidence\": \"EE\",\n            \"countryOfNationality\": \"FR\"\n        },\n        \"contactDetails\": {\n            \"emailIds\": [\n                \"gregory82@example.com\"\n            ],\n            \"contactNumbers\": [\n                \"690.518.4303\"\n            ],\n            \"websites\": [\n                \"http://www.page.com/\"\n            ],\n            \"addresses\": [\n                {\n                    \"addressLines\": [\n                        \"363 Johnson Crescent\"\n                    ],\n                    \"postcode\": \"19499\",\n                    \"city\": \"New Shane\",\n                    \"state\": \"Maryland\",\n                    \"country\": \"Colombia\",\n                    \"tags\": [\n                        {\n                            \"key\": \"forward\",\n                            \"value\": \"small\",\n                            \"_id\": \"675559e9b1d3a7ca74dc4aac\",\n                            \"id\": \"675559e9b1d3a7ca74dc4aac\"\n                        }\n                    ],\n                    \"_id\": \"675559e9b1d3a7ca74dc4aab\",\n                    \"id\": \"675559e9b1d3a7ca74dc4aab\"\n                }\n            ],\n            \"faxNumbers\": []\n        },\n        \"employmentDetails\": {\n            \"businessIndustry\": []\n        },\n        \"userStateDetails\": {\n            \"state\": \"CREATED\",\n            \"reason\": \"\"\n        },\n        \"kycStatusDetails\": {\n            \"status\": \"NOT_STARTED\",\n            \"reason\": \"\"\n        },\n        \"userId\": \"47b2ed45-971f-4234-b774-40acde4cc44c\",\n        \"createdTimestamp\": 1733646618204,\n        \"updatedTimestamp\": 1733646825456,\n        \"userType\": \"INDIVIDUAL\",\n        \"legalDocuments\": [\n            {\n                \"documentType\": \"passport\",\n                \"documentNumber\": \"vcj-758173\",\n                \"documentIssuedDate\": 1702089666204,\n                \"documentExpirationDate\": 1765203570204,\n                \"documentIssuedCountry\": \"IT\",\n                \"_id\": \"675559e9b1d3a7ca74dc4aaa\",\n                \"tags\": [],\n                \"id\": \"675559e9b1d3a7ca74dc4aaa\"\n            }\n        ],\n        \"reasonForAccountOpening\": [\n            \"INVESTMENT\"\n        ],\n        \"sourceOfFunds\": [\n            \"SAVINGS\"\n        ],\n        \"tags\": [\n            {\n                \"key\": \"addedBy\",\n                \"value\": \"API Docs Tester\",\n                \"_id\": \"675559e9b1d3a7ca74dc4aad\",\n                \"id\": \"675559e9b1d3a7ca74dc4aad\"\n            }\n        ],\n        \"deleted\": false,\n        \"pepStatus\": [],\n        \"createdAt\": \"2024-12-08T08:33:45.467Z\",\n        \"updatedAt\": \"2024-12-08T08:33:45.467Z\",\n        \"id\": \"675559e9b1d3a7ca74dc4aa9\"\n    },\n    \"destinationUserDetail\": {\n        \"legalEntity\": {\n            \"companyGeneralDetails\": {\n                \"businessIndustry\": [],\n                \"mainProductsServicesSold\": []\n            }\n        },\n        \"userDetails\": {\n            \"name\": {\n                \"firstName\": \"Alexandra\",\n                \"middleName\": \"Evelyn\",\n                \"lastName\": \"Trujillo\"\n            },\n            \"dateOfBirth\": \"1953-01-29\",\n            \"countryOfResidence\": \"BO\",\n            \"countryOfNationality\": \"NA\"\n        },\n        \"contactDetails\": {\n            \"emailIds\": [\n                \"tthomas@example.org\"\n            ],\n            \"contactNumbers\": [\n                \"(327)222-5144x0804\"\n            ],\n            \"websites\": [\n                \"http://www.hernandez-juarez.org/\"\n            ],\n            \"addresses\": [\n                {\n                    \"addressLines\": [\n                        \"19004 Phillips Loop Suite 144\"\n                    ],\n                    \"postcode\": \"87874\",\n                    \"city\": \"Lewisborough\",\n                    \"state\": \"Michigan\",\n                    \"country\": \"Barbados\",\n                    \"tags\": [\n                        {\n                            \"key\": \"size\",\n                            \"value\": \"paper\",\n                            \"_id\": \"67555110f0b28279fccec2d4\",\n                            \"id\": \"67555110f0b28279fccec2d4\"\n                        }\n                    ],\n                    \"_id\": \"67555110f0b28279fccec2d3\",\n                    \"id\": \"67555110f0b28279fccec2d3\"\n                }\n            ],\n            \"faxNumbers\": []\n        },\n        \"employmentDetails\": {\n            \"businessIndustry\": []\n        },\n        \"userStateDetails\": {\n            \"state\": \"CREATED\",\n            \"reason\": \"\"\n        },\n        \"kycStatusDetails\": {\n            \"status\": \"NOT_STARTED\",\n            \"reason\": \"\"\n        },\n        \"userId\": \"d9ecf9c9-1c89-4c14-a74f-c92b3856e857\",\n        \"createdTimestamp\": 1733622417452,\n        \"updatedTimestamp\": 1733644560346,\n        \"userType\": \"INDIVIDUAL\",\n        \"legalDocuments\": [\n            {\n                \"documentType\": \"passport\",\n                \"documentNumber\": \"ozL-406873\",\n                \"documentIssuedDate\": 1702065465454,\n                \"documentExpirationDate\": 1765179369454,\n                \"documentIssuedCountry\": \"GY\",\n                \"_id\": \"67555110f0b28279fccec2d2\",\n                \"tags\": [],\n                \"id\": \"67555110f0b28279fccec2d2\"\n            }\n        ],\n        \"reasonForAccountOpening\": [\n            \"INVESTMENT\"\n        ],\n        \"sourceOfFunds\": [\n            \"SAVINGS\"\n        ],\n        \"tags\": [\n            {\n                \"key\": \"Source\",\n                \"value\": \"API Docs Tester\",\n                \"_id\": \"67555110f0b28279fccec2d5\",\n                \"id\": \"67555110f0b28279fccec2d5\"\n            }\n        ],\n        \"deleted\": false,\n        \"pepStatus\": [],\n        \"createdAt\": \"2024-12-08T07:56:00.355Z\",\n        \"updatedAt\": \"2024-12-08T07:56:00.355Z\",\n        \"id\": \"67555110f0b28279fccec2d1\"\n    },\n    \"status\": \"SUSPEND\",\n    \"ruleErrors\": [],\n    \"riskScoreDetails\": {\n        \"trsScore\": \"0\",\n        \"trsRiskLevel\": \"VERY_HIGH\",\n        \"originUserOrsRiskScore\": \"0\",\n        \"originUserOrsRiskLevel\": \"VERY_LOW\",\n        \"destinationUserOrsRiskScore\": \"0\",\n        \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n    }\n}"}],"_postman_id":"1bbca83c-9e85-4783-bd98-4618047ff93e"}],"id":"7b19b888-3407-46eb-a912-762afd9412e6","_postman_id":"7b19b888-3407-46eb-a912-762afd9412e6","description":""},{"name":"Transaction Events","item":[{"name":"Create a Transaction Event","id":"44c55b0b-5b65-45e9-9a6f-72fe11983000","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"timestamp\": 1733649554849, // Required\n    \"transactionId\": \"23c94c9e7b5f1107db15a530ea2f54c0\", // Required\n    \"eventId\": \"c08b6ccdee2be0e16ab0a3218b821bf7\",\n    \"eventDescription\": \"Transaction Successful\",\n    \"reason\": \"Transaction Successful\",\n    \"updatedTransactionAttributes\": { \n        \"transactionState\": \"SUCCESSFUL\" // Required | Options: CREATED / PROCESSING / SENT / EXPIRED / DECLINED / SUSPENDED / REFUNDED / SUCCESSFUL / REVERSED\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/events/transaction","description":"<h2 id=\"post-transaction-events\">POST Transaction Events</h2>\n<p><code>/events/transaction</code> endpoint allows you to operate on the Transaction Events entity.</p>\n<p>Transaction events are created after the initial <code>POST /transactions</code> call (which creates a transaction) and are used to:</p>\n<ul>\n<li><p>Update the STATE of the transaction, using the <code>transactionState</code> field and manage the Transaction Lifecycle</p>\n</li>\n<li><p>Update the transaction details, using the <code>updatedTransactionAttributes</code> field.</p>\n</li>\n</ul>\n<blockquote>\n<p>If you have neither of the above two use cases, you do not need to use transaction events. </p>\n</blockquote>\n<h3 id=\"payload\">Payload</h3>\n<p>Each transaction event needs three mandatory fields:</p>\n<ul>\n<li><p><code>transactionState</code> - STATE of the transaction -&gt; value is set to <code>CREATED</code> after <code>POST /transactions</code> call</p>\n</li>\n<li><p><code>timestamp</code>- the timestamp of when the event was created or occured in your system</p>\n</li>\n<li><p><code>transactionId</code> - The ID of the transaction for which this event is generated.</p>\n</li>\n</ul>\n<p>In order to make individual events retrievable, you also need to pass in a unique <code>eventId</code> to the request body.</p>\n","urlObject":{"path":["events","transaction"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"76cabd9f-baff-4948-8efd-434e31ab6249","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"timestamp\": 1733649554849,\n    \"transactionId\": \"23c94c9e7b5f1107db15a530ea2f54c0\",\n    \"eventId\": \"c08b6ccdee2be0e16ab0a3218b821bf7\",\n    \"eventDescription\": \"Transaction Successful\",\n    \"reason\": \"Transaction Successful\",\n    \"updatedTransactionAttributes\": { \n        \"transactionState\": \"SUCCESSFUL\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/events/transaction","description":"## POST Transaction Events\n\n`/events/transaction` endpoint allows you to operate on the [Transaction Events entity.](/guides/overview/entities#transaction-event)\n\nTransaction events are created after the initial `POST /transactions` call (which creates a transaction) and are used to:\n\n- Update the STATE of the transaction, using the `transactionState` field and manage the [Transaction Lifecycle](/guides/overview/entities#transaction-lifecycle-through-transaction-events)\n- Update the transaction details, using the `updatedTransactionAttributes` field.\n\n> If you have neither of the above two use cases, you do not need to use transaction events.\n\n### Payload\n\nEach transaction event needs three mandatory fields:\n\n- `transactionState` - STATE of the transaction -> value is set to `CREATED` after `POST /transactions` call\n- `timestamp`- the timestamp of when the event was created or occured in your system\n- `transactionId` - The ID of the transaction for which this event is generated.\n\nIn order to make individual events retrievable, you also need to pass in a unique `eventId` to the request body."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"updatedTransactionAttributes\": {\n        \"transactionState\": \"SUCCESSFUL\",\n        \"relatedTransactionIds\": [],\n        \"tags\": []\n    },\n    \"timestamp\": 1733649554849,\n    \"transactionId\": \"23c94c9e7b5f1107db15a530ea2f54c0\",\n    \"eventId\": \"c08b6ccdee2be0e16ab0a3218b821bf7\",\n    \"eventDescription\": \"Transaction Successful\",\n    \"reason\": \"Transaction Successful\",\n    \"executedRules\": [\n        {\n            \"ruleId\": \"T-2\",\n            \"ruleNameAlias\": \"Suspend PHP 30k\",\n            \"action\": \"ALLOW\",\n            \"status\": \"ACTIVE\",\n            \"casePriority\": \"P4\",\n            \"executedRules\": [\n                {\n                    \"riskLevel\": \"VERY_HIGH\",\n                    \"detail\": {\n                        \"riskLevel\": {\n                            \"originUser\": \"VERY_HIGH\",\n                            \"destinationUser\": \"VERY_HIGH\"\n                        },\n                        \"data\": {\n                            \"transaction\": {\n                                \"origin\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                },\n                                \"destination\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                }\n                            },\n                            \"rule\": {\n                                \"listAmount\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 30000\n                                }\n                            }\n                        }\n                    }\n                }\n            ],\n            \"id\": \"674d0add2adf7cb23b161ce0\"\n        }\n    ],\n    \"hitRules\": [\n        {\n            \"ruleId\": \"T-2\",\n            \"ruleNameAlias\": \"Suspend PHP 30k\",\n            \"action\": \"ALLOW\",\n            \"status\": \"ACTIVE\",\n            \"casePriority\": \"P4\",\n            \"executedRules\": [\n                {\n                    \"riskLevel\": \"VERY_HIGH\",\n                    \"detail\": {\n                        \"riskLevel\": {\n                            \"originUser\": \"VERY_HIGH\",\n                            \"destinationUser\": \"VERY_HIGH\"\n                        },\n                        \"data\": {\n                            \"transaction\": {\n                                \"origin\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                },\n                                \"destination\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                }\n                            },\n                            \"rule\": {\n                                \"listAmount\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 30000\n                                }\n                            }\n                        }\n                    }\n                }\n            ],\n            \"id\": \"674d0add2adf7cb23b161ce0\"\n        }\n    ],\n    \"status\": \"SUSPEND\",\n    \"ruleErrors\": [],\n    \"riskScoreDetails\": {\n        \"trsScore\": \"0\",\n        \"trsRiskLevel\": \"VERY_HIGH\",\n        \"originUserOrsRiskScore\": \"0\",\n        \"originUserOrsRiskLevel\": \"VERY_LOW\",\n        \"destinationUserOrsRiskScore\": \"0\",\n        \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n    }\n}"}],"_postman_id":"44c55b0b-5b65-45e9-9a6f-72fe11983000"},{"name":"Retrieve a Transaction Event","id":"c36ffff2-707d-4576-b170-c1110f6b4a23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/events/transaction/:eventId","description":"<h3 id=\"get-transaction-events\">GET Transaction Events</h3>\n<p><code>/events/transaction</code> endpoint allows you to operate on the Transaction Events entity..</p>\n<p>You can retrieve any transaction event you created using the POST Transaction Events call.</p>\n","urlObject":{"path":["events","transaction",":eventId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Unique Transaction Identifier</p>\n","type":"text/plain"},"type":"any","value":"eventId","key":"eventId"}]}},"response":[{"id":"f5a6baf9-8840-4f33-b3a0-f2bd23f2f3bc","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/events/transaction/:eventId","host":["{{baseUrl}}"],"path":["events","transaction",":eventId"],"variable":[{"key":"eventId","value":"eventId","description":"Unique Transaction Identifier"}]},"description":"### GET Transaction Events\n\n`/events/transaction` endpoint allows you to operate on the [Transaction Events entity.](/guides/overview/entities#transaction-event).\n\nYou can retrieve any transaction event you created using the [POST Transaction Events](/api-reference/api-reference/transaction-events/create) call."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"updatedTransactionAttributes\": {\n        \"transactionState\": \"SUCCESSFUL\",\n        \"relatedTransactionIds\": [],\n        \"tags\": []\n    },\n    \"timestamp\": 1733649554849,\n    \"transactionId\": \"23c94c9e7b5f1107db15a530ea2f54c0\",\n    \"eventId\": \"c08b6ccdee2be0e16ab0a3218b821bf7\",\n    \"eventDescription\": \"Transaction Successful\",\n    \"reason\": \"Transaction Successful\",\n    \"executedRules\": [\n        {\n            \"ruleId\": \"T-2\",\n            \"ruleNameAlias\": \"Suspend PHP 30k\",\n            \"action\": \"ALLOW\",\n            \"status\": \"ACTIVE\",\n            \"casePriority\": \"P4\",\n            \"executedRules\": [\n                {\n                    \"riskLevel\": \"VERY_HIGH\",\n                    \"detail\": {\n                        \"riskLevel\": {\n                            \"originUser\": \"VERY_HIGH\",\n                            \"destinationUser\": \"VERY_HIGH\"\n                        },\n                        \"data\": {\n                            \"transaction\": {\n                                \"origin\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                },\n                                \"destination\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                }\n                            },\n                            \"rule\": {\n                                \"listAmount\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 30000\n                                }\n                            }\n                        }\n                    }\n                }\n            ],\n            \"id\": \"674d0add2adf7cb23b161ce0\"\n        }\n    ],\n    \"hitRules\": [\n        {\n            \"ruleId\": \"T-2\",\n            \"ruleNameAlias\": \"Suspend PHP 30k\",\n            \"action\": \"ALLOW\",\n            \"status\": \"ACTIVE\",\n            \"casePriority\": \"P4\",\n            \"executedRules\": [\n                {\n                    \"riskLevel\": \"VERY_HIGH\",\n                    \"detail\": {\n                        \"riskLevel\": {\n                            \"originUser\": \"VERY_HIGH\",\n                            \"destinationUser\": \"VERY_HIGH\"\n                        },\n                        \"data\": {\n                            \"transaction\": {\n                                \"origin\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                },\n                                \"destination\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 35000\n                                }\n                            },\n                            \"rule\": {\n                                \"listAmount\": {\n                                    \"currency\": \"PHP\",\n                                    \"amount\": 30000\n                                }\n                            }\n                        }\n                    }\n                }\n            ],\n            \"id\": \"674d0add2adf7cb23b161ce0\"\n        }\n    ],\n    \"riskScoreDetails\": {\n        \"trsScore\": \"0\",\n        \"trsRiskLevel\": \"VERY_HIGH\",\n        \"originUserOrsRiskScore\": \"0\",\n        \"originUserOrsRiskLevel\": \"VERY_LOW\",\n        \"destinationUserOrsRiskScore\": \"0\",\n        \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n    },\n    \"status\": \"SUSPEND\"\n}"}],"_postman_id":"c36ffff2-707d-4576-b170-c1110f6b4a23"},{"name":"Lists Transaction Event","id":"ef831ea6-4c0a-41b3-9d5f-e7c4783d66b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/events/transaction?page=1&limit=10","description":"<h3 id=\"get-transaction-events\">GET Transaction Events</h3>\n<p><code>/events/transaction</code> endpoint allows you to operate on the Transaction Events entity..</p>\n<p>You can retrieve any transaction event you created using the POST Transaction Events call.</p>\n","urlObject":{"path":["events","transaction"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"timestampStart","value":"1641654664001"},{"disabled":true,"key":"timestampEnd","value":"1641654664002"},{"key":"page","value":"1"},{"key":"limit","value":"10"},{"disabled":true,"key":"transactionId","value":"7b80a539eea6e78acbd6d458e5ss971482"}],"variable":[]}},"response":[{"id":"b29c2fe2-a299-42f5-82d5-b7ca76cf8014","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/events/transaction/:eventId","host":["{{baseUrl}}"],"path":["events","transaction",":eventId"],"variable":[{"key":"eventId","value":"eventId","description":"Unique Transaction Identifier"}]},"description":"### GET Transaction Events\n\n`/events/transaction` endpoint allows you to operate on the [Transaction Events entity.](/guides/overview/entities#transaction-event).\n\nYou can retrieve any transaction event you created using the [POST Transaction Events](/api-reference/api-reference/transaction-events/create) call."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"docs\": [\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"SUSPENDED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733645494905,\n            \"transactionId\": \"32e4740e1fe241dd600d66aea3b119ef\",\n            \"eventId\": \"67555520cb7abf5d4a87c387\",\n            \"eventDescription\": \"Transaction Suspended\",\n            \"reason\": \"\",\n            \"executedRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"hitRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"updatedAt\": \"2024-12-08T08:13:20.999Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_HIGH\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"SUSPEND\"\n        },\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"CREATED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733645494904,\n            \"transactionId\": \"32e4740e1fe241dd600d66aea3b119ef\",\n            \"eventId\": \"67555520cb7abf5d4a87c376\",\n            \"eventDescription\": \"Transaction Created\",\n            \"reason\": \"\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"updatedAt\": \"2024-12-08T08:13:20.932Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_LOW\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"ALLOW\"\n        },\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"SUSPENDED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733538698723,\n            \"transactionId\": \"225dbaf5110fec431acbbe58264b5f9e\",\n            \"eventId\": \"6753b3c982bed54bf1dc19d4\",\n            \"eventDescription\": \"Transaction Suspended\",\n            \"reason\": \"\",\n            \"executedRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"hitRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"updatedAt\": \"2024-12-07T02:32:41.878Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_HIGH\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"SUSPEND\"\n        },\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"CREATED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733538698722,\n            \"transactionId\": \"225dbaf5110fec431acbbe58264b5f9e\",\n            \"eventId\": \"6753b3c982bed54bf1dc19c3\",\n            \"eventDescription\": \"Transaction Created\",\n            \"reason\": \"\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"updatedAt\": \"2024-12-07T02:32:41.821Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_LOW\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"ALLOW\"\n        }\n    ],\n    \"totalDocs\": 4,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"ef831ea6-4c0a-41b3-9d5f-e7c4783d66b2"}],"id":"4ec7d568-6d46-4a1c-baf5-2384ce9cd330","_postman_id":"4ec7d568-6d46-4a1c-baf5-2384ce9cd330","description":""},{"name":"Individual Users","item":[{"name":"Create an Individual User","event":[{"listen":"prerequest","script":{"id":"b06ba270-7a80-4a07-b578-e9d996a7ca52","exec":["let now = new Date();","let utcMillis = now.getTime();  ","","let readableUTC = new Date(utcMillis).toISOString();","console.log(\"UTC Millis:\", utcMillis);","console.log(\"Readable UTC:\", readableUTC);","","pm.environment.set(\"createdTimestamp\", utcMillis);","",""],"type":"text/javascript","packages":{}}}],"id":"8c5ecb69-39c6-46e2-bb8d-e364d17b16aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"user-individu-1779886531\", // Required\n    \"createdTimestamp\": 1779886531000, // Required\n    \"userType\": \"INDIVIDUAL\", // Required\n    \"userDetails\": {\n        \"name\": {\n            \"firstName\": \"Danny\",\n            \"middleName\": \"Nancy\",\n            \"lastName\": \"Anderson\"\n        },\n        \"dateOfBirth\": \"1994-01-21\",\n        \"countryOfResidence\": \"EE\",\n        \"countryOfNationality\": \"FR\"\n    },\n    \"legalDocuments\": [\n        {\n            \"documentType\": \"passport\",\n            \"documentNumber\": \"vcj-758173\",\n            \"documentIssuedDate\": 1702089666204,\n            \"documentExpirationDate\": 1765203570204,\n            \"documentIssuedCountry\": \"IT\"\n        }\n    ],\n    \"reasonForAccountOpening\": [\n        \"INVESTMENT\"\n    ],\n    \"sourceOfFunds\": [\n        \"SAVINGS\"\n    ],\n    \"userStateDetails\": {\n        \"state\": \"CREATED\",\n        \"reason\": \"\"\n    },\n    \"kycStatusDetails\": {\n        \"status\": \"NOT_STARTED\",\n        \"reason\": \"\"\n    },\n    \"contactDetails\": {\n        \"emailIds\": [\n            \"gregory82@example.com\"\n        ],\n        \"contactNumbers\": [\n            \"690.518.4303\"\n        ],\n        \"websites\": [\n            \"http://www.page.com/\"\n        ],\n        \"addresses\": [\n            {\n                \"addressLines\": [\n                    \"363 Johnson Crescent\"\n                ],\n                \"postcode\": \"19499\",\n                \"city\": \"New Shane\",\n                \"state\": \"Maryland\",\n                \"country\": \"Colombia\",\n                \"addressType\": \"Other\",\n                \"tags\": [\n                    {\n                        \"key\": \"forward\",\n                        \"value\": \"small\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"tags\": [\n        {\n            \"key\": \"addedBy\",\n            \"value\": \"API Docs Tester\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/individual/users","description":"<h2 id=\"post-individual-user\">POST Individual User</h2>\n<p><code>/individual/users</code> endpoint allows you to operate on the Individual user.</p>\n<p>In order to pass the payload of a User to Mulai and verify the User, you will need to call this endpoint with the User payload. Not all fields are mandatory, you will only need to pass in the fields that you have and are relevant for your compliance setup.</p>\n<h3 id=\"payload\">Payload</h3>\n<p>Each individual user needs two mandatory fields:</p>\n<ul>\n<li><p><code>userId</code> - Unique identifier for the user</p>\n</li>\n<li><p><code>createdTimestamp</code> - UNIX timestamp in <em>milliseconds</em> for when the User is created in your system</p>\n</li>\n</ul>\n","urlObject":{"path":["individual","users"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c3357c04-5d07-4a15-9f9b-67bbb7a48ffb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"47b2ed45-971f-4234-b774-40acde4cc44c\", // Required\n    \"createdTimestamp\": 1733646618204, // Required\n    \"userType\": \"INDIVIDUAL\", // Required\n    \"userDetails\": {\n        \"name\": {\n            \"firstName\": \"Danny\",\n            \"middleName\": \"Nancy\",\n            \"lastName\": \"Anderson\"\n        },\n        \"dateOfBirth\": \"1994-01-21\",\n        \"countryOfResidence\": \"EE\",\n        \"countryOfNationality\": \"FR\"\n    },\n    \"legalDocuments\": [\n        {\n            \"documentType\": \"passport\",\n            \"documentNumber\": \"vcj-758173\",\n            \"documentIssuedDate\": 1702089666204,\n            \"documentExpirationDate\": 1765203570204,\n            \"documentIssuedCountry\": \"IT\"\n        }\n    ],\n    \"reasonForAccountOpening\": [\n        \"INVESTMENT\"\n    ],\n    \"sourceOfFunds\": [\n        \"SAVINGS\"\n    ],\n    \"userStateDetails\": {\n        \"state\": \"CREATED\",\n        \"reason\": \"\"\n    },\n    \"kycStatusDetails\": {\n        \"status\": \"NOT_STARTED\",\n        \"reason\": \"\"\n    },\n    \"contactDetails\": {\n        \"emailIds\": [\n            \"gregory82@example.com\"\n        ],\n        \"contactNumbers\": [\n            \"690.518.4303\"\n        ],\n        \"websites\": [\n            \"http://www.page.com/\"\n        ],\n        \"addresses\": [\n            {\n                \"addressLines\": [\n                    \"363 Johnson Crescent\"\n                ],\n                \"postcode\": \"19499\",\n                \"city\": \"New Shane\",\n                \"state\": \"Maryland\",\n                \"country\": \"Colombia\",\n                \"addressType\": \"Other\",\n                \"tags\": [\n                    {\n                        \"key\": \"forward\",\n                        \"value\": \"small\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"tags\": [\n        {\n            \"key\": \"addedBy\",\n            \"value\": \"API Docs Tester\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/individual/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2024 15:24:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,DELETE,PATCH,POST,PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"},{"key":"accept","value":"*/*"},{"key":"authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NmY4OTdmZDE2ZjU5ZGU2OTJhMGZhZGIiLCJlbWFpbCI6ImFkbWluQG11bGFpLmNvbSIsImNyZWF0ZWQiOiIyMDI0LTEwLTE0VDExOjQ2OjU0Ljg5NFoiLCJpYXQiOjE3Mjg5MDY0MTQsImV4cCI6MTcyODk5MjgxNH0.N0-w-3MV9bXNmUCC0qVSTe63nS_XQNHxfJhDhpes7fo"},{"key":"cache-control","value":"no-cache"},{"key":"cdn-loop","value":"cloudflare; loops=1"},{"key":"cf-connecting-ip","value":"54.86.50.139"},{"key":"cf-ipcountry","value":"US"},{"key":"cf-visitor","value":"{\"scheme\":\"https\"}"},{"key":"host","value":"stag-console.mulai.com"},{"key":"postman-token","value":"28d9ea29-7fca-452c-89df-7d5f5ae33533"},{"key":"user-agent","value":"PostmanRuntime/7.43.0"},{"key":"x-current-path","value":"/rest-api/sandbox/individual/users"},{"key":"x-forwarded-for","value":"54.86.50.139"},{"key":"x-forwarded-host","value":"stag-console.mulai.com"},{"key":"x-forwarded-port","value":"3000"},{"key":"x-forwarded-proto","value":"https"},{"key":"Vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=cKcLbj%2Bo%2FY3tnhKV2x%2BcaSwrAODyHCnap31uga0udUn1aD7KLb5CBCZ90VsgUrUu%2FGSoTE%2BoyGeAQNuhKd7PxQiNYS8gR5axhRaVbcwmo1DwjfQ8HpA1%2FDAxZZVEXjDe0ZB6xXy%2BYvui\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8eb415d4db8c595b-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1672&min_rtt=1416&rtt_var=714&sent=4&recv=6&lost=0&retrans=0&sent_bytes=2818&recv_bytes=2700&delivery_rate=2045197&cwnd=244&unsent_bytes=0&cid=5b9788917a59e2e3&ts=592&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"legalEntity\": {\n        \"companyGeneralDetails\": {\n            \"businessIndustry\": [],\n            \"mainProductsServicesSold\": []\n        }\n    },\n    \"userDetails\": {\n        \"name\": {\n            \"firstName\": \"Danny\",\n            \"middleName\": \"Nancy\",\n            \"lastName\": \"Anderson\"\n        },\n        \"dateOfBirth\": \"1994-01-21\",\n        \"countryOfResidence\": \"EE\",\n        \"countryOfNationality\": \"FR\"\n    },\n    \"contactDetails\": {\n        \"emailIds\": [\n            \"gregory82@example.com\"\n        ],\n        \"contactNumbers\": [\n            \"690.518.4303\"\n        ],\n        \"websites\": [\n            \"http://www.page.com/\"\n        ],\n        \"addresses\": [\n            {\n                \"addressLines\": [\n                    \"363 Johnson Crescent\"\n                ],\n                \"postcode\": \"19499\",\n                \"city\": \"New Shane\",\n                \"state\": \"Maryland\",\n                \"country\": \"Colombia\",\n                \"tags\": [\n                    {\n                        \"key\": \"forward\",\n                        \"value\": \"small\",\n                        \"_id\": \"675559e9b1d3a7ca74dc4aac\",\n                        \"id\": \"675559e9b1d3a7ca74dc4aac\"\n                    }\n                ],\n                \"_id\": \"675559e9b1d3a7ca74dc4aab\",\n                \"id\": \"675559e9b1d3a7ca74dc4aab\"\n            }\n        ],\n        \"faxNumbers\": []\n    },\n    \"employmentDetails\": {\n        \"businessIndustry\": []\n    },\n    \"userStateDetails\": {\n        \"state\": \"CREATED\",\n        \"reason\": \"\"\n    },\n    \"kycStatusDetails\": {\n        \"status\": \"NOT_STARTED\",\n        \"reason\": \"\"\n    },\n    \"userId\": \"47b2ed45-971f-4234-b774-40acde4cc44c\",\n    \"createdTimestamp\": 1733646618204,\n    \"updatedTimestamp\": 1733646825456,\n    \"userType\": \"INDIVIDUAL\",\n    \"legalDocuments\": [\n        {\n            \"documentType\": \"passport\",\n            \"documentNumber\": \"vcj-758173\",\n            \"documentIssuedDate\": 1702089666204,\n            \"documentExpirationDate\": 1765203570204,\n            \"documentIssuedCountry\": \"IT\",\n            \"tags\": []\n        }\n    ],\n    \"reasonForAccountOpening\": [\n        \"INVESTMENT\"\n    ],\n    \"sourceOfFunds\": [\n        \"SAVINGS\"\n    ],\n    \"tags\": [\n        {\n            \"key\": \"addedBy\",\n            \"value\": \"API Docs Tester\"\n        }\n    ],\n    \"pepStatus\": [],\n    \"updatedAt\": \"2024-12-08T08:33:45.467Z\",\n    \"executedRules\": [],\n    \"hitRules\": [],\n    \"riskScoreDetails\": {\n        \"irsRiskScore\": 0,\n        \"irsRiskLevel\": \"MEDIUM\",\n        \"orsRiskScore\": 0,\n        \"orsRiskLevel\": \"MEDIUM\"\n    }\n}"}],"_postman_id":"8c5ecb69-39c6-46e2-bb8d-e364d17b16aa"},{"name":"Retrieve an Individual User","id":"204d2576-20c4-4a78-b80f-35cc1f8a7a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/individual/users/:userId","description":"<h3 id=\"get-individual-user\">GET Individual User</h3>\n<p><code>/individual/users</code> endpoint allows you to operate on the Individual User.</p>\n<p>Calling <code>GET /individual/users/{userId}</code> will return the entire user payload and rule execution results for the user with the corresponding <code>userId</code></p>\n","urlObject":{"path":["individual","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"userId","key":"userId"}]}},"response":[{"id":"9d10c437-05d0-4b93-8ca1-d95d3e125c1e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/individual/users/:userId","host":["{{baseUrl}}"],"path":["individual","users",":userId"],"variable":[{"key":"userId","value":"96647cfdsd9es8sdsdssssfe66ee0f3362es011e34se8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2024 15:33:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,DELETE,PATCH,POST,PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"},{"key":"accept","value":"*/*"},{"key":"authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NmY4OTdmZDE2ZjU5ZGU2OTJhMGZhZGIiLCJlbWFpbCI6ImFkbWluQG11bGFpLmNvbSIsImNyZWF0ZWQiOiIyMDI0LTEwLTE0VDExOjQ2OjU0Ljg5NFoiLCJpYXQiOjE3Mjg5MDY0MTQsImV4cCI6MTcyODk5MjgxNH0.N0-w-3MV9bXNmUCC0qVSTe63nS_XQNHxfJhDhpes7fo"},{"key":"cache-control","value":"no-cache"},{"key":"cdn-loop","value":"cloudflare; loops=1"},{"key":"cf-connecting-ip","value":"54.86.50.139"},{"key":"cf-ipcountry","value":"US"},{"key":"cf-visitor","value":"{\"scheme\":\"https\"}"},{"key":"host","value":"stag-console.mulai.com"},{"key":"postman-token","value":"0ec318f1-00a5-4206-83e3-541aec792fdb"},{"key":"user-agent","value":"PostmanRuntime/7.43.0"},{"key":"x-current-path","value":"/rest-api/sandbox/individual/users/96647cfdsd9es8sdsdssssfe66ee0f3362es011e34se8"},{"key":"x-forwarded-for","value":"54.86.50.139"},{"key":"x-forwarded-host","value":"stag-console.mulai.com"},{"key":"x-forwarded-port","value":"3000"},{"key":"x-forwarded-proto","value":"https"},{"key":"Vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=OYJnwPRyOl49ZCnc%2F3Id481dBXXzExj8fcWw6BQyT717l7sapodso3NQajCHsGSq7h4%2BsHDR6xMcTu8WlPgVqtYWTOZsQTf16ha0FAaThiTNGOalydVce0uYNPeTlQ2SPoSYhhRnX7yI\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8eb4233acc10c928-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2464&min_rtt=2341&rtt_var=966&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1366&delivery_rate=618539&cwnd=217&unsent_bytes=0&cid=079c62111720239f&ts=631&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"legalEntity\": {\n        \"companyGeneralDetails\": {\n            \"businessIndustry\": [],\n            \"mainProductsServicesSold\": []\n        }\n    },\n    \"userDetails\": {\n        \"name\": {\n            \"firstName\": \"Danny\",\n            \"middleName\": \"Nancy\",\n            \"lastName\": \"Anderson\"\n        },\n        \"dateOfBirth\": \"1994-01-21\",\n        \"countryOfResidence\": \"EE\",\n        \"countryOfNationality\": \"FR\"\n    },\n    \"contactDetails\": {\n        \"emailIds\": [\n            \"gregory82@example.com\"\n        ],\n        \"contactNumbers\": [\n            \"690.518.4303\"\n        ],\n        \"websites\": [\n            \"http://www.page.com/\"\n        ],\n        \"addresses\": [\n            {\n                \"addressLines\": [\n                    \"363 Johnson Crescent\"\n                ],\n                \"postcode\": \"19499\",\n                \"city\": \"New Shane\",\n                \"state\": \"Maryland\",\n                \"country\": \"Colombia\",\n                \"tags\": [\n                    {\n                        \"key\": \"forward\",\n                        \"value\": \"small\",\n                        \"_id\": \"675559e9b1d3a7ca74dc4aac\",\n                        \"id\": \"675559e9b1d3a7ca74dc4aac\"\n                    }\n                ],\n                \"_id\": \"675559e9b1d3a7ca74dc4aab\",\n                \"id\": \"675559e9b1d3a7ca74dc4aab\"\n            }\n        ],\n        \"faxNumbers\": []\n    },\n    \"employmentDetails\": {\n        \"businessIndustry\": []\n    },\n    \"userStateDetails\": {\n        \"state\": \"CREATED\",\n        \"reason\": \"\"\n    },\n    \"kycStatusDetails\": {\n        \"status\": \"NOT_STARTED\",\n        \"reason\": \"\"\n    },\n    \"userId\": \"47b2ed45-971f-4234-b774-40acde4cc44c\",\n    \"createdTimestamp\": 1733646618204,\n    \"updatedTimestamp\": 1733646825456,\n    \"userType\": \"INDIVIDUAL\",\n    \"legalDocuments\": [\n        {\n            \"documentType\": \"passport\",\n            \"documentNumber\": \"vcj-758173\",\n            \"documentIssuedDate\": 1702089666204,\n            \"documentExpirationDate\": 1765203570204,\n            \"documentIssuedCountry\": \"IT\",\n            \"tags\": []\n        }\n    ],\n    \"reasonForAccountOpening\": [\n        \"INVESTMENT\"\n    ],\n    \"sourceOfFunds\": [\n        \"SAVINGS\"\n    ],\n    \"tags\": [\n        {\n            \"key\": \"addedBy\",\n            \"value\": \"API Docs Tester\"\n        }\n    ],\n    \"pepStatus\": [],\n    \"updatedAt\": \"2024-12-08T08:33:45.467Z\",\n    \"executedRules\": [],\n    \"hitRules\": [],\n    \"riskScoreDetails\": {\n        \"irsRiskScore\": 0,\n        \"irsRiskLevel\": \"MEDIUM\",\n        \"orsRiskScore\": 0,\n        \"orsRiskLevel\": \"MEDIUM\"\n    }\n}"}],"_postman_id":"204d2576-20c4-4a78-b80f-35cc1f8a7a4f"},{"name":"Lists Individual User","id":"23c35150-9f7d-4409-8960-5ceca2a7f85f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/individual/users?page=1&limit=10","urlObject":{"path":["individual","users"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"timestampStart","value":"1641654664001"},{"disabled":true,"key":"timestampEnd","value":"1641654664002"},{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"6046708a-ceb0-4db3-b0ce-a92da9cd77b6","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/individual/users?page=1&limit=10","host":["{{baseUrl}}"],"path":["individual","users"],"query":[{"key":"timestampStart","value":"1641654664001","disabled":true},{"key":"timestampEnd","value":"1641654664002","disabled":true},{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2024 15:57:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,DELETE,PATCH,POST,PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"},{"key":"accept","value":"*/*"},{"key":"authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NmY4OTdmZDE2ZjU5ZGU2OTJhMGZhZGIiLCJlbWFpbCI6ImFkbWluQG11bGFpLmNvbSIsImNyZWF0ZWQiOiIyMDI0LTEwLTE0VDExOjQ2OjU0Ljg5NFoiLCJpYXQiOjE3Mjg5MDY0MTQsImV4cCI6MTcyODk5MjgxNH0.N0-w-3MV9bXNmUCC0qVSTe63nS_XQNHxfJhDhpes7fo"},{"key":"cache-control","value":"no-cache"},{"key":"cdn-loop","value":"cloudflare; loops=1"},{"key":"cf-connecting-ip","value":"54.86.50.139"},{"key":"cf-ipcountry","value":"US"},{"key":"cf-visitor","value":"{\"scheme\":\"https\"}"},{"key":"host","value":"stag-console.mulai.com"},{"key":"postman-token","value":"6ddf4833-6264-40a4-adf5-b6bfa033d02e"},{"key":"user-agent","value":"PostmanRuntime/7.43.0"},{"key":"x-current-path","value":"/rest-api/sandbox/individual/users"},{"key":"x-forwarded-for","value":"54.86.50.139"},{"key":"x-forwarded-host","value":"stag-console.mulai.com"},{"key":"x-forwarded-port","value":"3000"},{"key":"x-forwarded-proto","value":"https"},{"key":"Vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=r3H84w%2BWojc9WxNJL1D%2FAEy780%2FSJtJQ7tfxJJDUr21biopYxrxMctcBIdQpUY5Braw1fWNvrb2BUkM1rs6GzpqZrq5muv6yNJ5r6Il2j%2FDYkqwgCwTWDbTn14Yw24%2FXg1j%2F9%2BSPQeVh\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8eb446499bc8202a-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2142&min_rtt=2018&rtt_var=845&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1336&delivery_rate=717542&cwnd=177&unsent_bytes=0&cid=a8c560b81bccd0ee&ts=631&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"docs\": [\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Baru\",\n                    \"middleName\": \"Daftar\",\n                    \"lastName\": \"Sekarang\"\n                },\n                \"dateOfBirth\": \"1991-03-27\",\n                \"countryOfResidence\": \"ID\",\n                \"countryOfNationality\": \"ID\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"skenariobesar@gmail.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+123123123\"\n                ],\n                \"websites\": [\n                    \"gmail.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"674c4c08deba77c8c480c189\",\n                                \"id\": \"674c4c08deba77c8c480c189\"\n                            }\n                        ],\n                        \"_id\": \"674c4c08deba77c8c480c188\",\n                        \"id\": \"674c4c08deba77c8c480c188\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"40305ba591a07c116edff30e7f029d5c\",\n            \"createdTimestamp\": 1733053321412,\n            \"updatedTimestamp\": 1733053448263,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"ktp\",\n                    \"documentNumber\": \"3172012703910007\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"ID\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"tags\": [\n                {\n                    \"key\": \"addedby\",\n                    \"value\": \"Tommy\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-12-01T11:44:08.276Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Orang\",\n                    \"middleName\": \"Baru\",\n                    \"lastName\": \"Register\"\n                },\n                \"dateOfBirth\": \"1991-03-27\",\n                \"countryOfResidence\": \"ID\",\n                \"countryOfNationality\": \"ID\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"skenariobesar@gmail.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+123123123\"\n                ],\n                \"websites\": [\n                    \"gmail.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"674c25c2478dbac3cd19a6b9\",\n                                \"id\": \"674c25c2478dbac3cd19a6b9\"\n                            }\n                        ],\n                        \"_id\": \"674c25c2478dbac3cd19a6b8\",\n                        \"id\": \"674c25c2478dbac3cd19a6b8\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"09923f681c1907f4a768797afba73860\",\n            \"createdTimestamp\": 1733043636242,\n            \"updatedTimestamp\": 1733043650712,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"ktp\",\n                    \"documentNumber\": \"3172012703910007\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"ID\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"tags\": [\n                {\n                    \"key\": \"addedby\",\n                    \"value\": \"Tommy\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-12-01T09:00:50.722Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Orang\",\n                    \"middleName\": \"Baru\",\n                    \"lastName\": \"Daftar\"\n                },\n                \"dateOfBirth\": \"1991-03-27\",\n                \"countryOfResidence\": \"ID\",\n                \"countryOfNationality\": \"ID\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"skenariobesar@gmail.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+123123123\"\n                ],\n                \"websites\": [\n                    \"gmail.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"674c1cfd569e595c501ce3fb\",\n                                \"id\": \"674c1cfd569e595c501ce3fb\"\n                            }\n                        ],\n                        \"_id\": \"674c1cfd569e595c501ce3fa\",\n                        \"id\": \"674c1cfd569e595c501ce3fa\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userStateDetails\": {\n                \"state\": \"CREATED\"\n            },\n            \"kycStatusDetails\": {\n                \"status\": \"MANUAL_REVIEW\"\n            },\n            \"userId\": \"9c27c57901191ffe545c9d807fd4abbd\",\n            \"createdTimestamp\": 1733041349104,\n            \"updatedTimestamp\": 1733041541695,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"ktp\",\n                    \"documentNumber\": \"3172012703910007\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"ID\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"tags\": [\n                {\n                    \"key\": \"addedby\",\n                    \"value\": \"Tommy\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-12-01T08:25:41.695Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"SatuDes\",\n                    \"middleName\": \"Sebelas\",\n                    \"lastName\": \"EmpatEmpat\"\n                },\n                \"dateOfBirth\": \"1991-03-27\",\n                \"countryOfResidence\": \"ID\",\n                \"countryOfNationality\": \"ID\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"skenariobesar@gmail.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+123123123\"\n                ],\n                \"websites\": [\n                    \"gmail.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"674be9f27fe8565b481fc601\",\n                                \"id\": \"674be9f27fe8565b481fc601\"\n                            }\n                        ],\n                        \"_id\": \"674be9f27fe8565b481fc600\",\n                        \"id\": \"674be9f27fe8565b481fc600\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"dd6dbff45699b832648c38d1e21f1d3a\",\n            \"createdTimestamp\": 1733028289087,\n            \"updatedTimestamp\": 1733028589284,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"ktp\",\n                    \"documentNumber\": \"3172012703910007\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"ID\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [\n                \"Investment\"\n            ],\n            \"tags\": [\n                {\n                    \"key\": \"addedby\",\n                    \"value\": \"Tommy\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-12-01T04:49:49.284Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Satu\",\n                    \"middleName\": \"Des\",\n                    \"lastName\": \"Sepuluh Tujubelas\"\n                },\n                \"dateOfBirth\": \"2005-01-01\",\n                \"countryOfResidence\": \"ID\",\n                \"countryOfNationality\": \"ID\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"skenariobesar@gmail.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+123123123\"\n                ],\n                \"websites\": [\n                    \"gmail.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"674bd5602b9e9ca5a835350f\",\n                                \"id\": \"674bd5602b9e9ca5a835350f\"\n                            }\n                        ],\n                        \"_id\": \"674bd5602b9e9ca5a835350e\",\n                        \"id\": \"674bd5602b9e9ca5a835350e\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"kycStatusDetails\": {\n                \"status\": \"NOT_STARTED\"\n            },\n            \"userId\": \"d556b523aba77ba156f484e2d1c29dd2\",\n            \"createdTimestamp\": 1733023039085,\n            \"updatedTimestamp\": 1733027603102,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"ktp\",\n                    \"documentNumber\": \"3172012703910007\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"ID\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"tags\": [\n                {\n                    \"key\": \"environment\",\n                    \"value\": \"sandbox\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-12-01T04:33:23.103Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Skena\",\n                    \"middleName\": \"Rio\",\n                    \"lastName\": \"Besar\"\n                },\n                \"dateOfBirth\": \"2005-01-01\",\n                \"countryOfResidence\": \"ID\",\n                \"countryOfNationality\": \"ID\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"skenariobesar@gmail.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+123123123\"\n                ],\n                \"websites\": [\n                    \"gmail.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"674a80de95741880d0e54b8f\",\n                                \"id\": \"674a80de95741880d0e54b8f\"\n                            }\n                        ],\n                        \"_id\": \"674a80de95741880d0e54b8e\",\n                        \"id\": \"674a80de95741880d0e54b8e\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"6688509c21ecf2873ce9c32b52a92699\",\n            \"createdTimestamp\": 1732935833738,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"ktp\",\n                    \"documentNumber\": \"3172012703910007\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"ID\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"tags\": [\n                {\n                    \"key\": \"environment\",\n                    \"value\": \"sandbox\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-11-30T16:42:04.190Z\",\n            \"updatedTimestamp\": 1732984924189,\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Depan\",\n                    \"middleName\": \"\",\n                    \"lastName\": \"Belakang\"\n                },\n                \"dateOfBirth\": \"2005-01-01\",\n                \"countryOfResidence\": \"ID\",\n                \"countryOfNationality\": \"ID\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"depanbelakang@gmail.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+123123123\"\n                ],\n                \"websites\": [\n                    \"gmail.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"6749f9439811139370a1d896\",\n                                \"id\": \"6749f9439811139370a1d896\"\n                            }\n                        ],\n                        \"_id\": \"6749f9439811139370a1d895\",\n                        \"id\": \"6749f9439811139370a1d895\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"2ab4ebac585e128db3bfec7e2661e02a\",\n            \"createdTimestamp\": 1732901164144,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"passport\",\n                    \"documentNumber\": \"Z9431P\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"DE\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"tags\": [\n                {\n                    \"key\": \"environment\",\n                    \"value\": \"sandbox\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-11-29T17:26:27.122Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Coba\",\n                    \"middleName\": \"Trans\",\n                    \"lastName\": \"Pertama\"\n                },\n                \"dateOfBirth\": \"2005-01-01\",\n                \"countryOfResidence\": \"ID\",\n                \"countryOfNationality\": \"ID\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"cobatranspertama@gmail.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+123123123\"\n                ],\n                \"websites\": [\n                    \"gmail.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"6749f39d9811139370a15340\",\n                                \"id\": \"6749f39d9811139370a15340\"\n                            }\n                        ],\n                        \"_id\": \"6749f39d9811139370a1533f\",\n                        \"id\": \"6749f39d9811139370a1533f\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"4dd1e05976b4ea2ab4cd8a3398884773\",\n            \"createdTimestamp\": 1732899736977,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"passport\",\n                    \"documentNumber\": \"Z9431P\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"DE\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"tags\": [\n                {\n                    \"key\": \"environment\",\n                    \"value\": \"sandbox\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-11-29T17:02:21.977Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Sopo\",\n                    \"middleName\": \"Toh\",\n                    \"lastName\": \"Iki\"\n                },\n                \"dateOfBirth\": \"2005-01-01\",\n                \"countryOfResidence\": \"ID\",\n                \"countryOfNationality\": \"ID\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"mbaleloh@gmail.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+123123123\"\n                ],\n                \"websites\": [\n                    \"gmail.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"674943cbac8b1d266812dc9f\",\n                                \"id\": \"674943cbac8b1d266812dc9f\"\n                            }\n                        ],\n                        \"_id\": \"674943cbac8b1d266812dc9e\",\n                        \"id\": \"674943cbac8b1d266812dc9e\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"a5142423b96e218a5a9e82c555ce8933\",\n            \"createdTimestamp\": 1732854711881,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"passport\",\n                    \"documentNumber\": \"Z9431P\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"DE\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"tags\": [\n                {\n                    \"key\": \"environment\",\n                    \"value\": \"sandbox\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-11-29T04:32:11.019Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Gibran\",\n                    \"middleName\": \"Rakabuming\",\n                    \"lastName\": \"Raka\"\n                },\n                \"dateOfBirth\": \"2005-01-01\",\n                \"countryOfResidence\": \"ID\",\n                \"countryOfNationality\": \"ID\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"mbaleloh@gmail.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+123123123\"\n                ],\n                \"websites\": [\n                    \"gmail.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"6749411cac8b1d2668128879\",\n                                \"id\": \"6749411cac8b1d2668128879\"\n                            }\n                        ],\n                        \"_id\": \"6749411cac8b1d2668128878\",\n                        \"id\": \"6749411cac8b1d2668128878\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"51448fad86008e5606c3a264422269b3\",\n            \"createdTimestamp\": 1732853968126,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"passport\",\n                    \"documentNumber\": \"Z9431P\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"DE\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"tags\": [\n                {\n                    \"key\": \"environment\",\n                    \"value\": \"sandbox\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-11-29T04:20:44.297Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        }\n    ],\n    \"totalDocs\": 18,\n    \"limit\": 10,\n    \"totalPages\": 2,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": true,\n    \"prevPage\": null,\n    \"nextPage\": 2\n}"}],"_postman_id":"23c35150-9f7d-4409-8960-5ceca2a7f85f"}],"id":"77667930-8d8c-4cc2-9daf-bd4fc77f5250","_postman_id":"77667930-8d8c-4cc2-9daf-bd4fc77f5250","description":""},{"name":"Entity Users","item":[{"name":"Create an Entity User","id":"3aa04483-81fe-4b54-93d9-edbbde4e66a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"userId\": \"user-entity-1779886531\", // Required\n        \"createdTimestamp\": 1779886531000, // Required\n        \"userType\": \"ENTITY\", // Required\n        \"legalEntity\": {\n            \"companyGeneralDetails\": {\n                \"legalName\": \"Ramos Ltd - 1779886531\",\n                \"businessIndustry\": [\n                    \"unleash B2B initiatives\"\n                ],\n                \"mainProductsServicesSold\": [\n                    \"Organized well-modulated leverage\"\n                ]\n            }\n        },\n        \"contactDetails\": {\n            \"emailIds\": [\n                \"rjenkins@example.org\"\n            ],\n            \"contactNumbers\": [\n                \"(757)263-9862\"\n            ],\n            \"faxNumbers\": [\n                \"001-548-952-7534x50471\"\n            ],\n            \"websites\": [\n                \"http://vargas.com/\"\n            ],\n            \"addresses\": [\n                {\n                    \"addressLines\": [\n                        \"4012 Melissa Keys Suite 792\"\n                    ],\n                    \"postcode\": \"66355\",\n                    \"city\": \"New Keithberg\",\n                    \"state\": \"Rhode Island\",\n                    \"country\": \"Togo\",\n                    \"addressType\": \"Home\",\n                    \"tags\": [\n                        {\n                            \"key\": \"store\",\n                            \"value\": \"production\"\n                        }\n                    ]\n                }\n            ]\n        },\n        \"reasonForAccountOpening\": [\n            \"INVESTMENT\"\n        ],\n        \"sourceOfFunds\": [\n            \"SAVINGS\"\n        ],\n        \"companyRegistrationDetails\": {\n            \"registrationIdentifier\": \"Ibg-856428\",\n            \"registrationCountry\": \"BS\",\n            \"taxResidenceCountry\": \"AG\",\n            \"taxIdentifier\": \"wlh-528330\",\n            \"legalEntityType\": \"LLC\",\n            \"dateOfRegistration\": \"2016-07-21\"\n        },\n        \"userStateDetails\": {\n            \"state\": \"CREATED\",\n            \"reason\": \"\"\n        },\n        \"kycStatusDetails\": {\n            \"status\": \"NOT_STARTED\",\n            \"reason\": \"\"\n        },\n        \"shareHolders\": [\n            {\n                \"generalDetails\": {\n                    \"name\": {\n                        \"firstName\": \"Alyssa\",\n                        \"middleName\": \"Ralph\",\n                        \"lastName\": \"Flowers\"\n                    },\n                    \"dateOfBirth\": \"1983-02-08\",\n                    \"userCategory\": \"INDIVIDUAL\",\n                    \"countryOfResidence\": \"BA\"\n                }\n            }\n        ],\n        \"tags\": [\n            {\n                \"key\": \"Source\",\n                \"value\": \"API Docs Tester\"\n            }\n        ]\n    }","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/entity/users","description":"<h2 id=\"post-entity-user\">POST Entity User</h2>\n<p><code>/entity/users</code> endpoint allows you to operate on the Entity user.</p>\n<p>In order to pass the payload of a User to Mulai and verify the User, you will need to call this endpoint with the User payload. Not all fields are mandatory, you will only need to pass in the fields that you have and are relevant for your compliance setup.</p>\n<h3 id=\"payload\">Payload</h3>\n<p>Each entity user needs three mandatory fields:</p>\n<ul>\n<li><p><code>userId</code> - Unique identifier for the user</p>\n</li>\n<li><p><code>legalEntity</code> - Details of the business legal entity (CompanyGeneralDetails, FinancialDetails etc) - only <code>legalName</code>in <code>CompanyGeneralDetails</code> is mandatory</p>\n</li>\n<li><p><code>createdTimestamp</code> - UNIX timestamp in <em>milliseconds</em> for when the User is created in your system</p>\n</li>\n</ul>\n","urlObject":{"path":["entity","users"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"361249f1-bea8-4f75-9410-b8b609e25ab7","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{authToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"userId\": \"ef43e47a-7f3e-485f-b6ab-402949bf5ea5\",\n        \"createdTimestamp\": 1733651312288,\n        \"userType\": \"ENTITY\",\n        \"legalEntity\": {\n            \"companyGeneralDetails\": {\n                \"legalName\": \"Ramos Ltd\",\n                \"businessIndustry\": [\n                    \"unleash B2B initiatives\"\n                ],\n                \"mainProductsServicesSold\": [\n                    \"Organized well-modulated leverage\"\n                ]\n            }\n        },\n        \"contactDetails\": {\n            \"emailIds\": [\n                \"rjenkins@example.org\"\n            ],\n            \"contactNumbers\": [\n                \"(757)263-9862\"\n            ],\n            \"faxNumbers\": [\n                \"001-548-952-7534x50471\"\n            ],\n            \"websites\": [\n                \"http://vargas.com/\"\n            ],\n            \"addresses\": [\n                {\n                    \"addressLines\": [\n                        \"4012 Melissa Keys Suite 792\"\n                    ],\n                    \"postcode\": \"66355\",\n                    \"city\": \"New Keithberg\",\n                    \"state\": \"Rhode Island\",\n                    \"country\": \"Togo\",\n                    \"addressType\": \"Home\",\n                    \"tags\": [\n                        {\n                            \"key\": \"store\",\n                            \"value\": \"production\"\n                        }\n                    ]\n                }\n            ]\n        },\n        \"reasonForAccountOpening\": [\n            \"INVESTMENT\"\n        ],\n        \"sourceOfFunds\": [\n            \"SAVINGS\"\n        ],\n        \"companyRegistrationDetails\": {\n            \"registrationIdentifier\": \"Ibg-856428\",\n            \"registrationCountry\": \"BS\",\n            \"taxResidenceCountry\": \"AG\",\n            \"taxIdentifier\": \"wlh-528330\",\n            \"legalEntityType\": \"LLC\",\n            \"dateOfRegistration\": \"2016-07-21\"\n        },\n        \"userStateDetails\": {\n            \"state\": \"CREATED\",\n            \"reason\": \"\"\n        },\n        \"kycStatusDetails\": {\n            \"status\": \"NOT_STARTED\",\n            \"reason\": \"\"\n        },\n        \"shareHolders\": [\n            {\n                \"generalDetails\": {\n                    \"name\": {\n                        \"firstName\": \"Alyssa\",\n                        \"middleName\": \"Ralph\",\n                        \"lastName\": \"Flowers\"\n                    },\n                    \"dateOfBirth\": \"1983-02-08\",\n                    \"userCategory\": \"INDIVIDUAL\",\n                    \"countryOfResidence\": \"BA\"\n                }\n            }\n        ],\n        \"tags\": [\n            {\n                \"key\": \"Source\",\n                \"value\": \"API Docs Tester\"\n            }\n        ]\n    }","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/entity/users"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"legalEntity\": {\n        \"companyGeneralDetails\": {\n            \"legalName\": \"Ramos Ltd\",\n            \"businessIndustry\": [\n                \"unleash B2B initiatives\"\n            ],\n            \"mainProductsServicesSold\": [\n                \"Organized well-modulated leverage\"\n            ]\n        }\n    },\n    \"contactDetails\": {\n        \"emailIds\": [\n            \"rjenkins@example.org\"\n        ],\n        \"contactNumbers\": [\n            \"(757)263-9862\"\n        ],\n        \"faxNumbers\": [\n            \"001-548-952-7534x50471\"\n        ],\n        \"websites\": [\n            \"http://vargas.com/\"\n        ],\n        \"addresses\": [\n            {\n                \"addressLines\": [\n                    \"4012 Melissa Keys Suite 792\"\n                ],\n                \"postcode\": \"66355\",\n                \"city\": \"New Keithberg\",\n                \"state\": \"Rhode Island\",\n                \"country\": \"Togo\",\n                \"tags\": [\n                    {\n                        \"key\": \"store\",\n                        \"value\": \"production\",\n                        \"_id\": \"67556beb02b98aaa578f9b65\",\n                        \"id\": \"67556beb02b98aaa578f9b65\"\n                    }\n                ],\n                \"_id\": \"67556beb02b98aaa578f9b64\",\n                \"id\": \"67556beb02b98aaa578f9b64\"\n            }\n        ]\n    },\n    \"employmentDetails\": {\n        \"businessIndustry\": []\n    },\n    \"userStateDetails\": {\n        \"state\": \"CREATED\",\n        \"reason\": \"\"\n    },\n    \"kycStatusDetails\": {\n        \"status\": \"NOT_STARTED\",\n        \"reason\": \"\"\n    },\n    \"userId\": \"ef43e47a-7f3e-485f-b6ab-402949bf5ea5\",\n    \"createdTimestamp\": 1733651312288,\n    \"updatedTimestamp\": 1733651435744,\n    \"userType\": \"ENTITY\",\n    \"reasonForAccountOpening\": [\n        \"INVESTMENT\"\n    ],\n    \"sourceOfFunds\": [\n        \"SAVINGS\"\n    ],\n    \"tags\": [\n        {\n            \"key\": \"Source\",\n            \"value\": \"API Docs Tester\"\n        }\n    ],\n    \"legalDocuments\": [],\n    \"pepStatus\": [],\n    \"updatedAt\": \"2024-12-08T09:50:35.755Z\",\n    \"executedRules\": [],\n    \"hitRules\": [],\n    \"riskScoreDetails\": {\n        \"irsRiskScore\": 0,\n        \"irsRiskLevel\": \"MEDIUM\",\n        \"orsRiskScore\": 0,\n        \"orsRiskLevel\": \"MEDIUM\"\n    }\n}"}],"_postman_id":"3aa04483-81fe-4b54-93d9-edbbde4e66a2"},{"name":"Retrieve an Entity User","id":"abb167a5-37fa-46d9-8a17-377503d8008f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/entity/users/:userId","description":"<h3 id=\"get-entity-user\">GET Entity User</h3>\n<p><code>/entity/users</code> endpoint allows you to operate on the Entity User.</p>\n<p>Calling <code>GET /entity/user/{userId}</code> will return the entire User payload and rule execution results for the User with the corresponding <code>userId</code></p>\n","urlObject":{"path":["entity","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"165b5899-af0e-47f4-8c93-d3f67d316f07","key":"userId"}]}},"response":[{"id":"eb9c7279-b5a0-47ff-94d7-e3a1472166dd","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/entity/users/:userId","host":["{{baseUrl}}"],"path":["entity","users",":userId"],"variable":[{"key":"userId","value":"userId"}]},"description":"### GET Business User\n\n`/business/user` endpoint allows you to operate on the Business User entity.\n\nCalling `GET /business/user/{userId}` will return the entire User payload and rule execution results for the User with the corresponding `userId`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"legalEntity\": {\n        \"companyGeneralDetails\": {\n            \"legalName\": \"Ramos Ltd\",\n            \"businessIndustry\": [\n                \"unleash B2B initiatives\"\n            ],\n            \"mainProductsServicesSold\": [\n                \"Organized well-modulated leverage\"\n            ]\n        }\n    },\n    \"contactDetails\": {\n        \"emailIds\": [\n            \"rjenkins@example.org\"\n        ],\n        \"contactNumbers\": [\n            \"(757)263-9862\"\n        ],\n        \"faxNumbers\": [\n            \"001-548-952-7534x50471\"\n        ],\n        \"websites\": [\n            \"http://vargas.com/\"\n        ],\n        \"addresses\": [\n            {\n                \"addressLines\": [\n                    \"4012 Melissa Keys Suite 792\"\n                ],\n                \"postcode\": \"66355\",\n                \"city\": \"New Keithberg\",\n                \"state\": \"Rhode Island\",\n                \"country\": \"Togo\",\n                \"tags\": [\n                    {\n                        \"key\": \"store\",\n                        \"value\": \"production\",\n                        \"_id\": \"67556beb02b98aaa578f9b65\",\n                        \"id\": \"67556beb02b98aaa578f9b65\"\n                    }\n                ],\n                \"_id\": \"67556beb02b98aaa578f9b64\",\n                \"id\": \"67556beb02b98aaa578f9b64\"\n            }\n        ]\n    },\n    \"employmentDetails\": {\n        \"businessIndustry\": []\n    },\n    \"userStateDetails\": {\n        \"state\": \"CREATED\",\n        \"reason\": \"\"\n    },\n    \"kycStatusDetails\": {\n        \"status\": \"NOT_STARTED\",\n        \"reason\": \"\"\n    },\n    \"userId\": \"ef43e47a-7f3e-485f-b6ab-402949bf5ea5\",\n    \"createdTimestamp\": 1733651312288,\n    \"updatedTimestamp\": 1733651435744,\n    \"userType\": \"ENTITY\",\n    \"reasonForAccountOpening\": [\n        \"INVESTMENT\"\n    ],\n    \"sourceOfFunds\": [\n        \"SAVINGS\"\n    ],\n    \"tags\": [\n        {\n            \"key\": \"Source\",\n            \"value\": \"API Docs Tester\"\n        }\n    ],\n    \"legalDocuments\": [],\n    \"pepStatus\": [],\n    \"updatedAt\": \"2024-12-08T09:50:35.755Z\",\n    \"executedRules\": [],\n    \"hitRules\": [],\n    \"riskScoreDetails\": {\n        \"irsRiskScore\": 0,\n        \"irsRiskLevel\": \"MEDIUM\",\n        \"orsRiskScore\": 0,\n        \"orsRiskLevel\": \"MEDIUM\"\n    }\n}"}],"_postman_id":"abb167a5-37fa-46d9-8a17-377503d8008f"},{"name":"Lists Entity User","id":"58b52cc1-b42c-44e2-a85c-27d9308df8b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/entity/users?page=1&limit=10","description":"<h3 id=\"get-entity-user\">GET Entity User</h3>\n<p><code>/entity/user</code> endpoint allows you to operate on the Entity User entity.</p>\n<p>Calling <code>GET /entity/user/{userId}</code> will return the entire User payload and rule execution results for the User with the corresponding <code>userId</code></p>\n","urlObject":{"path":["entity","users"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"timestampStart","value":"1641654664001"},{"disabled":true,"key":"timestampEnd","value":"1641654664002"},{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"0da8c68b-ec31-468e-96eb-e6581e3046e4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/entity/users?page=1&limit=10","host":["{{baseUrl}}"],"path":["entity","users"],"query":[{"key":"timestampStart","value":"1641654664001","disabled":true},{"key":"timestampEnd","value":"1641654664002","disabled":true},{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2024 15:20:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,DELETE,PATCH,POST,PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"},{"key":"accept","value":"*/*"},{"key":"authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NmY4OTdmZDE2ZjU5ZGU2OTJhMGZhZGIiLCJlbWFpbCI6ImFkbWluQG11bGFpLmNvbSIsImNyZWF0ZWQiOiIyMDI0LTEwLTE0VDExOjQ2OjU0Ljg5NFoiLCJpYXQiOjE3Mjg5MDY0MTQsImV4cCI6MTcyODk5MjgxNH0.N0-w-3MV9bXNmUCC0qVSTe63nS_XQNHxfJhDhpes7fo"},{"key":"cache-control","value":"no-cache"},{"key":"cdn-loop","value":"cloudflare; loops=1"},{"key":"cf-connecting-ip","value":"54.86.50.139"},{"key":"cf-ipcountry","value":"US"},{"key":"cf-visitor","value":"{\"scheme\":\"https\"}"},{"key":"host","value":"stag-console.mulai.com"},{"key":"postman-token","value":"84b5d6ae-8cd1-4617-b24e-0caac435f9cb"},{"key":"user-agent","value":"PostmanRuntime/7.43.0"},{"key":"x-current-path","value":"/rest-api/sandbox/entity/users"},{"key":"x-forwarded-for","value":"54.86.50.139"},{"key":"x-forwarded-host","value":"stag-console.mulai.com"},{"key":"x-forwarded-port","value":"3000"},{"key":"x-forwarded-proto","value":"https"},{"key":"Vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=bxIBlsmr6oSZQe31%2FUk2VWClWMkDq66SWogldOhHVhPaOBOpVeSLjdxDjxHjEcvBTg3%2B8XgQzSSAFUf7uIiJZNhOU85nrXxLyl3ILIgxxpXAOMbRN6OpsbkTHI8uEVOEERCOQBeMkvEu\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8eb410717a247fae-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2473&min_rtt=2035&rtt_var=1076&sent=4&recv=5&lost=0&retrans=0&sent_bytes=2817&recv_bytes=1077&delivery_rate=1423095&cwnd=242&unsent_bytes=0&cid=65a057031fc0ea56&ts=639&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"docs\": [\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"legalName\": \"PT Pelopor Ide Kreatif\",\n                    \"businessIndustry\": [\n                        \"Farming\"\n                    ],\n                    \"mainProductsServicesSold\": [\n                        \"Rice\"\n                    ]\n                }\n            },\n            \"contactDetails\": {\n                \"emailIds\": [],\n                \"contactNumbers\": [],\n                \"faxNumbers\": [],\n                \"websites\": [],\n                \"addresses\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"kycStatusDetails\": {\n                \"status\": \"SUCCESSFUL\"\n            },\n            \"userId\": \"54dc5a2be39e073168817335e3d1587f\",\n            \"createdTimestamp\": 1733030273297,\n            \"updatedTimestamp\": 1733041289093,\n            \"userType\": \"ENTITY\",\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [\n                \"Investment\"\n            ],\n            \"legalDocuments\": [],\n            \"pepStatus\": [],\n            \"tags\": [],\n            \"updatedAt\": \"2024-12-01T08:21:29.093Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"legalName\": \"CV Agro Jaya Makmur\",\n                    \"businessIndustry\": [\n                        \"Farming\"\n                    ],\n                    \"mainProductsServicesSold\": [\n                        \"Rice\"\n                    ]\n                }\n            },\n            \"contactDetails\": {\n                \"emailIds\": [],\n                \"contactNumbers\": [],\n                \"faxNumbers\": [],\n                \"websites\": [],\n                \"addresses\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"ussdsdsdessdsdsdsdsdssdrId\",\n            \"createdTimestamp\": 1.1,\n            \"userType\": \"ENTITY\",\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"legalDocuments\": [],\n            \"pepStatus\": [],\n            \"tags\": [],\n            \"updatedAt\": \"2024-11-30T12:11:18.117Z\",\n            \"updatedTimestamp\": 1732968678116,\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"legalName\": \"CV Agro Jaya Makmur\",\n                    \"businessIndustry\": [\n                        \"Farming\"\n                    ],\n                    \"mainProductsServicesSold\": [\n                        \"Rice\"\n                    ]\n                }\n            },\n            \"contactDetails\": {\n                \"emailIds\": [],\n                \"contactNumbers\": [],\n                \"faxNumbers\": [],\n                \"websites\": [],\n                \"addresses\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"ussdsdsdessdsdsdsdsdadssdrId\",\n            \"createdTimestamp\": 1.1,\n            \"userType\": \"ENTITY\",\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"legalDocuments\": [],\n            \"pepStatus\": [],\n            \"tags\": [],\n            \"updatedAt\": \"2024-11-28T07:25:51.414Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"legalName\": \"CV Agro Jaya Makmur\",\n                    \"businessIndustry\": [\n                        \"Farming\"\n                    ],\n                    \"mainProductsServicesSold\": [\n                        \"Rice\"\n                    ]\n                }\n            },\n            \"contactDetails\": {\n                \"emailIds\": [],\n                \"contactNumbers\": [],\n                \"faxNumbers\": [],\n                \"websites\": [],\n                \"addresses\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"asdasadasd\",\n            \"createdTimestamp\": 1.1,\n            \"userType\": \"ENTITY\",\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"legalDocuments\": [],\n            \"pepStatus\": [],\n            \"tags\": [],\n            \"updatedAt\": \"2024-11-28T07:25:54.217Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"legalName\": \"CV Agro Jaya Makmur\",\n                    \"businessIndustry\": [\n                        \"Farming\"\n                    ],\n                    \"mainProductsServicesSold\": [\n                        \"Rice\"\n                    ]\n                }\n            },\n            \"contactDetails\": {\n                \"emailIds\": [],\n                \"contactNumbers\": [],\n                \"faxNumbers\": [],\n                \"websites\": [],\n                \"addresses\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"asdasaasdadadasd\",\n            \"createdTimestamp\": 1.1,\n            \"userType\": \"ENTITY\",\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"legalDocuments\": [],\n            \"pepStatus\": [],\n            \"tags\": [],\n            \"updatedAt\": \"2024-11-28T07:25:58.691Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"legalName\": \"CV Agro Jaya Makmur\",\n                    \"businessIndustry\": [\n                        \"Farming\"\n                    ],\n                    \"mainProductsServicesSold\": [\n                        \"Rice\"\n                    ]\n                }\n            },\n            \"contactDetails\": {\n                \"emailIds\": [],\n                \"contactNumbers\": [],\n                \"faxNumbers\": [],\n                \"websites\": [],\n                \"addresses\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"asdasaasdadadasdasdasd\",\n            \"createdTimestamp\": 1.1,\n            \"userType\": \"ENTITY\",\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"legalDocuments\": [],\n            \"pepStatus\": [],\n            \"tags\": [],\n            \"updatedAt\": \"2024-11-28T07:26:08.556Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"legalName\": \"CV Agro Jaya Makmur\",\n                    \"businessIndustry\": [\n                        \"Farming\"\n                    ],\n                    \"mainProductsServicesSold\": [\n                        \"Rice\"\n                    ]\n                }\n            },\n            \"contactDetails\": {\n                \"emailIds\": [],\n                \"contactNumbers\": [],\n                \"faxNumbers\": [],\n                \"websites\": [],\n                \"addresses\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"asdasaasdadadasdasdasdasdasd\",\n            \"createdTimestamp\": 1.1,\n            \"userType\": \"ENTITY\",\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"legalDocuments\": [],\n            \"pepStatus\": [],\n            \"tags\": [],\n            \"updatedAt\": \"2024-11-28T07:26:15.607Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        }\n    ],\n    \"totalDocs\": 7,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"58b52cc1-b42c-44e2-a85c-27d9308df8b7"}],"id":"bdf57836-fdac-4a2b-8aa9-9cee71b83abd","_postman_id":"bdf57836-fdac-4a2b-8aa9-9cee71b83abd","description":""},{"name":"Individual User Events","item":[{"name":"Create an Individual User Event","id":"f382e880-dca2-42da-8c93-b50872ea2554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"timestamp\": 1741498924046, // Required\n    \"userId\": \"47b2ed45-971f-4234-b774-40acde4cc44c\", // Required\n    \"eventId\": \"d354c59b09343f018b0d7f5fe888225e787ac3adxx\",\n    \"reason\": \"Update KYC Status\",\n    \"eventDescription\": \"Update KYC Status\",\n    \"updatedAttributes\": {\n        \"kycStatusDetails\": { \n            \"status\": \"SUCCESSFUL\", // Options: SUCCESSFUL / FAILED / NOT_STARTED / IN_PROGRESS / EXPIRED / NEW / CANCELLED / MANUAL_REVIEW / EDD_IN_PROGRESS\n            \"reason\": \"KYC Successful\"\n        },\n        \"userStateDetails\": { \n            \"status\": \"ACTIVE\", // Options: UNACCEPTABLE / TERMINATED / ACTIVE / DORMANT / CREATED / SUSPEND / BLOCKED\n            \"reason\": \"KYC Successful\"\n        },\n        \"userDetails\": {  \n            \"name\": {\n                \"firstName\": \"Danny\",\n                \"middleName\": \"Nancy\",\n                \"lastName\": \"Anderson\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/events/individual/user","description":"<h2 id=\"post-individual-user-events\">POST Individual User Events</h2>\n<p><code>/events/individual/user</code> endpoint allows you to operate on the Individual User Events.</p>\n<p>User events are created after the initial <code>POST /individual/users</code> call (which creates a user) and are used to:</p>\n<ul>\n<li><p>Update the STATE and KYC Status of the user, using the <code>userStateDetails</code> or <code>kycStatusDetails</code> field</p>\n</li>\n<li><p>Update the user details, using the <code>updatedIndividualUserAttributes</code> field.</p>\n</li>\n</ul>\n<blockquote>\n<p>If you have neither of the above two use cases, you do not need to use user events. </p>\n</blockquote>\n<h3 id=\"payload\">Payload</h3>\n<p>Each user event needs three mandatory fields:</p>\n<ul>\n<li><p><code>timestamp</code>- the timestamp of when the event was created or occured in your system</p>\n</li>\n<li><p><code>userId</code> - The ID of the transaction for which this event is generated.</p>\n</li>\n</ul>\n<p>In order to make individual events retrievable, you also need to pass in a unique <code>eventId</code> to the request body.</p>\n","urlObject":{"path":["events","individual","user"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e6037851-0adc-4b50-857a-634980c34353","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"timestamp\": 1733652039456,\n    \"userId\": \"47b2ed45-971f-4234-b774-40acde4cc44c\",\n    \"eventId\": \"d354c59b09343f018b0d7f5fe888225e787ac3ad\",\n    \"reason\": \"Update KYC Status\",\n    \"eventDescription\": \"Update KYC Status\",\n    \"updatedAttributes\": {\n        \"kycStatusDetails\": { \n            \"status\": \"SUCCESSFUL\",\n            \"reason\": \"KYC Successful\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/events/individual/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2024 16:10:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,DELETE,PATCH,POST,PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"},{"key":"accept","value":"*/*"},{"key":"authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NmY4OTdmZDE2ZjU5ZGU2OTJhMGZhZGIiLCJlbWFpbCI6ImFkbWluQG11bGFpLmNvbSIsImNyZWF0ZWQiOiIyMDI0LTEwLTE0VDExOjQ2OjU0Ljg5NFoiLCJpYXQiOjE3Mjg5MDY0MTQsImV4cCI6MTcyODk5MjgxNH0.N0-w-3MV9bXNmUCC0qVSTe63nS_XQNHxfJhDhpes7fo"},{"key":"cache-control","value":"no-cache"},{"key":"cdn-loop","value":"cloudflare; loops=1"},{"key":"cf-connecting-ip","value":"54.86.50.139"},{"key":"cf-ipcountry","value":"US"},{"key":"cf-visitor","value":"{\"scheme\":\"https\"}"},{"key":"host","value":"stag-console.mulai.com"},{"key":"postman-token","value":"180cdbe8-de7c-43e9-9115-2ab8a491ce1d"},{"key":"user-agent","value":"PostmanRuntime/7.43.0"},{"key":"x-current-path","value":"/rest-api/sandbox/events/individual/user"},{"key":"x-forwarded-for","value":"54.86.50.139"},{"key":"x-forwarded-host","value":"stag-console.mulai.com"},{"key":"x-forwarded-port","value":"3000"},{"key":"x-forwarded-proto","value":"https"},{"key":"Vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=yDbulWckW01Kcdknv%2Bp7wQURxks08MiLZ6HGKhTHUQ%2BjL0Y%2BA0HmF9CoKUtmQpQD%2B3kkYQ9sWjl6KZJAn9IaQyC%2F0g0awHvCf1E0AKWTL4cpm6q5iwdGmE5eu9f%2FIgy4AiGRJxMLh%2F%2Fn\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8eb458e09cdd07ed-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1994&min_rtt=1826&rtt_var=805&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1570&delivery_rate=792990&cwnd=237&unsent_bytes=0&cid=b5d5e4c485f70721&ts=659&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"legalEntity\": {\n        \"companyGeneralDetails\": {\n            \"businessIndustry\": [],\n            \"mainProductsServicesSold\": []\n        }\n    },\n    \"userDetails\": {\n        \"name\": {\n            \"firstName\": \"Danny\",\n            \"middleName\": \"Nancy\",\n            \"lastName\": \"Anderson\"\n        },\n        \"dateOfBirth\": \"1994-01-21\",\n        \"countryOfResidence\": \"EE\",\n        \"countryOfNationality\": \"FR\"\n    },\n    \"contactDetails\": {\n        \"emailIds\": [\n            \"gregory82@example.com\"\n        ],\n        \"contactNumbers\": [\n            \"690.518.4303\"\n        ],\n        \"websites\": [\n            \"http://www.page.com/\"\n        ],\n        \"addresses\": [\n            {\n                \"addressLines\": [\n                    \"363 Johnson Crescent\"\n                ],\n                \"postcode\": \"19499\",\n                \"city\": \"New Shane\",\n                \"state\": \"Maryland\",\n                \"country\": \"Colombia\",\n                \"tags\": [\n                    {\n                        \"key\": \"forward\",\n                        \"value\": \"small\",\n                        \"_id\": \"675559e9b1d3a7ca74dc4aac\",\n                        \"id\": \"675559e9b1d3a7ca74dc4aac\"\n                    }\n                ],\n                \"_id\": \"675559e9b1d3a7ca74dc4aab\",\n                \"id\": \"675559e9b1d3a7ca74dc4aab\"\n            }\n        ],\n        \"faxNumbers\": []\n    },\n    \"employmentDetails\": {\n        \"businessIndustry\": []\n    },\n    \"userStateDetails\": {\n        \"state\": \"CREATED\",\n        \"reason\": \"\"\n    },\n    \"kycStatusDetails\": {\n        \"status\": \"SUCCESSFUL\",\n        \"reason\": \"\"\n    },\n    \"userId\": \"47b2ed45-971f-4234-b774-40acde4cc44c\",\n    \"createdTimestamp\": 1733646618204,\n    \"updatedTimestamp\": 1733646825456,\n    \"userType\": \"INDIVIDUAL\",\n    \"legalDocuments\": [\n        {\n            \"documentType\": \"passport\",\n            \"documentNumber\": \"vcj-758173\",\n            \"documentIssuedDate\": 1702089666204,\n            \"documentExpirationDate\": 1765203570204,\n            \"documentIssuedCountry\": \"IT\",\n            \"tags\": []\n        }\n    ],\n    \"reasonForAccountOpening\": [\n        \"INVESTMENT\"\n    ],\n    \"sourceOfFunds\": [\n        \"SAVINGS\"\n    ],\n    \"tags\": [\n        {\n            \"key\": \"addedBy\",\n            \"value\": \"API Docs Tester\"\n        }\n    ],\n    \"pepStatus\": [],\n    \"updatedAt\": \"2024-12-08T10:00:54.508Z\",\n    \"executedRules\": [],\n    \"hitRules\": [],\n    \"riskScoreDetails\": {\n        \"irsRiskScore\": 0,\n        \"irsRiskLevel\": \"MEDIUM\",\n        \"orsRiskScore\": 0,\n        \"orsRiskLevel\": \"MEDIUM\"\n    },\n    \"eventId\": \"d354c59b09343f018b0d7f5fe888225e787ac3ad\"\n}"}],"_postman_id":"f382e880-dca2-42da-8c93-b50872ea2554"},{"name":"Retrieve an Individual User Event","id":"5cec37a6-7776-4a72-b0f1-39c5ead22ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/events/individual/user/:eventId","description":"<h3 id=\"get-a-individual-user-event\">GET a Individual User Event</h3>\n<p>You can retrieve any Individual user event you created using the POST Individual User Events call.</p>\n","urlObject":{"path":["events","individual","user",":eventId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Unique Consumer User Event Identifier</p>\n","type":"text/plain"},"type":"any","value":"675506854e539b56a651b4d1","key":"eventId"}]}},"response":[{"id":"e6f34593-2325-4048-99cc-9ac0e19527d4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/events/individual/user/:eventId","host":["{{baseUrl}}"],"path":["events","individual","user",":eventId"],"variable":[{"key":"eventId","value":"eventId","description":"Unique Individual User Event Identifier"}]},"description":"### GET a Consumer User Event\n\nYou can retrieve any consumer user event you created using the [POST Consumer User Events](/api-reference/api-reference/consumer-user-events/create) call."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"updatedAttributes\": {\n        \"legalEntity\": {\n            \"companyGeneralDetails\": {\n                \"businessIndustry\": [],\n                \"mainProductsServicesSold\": []\n            }\n        },\n        \"contactDetails\": {\n            \"emailIds\": [],\n            \"contactNumbers\": [],\n            \"faxNumbers\": [],\n            \"websites\": [],\n            \"addresses\": []\n        },\n        \"employmentDetails\": {\n            \"businessIndustry\": []\n        },\n        \"kycStatusDetails\": {\n            \"status\": \"SUCCESSFUL\",\n            \"reason\": \"\"\n        },\n        \"legalDocuments\": [],\n        \"reasonForAccountOpening\": [],\n        \"sourceOfFunds\": [],\n        \"pepStatus\": [],\n        \"tags\": [],\n        \"userType\": \"INDIVIDUAL\"\n    },\n    \"timestamp\": 1733652039456,\n    \"eventId\": \"d354c59b09343f018b0d7f5fe888225e787ac3ad\",\n    \"userId\": \"47b2ed45-971f-4234-b774-40acde4cc44c\",\n    \"reason\": \"Update KYC Status\",\n    \"eventDescription\": \"Update KYC Status\",\n    \"updatedAt\": \"2024-12-08T10:00:54.495Z\",\n    \"tags\": [],\n    \"pepStatus\": [],\n    \"legalDocuments\": [],\n    \"executedRules\": [],\n    \"hitRules\": [],\n    \"riskScoreDetails\": {\n        \"irsRiskScore\": 0,\n        \"irsRiskLevel\": \"MEDIUM\",\n        \"orsRiskScore\": 0,\n        \"orsRiskLevel\": \"MEDIUM\"\n    }\n}"}],"_postman_id":"5cec37a6-7776-4a72-b0f1-39c5ead22ef4"},{"name":"Lists Individual User Event","id":"85844a3b-8a95-4f86-bb12-1442f6ef9797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/events/individual/user?timestampStart=1641654664001&timestampEnd=1641654664002&page=1&limit=10","description":"<h3 id=\"get-a-individual-user-event\">GET a Individual User Event</h3>\n<p>You can retrieve any individual user event you created using the POST Individual User Events call.</p>\n","urlObject":{"path":["events","individual","user"],"host":["{{baseUrl}}"],"query":[{"key":"timestampStart","value":"1641654664001"},{"key":"timestampEnd","value":"1641654664002"},{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"edc41494-547f-41ba-9523-4f664db8b6a7","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/events/individual/user/:eventId","host":["{{baseUrl}}"],"path":["events","individual","user",":eventId"],"variable":[{"key":"eventId","value":"eventId","description":"Unique Individual User Event Identifier"}]},"description":"### GET a Consumer User Event\n\nYou can retrieve any consumer user event you created using the [POST Consumer User Events](/api-reference/api-reference/consumer-user-events/create) call."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"docs\": [\n        {\n            \"updatedAttributes\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [],\n                    \"contactNumbers\": [],\n                    \"faxNumbers\": [],\n                    \"websites\": [],\n                    \"addresses\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"SUCCESSFUL\",\n                    \"reason\": \"\"\n                },\n                \"legalDocuments\": [],\n                \"reasonForAccountOpening\": [],\n                \"sourceOfFunds\": [],\n                \"pepStatus\": [],\n                \"tags\": [],\n                \"userType\": \"INDIVIDUAL\"\n            },\n            \"timestamp\": 1733652039456,\n            \"eventId\": \"d354c59b09343f018b0d7f5fe888225e787ac3ad\",\n            \"userId\": \"47b2ed45-971f-4234-b774-40acde4cc44c\",\n            \"reason\": \"Update KYC Status\",\n            \"eventDescription\": \"Update KYC Status\",\n            \"updatedAt\": \"2024-12-08T10:00:54.495Z\",\n            \"tags\": [],\n            \"pepStatus\": [],\n            \"legalDocuments\": [],\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"updatedAttributes\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [],\n                    \"contactNumbers\": [],\n                    \"faxNumbers\": [],\n                    \"websites\": [],\n                    \"addresses\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"SUCCESSFUL\",\n                    \"reason\": \"\"\n                },\n                \"legalDocuments\": [],\n                \"reasonForAccountOpening\": [],\n                \"sourceOfFunds\": [],\n                \"pepStatus\": [],\n                \"tags\": [],\n                \"userType\": \"INDIVIDUAL\"\n            },\n            \"timestamp\": 1733102870737,\n            \"eventId\": \"3a06fc79357c84a03f79989c25cb2b86\",\n            \"userId\": \"7f2898cfe516206f8c22b5233118db59\",\n            \"reason\": \"Update Activated Time\",\n            \"eventDescription\": \"\",\n            \"updatedAt\": \"2024-12-02T01:28:06.612Z\",\n            \"tags\": [],\n            \"pepStatus\": [],\n            \"legalDocuments\": [],\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"updatedAttributes\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [],\n                    \"contactNumbers\": [],\n                    \"faxNumbers\": [],\n                    \"websites\": [],\n                    \"addresses\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"kycStatusDetails\": {\n                    \"status\": \"SUCCESSFUL\",\n                    \"reason\": \"\"\n                },\n                \"legalDocuments\": [],\n                \"reasonForAccountOpening\": [],\n                \"sourceOfFunds\": [],\n                \"pepStatus\": [],\n                \"tags\": [],\n                \"userType\": \"INDIVIDUAL\"\n            },\n            \"timestamp\": 1733101012648,\n            \"eventId\": \"db3d35d3b1433449d7487d2350be38f8\",\n            \"userId\": \"1fc4526d8c70657068f6a57fc3e69705\",\n            \"reason\": \"Update Activated Time\",\n            \"eventDescription\": \"\",\n            \"updatedAt\": \"2024-12-02T00:57:29.815Z\",\n            \"tags\": [],\n            \"pepStatus\": [],\n            \"legalDocuments\": [],\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"updatedAttributes\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [],\n                    \"contactNumbers\": [],\n                    \"faxNumbers\": [],\n                    \"websites\": [],\n                    \"addresses\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"activatedTimestamp\": 1733048931866,\n                \"legalDocuments\": [],\n                \"reasonForAccountOpening\": [],\n                \"sourceOfFunds\": [],\n                \"pepStatus\": [],\n                \"tags\": [],\n                \"userType\": \"INDIVIDUAL\"\n            },\n            \"timestamp\": 1733048931866,\n            \"eventId\": \"3dc7f6a6b07a00fbbbacbf02208f5287\",\n            \"userId\": \"08444d038838276173e362266ef80ee6\",\n            \"reason\": \"Update Activated Time\",\n            \"eventDescription\": \"\",\n            \"updatedAt\": \"2024-12-01T10:30:16.839Z\",\n            \"tags\": [],\n            \"pepStatus\": [],\n            \"legalDocuments\": [],\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        }\n    ],\n    \"totalDocs\": 4,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"85844a3b-8a95-4f86-bb12-1442f6ef9797"}],"id":"cd7c4338-acf3-40a8-9cad-fe8ee9a8bc81","_postman_id":"cd7c4338-acf3-40a8-9cad-fe8ee9a8bc81","description":""},{"name":"Entity User Events","item":[{"name":"Create an Entity User Event","id":"a4a2eaac-4558-485d-aaed-9dd11af6a3ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"timestamp\": 1733652495364, // Required\n    \"userId\": \"ef43e47a-7f3e-485f-b6ab-402949bf5ea5\", // Required\n    \"eventId\": \"ea78ebf380811839d27750bf85c9cb6e\",\n    \"reason\": \"Update Source of Fund\",\n    \"eventDescription\": \"Update Source of Fund\",\n    \"updatedAttributes\": {\n        \"sourceOfFunds\": [\n            \"Investment\" // Options: PERSONAL SAVINGS / SALARY / INHERITANCE / SELLING ASSETS / BUSINESS LOAN / CAPITAL RAISING / GRANTS / INVESTMENTS / RETAINED EARNINGS / VENTURE CAPITAL / ANGEL INVESTORS / BUSINESS OWNERSHIP / BUSINESS PROFITS / CROWDFUNDING / FAMILY AND FRIENDS / GOVERNMENT / OWNER CONTRIBUTIONS / STOCK MARKET\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/events/entity/user","description":"<h2 id=\"post-entity-user-events\">POST Entity User Events</h2>\n<p><code>/events/entity/user</code> endpoint allows you to operate on the Entity User Events.</p>\n<p>User events are created after the initial <code>POST /entity/users</code> call (which creates a user) and are used to:</p>\n<ul>\n<li><p>Update the STATE and KYC Status of the user, using the <code>userStateDetails</code> or <code>kycStatusDetails</code> field</p>\n</li>\n<li><p>Update the user details, using the <code>updatedEntityUserAttributes</code> field.</p>\n</li>\n</ul>\n<blockquote>\n<p>If you have neither of the above two use cases, you do not need to use user events. </p>\n</blockquote>\n<h3 id=\"payload\">Payload</h3>\n<p>Each user event needs three mandatory fields:</p>\n<ul>\n<li><p><code>timestamp</code>- the timestamp of when the event was created or occured in your system</p>\n</li>\n<li><p><code>userId</code> - The ID of the transaction for which this event is generated.</p>\n</li>\n</ul>\n<p>In order to make individual events retrievable, you also need to pass in a unique <code>eventId</code> to the request body.</p>\n","urlObject":{"path":["events","entity","user"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"79a367e6-4308-42d2-bcfa-375f7868d5e8","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"timestamp\": 1733652495364,\n    \"userId\": \"ef43e47a-7f3e-485f-b6ab-402949bf5ea5\",\n    \"eventId\": \"ea78ebf380811839d27750bf85c9cb6e\",\n    \"reason\": \"Update Source of Fund\",\n    \"eventDescription\": \"Update Source of Fund\",\n    \"updatedAttributes\": {\n        \"sourceOfFunds\": [\n            \"Investment\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/events/entity/user","description":"## POST Business User Events\n\n`/events/business/user` endpoint allows you to operate on the Business User Events entity.\n\nUser events are created after the initial `POST /business/users` call (which creates a user) and are used to:\n\n- Update the STATE and KYC Status of the user, using the `userStateDetails` or `kycStatusDetails` field\n- Update the user details, using the `updatedBusinessUserAttributes` field.\n\n> If you have neither of the above two use cases, you do not need to use user events.\n\n### Payload\n\nEach user event needs three mandatory fields:\n\n- `timestamp`- the timestamp of when the event was created or occured in your system\n- `userId` - The ID of the transaction for which this event is generated.\n\nIn order to make individual events retrievable, you also need to pass in a unique `eventId` to the request body."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"legalEntity\": {\n        \"companyGeneralDetails\": {\n            \"legalName\": \"Ramos Ltd\",\n            \"businessIndustry\": [\n                \"unleash B2B initiatives\"\n            ],\n            \"mainProductsServicesSold\": [\n                \"Organized well-modulated leverage\"\n            ]\n        }\n    },\n    \"contactDetails\": {\n        \"emailIds\": [\n            \"rjenkins@example.org\"\n        ],\n        \"contactNumbers\": [\n            \"(757)263-9862\"\n        ],\n        \"faxNumbers\": [\n            \"001-548-952-7534x50471\"\n        ],\n        \"websites\": [\n            \"http://vargas.com/\"\n        ],\n        \"addresses\": [\n            {\n                \"addressLines\": [\n                    \"4012 Melissa Keys Suite 792\"\n                ],\n                \"postcode\": \"66355\",\n                \"city\": \"New Keithberg\",\n                \"state\": \"Rhode Island\",\n                \"country\": \"Togo\",\n                \"tags\": [\n                    {\n                        \"key\": \"store\",\n                        \"value\": \"production\",\n                        \"_id\": \"67556beb02b98aaa578f9b65\",\n                        \"id\": \"67556beb02b98aaa578f9b65\"\n                    }\n                ],\n                \"_id\": \"67556beb02b98aaa578f9b64\",\n                \"id\": \"67556beb02b98aaa578f9b64\"\n            }\n        ]\n    },\n    \"employmentDetails\": {\n        \"businessIndustry\": []\n    },\n    \"userStateDetails\": {\n        \"state\": \"CREATED\",\n        \"reason\": \"\"\n    },\n    \"kycStatusDetails\": {\n        \"status\": \"NOT_STARTED\",\n        \"reason\": \"\"\n    },\n    \"userId\": \"ef43e47a-7f3e-485f-b6ab-402949bf5ea5\",\n    \"createdTimestamp\": 1733651312288,\n    \"updatedTimestamp\": 1733651435744,\n    \"userType\": \"ENTITY\",\n    \"reasonForAccountOpening\": [\n        \"INVESTMENT\"\n    ],\n    \"sourceOfFunds\": [\n        \"Investment\"\n    ],\n    \"tags\": [\n        {\n            \"key\": \"Source\",\n            \"value\": \"API Docs Tester\"\n        }\n    ],\n    \"legalDocuments\": [],\n    \"pepStatus\": [],\n    \"updatedAt\": \"2024-12-08T10:08:35.154Z\",\n    \"executedRules\": [],\n    \"hitRules\": [],\n    \"riskScoreDetails\": {\n        \"irsRiskScore\": 0,\n        \"irsRiskLevel\": \"MEDIUM\",\n        \"orsRiskScore\": 0,\n        \"orsRiskLevel\": \"MEDIUM\"\n    },\n    \"eventId\": \"ea78ebf380811839d27750bf85c9cb6e\"\n}"}],"_postman_id":"a4a2eaac-4558-485d-aaed-9dd11af6a3ca"},{"name":"Retrieve an Entity User Event","id":"f983a3a2-fe2a-447e-924d-b23899ef4c16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/events/entity/user/:eventId","description":"<h3 id=\"get-a-entitiy-user-event\">GET a Entitiy User Event</h3>\n<p>You can retrieve any entity user event you created using the POST Entitiy User Events call.</p>\n","urlObject":{"path":["events","entity","user",":eventId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Unique Business User Event Identifier</p>\n","type":"text/plain"},"type":"any","value":"eventId","key":"eventId"}]}},"response":[{"id":"6113b74c-bdc6-454a-954a-a7ac283aaa9d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/events/entity/user/:eventId","host":["{{baseUrl}}"],"path":["events","entity","user",":eventId"],"variable":[{"key":"eventId","value":"eventId","description":"Unique Business User Event Identifier"}]},"description":"### GET a Business User Event\n\nYou can retrieve any business user event you created using the [POST Business User Events](/api-reference/api-reference/business-user-events/create) call."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"updatedAttributes\": {\n        \"legalEntity\": {\n            \"companyGeneralDetails\": {\n                \"businessIndustry\": [],\n                \"mainProductsServicesSold\": []\n            }\n        },\n        \"contactDetails\": {\n            \"emailIds\": [],\n            \"contactNumbers\": [],\n            \"faxNumbers\": [],\n            \"websites\": [],\n            \"addresses\": []\n        },\n        \"employmentDetails\": {\n            \"businessIndustry\": []\n        },\n        \"sourceOfFunds\": [\n            \"Investment\"\n        ],\n        \"legalDocuments\": [],\n        \"reasonForAccountOpening\": [],\n        \"pepStatus\": [],\n        \"tags\": [],\n        \"userType\": \"ENTITY\"\n    },\n    \"timestamp\": 1733652495364,\n    \"eventId\": \"ea78ebf380811839d27750bf85c9cb6e\",\n    \"userId\": \"ef43e47a-7f3e-485f-b6ab-402949bf5ea5\",\n    \"reason\": \"Update Source of Fund\",\n    \"eventDescription\": \"Update Source of Fund\",\n    \"updatedAt\": \"2024-12-08T10:08:35.147Z\",\n    \"tags\": [],\n    \"pepStatus\": [],\n    \"legalDocuments\": [],\n    \"executedRules\": [],\n    \"hitRules\": [],\n    \"riskScoreDetails\": {\n        \"irsRiskScore\": 0,\n        \"irsRiskLevel\": \"MEDIUM\",\n        \"orsRiskScore\": 0,\n        \"orsRiskLevel\": \"MEDIUM\"\n    }\n}"}],"_postman_id":"f983a3a2-fe2a-447e-924d-b23899ef4c16"},{"name":"Lists Entity User Event","id":"e9e65321-2a1e-446f-a5c7-398eae2829ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/events/entity/user?timestampStart=1641654664001&timestampEnd=1641654664002&page=1&limit=10","description":"<h3 id=\"get-a-entity-user-event\">GET a Entity User Event</h3>\n<p>You can retrieve any entity user event you created using the POST Entity User Events call.</p>\n","urlObject":{"path":["events","entity","user"],"host":["{{baseUrl}}"],"query":[{"key":"timestampStart","value":"1641654664001"},{"key":"timestampEnd","value":"1641654664002"},{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"e2a534a5-f677-4bef-bcf0-42f15dc246cf","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/events/entity/user/:eventId","host":["{{baseUrl}}"],"path":["events","entity","user",":eventId"],"variable":[{"key":"eventId","value":"eventId","description":"Unique Entity User Event Identifier "}]},"description":"### GET a Business User Event\n\nYou can retrieve any business user event you created using the [POST Business User Events](/api-reference/api-reference/business-user-events/create) call."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"docs\": [\n        {\n            \"updatedAttributes\": {\n                \"legalEntity\": {\n                    \"companyGeneralDetails\": {\n                        \"businessIndustry\": [],\n                        \"mainProductsServicesSold\": []\n                    }\n                },\n                \"contactDetails\": {\n                    \"emailIds\": [],\n                    \"contactNumbers\": [],\n                    \"faxNumbers\": [],\n                    \"websites\": [],\n                    \"addresses\": []\n                },\n                \"employmentDetails\": {\n                    \"businessIndustry\": []\n                },\n                \"sourceOfFunds\": [\n                    \"Investment\"\n                ],\n                \"legalDocuments\": [],\n                \"reasonForAccountOpening\": [],\n                \"pepStatus\": [],\n                \"tags\": [],\n                \"userType\": \"ENTITY\"\n            },\n            \"timestamp\": 1733652495364,\n            \"eventId\": \"ea78ebf380811839d27750bf85c9cb6e\",\n            \"userId\": \"ef43e47a-7f3e-485f-b6ab-402949bf5ea5\",\n            \"reason\": \"Update Source of Fund\",\n            \"eventDescription\": \"Update Source of Fund\",\n            \"updatedAt\": \"2024-12-08T10:08:35.147Z\",\n            \"tags\": [],\n            \"pepStatus\": [],\n            \"legalDocuments\": [],\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        }\n    ],\n    \"totalDocs\": 1,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"e9e65321-2a1e-446f-a5c7-398eae2829ed"}],"id":"53db5fbc-32dc-4b9d-86b8-848b8d96fd37","_postman_id":"53db5fbc-32dc-4b9d-86b8-848b8d96fd37","description":""},{"name":"User Payment Limit","item":[{"name":"User Payment Limit - Create","id":"f496fa6e-0654-475e-b71a-d8b258f216a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": \"96647cfd9e8fe66ee0f3362es011e34e8x\",\n    \"paymentMethod\": \"Check\",\n    \"maxTransactionCount\": 1000,\n    \"maxTransactionAmount\": 9999,\n    \"averageTransactionAmount\": 88,\n    \"timeGranularity\": \"Month\",\n    \"createdTimestamp\": 1744292894000\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/user-payment-limits","urlObject":{"path":["user-payment-limits"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f496fa6e-0654-475e-b71a-d8b258f216a9"},{"name":"User Payment Limit - Create Copy","id":"41846837-6bc4-4c3f-ac15-becec7277c71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": \"96647cfd9e8fe66ee0f3362es011e34e8xz\",\n    \"paymentMethod\": \"WALLET\",\n    \"maxTransactionCount\": 11000,\n    \"maxTransactionAmount\": 19999,\n    \"averageTransactionAmount\": 188,\n    \"timeGranularity\": \"Year\",\n    \"createdTimestamp\": 1744292894001\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/user-payment-limits/:id","urlObject":{"path":["user-payment-limits",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"67f7cfb2939945f933d7c111","key":"id"}]}},"response":[],"_postman_id":"41846837-6bc4-4c3f-ac15-becec7277c71"},{"name":"Lists User Payment Limit","id":"e006b63f-c2b8-4fc1-bbf1-930a02d9f06d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/user-payment-limits?page=1&limit=10&userId=96647cfd9e8fe66ee0f3362es011e34e8x","description":"<h3 id=\"get-transaction-events\">GET Transaction Events</h3>\n<p><code>/events/transaction</code> endpoint allows you to operate on the Transaction Events entity..</p>\n<p>You can retrieve any transaction event you created using the POST Transaction Events call.</p>\n","urlObject":{"path":["user-payment-limits"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"timestampStart","value":"1641654664001"},{"disabled":true,"key":"timestampEnd","value":"1641654664002"},{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"userId","value":"96647cfd9e8fe66ee0f3362es011e34e8x"}],"variable":[]}},"response":[{"id":"437cf018-fece-4e8e-80b2-fce36722bda0","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/events/transaction/:eventId","host":["{{baseUrl}}"],"path":["events","transaction",":eventId"],"variable":[{"key":"eventId","value":"eventId","description":"Unique Transaction Identifier"}]},"description":"### GET Transaction Events\n\n`/events/transaction` endpoint allows you to operate on the [Transaction Events entity.](/guides/overview/entities#transaction-event).\n\nYou can retrieve any transaction event you created using the [POST Transaction Events](/api-reference/api-reference/transaction-events/create) call."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"docs\": [\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"SUSPENDED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733645494905,\n            \"transactionId\": \"32e4740e1fe241dd600d66aea3b119ef\",\n            \"eventId\": \"67555520cb7abf5d4a87c387\",\n            \"eventDescription\": \"Transaction Suspended\",\n            \"reason\": \"\",\n            \"executedRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"hitRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"updatedAt\": \"2024-12-08T08:13:20.999Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_HIGH\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"SUSPEND\"\n        },\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"CREATED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733645494904,\n            \"transactionId\": \"32e4740e1fe241dd600d66aea3b119ef\",\n            \"eventId\": \"67555520cb7abf5d4a87c376\",\n            \"eventDescription\": \"Transaction Created\",\n            \"reason\": \"\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"updatedAt\": \"2024-12-08T08:13:20.932Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_LOW\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"ALLOW\"\n        },\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"SUSPENDED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733538698723,\n            \"transactionId\": \"225dbaf5110fec431acbbe58264b5f9e\",\n            \"eventId\": \"6753b3c982bed54bf1dc19d4\",\n            \"eventDescription\": \"Transaction Suspended\",\n            \"reason\": \"\",\n            \"executedRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"hitRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"updatedAt\": \"2024-12-07T02:32:41.878Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_HIGH\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"SUSPEND\"\n        },\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"CREATED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733538698722,\n            \"transactionId\": \"225dbaf5110fec431acbbe58264b5f9e\",\n            \"eventId\": \"6753b3c982bed54bf1dc19c3\",\n            \"eventDescription\": \"Transaction Created\",\n            \"reason\": \"\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"updatedAt\": \"2024-12-07T02:32:41.821Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_LOW\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"ALLOW\"\n        }\n    ],\n    \"totalDocs\": 4,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"e006b63f-c2b8-4fc1-bbf1-930a02d9f06d"},{"name":"Get User Payment Limit","id":"4dd2e203-4656-436c-8924-0ef1c143ebe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/user-payment-limits/:id","description":"<h3 id=\"get-transaction-events\">GET Transaction Events</h3>\n<p><code>/events/transaction</code> endpoint allows you to operate on the Transaction Events entity..</p>\n<p>You can retrieve any transaction event you created using the POST Transaction Events call.</p>\n","urlObject":{"path":["user-payment-limits",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"timestampStart","value":"1641654664001"},{"disabled":true,"key":"timestampEnd","value":"1641654664002"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"10"}],"variable":[{"type":"any","value":"67f7cfb2939945f933d7c111","key":"id"}]}},"response":[{"id":"08627707-a640-46f1-a9d5-19790d5fedce","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/events/transaction/:eventId","host":["{{baseUrl}}"],"path":["events","transaction",":eventId"],"variable":[{"key":"eventId","value":"eventId","description":"Unique Transaction Identifier"}]},"description":"### GET Transaction Events\n\n`/events/transaction` endpoint allows you to operate on the [Transaction Events entity.](/guides/overview/entities#transaction-event).\n\nYou can retrieve any transaction event you created using the [POST Transaction Events](/api-reference/api-reference/transaction-events/create) call."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"docs\": [\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"SUSPENDED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733645494905,\n            \"transactionId\": \"32e4740e1fe241dd600d66aea3b119ef\",\n            \"eventId\": \"67555520cb7abf5d4a87c387\",\n            \"eventDescription\": \"Transaction Suspended\",\n            \"reason\": \"\",\n            \"executedRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"hitRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"updatedAt\": \"2024-12-08T08:13:20.999Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_HIGH\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"SUSPEND\"\n        },\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"CREATED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733645494904,\n            \"transactionId\": \"32e4740e1fe241dd600d66aea3b119ef\",\n            \"eventId\": \"67555520cb7abf5d4a87c376\",\n            \"eventDescription\": \"Transaction Created\",\n            \"reason\": \"\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"updatedAt\": \"2024-12-08T08:13:20.932Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_LOW\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"ALLOW\"\n        },\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"SUSPENDED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733538698723,\n            \"transactionId\": \"225dbaf5110fec431acbbe58264b5f9e\",\n            \"eventId\": \"6753b3c982bed54bf1dc19d4\",\n            \"eventDescription\": \"Transaction Suspended\",\n            \"reason\": \"\",\n            \"executedRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"hitRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"updatedAt\": \"2024-12-07T02:32:41.878Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_HIGH\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"SUSPEND\"\n        },\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"CREATED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733538698722,\n            \"transactionId\": \"225dbaf5110fec431acbbe58264b5f9e\",\n            \"eventId\": \"6753b3c982bed54bf1dc19c3\",\n            \"eventDescription\": \"Transaction Created\",\n            \"reason\": \"\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"updatedAt\": \"2024-12-07T02:32:41.821Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_LOW\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"ALLOW\"\n        }\n    ],\n    \"totalDocs\": 4,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"4dd2e203-4656-436c-8924-0ef1c143ebe5"},{"name":"Delete User Payment Limit","id":"e9b1dfed-3278-44da-a266-50d176a87961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/user-payment-limits/:id","description":"<h3 id=\"get-transaction-events\">GET Transaction Events</h3>\n<p><code>/events/transaction</code> endpoint allows you to operate on the Transaction Events entity..</p>\n<p>You can retrieve any transaction event you created using the POST Transaction Events call.</p>\n","urlObject":{"path":["user-payment-limits",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"67f7cfb2939945f933d7c111","key":"id"}]}},"response":[{"id":"0bdba140-bcd7-434c-9b12-a1495b3d6b40","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authToken}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/events/transaction/:eventId","host":["{{baseUrl}}"],"path":["events","transaction",":eventId"],"variable":[{"key":"eventId","value":"eventId","description":"Unique Transaction Identifier"}]},"description":"### GET Transaction Events\n\n`/events/transaction` endpoint allows you to operate on the [Transaction Events entity.](/guides/overview/entities#transaction-event).\n\nYou can retrieve any transaction event you created using the [POST Transaction Events](/api-reference/api-reference/transaction-events/create) call."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"docs\": [\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"SUSPENDED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733645494905,\n            \"transactionId\": \"32e4740e1fe241dd600d66aea3b119ef\",\n            \"eventId\": \"67555520cb7abf5d4a87c387\",\n            \"eventDescription\": \"Transaction Suspended\",\n            \"reason\": \"\",\n            \"executedRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"hitRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"updatedAt\": \"2024-12-08T08:13:20.999Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_HIGH\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"SUSPEND\"\n        },\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"CREATED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733645494904,\n            \"transactionId\": \"32e4740e1fe241dd600d66aea3b119ef\",\n            \"eventId\": \"67555520cb7abf5d4a87c376\",\n            \"eventDescription\": \"Transaction Created\",\n            \"reason\": \"\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"updatedAt\": \"2024-12-08T08:13:20.932Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_LOW\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"ALLOW\"\n        },\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"SUSPENDED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733538698723,\n            \"transactionId\": \"225dbaf5110fec431acbbe58264b5f9e\",\n            \"eventId\": \"6753b3c982bed54bf1dc19d4\",\n            \"eventDescription\": \"Transaction Suspended\",\n            \"reason\": \"\",\n            \"executedRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"hitRules\": [\n                {\n                    \"ruleId\": \"T-1\",\n                    \"ruleNameAlias\": \"First Transaction ($1000)\",\n                    \"action\": \"ALLOW\",\n                    \"status\": \"ACTIVE\",\n                    \"casePriority\": \"P4\",\n                    \"executedRules\": [\n                        {\n                            \"riskLevel\": \"VERY_HIGH\",\n                            \"detail\": {\n                                \"riskLevel\": {\n                                    \"originUser\": \"VERY_HIGH\",\n                                    \"destinationUser\": \"VERY_HIGH\"\n                                },\n                                \"data\": {\n                                    \"transaction\": {\n                                        \"origin\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        },\n                                        \"destination\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 3500\n                                        }\n                                    },\n                                    \"rule\": {\n                                        \"listAmount\": {\n                                            \"currency\": \"USD\",\n                                            \"amount\": 1000\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"id\": \"6753b2c708538045c3ac61ac\"\n                }\n            ],\n            \"updatedAt\": \"2024-12-07T02:32:41.878Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_HIGH\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"SUSPEND\"\n        },\n        {\n            \"updatedTransactionAttributes\": {\n                \"transactionState\": \"CREATED\",\n                \"relatedTransactionIds\": [],\n                \"tags\": []\n            },\n            \"timestamp\": 1733538698722,\n            \"transactionId\": \"225dbaf5110fec431acbbe58264b5f9e\",\n            \"eventId\": \"6753b3c982bed54bf1dc19c3\",\n            \"eventDescription\": \"Transaction Created\",\n            \"reason\": \"\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"updatedAt\": \"2024-12-07T02:32:41.821Z\",\n            \"riskScoreDetails\": {\n                \"trsScore\": \"0\",\n                \"trsRiskLevel\": \"VERY_LOW\",\n                \"originUserOrsRiskScore\": \"0\",\n                \"originUserOrsRiskLevel\": \"VERY_LOW\",\n                \"destinationUserOrsRiskScore\": \"0\",\n                \"destinationUserOrsRiskLevel\": \"VERY_LOW\"\n            },\n            \"status\": \"ALLOW\"\n        }\n    ],\n    \"totalDocs\": 4,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"e9b1dfed-3278-44da-a266-50d176a87961"}],"id":"0b85fb29-18dc-45a2-b84d-46830481150b","_postman_id":"0b85fb29-18dc-45a2-b84d-46830481150b","description":""},{"name":"Lists All User","id":"a966de6b-3d39-4d08-91cb-3610d95c1644","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/users?page=2&limit=10","urlObject":{"path":["users"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"2"},{"key":"limit","value":"10"},{"disabled":true,"key":"timestampStart","value":"1641654664001"},{"disabled":true,"key":"timestampEnd","value":"1641654664002"},{"disabled":true,"key":"userId","value":"userId23456"},{"disabled":true,"key":"name","value":"budi"},{"disabled":true,"key":"userType","value":"BUSINESS"},{"disabled":true,"key":"tags","value":"customKe"}],"variable":[]}},"response":[{"id":"84e1b130-0f09-4e80-a447-56419b7fa650","name":"success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/users?page=2&limit=10","host":["{{baseUrl}}"],"path":["users"],"query":[{"key":"page","value":"2"},{"key":"limit","value":"10"},{"key":"timestampStart","value":"1641654664001","disabled":true},{"key":"timestampEnd","value":"1641654664002","disabled":true},{"key":"userId","value":"userId23456","type":"text","disabled":true},{"key":"name","value":"budi","type":"text","disabled":true},{"key":"userType","value":"BUSINESS","type":"text","disabled":true},{"key":"tags","value":"customKe","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2024 15:54:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,DELETE,PATCH,POST,PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"},{"key":"accept","value":"*/*"},{"key":"authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NmY4OTdmZDE2ZjU5ZGU2OTJhMGZhZGIiLCJlbWFpbCI6ImFkbWluQG11bGFpLmNvbSIsImNyZWF0ZWQiOiIyMDI0LTEwLTE0VDExOjQ2OjU0Ljg5NFoiLCJpYXQiOjE3Mjg5MDY0MTQsImV4cCI6MTcyODk5MjgxNH0.N0-w-3MV9bXNmUCC0qVSTe63nS_XQNHxfJhDhpes7fo"},{"key":"cache-control","value":"no-cache"},{"key":"cdn-loop","value":"cloudflare; loops=1"},{"key":"cf-connecting-ip","value":"54.86.50.139"},{"key":"cf-ipcountry","value":"US"},{"key":"cf-visitor","value":"{\"scheme\":\"https\"}"},{"key":"host","value":"stag-console.mulai.com"},{"key":"postman-token","value":"384b7a33-0357-4e09-abf3-f02b2824eb0f"},{"key":"user-agent","value":"PostmanRuntime/7.43.0"},{"key":"x-current-path","value":"/rest-api/sandbox/users"},{"key":"x-forwarded-for","value":"54.86.50.139"},{"key":"x-forwarded-host","value":"stag-console.mulai.com"},{"key":"x-forwarded-port","value":"3000"},{"key":"x-forwarded-proto","value":"https"},{"key":"Vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=qkkc%2FiNhAkBGVVJFEAPajXA7BSFmcWL5DkGofF906pkH%2BowkC7HHSrq0IYMZ2zzW6ZITwhc%2FQTTwdQZ82CxSUZqJTMdNaiRixfe4pIBMQzZ%2B%2Fn89Sy8KiXwqvL%2BMGGlSuf9TQYzb7lOu\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8eb440d9bcf85b46-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1486&min_rtt=1278&rtt_var=628&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1325&delivery_rate=1133020&cwnd=241&unsent_bytes=0&cid=6a037ae02f1b31cf&ts=635&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"docs\": [\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Gibran\",\n                    \"middleName\": \"Rakabuming\",\n                    \"lastName\": \"Raka\"\n                },\n                \"dateOfBirth\": \"2005-01-01\",\n                \"countryOfResidence\": \"ID\",\n                \"countryOfNationality\": \"ID\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"mbaleloh@gmail.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+123123123\"\n                ],\n                \"websites\": [\n                    \"gmail.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"6749411cac8b1d2668128879\",\n                                \"id\": \"6749411cac8b1d2668128879\"\n                            }\n                        ],\n                        \"_id\": \"6749411cac8b1d2668128878\",\n                        \"id\": \"6749411cac8b1d2668128878\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"51448fad86008e5606c3a264422269b3\",\n            \"createdTimestamp\": 1732853968126,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"passport\",\n                    \"documentNumber\": \"Z9431P\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"DE\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"tags\": [\n                {\n                    \"key\": \"environment\",\n                    \"value\": \"sandbox\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-11-29T04:20:44.297Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Mba\",\n                    \"middleName\": \"Le\",\n                    \"lastName\": \"Loh\"\n                },\n                \"dateOfBirth\": \"2005-01-01\",\n                \"countryOfResidence\": \"ID\",\n                \"countryOfNationality\": \"ID\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"mbaleloh@gmail.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+123123123\"\n                ],\n                \"websites\": [\n                    \"gmail.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"674810efe37e5525f66fb256\",\n                                \"id\": \"674810efe37e5525f66fb256\"\n                            }\n                        ],\n                        \"_id\": \"674810efe37e5525f66fb255\",\n                        \"id\": \"674810efe37e5525f66fb255\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"df9edc2ef1c405776f269da3c56a933f\",\n            \"createdTimestamp\": 1732776097966,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"passport\",\n                    \"documentNumber\": \"Z9431P\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"DE\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"tags\": [\n                {\n                    \"key\": \"environment\",\n                    \"value\": \"sandbox\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-11-30T12:09:39.001Z\",\n            \"updatedTimestamp\": 1732968579000,\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Arya\",\n                    \"middleName\": \"D\",\n                    \"lastName\": \"Agy\"\n                },\n                \"dateOfBirth\": \"2005-01-01\",\n                \"countryOfResidence\": \"ID\",\n                \"countryOfNationality\": \"ID\"\n            },\n            \"contactDetails\": {\n                \"faxNumbers\": [],\n                \"emailIds\": [\n                    \"arya2005@gmail.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+37112345432\"\n                ],\n                \"websites\": [\n                    \"gmail.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"6736a396c0f46e3537c2c8a0\",\n                                \"id\": \"6736a396c0f46e3537c2c8a0\"\n                            }\n                        ],\n                        \"_id\": \"6736a396c0f46e3537c2c89f\",\n                        \"id\": \"6736a396c0f46e3537c2c89f\"\n                    }\n                ]\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"userId\": \"c3af418c844cd5c8bc36f123ff6b6f7f\",\n            \"createdTimestamp\": 1731633859456,\n            \"userType\": \"CONSUMER\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"passport\",\n                    \"documentNumber\": \"Z9431P\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"DE\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"tags\": [\n                {\n                    \"key\": \"environment\",\n                    \"value\": \"sandbox\"\n                }\n            ],\n            \"updatedAt\": \"2024-11-15T01:27:50.833Z\",\n            \"pepStatus\": [],\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Budi\",\n                    \"middleName\": \"D\",\n                    \"lastName\": \"Yono\"\n                },\n                \"dateOfBirth\": \"2001-01-01\",\n                \"countryOfResidence\": \"ID\",\n                \"countryOfNationality\": \"ID\"\n            },\n            \"contactDetails\": {\n                \"faxNumbers\": [],\n                \"emailIds\": [\n                    \"budiyono@budiyono.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+37112345432\"\n                ],\n                \"websites\": [\n                    \"budiyono.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"673601e507570b0bf8f9de76\",\n                                \"id\": \"673601e507570b0bf8f9de76\"\n                            }\n                        ],\n                        \"_id\": \"673601e507570b0bf8f9de75\",\n                        \"id\": \"673601e507570b0bf8f9de75\"\n                    }\n                ]\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"userId\": \"2ff81b2e39b893175b6a978545f37b3b\",\n            \"createdTimestamp\": 1731592625283,\n            \"userType\": \"CONSUMER\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"passport\",\n                    \"documentNumber\": \"Z9431P\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"DE\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"tags\": [\n                {\n                    \"key\": \"customKey\",\n                    \"value\": \"customValue\"\n                }\n            ],\n            \"updatedAt\": \"2024-11-14T13:57:57.675Z\",\n            \"pepStatus\": [],\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"legalName\": \"CV Doni Jaya\",\n                    \"businessIndustry\": [\n                        \"IT\"\n                    ],\n                    \"mainProductsServicesSold\": [\n                        \"Rice\"\n                    ]\n                }\n            },\n            \"contactDetails\": {\n                \"faxNumbers\": [],\n                \"emailIds\": [],\n                \"contactNumbers\": [],\n                \"websites\": [],\n                \"addresses\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"userId\": \"ae3c72d6f643f65b8f7d178b71e2b176\",\n            \"createdTimestamp\": 1731589591700,\n            \"userType\": \"BUSINESS\",\n            \"legalDocuments\": [],\n            \"tags\": [],\n            \"updatedAt\": \"2024-11-14T13:06:47.545Z\",\n            \"pepStatus\": [],\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"legalName\": \"CV Agro Jaya Makmur\",\n                    \"businessIndustry\": [\n                        \"Farming\"\n                    ],\n                    \"mainProductsServicesSold\": [\n                        \"Rice\"\n                    ]\n                }\n            },\n            \"contactDetails\": {\n                \"faxNumbers\": [],\n                \"emailIds\": [],\n                \"contactNumbers\": [],\n                \"websites\": [],\n                \"addresses\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"userId\": \"0f8d74dd2b7f35a6a8429d428a721d3b\",\n            \"createdTimestamp\": 1731589430162,\n            \"userType\": \"BUSINESS\",\n            \"legalDocuments\": [],\n            \"tags\": [],\n            \"updatedAt\": \"2024-11-14T13:03:56.751Z\",\n            \"pepStatus\": [],\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Yue\",\n                    \"middleName\": \"Y\",\n                    \"lastName\": \"Guo\"\n                },\n                \"dateOfBirth\": \"2001-01-01\",\n                \"countryOfResidence\": \"CN\",\n                \"countryOfNationality\": \"CN\"\n            },\n            \"contactDetails\": {\n                \"faxNumbers\": [],\n                \"emailIds\": [\n                    \"yueyue.guo@bytedance.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+37112345432\"\n                ],\n                \"websites\": [\n                    \"bytedance.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"6735429b3d14561f9d0ebe98\",\n                                \"id\": \"6735429b3d14561f9d0ebe98\"\n                            }\n                        ],\n                        \"_id\": \"6735429b3d14561f9d0ebe97\",\n                        \"id\": \"6735429b3d14561f9d0ebe97\"\n                    }\n                ]\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"userId\": \"70425a26a93e21229878e971ca45b3fb\",\n            \"createdTimestamp\": 1731543565708,\n            \"userType\": \"CONSUMER\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"passport\",\n                    \"documentNumber\": \"Z9431P\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"DE\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"tags\": [\n                {\n                    \"key\": \"customKey\",\n                    \"value\": \"customValue\"\n                }\n            ],\n            \"updatedAt\": \"2024-11-14T00:21:47.442Z\",\n            \"pepStatus\": [],\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Tommy\",\n                    \"middleName\": \"Enhao\",\n                    \"lastName\": \"Hartono\"\n                },\n                \"dateOfBirth\": \"1991-01-01\",\n                \"countryOfResidence\": \"US\",\n                \"countryOfNationality\": \"DE\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"tommy@mulai.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+37112345432\"\n                ],\n                \"websites\": [\n                    \"mulai.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"67481b0d39d724fbba1e3a17\",\n                                \"id\": \"67481b0d39d724fbba1e3a17\"\n                            }\n                        ],\n                        \"_id\": \"67481b0d39d724fbba1e3a16\",\n                        \"id\": \"67481b0d39d724fbba1e3a16\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"3rwefsfsfsasdasdasdasdaddsf\",\n            \"createdTimestamp\": 1641654664000,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"passport\",\n                    \"documentNumber\": \"Z9431P\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"DE\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"tags\": [\n                {\n                    \"key\": \"customKey\",\n                    \"value\": \"customValue\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-11-28T07:26:05.451Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Tommy\",\n                    \"middleName\": \"Enhao\",\n                    \"lastName\": \"Hartono\"\n                },\n                \"dateOfBirth\": \"1991-01-01\",\n                \"countryOfResidence\": \"US\",\n                \"countryOfNationality\": \"DE\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"tommy@mulai.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+37112345432\"\n                ],\n                \"websites\": [\n                    \"mulai.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"67481b1439d724fbba1e3cdd\",\n                                \"id\": \"67481b1439d724fbba1e3cdd\"\n                            }\n                        ],\n                        \"_id\": \"67481b1439d724fbba1e3cdc\",\n                        \"id\": \"67481b1439d724fbba1e3cdc\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"3rwefsfsfasdasdsasdasdasdasdaddsf\",\n            \"createdTimestamp\": 1641654664000,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"passport\",\n                    \"documentNumber\": \"Z9431P\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"DE\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"tags\": [\n                {\n                    \"key\": \"customKey\",\n                    \"value\": \"customValue\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-11-28T07:26:12.094Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        },\n        {\n            \"legalEntity\": {\n                \"companyGeneralDetails\": {\n                    \"businessIndustry\": [],\n                    \"mainProductsServicesSold\": []\n                }\n            },\n            \"userDetails\": {\n                \"name\": {\n                    \"firstName\": \"Tommy\",\n                    \"middleName\": \"Enhao\",\n                    \"lastName\": \"Hartono\"\n                },\n                \"dateOfBirth\": \"1991-01-01\",\n                \"countryOfResidence\": \"US\",\n                \"countryOfNationality\": \"DE\"\n            },\n            \"contactDetails\": {\n                \"emailIds\": [\n                    \"tommy@mulai.com\"\n                ],\n                \"contactNumbers\": [\n                    \"+37112345432\"\n                ],\n                \"websites\": [\n                    \"mulai.com\"\n                ],\n                \"addresses\": [\n                    {\n                        \"addressLines\": [\n                            \"16 Stirling Road\"\n                        ],\n                        \"postcode\": \"148957\",\n                        \"city\": \"Queenstown\",\n                        \"state\": \"Central Region\",\n                        \"country\": \"Singapore\",\n                        \"tags\": [\n                            {\n                                \"key\": \"customKey\",\n                                \"value\": \"customValue\",\n                                \"_id\": \"67481af339d724fbba1e3446\",\n                                \"id\": \"67481af339d724fbba1e3446\"\n                            }\n                        ],\n                        \"_id\": \"67481af339d724fbba1e3445\",\n                        \"id\": \"67481af339d724fbba1e3445\"\n                    }\n                ],\n                \"faxNumbers\": []\n            },\n            \"employmentDetails\": {\n                \"businessIndustry\": []\n            },\n            \"userId\": \"96647cfdsd9es8sdsdssssfe66ee0f3362es011e34se8\",\n            \"createdTimestamp\": 1641654664000,\n            \"userType\": \"INDIVIDUAL\",\n            \"legalDocuments\": [\n                {\n                    \"documentType\": \"passport\",\n                    \"documentNumber\": \"Z9431P\",\n                    \"documentIssuedDate\": 1639939034000,\n                    \"documentExpirationDate\": 1839939034000,\n                    \"documentIssuedCountry\": \"DE\",\n                    \"tags\": [\n                        {\n                            \"key\": \"customerType\",\n                            \"value\": \"wallet\"\n                        }\n                    ]\n                }\n            ],\n            \"reasonForAccountOpening\": [],\n            \"sourceOfFunds\": [],\n            \"tags\": [\n                {\n                    \"key\": \"customKey\",\n                    \"value\": \"customValue\"\n                }\n            ],\n            \"pepStatus\": [],\n            \"updatedAt\": \"2024-11-28T07:25:39.891Z\",\n            \"executedRules\": [],\n            \"hitRules\": [],\n            \"riskScoreDetails\": {\n                \"irsRiskScore\": 0,\n                \"irsRiskLevel\": \"MEDIUM\",\n                \"orsRiskScore\": 0,\n                \"orsRiskLevel\": \"MEDIUM\"\n            }\n        }\n    ],\n    \"totalDocs\": 32,\n    \"limit\": 10,\n    \"totalPages\": 4,\n    \"page\": 2,\n    \"pagingCounter\": 11,\n    \"hasPrevPage\": true,\n    \"hasNextPage\": true,\n    \"prevPage\": 1,\n    \"nextPage\": 3\n}"}],"_postman_id":"a966de6b-3d39-4d08-91cb-3610d95c1644"}],"id":"c1ee5b0d-ab34-48fc-a172-6888eb54303d","_postman_id":"c1ee5b0d-ab34-48fc-a172-6888eb54303d","description":""},{"name":"Management","item":[{"name":"Rule","item":[{"name":"Instance","item":[{"name":"Rule Instance - List","id":"ae234a57-5616-4337-8778-b3ce7289e9ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/rule-instances","urlObject":{"path":["management","rule-instances"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae234a57-5616-4337-8778-b3ce7289e9ed"},{"name":"Rule Instance - Get","id":"27b34f6d-7f71-47d3-80d1-0a812c4438d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/rule-instances/:ruleId","urlObject":{"path":["management","rule-instances",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"6721213fae7fdab3eb6cb264","key":"ruleId"}]}},"response":[],"_postman_id":"27b34f6d-7f71-47d3-80d1-0a812c4438d6"},{"name":"Rule Instance - Create","id":"5fa6c968-1a94-4c7c-b67a-8edf1cf270c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ruleId\": \"R-1\", // string Optional\n    \"filters\": [], // map from strings to any Optional (Rule filters. A key-value json object corresponding to the json schema returned by /rule-filters-schema endpoint.)\n    \"ruleNameAlias\": \"Test\", // string Optional\n    \"riskBasedThreshold\": {},  \n    \"riskLevelParameters\": { // object Optional\n        \"VERY_HIGH\": { \"from\": 0, \"to\": 10 }, // map from strings to any Required \n        \"HIGH\": { \"from\": 11, \"to\": 30 }, // map from strings to any Required \n        \"MEDIUM\": { \"from\": 31, \"to\": 50 }, // map from strings to any Required \n        \"LOW\": { \"from\": 51, \"to\": 70 }, // map from strings to any Required \n        \"VERY_LOW\": { \"from\": 71, \"to\": 100 } // map from strings to any Required \n    },\n    \"action\": \"ALLOW\", // enum Optional (ALLOW, FLAG, BLOCK, SUSPEND)\n    \"riskLevelActions\": { // object Optional\n        \"VERY_HIGH\": \"ALLOW\", // enum Required (ALLOW, FLAG, BLOCK, SUSPEND)\n        \"HIGH\": \"FLAG\", // enum Required (ALLOW, FLAG, BLOCK, SUSPEND)\n        \"MEDIUM\": \"BLOCK\", // enum Required (ALLOW, FLAG, BLOCK, SUSPEND)\n        \"LOW\": \"FLAG\", // enum Required (ALLOW, FLAG, BLOCK, SUSPEND)\n        \"VERY_LOW\": \"ALLOW\" // enum Required (ALLOW, FLAG, BLOCK, SUSPEND)\n    },\n    \"triggersOnHit\": { // object Optional\n        \"usersToCheck\": \"ALL\", // enum Required (ALL, ORIGIN, DESTINATION)\n        \"userStateDetails\": { // object Optional\n            \"reason\": \"ALL\", // string Required\n            \"state\": \"UNACCEPTABLE\", // enum Required (UNACCEPTABLE, TERMINATED, ACTIVE, DORMANT, CREATED, SUSPENDED, BLOCKED)\n            \"userId\": \"123\", // string Optional\n            \"description\": \"123\" // string Optional\n        },\n        \"kycStatusDetails\": { // object Optional\n            \"reason\": \"test\", // string Required\n            \"status\": \"SUCCESSFUL\", // enum Optional (SUCCESSFUL, FAILED, NOT_STARTED, IN_PROGRESS, EXPIRED, NEW, CANCELLED, MANUAL_REVIEW, EDD_IN_PROGRESS)\n            \"userId\": \"123\", // string Optional\n            \"description\": \"123\" // string Optional\n        }\n    },\n    \"riskLevelsTriggersOnHit\": { // object Optional\n        \"VERY_HIGH\": { // object Required\n            \"usersToCheck\": \"ALL\", // enum Required (ALL, ORIGIN, DESTINATION)\n            \"userStateDetails\": { // object Optional\n                \"reason\": \"ALL\", // string Required\n                \"state\": \"UNACCEPTABLE\", // enum Required (UNACCEPTABLE, TERMINATED, ACTIVE, DORMANT, CREATED, SUSPENDED, BLOCKED)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            },\n            \"kycStatusDetails\": { // object Optional\n                \"reason\": \"123\", // string Required\n                \"status\": \"SUCCESSFUL\", // enum Required (SUCCESSFUL, FAILED, NOT_STARTED, IN_PROGRESS, EXPIRED, NEW, CANCELLED, MANUAL_REVIEW, EDD_IN_PROGRESS)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            }\n        },\n        \"HIGH\": { // object Required\n            \"usersToCheck\": \"ALL\", // enum Required (ALL, ORIGIN, DESTINATION)\n            \"userStateDetails\": { // object Optional\n                \"reason\": \"ALL\", // string Required\n                \"state\": \"UNACCEPTABLE\", // enum Required (UNACCEPTABLE, TERMINATED, ACTIVE, DORMANT, CREATED, SUSPENDED, BLOCKED)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            },\n            \"kycStatusDetails\": { // object Optional\n                \"reason\": \"123\", // string Required\n                \"status\": \"SUCCESSFUL\", // enum Required (SUCCESSFUL, FAILED, NOT_STARTED, IN_PROGRESS, EXPIRED, NEW, CANCELLED, MANUAL_REVIEW, EDD_IN_PROGRESS)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            }\n        },\n        \"MEDIUM\": { // object Required\n            \"usersToCheck\": \"ALL\", // enum Required (ALL, ORIGIN, DESTINATION)\n            \"userStateDetails\": { // object Optional\n                \"reason\": \"ALL\", // string Required\n                \"state\": \"UNACCEPTABLE\", // enum Required (UNACCEPTABLE, TERMINATED, ACTIVE, DORMANT, CREATED, SUSPENDED, BLOCKED)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            },\n            \"kycStatusDetails\": { // object Optional\n                \"reason\": \"123\", // string Required\n                \"status\": \"SUCCESSFUL\", // enum Required (SUCCESSFUL, FAILED, NOT_STARTED, IN_PROGRESS, EXPIRED, NEW, CANCELLED, MANUAL_REVIEW, EDD_IN_PROGRESS)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            }\n        },\n        \"LOW\": { // object Required\n            \"usersToCheck\": \"ALL\", // enum Required (ALL, ORIGIN, DESTINATION)\n            \"userStateDetails\": { // object Optional\n                \"reason\": \"ALL\", // string Required\n                \"state\": \"UNACCEPTABLE\", // enum Required (UNACCEPTABLE, TERMINATED, ACTIVE, DORMANT, CREATED, SUSPENDED, BLOCKED)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            },\n            \"kycStatusDetails\": { // object Optional\n                \"reason\": \"123\", // string Required\n                \"status\": \"SUCCESSFUL\", // enum Required (SUCCESSFUL, FAILED, NOT_STARTED, IN_PROGRESS, EXPIRED, NEW, CANCELLED, MANUAL_REVIEW, EDD_IN_PROGRESS)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            }\n        },\n        \"VERY_LOW\": { // object Required\n            \"usersToCheck\": \"ALL\", // enum Required (ALL, ORIGIN, DESTINATION)\n            \"userStateDetails\": { // object Optional\n                \"reason\": \"ALL\", // string Required\n                \"state\": \"UNACCEPTABLE\", // enum Required (UNACCEPTABLE, TERMINATED, ACTIVE, DORMANT, CREATED, SUSPENDED, BLOCKED)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            },\n            \"kycStatusDetails\": { // object Optional\n                \"reason\": \"123\", // string Required\n                \"status\": \"SUCCESSFUL\", // enum Required (SUCCESSFUL, FAILED, NOT_STARTED, IN_PROGRESS, EXPIRED, NEW, CANCELLED, MANUAL_REVIEW, EDD_IN_PROGRESS)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            }\n        }\n    },\n    \"status\": \"ACTIVE\", // enum Optional (ACTIVE, INACTIVE)\n    \"casePriority\": \"P1\", // enum Optional (P1, P2, P3, P4)\n    \"ruleNature\": \"AML\", // enum Optional \"AML\", \"Fraud\", \"Screening\", \"CTF\" \n    \"ruleLabel\": [\"ruleLabelA\", \"ruleLabelB\"], \n    \"falsePositive\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/rule-instances","urlObject":{"path":["management","rule-instances"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fa6c968-1a94-4c7c-b67a-8edf1cf270c9"},{"name":"Rule Instance - Update","id":"d4e620a9-9249-48d2-b9f0-f76ce720d47e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"ruleId\": \"R-2\", // string Optional\n    \"filters\": [], // map from strings to any Optional (Rule filters. A key-value json object corresponding to the json schema returned by /rule-filters-schema endpoint.)\n    \"ruleNameAlias\": \"Test\", // string Optional\n    \"riskBasedThreshold\": {\n        \"VERY_HIGH\": [\n            { \"amountValue\": 3000, \"amountCurrency\": \"PHP\" },\n            { \"amountValue\": 50000, \"amountCurrency\": \"USD\" }\n        ],\n        \"HIGH\": [\n            { \"amountValue\": 2000, \"amountCurrency\": \"PHP\" },\n            { \"amountValue\": 40000, \"amountCurrency\": \"USD\" }\n        ],\n        \"MEDIUM\": [\n            { \"amountValue\": 1000, \"amountCurrency\": \"PHP\" },\n            { \"amountValue\": 30000, \"amountCurrency\": \"USD\" }\n        ],\n        \"LOW\": [\n            { \"amountValue\": 500, \"amountCurrency\": \"PHP\" },\n            { \"amountValue\": 20000, \"amountCurrency\": \"USD\" }\n        ],\n        \"VERY_LOW\": [\n            { \"amountValue\": 100, \"amountCurrency\": \"PHP\" },\n            { \"amountValue\": 10000, \"amountCurrency\": \"USD\" }\n        ]\n    },\n    \"riskLevelParameters\": { // object Optional\n        \"VERY_HIGH\": { \"from\": 0, \"to\": 10 }, // map from strings to any Required \n        \"HIGH\": { \"from\": 11, \"to\": 30 }, // map from strings to any Required \n        \"MEDIUM\": { \"from\": 31, \"to\": 50 }, // map from strings to any Required \n        \"LOW\": { \"from\": 51, \"to\": 70 }, // map from strings to any Required \n        \"VERY_LOW\": { \"from\": 71, \"to\": 100 } // map from strings to any Required \n    },\n    \"action\": \"ALLOW\", // enum Optional (ALLOW, FLAG, BLOCK, SUSPEND)\n    \"riskLevelActions\": { // object Optional\n        \"VERY_HIGH\": \"ALLOW\", // enum Required (ALLOW, FLAG, BLOCK, SUSPEND)\n        \"HIGH\": \"FLAG\", // enum Required (ALLOW, FLAG, BLOCK, SUSPEND)\n        \"MEDIUM\": \"BLOCK\", // enum Required (ALLOW, FLAG, BLOCK, SUSPEND)\n        \"LOW\": \"FLAG\", // enum Required (ALLOW, FLAG, BLOCK, SUSPEND)\n        \"VERY_LOW\": \"ALLOW\" // enum Required (ALLOW, FLAG, BLOCK, SUSPEND)\n    },\n    \"triggersOnHit\": { // object Optional\n        \"usersToCheck\": \"ALL\", // enum Required (ALL, ORIGIN, DESTINATION)\n        \"userStateDetails\": { // object Optional\n            \"reason\": \"ALL\", // string Required\n            \"state\": \"UNACCEPTABLE\", // enum Required (UNACCEPTABLE, TERMINATED, ACTIVE, DORMANT, CREATED, SUSPENDED, BLOCKED)\n            \"userId\": \"123\", // string Optional\n            \"description\": \"123\" // string Optional\n        },\n        \"kycStatusDetails\": { // object Optional\n            \"reason\": \"test\", // string Required\n            \"status\": \"SUCCESSFUL\", // enum Optional (SUCCESSFUL, FAILED, NOT_STARTED, IN_PROGRESS, EXPIRED, NEW, CANCELLED, MANUAL_REVIEW, EDD_IN_PROGRESS)\n            \"userId\": \"123\", // string Optional\n            \"description\": \"123\" // string Optional\n        }\n    },\n    \"riskLevelsTriggersOnHit\": { // object Optional\n        \"VERY_HIGH\": { // object Required\n            \"usersToCheck\": \"ALL\", // enum Required (ALL, ORIGIN, DESTINATION)\n            \"userStateDetails\": { // object Optional\n                \"reason\": \"ALL\", // string Required\n                \"state\": \"UNACCEPTABLE\", // enum Required (UNACCEPTABLE, TERMINATED, ACTIVE, DORMANT, CREATED, SUSPENDED, BLOCKED)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            },\n            \"kycStatusDetails\": { // object Optional\n                \"reason\": \"123\", // string Required\n                \"status\": \"SUCCESSFUL\", // enum Required (SUCCESSFUL, FAILED, NOT_STARTED, IN_PROGRESS, EXPIRED, NEW, CANCELLED, MANUAL_REVIEW, EDD_IN_PROGRESS)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            }\n        },\n        \"HIGH\": { // object Required\n            \"usersToCheck\": \"ALL\", // enum Required (ALL, ORIGIN, DESTINATION)\n            \"userStateDetails\": { // object Optional\n                \"reason\": \"ALL\", // string Required\n                \"state\": \"UNACCEPTABLE\", // enum Required (UNACCEPTABLE, TERMINATED, ACTIVE, DORMANT, CREATED, SUSPENDED, BLOCKED)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            },\n            \"kycStatusDetails\": { // object Optional\n                \"reason\": \"123\", // string Required\n                \"status\": \"SUCCESSFUL\", // enum Required (SUCCESSFUL, FAILED, NOT_STARTED, IN_PROGRESS, EXPIRED, NEW, CANCELLED, MANUAL_REVIEW, EDD_IN_PROGRESS)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            }\n        },\n        \"MEDIUM\": { // object Required\n            \"usersToCheck\": \"ALL\", // enum Required (ALL, ORIGIN, DESTINATION)\n            \"userStateDetails\": { // object Optional\n                \"reason\": \"ALL\", // string Required\n                \"state\": \"UNACCEPTABLE\", // enum Required (UNACCEPTABLE, TERMINATED, ACTIVE, DORMANT, CREATED, SUSPENDED, BLOCKED)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            },\n            \"kycStatusDetails\": { // object Optional\n                \"reason\": \"123\", // string Required\n                \"status\": \"SUCCESSFUL\", // enum Required (SUCCESSFUL, FAILED, NOT_STARTED, IN_PROGRESS, EXPIRED, NEW, CANCELLED, MANUAL_REVIEW, EDD_IN_PROGRESS)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            }\n        },\n        \"LOW\": { // object Required\n            \"usersToCheck\": \"ALL\", // enum Required (ALL, ORIGIN, DESTINATION)\n            \"userStateDetails\": { // object Optional\n                \"reason\": \"ALL\", // string Required\n                \"state\": \"UNACCEPTABLE\", // enum Required (UNACCEPTABLE, TERMINATED, ACTIVE, DORMANT, CREATED, SUSPENDED, BLOCKED)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            },\n            \"kycStatusDetails\": { // object Optional\n                \"reason\": \"123\", // string Required\n                \"status\": \"SUCCESSFUL\", // enum Required (SUCCESSFUL, FAILED, NOT_STARTED, IN_PROGRESS, EXPIRED, NEW, CANCELLED, MANUAL_REVIEW, EDD_IN_PROGRESS)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            }\n        },\n        \"VERY_LOW\": { // object Required\n            \"usersToCheck\": \"ALL\", // enum Required (ALL, ORIGIN, DESTINATION)\n            \"userStateDetails\": { // object Optional\n                \"reason\": \"ALL\", // string Required\n                \"state\": \"UNACCEPTABLE\", // enum Required (UNACCEPTABLE, TERMINATED, ACTIVE, DORMANT, CREATED, SUSPENDED, BLOCKED)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            },\n            \"kycStatusDetails\": { // object Optional\n                \"reason\": \"123\", // string Required\n                \"status\": \"SUCCESSFUL\", // enum Required (SUCCESSFUL, FAILED, NOT_STARTED, IN_PROGRESS, EXPIRED, NEW, CANCELLED, MANUAL_REVIEW, EDD_IN_PROGRESS)\n                \"userId\": \"123\", // string Optional\n                \"description\": \"123\" // string Optional\n            }\n        }\n    },\n    \"status\": \"ACTIVE\", // enum Optional (ACTIVE, INACTIVE)\n    \"casePriority\": \"P1\" // enum Optional (P1, P2, P3, P4)    \n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/rule-instances/:ruleInstanceId","urlObject":{"path":["management","rule-instances",":ruleInstanceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"6720f34b26ea14a01a03a528","key":"ruleInstanceId"}]}},"response":[],"_postman_id":"d4e620a9-9249-48d2-b9f0-f76ce720d47e"},{"name":"Rule Instance - Delete","id":"32760d96-2849-48a1-818e-6d1742452980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseUrl}}/management/rule-instances/:ruleInstanceId","urlObject":{"path":["management","rule-instances",":ruleInstanceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"671fb6416d7739928e141237","key":"ruleInstanceId"}]}},"response":[],"_postman_id":"32760d96-2849-48a1-818e-6d1742452980"}],"id":"a41bbfa0-eb6e-4d03-8b6e-a422c641d716","_postman_id":"a41bbfa0-eb6e-4d03-8b6e-a422c641d716","description":""},{"name":"Rule - List","id":"9265c369-befa-4282-b315-a01717b28111","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/rules","urlObject":{"path":["management","rules"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9265c369-befa-4282-b315-a01717b28111"},{"name":"Rule - Get","id":"b1207da5-73e9-4134-9226-ecc1060dfb5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/rules/:ruleId","urlObject":{"path":["management","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>string Required</p>\n","type":"text/plain"},"type":"any","value":"R-1","key":"ruleId"}]}},"response":[],"_postman_id":"b1207da5-73e9-4134-9226-ecc1060dfb5f"},{"name":"Rule Filters Schema - Get","id":"27f0ab79-f0d5-486c-a2b5-8d15a18fbef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/rule-filters-schema","urlObject":{"path":["management","rule-filters-schema"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"27f0ab79-f0d5-486c-a2b5-8d15a18fbef9"}],"id":"d1e449e0-df86-4fae-bd03-3acee69ff240","_postman_id":"d1e449e0-df86-4fae-bd03-3acee69ff240","description":""},{"name":"Case","item":[{"name":"Case - List","id":"13d4bb97-7839-4e7b-9f6d-b28faad3eae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/cases?status=OPEN","urlObject":{"path":["management","cases"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>string Optional</p>\n","type":"text/plain"},"key":"start","value":null},{"disabled":true,"description":{"content":"<p>double Optional</p>\n","type":"text/plain"},"key":"pageSize","value":null},{"disabled":true,"description":{"content":"<p>enum Optional (createdTimestamp, updatedAt, caseId, priority)</p>\n","type":"text/plain"},"key":"sortBy","value":null},{"disabled":true,"description":{"content":"<p>enum Optional (asc, desc)</p>\n","type":"text/plain"},"key":"sortOrder","value":null},{"description":{"content":"<p>enum Optional (OPEN, CLOSED, REOPENED, IN_REVIEW, ESCALATED, IN_PROGRESS, ON_HOLD)</p>\n","type":"text/plain"},"key":"status","value":"OPEN"},{"disabled":true,"description":{"content":"<p>enum Optional (P1, P2, P3, P4)</p>\n","type":"text/plain"},"key":"filterPriority","value":null},{"disabled":true,"description":{"content":"<p>enum Optional (MANUAL, SYSTEM, EXTERNAL)</p>\n","type":"text/plain"},"key":"filterCaseSource","value":null},{"disabled":true,"description":{"content":"<p>double Optional</p>\n","type":"text/plain"},"key":"filterAfterCreatedTimestamp","value":null},{"disabled":true,"description":{"content":"<p>double Optional</p>\n","type":"text/plain"},"key":"filterBeforeCreatedTimestamp","value":null},{"disabled":true,"key":"assigneeEmail","value":"admin@mulai.com"}],"variable":[]}},"response":[],"_postman_id":"13d4bb97-7839-4e7b-9f6d-b28faad3eae1"},{"name":"Case - Open","id":"dbd8ab00-5033-42d5-8299-af815bf97353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/cases?filterCaseStatus=OPEN&assigneeEmail=admin@mulai.com","urlObject":{"path":["management","cases"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>string Optional</p>\n","type":"text/plain"},"key":"start","value":null},{"disabled":true,"description":{"content":"<p>double Optional</p>\n","type":"text/plain"},"key":"pageSize","value":null},{"disabled":true,"description":{"content":"<p>enum Optional (createdTimestamp, updatedAt, caseId, priority)</p>\n","type":"text/plain"},"key":"sortBy","value":null},{"disabled":true,"description":{"content":"<p>enum Optional (asc, desc)</p>\n","type":"text/plain"},"key":"sortOrder","value":null},{"description":{"content":"<p>enum Optional (OPEN, CLOSED, REOPENED, IN_REVIEW, ESCALATED, IN_PROGRESS, ON_HOLD)</p>\n","type":"text/plain"},"key":"filterCaseStatus","value":"OPEN"},{"disabled":true,"description":{"content":"<p>enum Optional (P1, P2, P3, P4)</p>\n","type":"text/plain"},"key":"filterPriority","value":null},{"disabled":true,"description":{"content":"<p>enum Optional (MANUAL, SYSTEM, EXTERNAL)</p>\n","type":"text/plain"},"key":"filterCaseSource","value":null},{"disabled":true,"description":{"content":"<p>double Optional</p>\n","type":"text/plain"},"key":"filterAfterCreatedTimestamp","value":null},{"disabled":true,"description":{"content":"<p>double Optional</p>\n","type":"text/plain"},"key":"filterBeforeCreatedTimestamp","value":null},{"key":"assigneeEmail","value":"admin@mulai.com"}],"variable":[]}},"response":[],"_postman_id":"dbd8ab00-5033-42d5-8299-af815bf97353"},{"name":"Case - Create","id":"f283e956-a9a2-4366-994c-50a3a2be0c63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"caseId\": \"123\", //string Required\n    \"createdTimestamp\": 1230101202, // double Required\n    \"priority\": \"P1\", // enum Required (P1, P2, P3, P4)\n    \"entityDetails\": { // union Required\n        \"type\": \"USER\", // enum Required (USER, PAYMENT)\n        // USER only\n        \"userId\": \"123\", // string Required \n        // PAYMENT only\n        \"paymentDetails\": {}\n    },\n    \"creationReason\": { // object Optional\n        \"reasons\": \"\", // list of strings Required\n        \"comment\": \"\", // string Required,\n        \"timestamp\": \"\" // double Optional\n    },\n    \"relatedCases\": \"\", // list of strings Optional,\n    \"assignments\": { // list of objects Optional\n        \"assigneeEmail\": \"\", // string Required,\n        \"assignedByEmail\": \"\", // string Optional,\n        \"timestamp\": \"\" // double Optional\n    },\n    \"tags\": [{\n        \"key\": \"abc\", // string Required\n        \"value\": \"Abc\" // string Required\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/cases","urlObject":{"path":["management","cases"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f283e956-a9a2-4366-994c-50a3a2be0c63"},{"name":"Case - Update","id":"d654dd3d-147e-41cd-86ae-9a35ffd79d38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"assignments\": { // list of objects Optional\n        \"assigneeEmail\": \"tommy@mulai.com\", // string Required\n        \"assignedByEmail\": \"admin@mulai.com\", // string Optional\n        \"timestamp\": 1732113486077 // double Optional\n    } \n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/cases/:caseId","urlObject":{"path":["management","cases",":caseId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>string Required</p>\n","type":"text/plain"},"type":"any","value":"","key":"caseId"}]}},"response":[],"_postman_id":"d654dd3d-147e-41cd-86ae-9a35ffd79d38"},{"name":"Case - Update Status","id":"85bac296-bec2-4334-bb18-9157c06b976e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"creationReason\": {\n                \"reasons\": [\"\"],\n                \"comment\": \"\",\n                \"timestamp\": null},\n    \"status\": \"\"\n     // [\"OPEN\",\"CLOSED\",\"REOPENED\",\"IN_PROGRESS\",\"ON_HOLD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/cases/:caseId","urlObject":{"path":["management","cases",":caseId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>string Required</p>\n","type":"text/plain"},"type":"any","value":"","key":"caseId"}]}},"response":[],"_postman_id":"85bac296-bec2-4334-bb18-9157c06b976e"},{"name":"Case - Get","id":"b035c382-97dc-437d-bb41-7ba6b3b0a01f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/cases/:caseId","urlObject":{"path":["management","cases",":caseId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"63eea8e1-62ee-4be2-bad2-a6fedad51a70","description":{"content":"<p>string Required</p>\n","type":"text/plain"},"type":"any","value":"","key":"caseId"}]}},"response":[],"_postman_id":"b035c382-97dc-437d-bb41-7ba6b3b0a01f"}],"id":"da6f249c-0aec-407a-bf95-d2a0162c2ab0","_postman_id":"da6f249c-0aec-407a-bf95-d2a0162c2ab0","description":""},{"name":"Alerts","item":[{"name":"Alert - Create","id":"6e508d12-59e7-494d-97d2-b65a6b47e55d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"alertId\": \"111\", // string Required\n    \"createdTimestamp\": 1223, // double Required\n    \"caseId\": \"123\", // string Required\n    \"priority\": \"P1\", // enum Required (P1, P2, P3, P4)\n    \"entityDetails\": { // union Required\n        \"type\": \"TRANSACTION\", // enum Required (TRANSACTION, SANCTIONS)\n        // TRANSACTION only\n        \"transactionIds\": [\"123\",\"abc\"] // list of strings Required \n    },\n    \"ruleDetails\": { // object Required\n        \"id\": \"\", // string Required\n        \"name\": \"\", // string Required\n        \"action\": \"ALLOW\", // enum Required (ALLOW, FLAG, BLOCK, SUSPEND)\n        \"description\": \"\", // string Required\n        \"instanceId\": \"\", // string Required\n        \"nature\": \"AML\" // enum Optional (AML, FRAUD, CTF,SCREENING)\n    },\n    \"tags\": [{ // list of objects Optional\n        \"key\": \"\", // string Required,\n        \"value\": \"\" // stringRequired\n    }],\n    \"creationReason\": { // object Optional\n        \"reasons\": \"\", // list of strings Required\n        \"comment\": \"\", // string Required\n        \"timestamp\": \"\" // double Optional\n    },\n    \"assignments\": { // list of objects Optional\n        \"assigneeEmail\": \"\", // string Required\n        \"assignedByEmail\": \"\", // string Optional\n        \"timestamp\": \"\" // double Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/alerts","urlObject":{"path":["management","alerts"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e508d12-59e7-494d-97d2-b65a6b47e55d"},{"name":"Alert - Update","id":"a54f9790-01f0-49eb-9857-b36b164f6b6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{   \n    \"priority\": \"\", // enum Required (P1, P2, P3, P4)\n    \"entityDetails\": { // union Required\n        \"type\": \"\", // enum Required (TRANSACTION, SANCTIONS)\n        // TRANSACTION only\n        \"transactionIds\": \"\" // list of strings Required \n    },\n    \"ruleDetails\": { // object Required\n        \"id\": \"\", // string Required\n        \"name\": \"\", // string Required\n        \"action\": \"\", // enum Required (ALLOW, FLAG, BLOCK, SUSPEND)\n        \"description\": \"\", // string Required\n        \"instanceId\": \"\", // string Required\n        \"nature\": \"\" // enum Optional (AML, FRAUD, CTF,SCREENING)\n    },\n    \"tags\": { // list of objects Optional\n        \"key\": \"\", // string Required,\n        \"value\": \"\" // stringRequired\n    },\n    \"creationReason\": { // object Optional\n        \"reasons\": \"\", // list of strings Required\n        \"comment\": \"\", // string Required\n        \"timestamp\": \"\" // double Optional\n    },\n    \"assignments\": { // list of objects Optional\n        \"assigneeEmail\": \"\", // string Required\n        \"assignedByEmail\": \"\", // string Optional\n        \"timestamp\": \"\" // double Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/alerts/:alertId","urlObject":{"path":["management","alerts",":alertId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"80e9d18a-84f8-4c55-911c-2930dc5e67ef","type":"any","value":"","key":"alertId"}]}},"response":[],"_postman_id":"a54f9790-01f0-49eb-9857-b36b164f6b6e"},{"name":"Alert - Update reason","id":"fdbca3a2-552e-4db0-80f4-ae6d0e5db28b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"creationReason\": {\n                \"reasons\": [\"\"],\n                \"comment\": \"\",\n                \"timestamp\": null},\n    \"status\": \"\"\n     // [\"OPEN\",\"CLOSED\",\"REOPENED\",\"IN_PROGRESS\",\"ON_HOLD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/alerts/:alertId","urlObject":{"path":["management","alerts",":alertId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"","key":"alertId"}]}},"response":[],"_postman_id":"fdbca3a2-552e-4db0-80f4-ae6d0e5db28b"},{"name":"Alert - Get","id":"7af0b09f-5922-42e3-bff3-b6d6fbb1d42c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/alerts","urlObject":{"path":["management","alerts"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7af0b09f-5922-42e3-bff3-b6d6fbb1d42c"},{"name":"Alert - Open","id":"78049e77-8f65-488e-9951-3dc20892fef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/alerts?filterAlertStatus=OPEN&assigneeEmail=admin@mulai.com","urlObject":{"path":["management","alerts"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>string Optional</p>\n","type":"text/plain"},"key":"start","value":""},{"disabled":true,"description":{"content":"<p>double Optional</p>\n","type":"text/plain"},"key":"pageSize","value":""},{"disabled":true,"description":{"content":"<p>enum Optional (createdTimestamp, updatedAt, caseId, priority)</p>\n","type":"text/plain"},"key":"sortBy","value":""},{"disabled":true,"description":{"content":"<p>enum Optional (asc, desc)</p>\n","type":"text/plain"},"key":"sortOrder","value":""},{"description":{"content":"<p>enum Optional (OPEN, CLOSED, REOPENED, IN_REVIEW, ESCALATED, IN_PROGRESS, ON_HOLD)</p>\n","type":"text/plain"},"key":"filterAlertStatus","value":"OPEN"},{"disabled":true,"description":{"content":"<p>enum Optional (P1, P2, P3, P4)</p>\n","type":"text/plain"},"key":"filterPriority","value":""},{"disabled":true,"description":{"content":"<p>enum Optional (MANUAL, SYSTEM, EXTERNAL)</p>\n","type":"text/plain"},"key":"filterCaseSource","value":""},{"disabled":true,"description":{"content":"<p>double Optional</p>\n","type":"text/plain"},"key":"filterAfterCreatedTimestamp","value":""},{"disabled":true,"description":{"content":"<p>double Optional</p>\n","type":"text/plain"},"key":"filterBeforeCreatedTimestamp","value":""},{"key":"assigneeEmail","value":"admin@mulai.com"}],"variable":[]}},"response":[],"_postman_id":"78049e77-8f65-488e-9951-3dc20892fef6"},{"name":"Alert - Get Top User Alerts","id":"2a8f2e61-1dc8-40d8-a43c-59ec857a3436","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/alerts?filterAlertStatus=OPEN&assigneeEmail=admin@mulai.com","urlObject":{"path":["management","alerts"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>string Optional</p>\n","type":"text/plain"},"key":"start","value":""},{"disabled":true,"description":{"content":"<p>double Optional</p>\n","type":"text/plain"},"key":"pageSize","value":""},{"disabled":true,"description":{"content":"<p>enum Optional (createdTimestamp, updatedAt, caseId, priority)</p>\n","type":"text/plain"},"key":"sortBy","value":""},{"disabled":true,"description":{"content":"<p>enum Optional (asc, desc)</p>\n","type":"text/plain"},"key":"sortOrder","value":""},{"description":{"content":"<p>enum Optional (OPEN, CLOSED, REOPENED, IN_REVIEW, ESCALATED, IN_PROGRESS, ON_HOLD)</p>\n","type":"text/plain"},"key":"filterAlertStatus","value":"OPEN"},{"disabled":true,"description":{"content":"<p>enum Optional (P1, P2, P3, P4)</p>\n","type":"text/plain"},"key":"filterPriority","value":""},{"disabled":true,"description":{"content":"<p>enum Optional (MANUAL, SYSTEM, EXTERNAL)</p>\n","type":"text/plain"},"key":"filterCaseSource","value":""},{"disabled":true,"description":{"content":"<p>double Optional</p>\n","type":"text/plain"},"key":"filterAfterCreatedTimestamp","value":""},{"disabled":true,"description":{"content":"<p>double Optional</p>\n","type":"text/plain"},"key":"filterBeforeCreatedTimestamp","value":""},{"key":"assigneeEmail","value":"admin@mulai.com"}],"variable":[]}},"response":[],"_postman_id":"2a8f2e61-1dc8-40d8-a43c-59ec857a3436"}],"id":"85a2486f-da89-4527-afc8-25bfcc91de23","_postman_id":"85a2486f-da89-4527-afc8-25bfcc91de23","description":""},{"name":"Comments","item":[{"name":"Comment - Create","id":"f2c02441-7923-4163-832d-9df2df4f67dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"body\": \"This is a comment 7\",\n  \"files\": [\n    {\n      \"filename\": \"filename'\",\n      \"size\": 1.1,\n      \"downloadLink\": \"downloadLink\"\n    }\n  ],\n  \"createdTimestamp\": 1.1,\n  \"referenceType\": \"alerts\", // consumer_users || alerts || cases\n  \"referenceId\": \"67388d3c91f6147b98edbb7c\"  // consumer_users = userId || alerts = alertId || cases = caseId\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/comments","urlObject":{"path":["management","comments"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2c02441-7923-4163-832d-9df2df4f67dd"},{"name":"Comment - Update","id":"bbb400fb-1071-4287-9635-cf064ca69c5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"body\": \"This is a comment 7 edited\",\n  \"files\": [\n    {\n      \"filename\": \"filename'\",\n      \"size\": 1.1,\n      \"downloadLink\": \"downloadLink\"\n    }\n  ],\n  \"updatedTimestamp\": 1.2\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/comments/:commentId","urlObject":{"path":["management","comments",":commentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"6751aca3e2dcb693c5e04e6d","key":"commentId"}]}},"response":[],"_postman_id":"bbb400fb-1071-4287-9635-cf064ca69c5c"},{"name":"Comment - Get","id":"a0693421-87a4-496e-b783-a4e3031b72da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/comments/:commentId","urlObject":{"path":["management","comments",":commentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"6751aca3e2dcb693c5e04e6d","key":"commentId"}]}},"response":[],"_postman_id":"a0693421-87a4-496e-b783-a4e3031b72da"},{"name":"Comment - Delete","id":"c1d5049d-8466-43a9-abc4-9d86544083a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseUrl}}/management/comments/:commentId","urlObject":{"path":["management","comments",":commentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"675080f76df9cce5797e21bb","key":"commentId"}]}},"response":[],"_postman_id":"c1d5049d-8466-43a9-abc4-9d86544083a7"},{"name":"Comment - All","id":"b74bc5aa-8cb2-48fd-9382-664c9e6d3d09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/comments","urlObject":{"path":["management","comments"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>alerts || consumer_users || cases</p>\n","type":"text/plain"},"key":"referenceType","value":"alerts"},{"disabled":true,"key":"referenceId","value":"673852b80038be3d8e1fddee"}],"variable":[]}},"response":[],"_postman_id":"b74bc5aa-8cb2-48fd-9382-664c9e6d3d09"}],"id":"b61c6a7e-69ab-4add-9236-f6de08ae8e99","_postman_id":"b61c6a7e-69ab-4add-9236-f6de08ae8e99","description":""},{"name":"Reports","item":[{"name":"Report - Create","id":"657469ce-5bb7-4d59-9b6b-5c3a7ad81242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"reportType\": \"STR\", // OPTIONS: STR,CTR - required\n  \"transactionIds\": [\"225dbaf5110fec431acbbe58264b5f9e\"], // required\n  \"comment\": \"comment\" \n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/reports","urlObject":{"path":["management","reports"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"37b24679-5e7a-46df-8381-eabf54a3223b","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"reportType\": \"STR\", // ENUM OPTIONS: STR,CTR\n  \"transactionIds\": [\"225dbaf5110fec431acbbe58264b5f9e\"], // required\n  \"comment\": \"\" \n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 08 Dec 2024 16:52:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,DELETE,PATCH,POST,PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"},{"key":"accept","value":"*/*"},{"key":"authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NzUzN2ZhN2U4MDcyYWI3ZDA4MTNjNzUiLCJlbWFpbCI6ImFkbWluQG11bGFpLmNvbSIsImNyZWF0ZWQiOiIyMDI0LTEyLTA3VDExOjQ4OjA0LjAyNVoiLCJpYXQiOjE3MzM1NzIwODQsImV4cCI6MTczMzY1ODQ4NH0.FUX58Aoy0Px4lo-5ZekVJhhZMvRAwtpOLIJavt7hpzI"},{"key":"cache-control","value":"no-cache"},{"key":"cdn-loop","value":"cloudflare; loops=1"},{"key":"cf-connecting-ip","value":"114.10.149.222"},{"key":"cf-ipcountry","value":"ID"},{"key":"cf-visitor","value":"{\"scheme\":\"https\"}"},{"key":"host","value":"console.mulai.com"},{"key":"postman-token","value":"198bfaa6-fadb-4151-b6fe-a30d2660aa70"},{"key":"user-agent","value":"PostmanRuntime/7.43.0"},{"key":"x-current-path","value":"/rest-api/sandbox/management/reports"},{"key":"x-forwarded-for","value":"114.10.149.222"},{"key":"x-forwarded-host","value":"console.mulai.com"},{"key":"x-forwarded-port","value":"3000"},{"key":"x-forwarded-proto","value":"https"},{"key":"Vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=f7sN3XRXgjLfZKOIKMUqMeUH3j4jyoxWmBbLrqiEsk8iNO%2B0j325gddE0q2PjP5gx%2BTU%2Fj7JZBoUt2QOBsEBnKZ9EsQD61xFqXGQEElg53Ww%2F%2BwMsgRY1YsVfIMRth87twy2qg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8eee44e08bdafd07-SIN"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=48637&min_rtt=44156&rtt_var=20896&sent=5&recv=5&lost=0&retrans=0&sent_bytes=2801&recv_bytes=1048&delivery_rate=57377&cwnd=252&unsent_bytes=0&cid=d6d982e23e984b6f&ts=233&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Success\",\n    \"data\": {\n        \"reportId\": \"6755ceeb00f35bc1ed1d14d0\",\n        \"transactionIds\": [\n            \"225dbaf5110fec431acbbe58264b5f9e\"\n        ],\n        \"reportType\": \"STR\",\n        \"comment\": \"\",\n        \"handledBy\": \"67537fa7e8072ab7d0813c75\",\n        \"deleted\": false,\n        \"createdTimestamp\": 1733676779684,\n        \"createdAt\": \"2024-12-08T16:52:59.685Z\",\n        \"updatedAt\": \"2024-12-08T16:52:59.685Z\",\n        \"id\": \"6755ceeb00f35bc1ed1d14d1\"\n    }\n}"}],"_postman_id":"657469ce-5bb7-4d59-9b6b-5c3a7ad81242"},{"name":"Report - Update","id":"a38c34df-b08d-46e9-876e-bbc3109d11d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"reportType\": \"STR\", // OPTIONS: STR,CTR - required\n  \"transactionIds\": [\"225dbaf5110fec431acbbe58264b5f9e\"], // required\n  \"comment\": \"comment\" \n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/management/reports/:reportId","urlObject":{"path":["management","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"6759b69d112dc71abc2a8f14","key":"reportId"}]}},"response":[],"_postman_id":"a38c34df-b08d-46e9-876e-bbc3109d11d7"},{"name":"Report - Get","id":"b7725d6b-21ce-446a-a1e3-f60726801a6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/reports/:reportId","urlObject":{"path":["management","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"6755ceeb00f35bc1ed1d14d0","key":"reportId"}]}},"response":[{"id":"cf45660e-e72c-4387-bdff-d1520847d62a","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/management/reports/:reportId","host":["{{baseUrl}}"],"path":["management","reports",":reportId"],"variable":[{"key":"reportId","value":"6755ceeb00f35bc1ed1d14d0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 08 Dec 2024 17:00:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,DELETE,PATCH,POST,PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"},{"key":"accept","value":"*/*"},{"key":"authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NzUzN2ZhN2U4MDcyYWI3ZDA4MTNjNzUiLCJlbWFpbCI6ImFkbWluQG11bGFpLmNvbSIsImNyZWF0ZWQiOiIyMDI0LTEyLTA3VDExOjQ4OjA0LjAyNVoiLCJpYXQiOjE3MzM1NzIwODQsImV4cCI6MTczMzY1ODQ4NH0.FUX58Aoy0Px4lo-5ZekVJhhZMvRAwtpOLIJavt7hpzI"},{"key":"cache-control","value":"no-cache"},{"key":"cdn-loop","value":"cloudflare; loops=1"},{"key":"cf-connecting-ip","value":"114.10.144.222"},{"key":"cf-ipcountry","value":"ID"},{"key":"cf-visitor","value":"{\"scheme\":\"https\"}"},{"key":"host","value":"console.mulai.com"},{"key":"postman-token","value":"90fc84b9-85c4-46f4-8d9c-b9514834708e"},{"key":"user-agent","value":"PostmanRuntime/7.43.0"},{"key":"x-current-path","value":"/rest-api/sandbox/management/reports/6755ceeb00f35bc1ed1d14d0"},{"key":"x-forwarded-for","value":"114.10.144.222"},{"key":"x-forwarded-host","value":"console.mulai.com"},{"key":"x-forwarded-port","value":"3000"},{"key":"x-forwarded-proto","value":"https"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=kxR4mmnBRYQAKA0k279PNSde35jSRFtX1raTx29p%2BtMvQVz8bWeKSOOsR1uxVOHo6s8kJk4K8qUhoOdJu0E61IuWO0dI28mnZnZemjqyxz%2Bt0a%2FbvayUzN%2BvXNoNzSFZPqDPcA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8eee4f63383f3dad-SIN"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=28358&min_rtt=17388&rtt_var=15216&sent=5&recv=7&lost=0&retrans=0&sent_bytes=2801&recv_bytes=915&delivery_rate=240867&cwnd=252&unsent_bytes=0&cid=79244beee18519f1&ts=168&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"reportId\": \"6755ceeb00f35bc1ed1d14d0\",\n        \"transactionIds\": [\n            \"225dbaf5110fec431acbbe58264b5f9e\"\n        ],\n        \"reportType\": \"STR\",\n        \"comment\": \"\",\n        \"handledBy\": \"67537fa7e8072ab7d0813c75\",\n        \"deleted\": false,\n        \"createdTimestamp\": 1733676779684,\n        \"createdAt\": \"2024-12-08T16:52:59.685Z\",\n        \"updatedAt\": \"2024-12-08T16:52:59.685Z\",\n        \"id\": \"6755ceeb00f35bc1ed1d14d1\"\n    }\n}"}],"_postman_id":"b7725d6b-21ce-446a-a1e3-f60726801a6a"},{"name":"Report - Delete","id":"75ed351a-f3bb-4c71-a462-5a406d11ca5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseUrl}}/management/reports/:reportId","urlObject":{"path":["management","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"6755ceeb00f35bc1ed1d14d0","key":"reportId"}]}},"response":[{"id":"d63e0653-10f5-45b5-902b-112898175f6b","name":"success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/management/reports/:reportId","host":["{{baseUrl}}"],"path":["management","reports",":reportId"],"variable":[{"key":"reportId","value":"6755ceeb00f35bc1ed1d14d0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 08 Dec 2024 17:02:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,DELETE,PATCH,POST,PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"},{"key":"accept","value":"*/*"},{"key":"authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NzUzN2ZhN2U4MDcyYWI3ZDA4MTNjNzUiLCJlbWFpbCI6ImFkbWluQG11bGFpLmNvbSIsImNyZWF0ZWQiOiIyMDI0LTEyLTA3VDExOjQ4OjA0LjAyNVoiLCJpYXQiOjE3MzM1NzIwODQsImV4cCI6MTczMzY1ODQ4NH0.FUX58Aoy0Px4lo-5ZekVJhhZMvRAwtpOLIJavt7hpzI"},{"key":"cache-control","value":"no-cache"},{"key":"cdn-loop","value":"cloudflare; loops=1"},{"key":"cf-connecting-ip","value":"114.10.144.222"},{"key":"cf-ipcountry","value":"ID"},{"key":"cf-visitor","value":"{\"scheme\":\"https\"}"},{"key":"host","value":"console.mulai.com"},{"key":"postman-token","value":"a6f95b62-8d59-422c-82ca-45097d6fbb46"},{"key":"user-agent","value":"PostmanRuntime/7.43.0"},{"key":"x-current-path","value":"/rest-api/sandbox/management/reports/6755ceeb00f35bc1ed1d14d0"},{"key":"x-forwarded-for","value":"114.10.144.222"},{"key":"x-forwarded-host","value":"console.mulai.com"},{"key":"x-forwarded-port","value":"3000"},{"key":"x-forwarded-proto","value":"https"},{"key":"vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=HSPFnYdJ4DaGjieAd3uXOtocRTirdlXCVX70YJ2XnXsMQWsBiTA4mrHBem8Oky4lM3sesIGTS0G850DSiyD5cOiZD7xAGmlNW7yi%2FYGBHrDMflvHxv1cghnUhmfww1aWd1oX8A%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8eee52392fd1fd07-SIN"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=27192&min_rtt=15903&rtt_var=15205&sent=5&recv=7&lost=0&retrans=0&sent_bytes=2801&recv_bytes=918&delivery_rate=263918&cwnd=252&unsent_bytes=0&cid=332b43cbbcd98886&ts=159&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"75ed351a-f3bb-4c71-a462-5a406d11ca5f"},{"name":"Report - All","id":"35dfcd61-86eb-46dc-8d80-d002bc59f98d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/management/reports","urlObject":{"path":["management","reports"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"reportId","value":"6756e7ccbe047446cf716697"},{"disabled":true,"key":"reportType","value":"REPORT TYPE"},{"disabled":true,"key":"comment","value":"report"}],"variable":[]}},"response":[],"_postman_id":"35dfcd61-86eb-46dc-8d80-d002bc59f98d"}],"id":"a63a417a-9fc8-42df-a660-9a69757764c4","_postman_id":"a63a417a-9fc8-42df-a660-9a69757764c4","description":""},{"name":"Lists Common","item":[{"name":"List - Create","id":"5886d65b-7fa3-4db1-8310-0ad192e9a788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"category\": \"WHITELIST\", // enum: [ \"WHITELIST\", \"BLACKLIST\" ]\n    \"type\": \"USER\", // enum: [ \"USER\", \"IBAN\", \"FINGERPRINT\" ]\n    \"status\": \"ACTIVE\", // enum: [ \"ACTIVE\", \"INACTIVE\" ]\n    \"name\":\"scammer\",    \n    \"description\": \"description\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/list","urlObject":{"path":["list"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5886d65b-7fa3-4db1-8310-0ad192e9a788"},{"name":"List - Update","id":"1557dd7f-efa8-4ba1-ac0a-2b80dcc6c740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"category\": \"BLACKLIST\", // enum: [ \"WHITELIST\", \"BLACKLIST\" ]\n    \"type\": \"USER\", // enum: [ \"USER\", \"IBAN\", \"FINGERPRINT\" ]\n    \"status\": \"ACTIVE\", // enum: [ \"ACTIVE\", \"INACTIVE\" ]\n    \"name\":\"scammer\",    \n    \"description\": \"description\",\n    \"data\": {\n        \"items\": [ //OPTIONAL\n            {\n                \"key\": \"itemsKey\",\n                \"metadata\": [\n                    {\n                        \"metadataKey\": \"keyA\",\n                        \"metadataValue\": \"valueA\"\n                    }\n                ]\n            }\n        ],\n        \"metadata\": { //OPTIONAL\n            \"name\": \"metadataName\",\n            \"description\": \"metadata description\",\n            \"status\": true,\n            \"checkSum\": \"check sum\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/list/:listId","urlObject":{"path":["list",":listId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"672e2ab86df6d3143cbda05b","key":"listId"}]}},"response":[],"_postman_id":"1557dd7f-efa8-4ba1-ac0a-2b80dcc6c740"},{"name":"List - Get","id":"4c9caff0-1780-473b-b970-c86743a49d72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/list/:roleId","urlObject":{"path":["list",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"6755d73b3ac75e53fba790c6","key":"roleId"}]}},"response":[],"_postman_id":"4c9caff0-1780-473b-b970-c86743a49d72"},{"name":"List - Delete","id":"7442c3cd-bc13-4328-a25a-28f0bed7cdb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseUrl}}/list/:listId","urlObject":{"path":["list",":listId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"6755caff00f35bc1ed1d1032","key":"listId"}]}},"response":[],"_postman_id":"7442c3cd-bc13-4328-a25a-28f0bed7cdb8"},{"name":"List - All","id":"1cedb2c4-aebd-4b16-9ce1-bba125e4a435","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/list","urlObject":{"path":["list"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"category","value":"WHITELIST"}],"variable":[]}},"response":[],"_postman_id":"1cedb2c4-aebd-4b16-9ce1-bba125e4a435"}],"id":"14773c6c-d3f9-4354-886c-f9ffda4fdc64","_postman_id":"14773c6c-d3f9-4354-886c-f9ffda4fdc64","description":""}],"id":"801576d4-14d1-46b1-ad83-3d4d0e89b05d","_postman_id":"801576d4-14d1-46b1-ad83-3d4d0e89b05d","description":""},{"name":"Webhook","item":[{"name":"User","item":[{"name":"User State Update","id":"44a23cb6-3f52-4fae-838a-510c32e859bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"USER_STATE_UPDATED\",\r\n  \"data\": {\r\n    \"reason\": \"string\",\r\n    \"state\": \"UNACCEPTABLE\"\r\n  },\r\n  \"id\": \"string\",\r\n  \"triggeredBy\": \"MANUAL\",\r\n  \"createdTimestamp\": 1\r\n}","options":{"raw":{"language":"json"}}},"description":"<p>Occurs whenever a user's state is updated</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"44a23cb6-3f52-4fae-838a-510c32e859bc"},{"name":"IRS Status Update","id":"81f40c41-dec1-4f3d-9ab9-ccfd48c655d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"IRS_STATUS_UPDATED\",\r\n  \"data\": {\r\n    \"reason\": \"string\",\r\n    \"status\": \"SUCCESSFUL\"\r\n  },\r\n  \"id\": \"string\",\r\n  \"triggeredBy\": \"MANUAL\",\r\n  \"createdTimestamp\": 1\r\n}","options":{"raw":{"language":"json"}}},"description":"<p>Occurs whenever a user's state is updated</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"81f40c41-dec1-4f3d-9ab9-ccfd48c655d5"}],"id":"79521e96-9ca6-43fd-adee-b282eb9e1731","_postman_id":"79521e96-9ca6-43fd-adee-b282eb9e1731","description":""},{"name":"Transaction","item":[{"name":"Transaction State Update","id":"3effb2b9-d479-4271-8c23-d26802954197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"TRANSACTION_STATUS_UPDATED\",\r\n  \"data\": {\r\n    \"transactionId\": \"string\",\r\n    \"reasons\": [\r\n      \"string\"\r\n    ],\r\n    \"status\": \"ALLOW\",\r\n    \"comment\": \"string\"\r\n  },\r\n  \"id\": \"string\",\r\n  \"triggeredBy\": \"MANUAL\",\r\n  \"createdTimestamp\": 1\r\n}","options":{"raw":{"language":"json"}}},"description":"<p>Occurs whenever a user's state is updated</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"3effb2b9-d479-4271-8c23-d26802954197"}],"id":"76798e2d-69a3-4a8a-9780-a567b41e6790","_postman_id":"76798e2d-69a3-4a8a-9780-a567b41e6790","description":""},{"name":"Case","item":[{"name":"Case Open","id":"3ce2a397-703c-4a7e-bb88-0e2fca6b6d0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"CASE_OPENED\",\r\n  \"data\": {\r\n    \"caseId\": \"string\",\r\n    \"status\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"transactionIds\": [\r\n      \"string\"\r\n    ]\r\n  },\r\n  \"id\": \"string\",\r\n  \"triggeredBy\": \"MANUAL\",\r\n  \"createdTimestamp\": 1\r\n}","options":{"raw":{"language":"json"}}},"description":"<p>Occurs whenever a user's state is updated</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"3ce2a397-703c-4a7e-bb88-0e2fca6b6d0c"},{"name":"Case Close","id":"decc9e63-6c93-4d9c-88e3-6f3ca10d56ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"CASE_CLOSED\",\r\n  \"data\": {\r\n    \"caseId\": \"string\",\r\n    \"status\": \"string\",\r\n    \"reasons\": [\r\n      \"string\"\r\n    ],\r\n    \"reasonDescriptionForOther\": \"string\",\r\n    \"comment\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"transactionIds\": [\r\n      \"string\"\r\n    ]\r\n  },\r\n  \"id\": \"string\",\r\n  \"triggeredBy\": \"MANUAL\",\r\n  \"createdTimestamp\": 1\r\n}","options":{"raw":{"language":"json"}}},"description":"<p>Occurs whenever a user's state is updated</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"decc9e63-6c93-4d9c-88e3-6f3ca10d56ee"}],"id":"2cd70acf-f152-48d9-9e7a-e4f644606427","_postman_id":"2cd70acf-f152-48d9-9e7a-e4f644606427","description":""},{"name":"Alert","item":[{"name":"Alert Open","event":[{"listen":"test","script":{"id":"5507a590-b9e3-444a-9673-20633e01fef9","exec":["responseCode:200"],"type":"text/javascript","packages":{}}}],"id":"1fd2f852-9259-48f8-82f1-d396bc781168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"ALERT_OPEN\",\r\n  \"data\": {\r\n    \"alertId\": \"string\",\r\n    \"status\": \"string\",\r\n    \"transactionIds\": [\r\n      \"string\"\r\n    ],\r\n    \"ruleName\": \"string\",\r\n    \"ruleDescription\": \"string\",\r\n    \"ruleId\": \"string\",\r\n    \"ruleInstanceId\": \"string\",\r\n    \"caseId\": \"string\",\r\n    \"userId\": \"string\"\r\n  },\r\n  \"id\": \"string\",\r\n  \"triggeredBy\": \"MANUAL\",\r\n  \"createdTimestamp\": 1\r\n}","options":{"raw":{"language":"json"}}},"description":"<p>Occurs whenever a user's state is updated</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"1fd2f852-9259-48f8-82f1-d396bc781168"},{"name":"Alert Close","id":"61e61c32-30ab-4455-8b0c-83ed094c4d2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{authToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"ALERT_CLOSED\",\r\n  \"data\": {\r\n    \"alertId\": \"string\",\r\n    \"status\": \"string\",\r\n    \"reasons\": [\r\n      \"string\"\r\n    ],\r\n    \"reasonDescriptionForOther\": \"string\",\r\n    \"comment\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"transactionIds\": [\r\n      \"string\"\r\n    ],\r\n    \"ruleName\": \"string\",\r\n    \"ruleDescription\": \"string\",\r\n    \"ruleId\": \"string\",\r\n    \"ruleInstanceId\": \"string\"\r\n  },\r\n  \"id\": \"string\",\r\n  \"triggeredBy\": \"MANUAL\",\r\n  \"createdTimestamp\": 1\r\n}","options":{"raw":{"language":"json"}}},"description":"<p>Occurs whenever a user's state is updated</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"61e61c32-30ab-4455-8b0c-83ed094c4d2c"}],"id":"92680643-1c36-4bb0-8e80-ef65c7652e49","_postman_id":"92680643-1c36-4bb0-8e80-ef65c7652e49","description":""}],"id":"659a0fa4-b89c-4853-8b56-cceacd67c1ee","description":"<h1 id=\"introduction\">Introduction</h1>\n<p>A webhook enables Mulai to push real-time notifications to your app.<br />Mulai uses HTTPS to send these notifications to your app as a JSON<br />payload. You can then use these notifications to execute actions in your<br />backend systems.</p>\n<p>Webhooks are particularly useful when:</p>\n<ul>\n<li><p>A transaction is investigated and approved by your compliance team.</p>\n</li>\n<li><p>A user’s state has changed.</p>\n</li>\n<li><p>A new case or alert is created.</p>\n</li>\n<li><p>A case or alert is closed.</p>\n</li>\n<li><p>A rule action has been updated.</p>\n</li>\n</ul>\n<h2 id=\"steps-to-receive-webhooks\">Steps to Receive Webhooks</h2>\n<p>You can start receiving event notifications in your app by following these steps:</p>\n<ol>\n<li><p>Identify the events you want to monitor and the event payloads to parse.</p>\n</li>\n<li><p>Create a webhook endpoint as an HTTP endpoint (URL) on your server.</p>\n</li>\n<li><p>Handle requests from Mulai by parsing each event object and returning 2xx response status codes.</p>\n</li>\n<li><p>Deploy your webhook endpoint so that it is publicly accessible via an HTTPS URL.</p>\n</li>\n<li><p>Register your publicly accessible HTTPS URL in the<br /> Mulai console and store the secret signing key (for verifying the<br /> payload) in a secure place.</p>\n</li>\n</ol>\n<h2 id=\"types-of-events\">Types of Events</h2>\n<p><a href=\"https://docs.mulai.com/#44a23cb6-3f52-4fae-838a-510c32e859bc\">Full list of webhook events</a></p>\n<h2 id=\"event\">Event</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PROPERTY</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique identifier for the event</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Event type (e.g., USER_STATE_UPDATED).</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object containing data associated with the event.</td>\n</tr>\n<tr>\n<td>createdTimestamp</td>\n<td>Time at which the event was created. Measured in ms since the Unix epoch.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"payloads\">Payloads</h2>\n<h2 id=\"sample-event-payload\">Sample Event Payload</h2>\n<p>{<br />\"id\": \"2fa554d3-1ffa-4361-9af6-5479c2d4847f\",<br />\"type\": \"USER_STATE_UPDATED\",<br />\"createdTimestamp\": 1661522222301,<br />\"triggeredBy\": \"MANUAL\",<br />\"data\": {<br />\"userId\": \"U-1\",<br />\"state\": \"BLOCKED\",<br />\"reason\": \"updated manually\"<br />}</p>\n<p><strong>Signature Header</strong></p>\n<p>To ensure that all webhook requests are <strong>authentic</strong> and <strong>untampered</strong>, every webhook event sent from our system includes a <strong>digital signature</strong> in the request header.</p>\n<p>The receiving server must <strong>verify this signature</strong> before processing the payload.</p>\n<p>Each webhook request includes a signature header:</p>\n<p><code>X-Signature: sha256=</code></p>\n<p><strong>Algorithm:</strong> HMAC-SHA256</p>\n<p><strong>Secret Key:</strong> Provided in your dashboard or project settings (API details)</p>\n<p><strong>Payload used:</strong> The raw JSON body of the webhook request</p>\n<p>Example</p>\n<p><code>X-Signature: sha256=5f2a3d0a9c4e8b7fdd91a0d6c45e1e43c94e18d5a1f3e8e1a7f88ac3c9ef2b6a</code></p>\n<p>When your server receives a webhook event:</p>\n<ol>\n<li><p><strong>Read the raw request body</strong> (not the parsed JSON).</p>\n</li>\n<li><p><strong>Compute your own HMAC-SHA256 hash</strong> using the shared secret and the raw payload.</p>\n</li>\n<li><p><strong>Compare</strong> your computed hash with the value in the <code>X-Signature</code> header.</p>\n</li>\n<li><p>If they <strong>match</strong>, the request is valid and trusted.</p>\n</li>\n</ol>\n<p>If the values <strong>do not match</strong>, you must <strong>reject the request</strong></p>\n","_postman_id":"659a0fa4-b89c-4853-8b56-cceacd67c1ee"},{"name":"SDK","item":[{"name":"Android","item":[],"id":"5fd652b7-a846-47c2-aedf-21af3764d26f","description":"<p>This documentation is for Android SDK</p>\n","_postman_id":"5fd652b7-a846-47c2-aedf-21af3764d26f"},{"name":"iOS","item":[],"id":"fd95de3a-8dcf-4da2-a8cb-a65cfb57adbf","description":"<p>This documentation is for iOS SDK</p>\n","_postman_id":"fd95de3a-8dcf-4da2-a8cb-a65cfb57adbf"},{"name":"Node.js","item":[],"id":"b40580a9-93f9-4bb6-997b-20691290cb6c","description":"<p>This documentation is for Node.js SDK</p>\n","_postman_id":"b40580a9-93f9-4bb6-997b-20691290cb6c"}],"id":"6e994152-2ae1-4bc4-a69a-35b43eb25e6c","_postman_id":"6e994152-2ae1-4bc4-a69a-35b43eb25e6c","description":""},{"name":"Health Check","id":"8ac83fd4-b060-4169-b6e7-5892ea2a844b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/health","urlObject":{"path":["health"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ac83fd4-b060-4169-b6e7-5892ea2a844b"}]}