{"id":423,"date":"2026-05-22T09:46:18","date_gmt":"2026-05-22T09:46:18","guid":{"rendered":"https:\/\/developers.10npay.com\/docs\/waiting-execution-transactions\/"},"modified":"2026-05-22T09:46:18","modified_gmt":"2026-05-22T09:46:18","password":"","slug":"waiting-execution-transactions","status":"publish","type":"docs","link":"https:\/\/developers.10npay.com\/bg\/docs\/waiting-execution-transactions\/","title":{"rendered":"Waiting Execution Transactions"},"content":{"rendered":"<h1>Waiting Execution Transactions<\/h1>\n<p>Returns outgoing transfers that are waiting for additional actions (SCA approval, review, etc.). Use this to build a \u201cpending transfers\u201d view.<\/p>\n<h2>Endpoint<\/h2>\n<pre><code>POST https:\/\/api-test.10npay.com\/app\/waiting-execution-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<\/ul>\n<h2>Request Body<\/h2>\n<p>Use <code>WaitingExecutionTransactionsRequestModel<\/code>:<\/p>\n<pre><code>{\n  \"sourceEntityId\": 2077,\n  \"dataBatch\": 1,\n  \"dataBatchCount\": 20,\n  \"timestampFrom\": \"2026-05-01T00:00:00Z\",\n  \"timestampTo\": \"2026-05-22T23:59:59Z\",\n  \"amountFrom\": \"50\",\n  \"amountTo\": \"500\"\n}\n<\/code><\/pre>\n<table>\n<thead>\n<tr>\n<th>Field<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>sourceEntityId<\/code><\/td>\n<td>Customer ID (same as individualId).<\/td>\n<\/tr>\n<tr>\n<td><code>dataBatch<\/code><\/td>\n<td>Page number (start at 1).<\/td>\n<\/tr>\n<tr>\n<td><code>dataBatchCount<\/code><\/td>\n<td>Optional page size.<\/td>\n<\/tr>\n<tr>\n<td><code>timestampFrom<\/code>\/<code>timestampTo<\/code><\/td>\n<td>Optional ISO date filters.<\/td>\n<\/tr>\n<tr>\n<td><code>amountFrom<\/code>\/<code>amountTo<\/code><\/td>\n<td>Optional amount range.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Response<\/h2>\n<p><strong>200 OK<\/strong> \u2013 <code>WaitingExecutionTransactionsResponse<\/code><\/p>\n<pre><code>{\n  \"transactions\": [\n    {\n      \"transactionId\": \"TNP0007241580001\",\n      \"amount\": 120.5,\n      \"currency\": \"BGN\",\n      \"paymentNotes\": \"Invoice #42\",\n      \"waitingReasonCode\": \"SCA_PENDING\",\n      \"waitingReasonText\": \"Awaiting app approval\"\n    }\n  ],\n  \"transactionCount\": 3\n}\n<\/code><\/pre>\n<p>Each item matches the standard <code>Transaction<\/code> model but may include additional fields like <code>waitingReasonCode<\/code>, <code>executionBlockedAt<\/code>, etc.<\/p>\n<h2>Errors<\/h2>\n<ul>\n<li><strong>400<\/strong> \u2013 invalid filters.<\/li>\n<li><strong>401<\/strong> \u2013 missing\/expired token.<\/li>\n<li><strong>404<\/strong> \u2013 no pending transactions.<\/li>\n<li><strong>500<\/strong> \u2013 transient server error.<\/li>\n<\/ul>\n<h2>Usage tips<\/h2>\n<ul>\n<li>Call this periodically or when the app resumes, so the user sees which transfers still need approval.<\/li>\n<li>If <code>waitingReasonCode<\/code> is <code>SCA_PENDING<\/code>, prompt the user to open the app\u2019s SCA screen.<\/li>\n<li>Once the transfer moves to \u201cexecuted\u201d, it disappears from this list and appears in the regular transaction history.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Waiting Execution Transactions Returns outgoing transfers that are waiting for additional actions (SCA approval, review, etc.). Use this to build a \u201cpending transfers\u201d view. Endpoint POST https:\/\/api-test.10npay.com\/app\/waiting-execution-transactions Headers Authorization: Bearer &lt;access_token&gt; Content-Type: application\/json Request Body Use WaitingExecutionTransactionsRequestModel: { &#8220;sourceEntityId&#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;50&#8221;, &#8220;amountTo&#8221;: &#8220;500&#8221; } Field Description [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"doc_category":[53],"doc_tag":[],"knowledge_base":[33],"class_list":["post-423","docs","type-docs","status-publish","hentry","doc_category-transactions-on-customer-level","knowledge_base-10npay"],"year_month":"2026-06","word_count":182,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":[],"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\/423","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"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/comments?post=423"}],"version-history":[{"count":0,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/423\/revisions"}],"wp:attachment":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/media?parent=423"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_category?post=423"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_tag?post=423"},{"taxonomy":"knowledge_base","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/knowledge_base?post=423"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}