{"id":345,"date":"2024-07-08T13:53:46","date_gmt":"2024-07-08T13:53:46","guid":{"rendered":"https:\/\/developers.10npay.com\/?post_type=docs&#038;p=1403"},"modified":"2024-07-08T13:53:46","modified_gmt":"2024-07-08T13:53:46","password":"","slug":"search-individual-transactions-2","status":"publish","type":"docs","link":"https:\/\/developers.10npay.com\/bg\/docs\/search-individual-transactions-2\/","title":{"rendered":"Search Individual Transactions"},"content":{"rendered":"<h5><span style=\"font-size: 20px\">Endpoint<\/span><\/h5>\n<p><span style=\"font-size: 20px\"><strong>URL<\/strong>:<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\">https:\/\/crm-api-test.10npay.com\/api\/v1\/IndividualTransaction\/search<\/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>: Search for transactions associated with a specific individual.<\/span><\/p>\n<p><strong><span style=\"font-size: 20px\">Request Headers<\/span><\/strong><\/p>\n<ul>\n<li><span style=\"font-size: 20px\"><code>accept<\/code>: <code>text\/plain<\/code><\/span><\/li>\n<li><span style=\"font-size: 20px\"><code>Authorization<\/code>: <code>Bearer {Token}<\/code><\/span><\/li>\n<li><span style=\"font-size: 20px\"><code>Content-Type<\/code>: <code>application\/json-patch+json<\/code><\/span><\/li>\n<\/ul>\n<p><strong><span style=\"font-size: 20px\">Request Parameters<\/span><\/strong><\/p>\n<table>\n<thead>\n<tr>\n<th><span style=\"font-size: 20px\">Parameter<\/span><\/th>\n<th><span style=\"font-size: 20px\">Type<\/span><\/th>\n<th><span style=\"font-size: 20px\">Description<\/span><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><span style=\"font-size: 20px\">individualId<\/span><\/td>\n<td><span style=\"font-size: 20px\">integer<\/span><\/td>\n<td><span style=\"font-size: 20px\">The ID of the individual<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">isRefresh<\/span><\/td>\n<td><span style=\"font-size: 20px\">boolean<\/span><\/td>\n<td><span style=\"font-size: 20px\">Flag to refresh the transaction data<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">pageNumber<\/span><\/td>\n<td><span style=\"font-size: 20px\">integer<\/span><\/td>\n<td><span style=\"font-size: 20px\">The page number to retrieve<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">pageSize<\/span><\/td>\n<td><span style=\"font-size: 20px\">integer<\/span><\/td>\n<td><span style=\"font-size: 20px\">The number of records per page<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h5><strong><span style=\"font-size: 20px\">Request<br \/>\n<\/span><\/strong><\/h5>\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<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\"><\/p>\n<pre class=\"dm-pre-admin-side\">{\r\n\t\"individualId\": 740,\r\n\t\"isRefresh\": true,\r\n\t\"pageNumber\": 1,\r\n\t\"pageSize\": 10\r\n}<\/pre>\n<p><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div>\n<\/div>\n<\/div>\n<p><strong><span style=\"font-size: 20px\">CURL Example<\/span><\/strong><\/p>\n<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\"><\/p>\n<pre class=\"dm-pre-admin-side\">curl -X 'POST' \\ 'https:\/\/crm-api-test.10npay.com\/api\/v1\/IndividualTransaction\/search' \\ -H 'accept: text\/plain' \\ -H 'Authorization: Bearer {Token}' \\ -H 'Content-Type: application\/json-patch+json' \\ -d '{ \"individualId\": 740, \"isRefresh\": true, \"pageNumber\": 1, \"pageSize\": 10 }'<\/pre>\n<p><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div>\n<h5><span style=\"font-size: 20px\">Responses<\/span><\/h5>\n<h6><span style=\"font-size: 20px\">Success<\/span><\/h6>\n<ul>\n<li><span style=\"font-size: 20px\"><strong>Status Code<\/strong>: <code>200<\/code><\/span><\/li>\n<li><span style=\"font-size: 20px\"><strong>Description<\/strong>: Transactions retrieved successfully.<\/span><\/li>\n<li><span style=\"font-size: 20px\"><strong>Response Schema<\/strong>:<\/span><\/li>\n<\/ul>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\">\n<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\"><\/p>\n<pre class=\"dm-pre-admin-side\">[\r\n\t{\r\n\t\t\"walletId\": \"string\",\r\n\t\t\"source\": \"string\",\r\n\t\t\"transactionType\": \"string\",\r\n\t\t\"transactionTimestamp\": \"2024-07-08T13:38:55.293Z\",\r\n\t\t\"cbsDate\": \"2024-07-08T13:38:55.293Z\",\r\n\t\t\"amount\": 0,\r\n\t\t\"amountFcy\": 0,\r\n\t\t\"currency\": \"string\",\r\n\t\t\"status\": \"string\",\r\n\t\t\"referenceNumber\": \"string\",\r\n\t\t\"branchDescription\": \"string\",\r\n\t\t\"financialYear\": \"string\",\r\n\t\t\"fcModule\": \"string\",\r\n\t\t\"fcModuleDescription\": \"string\",\r\n\t\t\"transactionCode\": \"string\",\r\n\t\t\"valueDate\": \"string\"\r\n\t}\r\n]<\/pre>\n<p><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div>\n<\/div>\n<div dir=\"ltr\"><\/div>\n<table>\n<thead>\n<tr>\n<th><span style=\"font-size: 20px\">Field<\/span><\/th>\n<th><span style=\"font-size: 20px\">Type<\/span><\/th>\n<th><span style=\"font-size: 20px\">Description<\/span><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><span style=\"font-size: 20px\">walletId<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">The wallet ID associated with the transaction<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">source<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">The source of the transaction<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">transactionType<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">The type of the transaction<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">transactionTimestamp<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">The timestamp of the transaction (ISO 8601)<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">cbsDate<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">The core banking system date (ISO 8601)<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">amount<\/span><\/td>\n<td><span style=\"font-size: 20px\">number<\/span><\/td>\n<td><span style=\"font-size: 20px\">The amount of the transaction<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">amountFcy<\/span><\/td>\n<td><span style=\"font-size: 20px\">number<\/span><\/td>\n<td><span style=\"font-size: 20px\">The foreign currency amount<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">currency<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">The currency type<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">status<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">The status of the transaction<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">referenceNumber<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">The reference number of the transaction<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">branchDescription<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">The description of the branch<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">financialYear<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">The financial year<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">fcModule<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">The financial control module<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">fcModuleDescription<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">The description of the financial control module<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">transactionCode<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">The transaction code<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">valueDate<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">The value date of the transaction<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h6><span style=\"font-size: 20px\">Error: Bad Request<\/span><\/h6>\n<ul>\n<li><span style=\"font-size: 20px\"><strong>Status Code<\/strong>: <code>400<\/code><\/span><\/li>\n<li><span style=\"font-size: 20px\"><strong>Description<\/strong>: No transactions found.<\/span><\/li>\n<li><span style=\"font-size: 20px\"><strong>Response Schema<\/strong>:<\/span><\/li>\n<\/ul>\n<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\"><\/p>\n<pre class=\"dm-pre-admin-side\">{\r\n\t\"type\": \"string\",\r\n\t\"title\": \"string\",\r\n\t\"status\": 400,\r\n\t\"detail\": \"string\",\r\n\t\"instance\": \"string\"\r\n}<\/pre>\n<p><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div>\n<table>\n<thead>\n<tr>\n<th><span style=\"font-size: 20px\">Field<\/span><\/th>\n<th><span style=\"font-size: 20px\">Type<\/span><\/th>\n<th><span style=\"font-size: 20px\">Description<\/span><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><span style=\"font-size: 20px\">type<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">Type of the error<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">title<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">Title of the error<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">status<\/span><\/td>\n<td><span style=\"font-size: 20px\">integer<\/span><\/td>\n<td><span style=\"font-size: 20px\">HTTP status code<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">detail<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">Detailed error message<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">instance<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">Instance identifier of the error<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">additionalProp1<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">Additional property 1<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">additionalProp2<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">Additional property 2<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 20px\">additionalProp3<\/span><\/td>\n<td><span style=\"font-size: 20px\">string<\/span><\/td>\n<td><span style=\"font-size: 20px\">Additional property 3<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h6><span style=\"font-size: 20px\">Error: Server Error<\/span><\/h6>\n<ul>\n<li><span style=\"font-size: 20px\"><strong>Status Code<\/strong>: <code>500<\/code><\/span><\/li>\n<li><span style=\"font-size: 20px\"><strong>Description<\/strong>: Internal error occurred.<\/span><\/li>\n<\/ul>\n<h5>Snippet<\/h5>\n<p>[codesnippet id=&#8221;71&#8243;]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Endpoint URL: Method: POST Description: Search for transactions associated with a specific individual. Request Headers accept: text\/plain Authorization: Bearer {Token} Content-Type: application\/json-patch+json Request Parameters Parameter Type Description individualId integer The ID of the individual isRefresh boolean Flag to refresh the transaction data pageNumber integer The page number to retrieve pageSize integer The number of records [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"doc_category":[53],"doc_tag":[],"knowledge_base":[33],"class_list":["post-345","docs","type-docs","status-publish","hentry","doc_category-transactions-on-customer-level","knowledge_base-10npay"],"year_month":"2026-05","word_count":491,"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":"Transactions (on Customer Level)","term_url":"https:\/\/developers.10npay.com\/bg\/docs\/10npay\/transactions-on-customer-level\/"}],"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\/345","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=345"}],"version-history":[{"count":0,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/345\/revisions"}],"wp:attachment":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/media?parent=345"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_category?post=345"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_tag?post=345"},{"taxonomy":"knowledge_base","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/knowledge_base?post=345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}