{"id":338,"date":"2024-06-14T15:34:01","date_gmt":"2024-06-14T15:34:01","guid":{"rendered":"https:\/\/developers.10npay.com\/?post_type=docs&#038;p=1081"},"modified":"2026-05-22T09:42:21","modified_gmt":"2026-05-22T09:42:21","password":"","slug":"transactions-list-2","status":"publish","type":"docs","link":"https:\/\/developers.10npay.com\/bg\/docs\/transactions-list-2\/","title":{"rendered":"Transactions List"},"content":{"rendered":"<h1>Transactions List<\/h1>\n<p>Returns the paginated list of transactions for a given individual. This is the same endpoint the wallet uses to build its activity screen.<\/p>\n<h2>Endpoint<\/h2>\n<pre><code>POST https:\/\/api-test.10npay.com\/app\/get-all-transactions\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<p>Use <code>AllTransactionRequestModel<\/code>:<\/p>\n<pre><code>{\n  \"individualId\": 2077,\n  \"dataBatch\": 1,\n  \"dataBatchCount\": 20,\n  \"timestampFrom\": \"2026-05-01T00:00:00Z\",\n  \"timestampTo\": \"2026-05-22T23:59:59Z\",\n  \"amountFrom\": \"10\",\n  \"amountTo\": \"1000\"\n}\n<\/code><\/pre>\n<table>\n<thead>\n<tr>\n<th>Field<\/th>\n<th>Type<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>individualId<\/code><\/td>\n<td>number<\/td>\n<td>Customer ID (same as onboarding response).<\/td>\n<\/tr>\n<tr>\n<td><code>dataBatch<\/code><\/td>\n<td>number<\/td>\n<td>Page number (starts at 1).<\/td>\n<\/tr>\n<tr>\n<td><code>dataBatchCount<\/code><\/td>\n<td>number?<\/td>\n<td>Optional page size (default 20).<\/td>\n<\/tr>\n<tr>\n<td><code>timestampFrom<\/code><\/td>\n<td>ISO string?<\/td>\n<td>Optional start date filter.<\/td>\n<\/tr>\n<tr>\n<td><code>timestampTo<\/code><\/td>\n<td>ISO string?<\/td>\n<td>Optional end date filter.<\/td>\n<\/tr>\n<tr>\n<td><code>amountFrom<\/code>, <code>amountTo<\/code><\/td>\n<td>string<\/td>\n<td>Optional amount range.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Success Response<\/h2>\n<p><strong>200 OK<\/strong> \u2192 <code>AllTransactionReportResponse<\/code><\/p>\n<pre><code>{\n  \"transactions\": [\n    {\n      \"transactionId\": \"TNP0007241580001\",\n      \"amount\": 120.5,\n      \"currency\": \"BGN\",\n      \"timeStamp\": \"2026-05-21T12:35:02Z\",\n      \"transactionType\": \"P2P\",\n      \"transactionCategory\": \"Debit\",\n      \"transactionStatus\": \"Accepted\",\n      \"senderName\": \"John Doe\",\n      \"receiverName\": \"Ivailo Petkov\",\n      \"paymentNotes\": \"Rent May\",\n      \"paymentSystem\": \"INTERNAL\"\n    }\n  ],\n  \"transactionCount\": 42\n}\n<\/code><\/pre>\n<h2>Error Responses<\/h2>\n<ul>\n<li><strong>400 Bad Request<\/strong> \u2013 invalid filters or unknown individual.<\/li>\n<li><strong>401 Unauthorized<\/strong> \u2013 missing\/expired token.<\/li>\n<li><strong>404 Not Found<\/strong> \u2013 no transactions (empty dataset).<\/li>\n<li><strong>500 Internal Server Error<\/strong> \u2013 retry later.<\/li>\n<\/ul>\n<h2>Notes<\/h2>\n<ul>\n<li>Use <code>dataBatch<\/code>\/<code>dataBatchCount<\/code> for pagination (e.g., load next page when the user scrolls).<\/li>\n<li>Combine with <code>timestampFrom<\/code>\/<code>timestampTo<\/code> to implement date filters.<\/li>\n<li>For a single transaction, call <code>POST \/app\/get-transaction<\/code> (see the dedicated article).<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Transactions List Returns the paginated list of transactions for a given individual. This is the same endpoint the wallet uses to build its activity screen. Endpoint POST https:\/\/api-test.10npay.com\/app\/get-all-transactions Headers Authorization: Bearer &lt;access_token&gt; Content-Type: application\/json Accept: application\/json Request Body Use AllTransactionRequestModel: { &#8220;individualId&#8221;: 2077, &#8220;dataBatch&#8221;: 1, &#8220;dataBatchCount&#8221;: 20, &#8220;timestampFrom&#8221;: &#8220;2026-05-01T00:00:00Z&#8221;, &#8220;timestampTo&#8221;: &#8220;2026-05-22T23:59:59Z&#8221;, &#8220;amountFrom&#8221;: &#8220;10&#8221;, &#8220;amountTo&#8221;: &#8220;1000&#8221; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"doc_category":[53],"doc_tag":[],"knowledge_base":[33],"class_list":["post-338","docs","type-docs","status-publish","hentry","doc_category-transactions-on-customer-level","knowledge_base-10npay"],"year_month":"2026-07","word_count":190,"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\/338","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=338"}],"version-history":[{"count":1,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/338\/revisions"}],"predecessor-version":[{"id":420,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/338\/revisions\/420"}],"wp:attachment":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/media?parent=338"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_category?post=338"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_tag?post=338"},{"taxonomy":"knowledge_base","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/knowledge_base?post=338"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}