{"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":"2026-05-22T09:54:05","modified_gmt":"2026-05-22T09:54:05","password":"","slug":"search-individual","status":"publish","type":"docs","link":"https:\/\/developers.10npay.com\/bg\/docs\/search-individual\/","title":{"rendered":"Search individual"},"content":{"rendered":"<h1>Search Individual (Beneficiaries)<\/h1>\n<p>Searches the 10nPay directory to find other users you can add as beneficiaries.<\/p>\n<h2>Endpoint<\/h2>\n<pre><code>POST https:\/\/api-test.10npay.com\/app\/search-beneficiaries\n<\/code><\/pre>\n<h2>Headers<\/h2>\n<ul>\n<li><code>Authorization: Bearer &lt;access_token&gt;<\/code><\/li>\n<li><code>Content-Type: application\/json<\/code><\/li>\n<li><code>Accept: application\/json<\/code><\/li>\n<\/ul>\n<h2>Request Body<\/h2>\n<pre><code>{\n  \"filters\": [\n    {\n      \"columnName\": \"Email\",\n      \"operator\": 0,\n      \"value\": \"test@example.com\"\n    }\n  ],\n  \"sortings\": [\n    {\n      \"sortBy\": \"Email\",\n      \"sortOrder\": 1\n    }\n  ],\n  \"pageNumber\": 1,\n  \"pageSize\": 10\n}\n<\/code><\/pre>\n<p>This matches the wallet\u2019s <code>SearchFriendModel<\/code> \u2013 you can filter by Email\/Name and paginate results.<\/p>\n<h2>Response<\/h2>\n<p><strong>200 OK<\/strong>:<\/p>\n<pre><code>{\n  \"totalCount\": 1,\n  \"data\": [\n    {\n      \"id\": 590,\n      \"firstName\": \"Ivailo\",\n      \"email\": \"user@example.com\",\n      \"walletId\": \"WALLET123\",\n      \"status\": 1\n    }\n  ]\n}\n<\/code><\/pre>\n<h2>Errors<\/h2>\n<ul>\n<li><strong>400<\/strong> \u2013 invalid filter (missing column\/value).<\/li>\n<li><strong>401<\/strong> \u2013 missing\/expired token.<\/li>\n<li><strong>500<\/strong> \u2013 retry later.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Search Individual (Beneficiaries) Searches the 10nPay directory to find other users you can add as beneficiaries. Endpoint POST https:\/\/api-test.10npay.com\/app\/search-beneficiaries Headers Authorization: Bearer &lt;access_token&gt; Content-Type: application\/json Accept: application\/json Request Body { &#8220;filters&#8221;: [ { &#8220;columnName&#8221;: &#8220;Email&#8221;, &#8220;operator&#8221;: 0, &#8220;value&#8221;: &#8220;test@example.com&#8221; } ], &#8220;sortings&#8221;: [ { &#8220;sortBy&#8221;: &#8220;Email&#8221;, &#8220;sortOrder&#8221;: 1 } ], &#8220;pageNumber&#8221;: 1, &#8220;pageSize&#8221;: 10 } [&hellip;]<\/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-07","word_count":93,"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":1,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/347\/revisions"}],"predecessor-version":[{"id":427,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/347\/revisions\/427"}],"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}]}}