{"id":347,"date":"2024-07-08T16:00:30","date_gmt":"2024-07-08T16:00:30","guid":{"rendered":"https:\/\/developers.10npay.com\/?post_type=docs&#038;p=1421"},"modified":"2024-07-08T16:00:30","modified_gmt":"2024-07-08T16:00:30","password":"","slug":"search-individual","status":"publish","type":"docs","link":"https:\/\/developers.10npay.com\/bg\/docs\/search-individual\/","title":{"rendered":"Search individual"},"content":{"rendered":"<h4><span style=\"font-size: 20px\"><strong>Endpoint<br \/>\n<\/strong><\/span><\/h4>\n<p><span style=\"font-size: 20px\"><strong>URL<\/strong> <\/span><\/p>\n<p><span style=\"font-size: 20px\"><div class=\"dm-code-snippet dark default  dm-normal-version\" style=\"background-color:#abb8c3;\" snippet-height=\"\">\n\t\t\t<div class=\"control-language\">\n                <div class=\"dm-buttons\">\n                    <div class=\"dm-buttons-left\">\n                        <div class=\"dm-button-snippet red-button\"><\/div>\n                        <div class=\"dm-button-snippet orange-button\"><\/div>\n                        <div class=\"dm-button-snippet green-button\"><\/div>\n                    <\/div>\n                    <div class=\"dm-buttons-right\">\n                        <a id=\"dm-copy-raw-code\">\n                        <span class=\"dm-copy-text\">Copy Code<\/span>\n                        <span class=\"dm-copy-confirmed\" style=\"display:none\">Copied<\/span>\n                        <span class=\"dm-error-message\" style=\"display:none\">Use a different Browser<\/span><\/a>\n                    <\/div>\n                <\/div>\n                <pre class=\"no-line-numbers\"><code id=\"dm-code-raw\" class=\"wrap language-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\"><span style=\"font-size: 20px\">https:\/\/crm-api-test.10npay.com\/api\/v1\/Individual\/search<\/span><\/pre>\n<p><span style=\"font-size: 20px\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<p><span style=\"font-size: 20px\"><strong>Method:<\/strong><code>POST<\/code><\/span><\/p>\n<p><span style=\"font-size: 20px\"><strong>Description<\/strong><\/span><\/p>\n<p><span style=\"font-size: 20px\">This endpoint allows you to search for individuals based on specified filters and sort criteria.<\/span><\/p>\n<h4><span style=\"font-size: 20px\"><strong>Request<\/strong><\/span><\/h4>\n<p><span style=\"font-size: 20px\"><strong>Headers<\/strong><\/span><\/p>\n<ul>\n<li><span style=\"font-size: 20px\"><code>accept: text\/plain<\/code><\/span><\/li>\n<li><span style=\"font-size: 20px\"><code>Authorization: Bearer &lt;your_access_token&gt;<\/code><\/span><\/li>\n<li><span style=\"font-size: 20px\"><code>Content-Type: application\/json-patch+json<\/code><\/span><\/li>\n<\/ul>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><\/div>\n<\/div>\n<p><span style=\"font-size: 20px\"><strong>Request Example:<\/strong><\/span><\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\">\n<div class=\"flex items-center\"><\/div>\n<\/div>\n<p><span style=\"font-size: 20px\"><div class=\"dm-code-snippet dark default  dm-normal-version\" style=\"background-color:#abb8c3;\" snippet-height=\"\">\n\t\t\t<div class=\"control-language\">\n                <div class=\"dm-buttons\">\n                    <div class=\"dm-buttons-left\">\n                        <div class=\"dm-button-snippet red-button\"><\/div>\n                        <div class=\"dm-button-snippet orange-button\"><\/div>\n                        <div class=\"dm-button-snippet green-button\"><\/div>\n                    <\/div>\n                    <div class=\"dm-buttons-right\">\n                        <a id=\"dm-copy-raw-code\">\n                        <span class=\"dm-copy-text\">Copy Code<\/span>\n                        <span class=\"dm-copy-confirmed\" style=\"display:none\">Copied<\/span>\n                        <span class=\"dm-error-message\" style=\"display:none\">Use a different Browser<\/span><\/a>\n                    <\/div>\n                <\/div>\n                <pre class=\"no-line-numbers\"><code id=\"dm-code-raw\" class=\"no-wrap language-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\"><span style=\"font-size: 20px\">{\r\n\t\"filters\": [\r\n\t\t{\r\n\t\t\t\"columnName\": \"Email\",\r\n\t\t\t\"operator\": 0,\r\n\t\t\t\"value\": \"testemail@temp.bg\"\r\n\t\t}\r\n\t],\r\n\t\"sortings\": [\r\n\t\t{\r\n\t\t\t\"sortBy\": \"Email\",\r\n\t\t\t\"sortOrder\": 1\r\n\t\t}\r\n\t],\r\n\t\"pageNumber\": 1,\r\n\t\"pageSize\": 10\r\n}<\/span><\/pre>\n<p><span style=\"font-size: 20px\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<\/div>\n<h4><span style=\"font-size: 20px\"><strong>Response<\/strong><\/span><\/h4>\n<h5><span style=\"font-size: 20px\"><strong>200 Success<\/strong><\/span><\/h5>\n<p><span style=\"font-size: 20px\"><strong>Schema:<\/strong><\/span><\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<p><span style=\"font-size: 20px\"><div class=\"dm-code-snippet dark default  dm-normal-version\" style=\"background-color:#abb8c3;\" snippet-height=\"\">\n\t\t\t<div class=\"control-language\">\n                <div class=\"dm-buttons\">\n                    <div class=\"dm-buttons-left\">\n                        <div class=\"dm-button-snippet red-button\"><\/div>\n                        <div class=\"dm-button-snippet orange-button\"><\/div>\n                        <div class=\"dm-button-snippet green-button\"><\/div>\n                    <\/div>\n                    <div class=\"dm-buttons-right\">\n                        <a id=\"dm-copy-raw-code\">\n                        <span class=\"dm-copy-text\">Copy Code<\/span>\n                        <span class=\"dm-copy-confirmed\" style=\"display:none\">Copied<\/span>\n                        <span class=\"dm-error-message\" style=\"display:none\">Use a different Browser<\/span><\/a>\n                    <\/div>\n                <\/div>\n                <pre class=\"no-line-numbers\"><code id=\"dm-code-raw\" class=\"no-wrap language-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\"><span style=\"font-size: 20px\">{\r\n\t\"totalCount\": \"integer\",\r\n\t\"data\": [\r\n\t\t{\r\n\t\t\t\"id\": \"integer\",\r\n\t\t\t\"photo\": \"string (nullable)\",\r\n\t\t\t\"firstName\": \"string (nullable)\",\r\n\t\t\t\"lastName\": \"string (nullable)\",\r\n\t\t\t\"nonLatinFirstName\": \"string (nullable)\",\r\n\t\t\t\"nonLatinLastName\": \"string (nullable)\",\r\n\t\t\t\"email\": \"string (nullable)\",\r\n\t\t\t\"walletId\": \"string (nullable)\",\r\n\t\t\t\"walletBalance\": \"number (double, nullable)\",\r\n\t\t\t\"currency\": \"string (nullable)\",\r\n\t\t\t\"merchantId\": \"integer\",\r\n\t\t\t\"merchant\": \"string (nullable)\",\r\n\t\t\t\"merchantGroup\": \"string (nullable)\",\r\n\t\t\t\"merchantGroupId\": \"integer\",\r\n\t\t\t\"lastLogin\": \"string ($date-time)\",\r\n\t\t\t\"status\": \"integer\",\r\n\t\t\t\"createdTimeStamp\": \"string ($date-time)\",\r\n\t\t\t\"cbsOnboarded\": \"boolean\",\r\n\t\t\t\"cbsId\": \"string (nullable)\",\r\n\t\t\t\"cryptoCustomer\": \"boolean\",\r\n\t\t\t\"personalIdentificationNumber\": \"string (nullable)\"\r\n\t\t}\r\n\t]\r\n}<\/span><\/pre>\n<p><span style=\"font-size: 20px\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<\/div>\n<p><span style=\"font-size: 20px\"><strong>Response Example:<\/strong><\/span><\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\">\n<p><span style=\"font-size: 20px\"><div class=\"dm-code-snippet dark default  dm-normal-version\" style=\"background-color:#abb8c3;\" snippet-height=\"\">\n\t\t\t<div class=\"control-language\">\n                <div class=\"dm-buttons\">\n                    <div class=\"dm-buttons-left\">\n                        <div class=\"dm-button-snippet red-button\"><\/div>\n                        <div class=\"dm-button-snippet orange-button\"><\/div>\n                        <div class=\"dm-button-snippet green-button\"><\/div>\n                    <\/div>\n                    <div class=\"dm-buttons-right\">\n                        <a id=\"dm-copy-raw-code\">\n                        <span class=\"dm-copy-text\">Copy Code<\/span>\n                        <span class=\"dm-copy-confirmed\" style=\"display:none\">Copied<\/span>\n                        <span class=\"dm-error-message\" style=\"display:none\">Use a different Browser<\/span><\/a>\n                    <\/div>\n                <\/div>\n                <pre class=\"no-line-numbers\"><code id=\"dm-code-raw\" class=\"wrap language-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\"><span style=\"font-size: 20px\">{\r\n\t\"totalCount\": 1,\r\n\t\"data\": [\r\n\t\t{\r\n\t\t\t\"id\": 123,\r\n\t\t\t\"photo\": null,\r\n\t\t\t\"firstName\": \"Ivailo\",\r\n\t\t\t\"lastName\": \"Petkov\",\r\n\t\t\t\"nonLatinFirstName\": null,\r\n\t\t\t\"nonLatinLastName\": null,\r\n\t\t\t\"email\": \"ivailo.petkov@alaricsecurities.com\",\r\n\t\t\t\"walletId\": \"WALLET123\",\r\n\t\t\t\"walletBalance\": 1000.0,\r\n\t\t\t\"currency\": \"USD\",\r\n\t\t\t\"merchantId\": 456,\r\n\t\t\t\"merchant\": \"Alaric Securities\",\r\n\t\t\t\"merchantGroup\": \"Finance\",\r\n\t\t\t\"merchantGroupId\": 789,\r\n\t\t\t\"lastLogin\": \"2023-07-08T12:34:56Z\",\r\n\t\t\t\"status\": 1,\r\n\t\t\t\"createdTimeStamp\": \"2023-07-01T08:00:00Z\",\r\n\t\t\t\"cbsOnboarded\": true,\r\n\t\t\t\"cbsId\": \"CBS123\",\r\n\t\t\t\"cryptoCustomer\": false,\r\n\t\t\t\"personalIdentificationNumber\": \"123456789\"\r\n\t\t}\r\n\t]\r\n}<\/span><\/pre>\n<p><span style=\"font-size: 20px\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<\/div>\n<\/div>\n<h5><span style=\"font-size: 20px\"><strong>400 Bad Request<\/strong><\/span><\/h5>\n<p><span style=\"font-size: 20px\"><strong>Schema:<\/strong><\/span><\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\">\n<p><span style=\"font-size: 20px\"><div class=\"dm-code-snippet dark default  dm-normal-version\" style=\"background-color:#abb8c3;\" snippet-height=\"\">\n\t\t\t<div class=\"control-language\">\n                <div class=\"dm-buttons\">\n                    <div class=\"dm-buttons-left\">\n                        <div class=\"dm-button-snippet red-button\"><\/div>\n                        <div class=\"dm-button-snippet orange-button\"><\/div>\n                        <div class=\"dm-button-snippet green-button\"><\/div>\n                    <\/div>\n                    <div class=\"dm-buttons-right\">\n                        <a id=\"dm-copy-raw-code\">\n                        <span class=\"dm-copy-text\">Copy Code<\/span>\n                        <span class=\"dm-copy-confirmed\" style=\"display:none\">Copied<\/span>\n                        <span class=\"dm-error-message\" style=\"display:none\">Use a different Browser<\/span><\/a>\n                    <\/div>\n                <\/div>\n                <pre class=\"no-line-numbers\"><code id=\"dm-code-raw\" class=\"wrap language-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\"><span style=\"font-size: 20px\">{\r\n\t\"type\": \"string (nullable)\",\r\n\t\"title\": \"string (nullable)\",\r\n\t\"status\": \"integer (nullable)\",\r\n\t\"detail\": \"string (nullable)\",\r\n\t\"instance\": \"string (nullable)\"\r\n}<\/span><\/pre>\n<p><span style=\"font-size: 20px\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><br \/>\n<\/span><\/p>\n<\/div>\n<\/div>\n<p><span style=\"font-size: 20px\"><strong>Response Example:<\/strong><\/span><\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><\/div>\n<p><span style=\"font-size: 20px\"><div class=\"dm-code-snippet dark default  dm-normal-version\" style=\"background-color:#abb8c3;\" snippet-height=\"\">\n\t\t\t<div class=\"control-language\">\n                <div class=\"dm-buttons\">\n                    <div class=\"dm-buttons-left\">\n                        <div class=\"dm-button-snippet red-button\"><\/div>\n                        <div class=\"dm-button-snippet orange-button\"><\/div>\n                        <div class=\"dm-button-snippet green-button\"><\/div>\n                    <\/div>\n                    <div class=\"dm-buttons-right\">\n                        <a id=\"dm-copy-raw-code\">\n                        <span class=\"dm-copy-text\">Copy Code<\/span>\n                        <span class=\"dm-copy-confirmed\" style=\"display:none\">Copied<\/span>\n                        <span class=\"dm-error-message\" style=\"display:none\">Use a different Browser<\/span><\/a>\n                    <\/div>\n                <\/div>\n                <pre class=\"no-line-numbers\"><code id=\"dm-code-raw\" class=\"wrap language-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\"><span style=\"font-size: 20px\">{\r\n\t\"type\": \"https:\/\/crm-api-test.10npay.com\/api\/v1\/Individual\/search\",\r\n\t\"title\": \"One or more validation errors occurred.\",\r\n\t\"status\": 400,\r\n\t\"detail\": \"The Email field is required.\",\r\n\t\"instance\": \"\/api\/v1\/Individual\/search\"\r\n}<\/span><\/pre>\n<p><span style=\"font-size: 20px\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<\/div>\n<p><span style=\"font-size: 20px\"><strong>500 Internal Server Error<\/strong><\/span><\/p>\n<p><span style=\"font-size: 20px\"><strong>Schema:<\/strong><\/span><\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\">\n<p><span style=\"font-size: 20px\"><div class=\"dm-code-snippet dark default  dm-normal-version\" style=\"background-color:#abb8c3;\" snippet-height=\"\">\n\t\t\t<div class=\"control-language\">\n                <div class=\"dm-buttons\">\n                    <div class=\"dm-buttons-left\">\n                        <div class=\"dm-button-snippet red-button\"><\/div>\n                        <div class=\"dm-button-snippet orange-button\"><\/div>\n                        <div class=\"dm-button-snippet green-button\"><\/div>\n                    <\/div>\n                    <div class=\"dm-buttons-right\">\n                        <a id=\"dm-copy-raw-code\">\n                        <span class=\"dm-copy-text\">Copy Code<\/span>\n                        <span class=\"dm-copy-confirmed\" style=\"display:none\">Copied<\/span>\n                        <span class=\"dm-error-message\" style=\"display:none\">Use a different Browser<\/span><\/a>\n                    <\/div>\n                <\/div>\n                <pre class=\"no-line-numbers\"><code id=\"dm-code-raw\" class=\"wrap language-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\"><span style=\"font-size: 20px\">{\r\n\t\"type\": \"string (nullable)\",\r\n\t\"title\": \"string (nullable)\",\r\n\t\"status\": \"integer (nullable)\",\r\n\t\"detail\": \"string (nullable)\",\r\n\t\"instance\": \"string (nullable)\"\r\n}<\/span><\/pre>\n<p><span style=\"font-size: 20px\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<\/div>\n<\/div>\n<p><span style=\"font-size: 20px\"><strong>Response Example:<\/strong><\/span><\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\">\n<p><span style=\"font-size: 20px\"><div class=\"dm-code-snippet dark default  dm-normal-version\" style=\"background-color:#abb8c3;\" snippet-height=\"\">\n\t\t\t<div class=\"control-language\">\n                <div class=\"dm-buttons\">\n                    <div class=\"dm-buttons-left\">\n                        <div class=\"dm-button-snippet red-button\"><\/div>\n                        <div class=\"dm-button-snippet orange-button\"><\/div>\n                        <div class=\"dm-button-snippet green-button\"><\/div>\n                    <\/div>\n                    <div class=\"dm-buttons-right\">\n                        <a id=\"dm-copy-raw-code\">\n                        <span class=\"dm-copy-text\">Copy Code<\/span>\n                        <span class=\"dm-copy-confirmed\" style=\"display:none\">Copied<\/span>\n                        <span class=\"dm-error-message\" style=\"display:none\">Use a different Browser<\/span><\/a>\n                    <\/div>\n                <\/div>\n                <pre class=\"no-line-numbers\"><code id=\"dm-code-raw\" class=\"wrap language-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\"><span style=\"font-size: 20px\">{\r\n\t\"type\": \"https:\/\/crm-api-test.10npay.com\/api\/v1\/Individual\/search\",\r\n\t\"title\": \"An unexpected error occurred.\",\r\n\t\"status\": 500,\r\n\t\"detail\": \"Internal Server Error\",\r\n\t\"instance\": \"\/api\/v1\/Individual\/search\"\r\n}<\/span><\/pre>\n<p><span style=\"font-size: 20px\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<h4><span style=\"font-size: 20px\">Snippet<\/span><\/h4>\n<p><span style=\"font-size: 20px\">[codesnippet id=&#8221;67&#8243;]<\/span><\/p>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Endpoint URL Method:POST Description This endpoint allows you to search for individuals based on specified filters and sort criteria. Request Headers accept: text\/plain Authorization: Bearer &lt;your_access_token&gt; Content-Type: application\/json-patch+json Request Example: Response 200 Success Schema: Response Example: 400 Bad Request Schema: Response Example: 500 Internal Server Error Schema: Response Example: Snippet [codesnippet id=&#8221;67&#8243;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"doc_category":[54],"doc_tag":[],"knowledge_base":[33],"class_list":["post-347","docs","type-docs","status-publish","hentry","doc_category-beneficiaries","knowledge_base-10npay"],"year_month":"2026-05","word_count":502,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"10npaydev","author_nicename":"10npaydev","author_url":"https:\/\/developers.10npay.com\/bg\/author\/10npaydev\/"},"doc_category_info":[{"term_name":"Beneficiaries","term_url":"https:\/\/developers.10npay.com\/bg\/docs\/10npay\/beneficiaries\/"}],"doc_tag_info":[],"knowledge_base_info":[{"term_name":"10npay","term_url":"https:\/\/developers.10npay.com\/bg\/docs\/10npay\/","term_slug":"10npay"}],"knowledge_base_slug":["10npay"],"_links":{"self":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/347","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/comments?post=347"}],"version-history":[{"count":0,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/347\/revisions"}],"wp:attachment":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/media?parent=347"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_category?post=347"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_tag?post=347"},{"taxonomy":"knowledge_base","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/knowledge_base?post=347"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}