{"title":"View payout executions","category":"default","creationDate":1779206568,"content":"<p>A payout initiated by a payout schedule is called an execution. You can view all executions of a managed payout schedule on your balance account in your <a href=\"https:\/\/ca-test.adyen.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Customer Area<\/a>, or by making a  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/balanceplatform\/latest\/overview\" class=\" external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Configuration API<\/a> request.<\/p>\n<h2>Requirements<\/h2>\n<p>Before you begin, take into account the following requirements, limitations, and preparations:<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Requirement<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong><a href=\"\/platforms\/manage-access\/api-credentials-web-service\">API credentials<\/a><\/strong><\/td>\n<td style=\"text-align: left;\">To view payout executions through API requests, your credential for the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/balanceplatform\/latest\/overview\" class=\" external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Configuration API<\/a> must have the following role:<ul><li markdown=\"1\"><strong>Bank Scheduled Payouts Merchant Role<\/strong><\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong><a href=\"\/account\/user-roles\/\">Customer Area roles<\/a><\/strong><\/td>\n<td style=\"text-align: left;\">To view payout executions in your Customer Area, make sure that your user has the following roles:<ul><li markdown=\"1\"><strong><a href=\"\/account\/user-roles\/#platforms\">Balance platform base role<\/a><\/strong><\/li><li markdown=\"1\"><strong><a href=\"\/account\/user-roles\/#platforms\">Configure scheduled payouts<\/a><\/strong><\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong><a href=\"\/development-resources\/webhooks\">Webhooks<\/a><\/strong><\/td>\n<td style=\"text-align: left;\">To track payout executions and the resulting funds movements, subscribe to the following webhooks:<ul><li markdown=\"1\"><strong><a href=\"\/platforms\/webhook-types\/#configuration-webhooks\">Configuration webhooks<\/a><\/strong><\/li><li markdown=\"1\"><strong><a href=\"\/platforms\/webhook-types\/#transfer-webhooks\">Transfer webhooks<\/a><\/strong><\/li><\/ul><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"view-schedules-ca\">View payout schedule executions in Customer Area<\/h2>\n<p>To view the executions of a managed payout schedule in your <a href=\"https:\/\/ca-test.adyen.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Customer Area<\/a>:<\/p>\n<ol>\n<li>Go to <strong>Accounts &amp; balances<\/strong> &gt; <strong>Account holders<\/strong>, and search for the account holder.<\/li>\n<li>Open the <strong>Balance accounts<\/strong> tab and select the relevant balance account ID.<\/li>\n<li>Under <strong>Scheduled transfers<\/strong>, select the managed payout schedule.<br \/>\nA  managed payout schedule specifies the estimated arrival time of the payout, while a custom schedule specifies the transfer schedule.<\/li>\n<li>Open the <strong>Events<\/strong> tab to view the payout timeline, where you can:\n<ul>\n<li>View the date of the next payout.<\/li>\n<li>Review past payout events, including execution dates and statuses.<\/li>\n<\/ul><\/li>\n<\/ol>\n<h3>Execution event statuses and reasons<\/h3>\n<p>The table below explains the statuses you may see in the <strong>Events<\/strong> tab for each pre-configured payout schedule:<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Status<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<th style=\"text-align: left;\">Possible reasons<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong>Sent<\/strong><\/td>\n<td style=\"text-align: left;\">The payout was successfully created and sent.<\/td>\n<td style=\"text-align: left;\">n\/a<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Not sent<\/strong><\/td>\n<td style=\"text-align: left;\">The payout was not triggered as expected.<\/td>\n<td style=\"text-align: left;\">The payout conditions were not met, for example, the balance was too low to pay out. No action is required.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Failed<\/strong><\/td>\n<td style=\"text-align: left;\">The payout schedule could not be sent because an error occurred.<\/td>\n<td style=\"text-align: left;\">The payout failed due to an error. The external bank account may be closed or suspended, or the capability to send funds to the transfer instrument may be disabled due to missing <a href=\"\/platforms\/verification-overview\">Know Your Customer (KYC) checks<\/a>. Payouts will continue to fail until the root cause is resolved.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"view-schedules-balance-account\">View payout schedule executions using the API<\/h2>\n<p>To view the executions of a managed payout schedule applied to a balance account using the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/balanceplatform\/latest\/overview\" class=\" external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Configuration API<\/a>:<\/p>\n<ol>\n<li>\n<p>Make a GET&nbsp; <a href=\"https:\/\/docs.adyen.com\/api-explorer\/balanceplatform\/latest\/post\/balanceAccounts\/(balanceAccountId)\/payoutSchedules\/(id)\/executions\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/balanceAccounts\/{balanceAccountId}\/payoutSchedules\/{id}\/executions<\/a> request, specifying the balance account ID and the managed payout schedule ID in the path.<\/p>\n<\/li>\n<li>\n<p>The response includes the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/balanceplatform\/latest\/get\/balanceAccounts\/(balanceAccountId)\/payoutSchedules\/(id)\/executions#responses-200-payoutScheduleExecutions\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">payoutScheduleExecutions<\/a> array, which contains all the executions of the payout schedule.<\/p>\n<div data-component-wrapper=\"code-sample\">\n<code-sample :title=\"'Payout schedule executions'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n    \\\"payoutScheduleExecutions\\\": [\\n        {\\n            \\\"id\\\": \\\"PS0000000000001\\\",\\n            \\\"triggeredAt\\\": \\\"2026-03-18T08:00:00Z\\\",\\n            \\\"result\\\": \\\"succeeded\\\",\\n            \\\"resultDetails\\\": {\\n                \\\"transferId\\\": \\\"JN4227222422265\\\"\\n            }\\n        },\\n        {\\n            \\\"id\\\": \\\"PS0000000000001\\\",\\n            \\\"triggeredAt\\\": \\\"2026-03-18T08:00:00Z\\\",\\n            \\\"result\\\": \\\"skipped\\\",\\n            \\\"resultDetails\\\": {\\n                \\\"reasonCode\\\": \\\"noBalanceToPayOut\\\",\\n                \\\"reason\\\": \\\"No balance to pay out\\\"\\n            }\\n        },\\n        {\\n            \\\"id\\\": \\\"PS0000000000001\\\",\\n            \\\"triggeredAt\\\": \\\"2026-03-18T08:00:00Z\\\",\\n            \\\"result\\\": \\\"skipped\\\",\\n            \\\"resultDetails\\\": {\\n                \\\"reasonCode\\\": \\\"disabledConfiguration\\\",\\n                \\\"reason\\\": \\\"Payout schedule \\\/ sweepConfiguration is already disabled\\\"\\n            }\\n        },\\n        {\\n            \\\"id\\\": \\\"PS0000000000001\\\",\\n            \\\"triggeredAt\\\": \\\"2026-03-18T08:00:00Z\\\",\\n            \\\"result\\\": \\\"failed\\\",\\n            \\\"resultDetails\\\": {\\n                \\\"reasonCode\\\": \\\"counterpartyAccountBlocked\\\",\\n                \\\"reason\\\": \\\"Counterparty account blocked\\\"\\n            }\\n        }\\n    ]\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<\/li>\n<\/ol>\n<h2>Execution results and reasons<\/h2>\n<p>When a payout is supposed to be triggered according to the managed payout schedule, Adyen sends a <a href=\"\/platforms\/webhook-types#managed-payouts\">webhook<\/a> to notify you of the success or failure of the execution.<\/p>\n<p>The webhook payload includes a result which corresponds to the webhook type.<\/p>\n<h3>Successful payout execution<\/h3>\n<p>If the execution is successful, Adyen sends a <code>balancePlatform.balanceAccountPayoutScheduleExecution.succeeded<\/code> webhook. The payload contains:<\/p>\n<ul>\n<li><code>id<\/code>: The unique identifier of the execution.<\/li>\n<li><code>balanceAccountPayoutScheduleId<\/code>: The unique identifier of the managed payout schedule.<\/li>\n<li><code>resultDetails<\/code>: An object containing the <code>transferId<\/code> of the resulting funds transfer.<\/li>\n<\/ul>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Example webhook\u2014Payout execution successful'\" :id=\"'payout-execution-successful'\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n    \\\"data\\\": {\\n        \\\"id\\\": \\\"PS0000000000001\\\",\\n        \\\"balanceAccountPayoutScheduleId\\\": \\\"PSAC00000000000000000000001\\\",\\n        \\\"balanceAccountId\\\": \\\"BA00000000000000000000001\\\",\\n        \\\"triggeredAt\\\": \\\"2026-03-18T08:00:00Z\\\",\\n        \\\"result\\\": \\\"succeeded\\\",\\n        \\\"resultDetails\\\": {\\n            \\\"transferId\\\": \\\"JN4227222422265\\\"\\n        }\\n    },\\n    \\\"type\\\": \\\"balancePlatform.balanceAccountPayoutScheduleExecution.succeeded\\\",\\n    \\\"timestamp\\\": \\\"2026-03-18T07:06:35.184Z\\\",\\n    \\\"environment\\\": \\\"test\\\"\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<h3>Failed or skipped payout execution<\/h3>\n<p>If the execution is skipped or failed, the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/balanceplatform-webhooks\/latest\/post\/balancePlatform.balanceAccountPayoutScheduleExecution.failed#resultDetails\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">resultDetails<\/a> object contains a <code>reasonCode<\/code> and a <code>reason<\/code>.<\/p>\n<p>The following table contains all possible combinations of <code>result<\/code> and <code>reasonCode<\/code> values.<\/p>\n<div class=\"sticky-table-container\">\n    \n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Result<\/th>\n<th style=\"text-align: left;\">Reason code<\/th>\n<th style=\"text-align: left;\">Reason<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>skipped<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>noBalanceToPayOut<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">No balance to pay out<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>skipped<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>balanceBelowMinThreshold<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Payout amount is less than the configured minimum threshold<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>skipped<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>disabledConfiguration<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Payout schedule \/ sweepConfiguration is already disabled<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>skipped<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>manuallySkippedByAdyen<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Adyen blocked the payout<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>failed<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>insufficientFundsToCoverPayout<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Insufficient funds in reserve account to cover collateralized payout<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>failed<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>routeNotFound<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Routing failures during transfer initiation process<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>failed<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>counterpartyAccountBlocked<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Counterparty account blocked<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>failed<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>counterpartyAccountInvalid<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Counterparty account invalid<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>failed<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>accountHierarchyNotActive<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Account hierarchy not active<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>failed<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>transferInstrumentDoesNotExist<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Transfer instrument does not exist<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>failed<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>missingCapabilities<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Missing capabilities<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>failed<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>amountExceedsRouteLimits<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Amount exceeds route limits<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>failed<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>amountFallsShortOfRouteLimits<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Amount falls short of route limits<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>failed<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>amountInvalid<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Amount invalid<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>failed<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>addressInvalid<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Address invalid<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>failed<\/strong><\/span><\/td>\n<td style=\"text-align: left;\"><span translate=\"no\"><strong>balanceAboveMaxThreshold<\/strong><\/span><\/td>\n<td style=\"text-align: left;\">Payout amount is more than configured maximum threshold<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n<\/div>\n\n<p>The following tabs show example webhooks for both skipped and failed executions.<\/p>\n\n<div id=\"tab7f0pL\">\n    <div data-component-wrapper=\"tabs\">\n        <tabs\n                        :items=\"[{&quot;title&quot;:&quot;Payout execution skipped&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;If an execution is skipped, Adyen sends a &lt;code&gt;balancePlatform.balanceAccountPayoutScheduleExecution.skipped&lt;\\\/code&gt; webhook. The payload of the webhook contains:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;&lt;code&gt;balanceAccountPayoutScheduleId&lt;\\\/code&gt;: The unique identifier of the managed payout schedule.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;id&lt;\\\/code&gt;: The unique identifier of the execution.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;resultDetails&lt;\\\/code&gt;: An object containing the &lt;code&gt;reason&lt;\\\/code&gt; and &lt;code&gt;reasonCode&lt;\\\/code&gt; of the skip.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Example webhook\\u2014Payout execution skipped&#039;\\&quot; :id=\\&quot;&#039;payout-execution-skipped&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n    \\\\\\&quot;data\\\\\\&quot;: {\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;PS0000000000001\\\\\\&quot;,\\\\n        \\\\\\&quot;balanceAccountPayoutScheduleId\\\\\\&quot;: \\\\\\&quot;PSAC00000000000000000000001\\\\\\&quot;,\\\\n        \\\\\\&quot;balanceAccountId\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000001\\\\\\&quot;,\\\\n        \\\\\\&quot;triggeredAt\\\\\\&quot;: \\\\\\&quot;2026-05-18T08:00:00Z\\\\\\&quot;,\\\\n        \\\\\\&quot;result\\\\\\&quot;: \\\\\\&quot;failed\\\\\\&quot;,\\\\n        \\\\\\&quot;resultDetails\\\\\\&quot;: {\\\\n            \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;No balance to pay out\\\\\\&quot;,\\\\n            \\\\\\&quot;reasonCode\\\\\\&quot;: \\\\\\&quot;noBalanceToPayOut\\\\\\&quot;\\\\n        }\\\\n    },\\\\n    \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.balanceAccountPayoutScheduleExecution.skipped\\\\\\&quot;,\\\\n    \\\\\\&quot;timestamp\\\\\\&quot;: \\\\\\&quot;2026-05-18T07:06:35.184Z\\\\\\&quot;,\\\\n    \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;\\\\n}\\&quot;}]&#039; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n&quot;,&quot;altTitle&quot;:null,&quot;oldTabId&quot;:1,&quot;relation&quot;:&quot;&quot;},{&quot;title&quot;:&quot;Payout execution failed&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;If an execution fails, Adyen sends a &lt;code&gt;balancePlatform.balanceAccountPayoutScheduleExecution.failed&lt;\\\/code&gt; webhook. The payload of the webhook contains:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;&lt;code&gt;balanceAccountPayoutScheduleId&lt;\\\/code&gt;: The unique identifier of the managed payout schedule.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;id&lt;\\\/code&gt;: The unique identifier of the execution.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;resultDetails&lt;\\\/code&gt;: An object containing the &lt;code&gt;reason&lt;\\\/code&gt; and &lt;code&gt;reasonCode&lt;\\\/code&gt; of the failure.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Example webhook\\u2014Payout execution failed&#039;\\&quot; :id=\\&quot;&#039;payout-execution-failed&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n    \\\\\\&quot;data\\\\\\&quot;: {\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;PS0000000000001\\\\\\&quot;,\\\\n        \\\\\\&quot;balanceAccountPayoutScheduleId\\\\\\&quot;: \\\\\\&quot;PSAC00000000000000000000001\\\\\\&quot;,\\\\n        \\\\\\&quot;balanceAccountId\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000001\\\\\\&quot;,\\\\n        \\\\\\&quot;triggeredAt\\\\\\&quot;: \\\\\\&quot;2026-05-18T08:00:00Z\\\\\\&quot;,\\\\n        \\\\\\&quot;result\\\\\\&quot;: \\\\\\&quot;failed\\\\\\&quot;,\\\\n        \\\\\\&quot;resultDetails\\\\\\&quot;: {\\\\n            \\\\\\&quot;reasonCode\\\\\\&quot;: \\\\\\&quot;counterpartyBlocked\\\\\\&quot;,\\\\n            \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;Counterparty blocked\\\\\\&quot;\\\\n        }\\\\n    },\\\\n    \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.balanceAccountPayoutScheduleExecution.failed\\\\\\&quot;,\\\\n    \\\\\\&quot;timestamp\\\\\\&quot;: \\\\\\&quot;2026-05-18T07:06:35.184Z\\\\\\&quot;,\\\\n    \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;\\\\n}\\&quot;}]&#039; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n&quot;,&quot;altTitle&quot;:null,&quot;oldTabId&quot;:1,&quot;relation&quot;:&quot;&quot;}]\"\n            :should-update-when-url-changes='false'>\n        <\/tabs>\n    <\/div>\n<\/div>\n\n<h3>Track fund movements<\/h3>\n<p>When a managed payout execution is successful, it triggers a funds transfer. To track the lifecycle of the funds as they move from the balance account to the bank account (transfer instrument) of your user, you can monitor the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfer-webhooks\/latest\/overview\" class=\" external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Transfer webhooks<\/a>.<\/p>\n<p>These webhooks provide real-time updates on the status of the funds movement, such as when the transfer is authorized, captured, or if it is eventually returned by the bank.<\/p>\n<h2>Testing<\/h2>\n<p>Before going live with managed payout schedules, we recommend that you test the scenarios described in the following table.<\/p>\n<table style=\"table-layout: fixed; width: 100%\">\n    <colgroup>\n        <col style=\"width: 20%\">\n        <col style=\"width: 30%\">\n        <col style=\"width: 50%\">\n    <\/colgroup>\n    <thead>\n        <tr>\n            <th>Test scenario<\/th>\n            <th>Scenario description<\/th>\n            <th>Expected outcome<\/th>\n        <\/tr>\n    <\/thead>\n    <tbody>\n        <tr>\n            <td>\n<p>Payout execution succeeded<\/p>\n<\/td>\n            <td>\n                The payout is processed successfully when:\n                <ul>\n                    <li>\n<p>The managed payout schedule is applied successfully to the balance account.<\/p>\n<\/li>\n                    <li>\n<p>The balance account has enough available balance to complete the payout.<\/p>\n<\/li>\n                <\/ul>\n            <\/td>\n            <td>\n                The execution result is reflected in your Customer Area. Additionally, you receive a webhook with details of the result.<br><br>\n                To see the result in your Customer Area:\n                <ol>\n                    <li>\n<p>Follow the steps to <a href=\"\/platforms\/managed-payouts\/view-payout-executions\/#view-schedules-ca\">view payout executions<\/a>.<\/p>\n<\/li>\n                    <li>\n<p>In the <b>Events<\/b> tab, verify that the execution has status <b>Sent<\/b>.<\/p>\n<\/li>\n                <\/ol>\n                Additionally, verify that you receive a <code>balancePlatform.balanceAccountPayoutScheduleExecution.succeeded<\/code> webhook.\n            <\/td>\n        <\/tr>\n        <tr>\n            <td>\n<p>Payout execution skipped<\/p>\n<\/td>\n            <td>\n<p>The payout execution is skipped.<\/p>\n<\/td>\n            <td>\n                The execution result is reflected in your Customer Area. Additionally, you receive a webhook with details of the result.<br><br>\n                To see the result in your Customer Area:\n                <ol>\n                    <li>\n<p>Follow the steps to <a href=\"\/platforms\/managed-payouts\/view-payout-executions\/#view-schedules-ca\">view payout executions<\/a>.<\/p>\n<\/li>\n                    <li>\n<p>In the <b>Events<\/b> tab, verify that the execution has status <b>Not Sent<\/b> and a reason.<\/p>\n<\/li>\n                <\/ol>\n                Additionally, verify that you receive a <code>balancePlatform.balanceAccountPayoutScheduleExecution.skipped<\/code> webhook. The webhook must include a <code>resultDetails<\/code> object with one of the <a href=\"\/platforms\/managed-payouts\/view-payout-executions\/#failed-or-skipped-payout-execution\">possible combinations<\/a> for skipped executions.\n            <\/td>\n        <\/tr>\n        <tr>\n            <td>\n<p>Payout execution failed<\/p>\n<\/td>\n            <td>\n<p>The payout execution fails.<\/p>\n<\/td>\n            <td>\n                The execution result is reflected in your Customer Area. Additionally, you receive a webhook with details of the result.<br><br>\n                To see the result in your Customer Area:\n                <ol>\n                    <li>\n<p>Follow the steps to <a href=\"\/platforms\/managed-payouts\/view-payout-executions\/#view-schedules-ca\">view payout executions<\/a>.<\/p>\n<\/li>\n                    <li>\n<p>In the <b>Events<\/b> tab, verify that the execution has status <b>Failed<\/b> and a reason.<\/p>\n<\/li>\n                <\/ol>\n                Additionally, verify that you receive a <code>balancePlatform.balanceAccountPayoutScheduleExecution.failed<\/code> webhook. The webhook must include a <code>resultDetails<\/code> object with one of the <a href=\"\/platforms\/managed-payouts\/view-payout-executions\/#failed-or-skipped-payout-execution\">possible combinations<\/a> for failed executions.\n            <\/td>\n        <\/tr>\n    <\/tbody>\n<\/table>\n<h3>Bank details for testing<\/h3>\n<p>Use the bank details in the following table to create transfer instruments to test your managed payout schedules.<\/p>\n<div class=\"notices yellow\">\n<p>Only use the following bank details in your TEST environment.<\/p>\n<\/div>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Country\/region<\/th>\n<th style=\"text-align: left;\">Payout currency<\/th>\n<th style=\"text-align: left;\">Account identification type<\/th>\n<th style=\"text-align: left;\">Details to use<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\">AU<\/td>\n<td style=\"text-align: left;\">AUD<\/td>\n<td style=\"text-align: left;\">auLocal<\/td>\n<td style=\"text-align: left;\">Account #: 102201111, BSB #: 012951<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">CA<\/td>\n<td style=\"text-align: left;\">CAD\/USD<\/td>\n<td style=\"text-align: left;\">caLocal<\/td>\n<td style=\"text-align: left;\">Account #: 10220001111, INST #: 004, TRN #: 00012<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">CH<\/td>\n<td style=\"text-align: left;\">CHF<\/td>\n<td style=\"text-align: left;\">iban<\/td>\n<td style=\"text-align: left;\">IBAN: CH5204835012345671000<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">CZ<\/td>\n<td style=\"text-align: left;\">CZK<\/td>\n<td style=\"text-align: left;\">czLocal or iban<\/td>\n<td style=\"text-align: left;\">Account #: 000192000145399, Bank code#: 0800, IBAN: CZ6508000000192000145399<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">DE<\/td>\n<td style=\"text-align: left;\">EUR<\/td>\n<td style=\"text-align: left;\">iban<\/td>\n<td style=\"text-align: left;\">IBAN: DE14100100109876543210<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">DK<\/td>\n<td style=\"text-align: left;\">DKK<\/td>\n<td style=\"text-align: left;\">dkLocal or iban<\/td>\n<td style=\"text-align: left;\">Account #: 67559844, Bank code#: 0685, IBAN: DK9206850067559844<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">ES<\/td>\n<td style=\"text-align: left;\">EUR<\/td>\n<td style=\"text-align: left;\">iban<\/td>\n<td style=\"text-align: left;\">IBAN: ES9021034677010000000000<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">FR<\/td>\n<td style=\"text-align: left;\">EUR<\/td>\n<td style=\"text-align: left;\">iban<\/td>\n<td style=\"text-align: left;\">IBAN: FR6410096000403534259742Y90<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">GB<\/td>\n<td style=\"text-align: left;\">GBP<\/td>\n<td style=\"text-align: left;\">iban or ukLocal<\/td>\n<td style=\"text-align: left;\">Account #: 50000000, Sort code: 202678 IBAN: GB66BUKB20267850000000<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">HK<\/td>\n<td style=\"text-align: left;\">HKD\/USD<\/td>\n<td style=\"text-align: left;\">hkLocal<\/td>\n<td style=\"text-align: left;\">Account #: 790000000, Clearing code #: 250<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">HU<\/td>\n<td style=\"text-align: left;\">HUF<\/td>\n<td style=\"text-align: left;\">hkLocal or iban<\/td>\n<td style=\"text-align: left;\">Account #: 117730161111101800000000, IBAN: HU42117730161111101800000000<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">IT<\/td>\n<td style=\"text-align: left;\">EUR<\/td>\n<td style=\"text-align: left;\">iban<\/td>\n<td style=\"text-align: left;\">IBAN: IT58A0300203280198574967934<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">IR<\/td>\n<td style=\"text-align: left;\">EUR<\/td>\n<td style=\"text-align: left;\">iban<\/td>\n<td style=\"text-align: left;\">IBAN: IE29AIBK93115212345678<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">NL<\/td>\n<td style=\"text-align: left;\">EUR<\/td>\n<td style=\"text-align: left;\">iban<\/td>\n<td style=\"text-align: left;\">IBAN: NL57INGB4654188101<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">NO<\/td>\n<td style=\"text-align: left;\">NOK<\/td>\n<td style=\"text-align: left;\">noLocal or iban<\/td>\n<td style=\"text-align: left;\">Account #: 86011117947, IBAN: NO9386011117947<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">NZ<\/td>\n<td style=\"text-align: left;\">NZD<\/td>\n<td style=\"text-align: left;\">nzLocal<\/td>\n<td style=\"text-align: left;\">Account #: 010001011111601<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">PL<\/td>\n<td style=\"text-align: left;\">PLN<\/td>\n<td style=\"text-align: left;\">plLocal<\/td>\n<td style=\"text-align: left;\">Account #: 61109010140000071219812874<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">RO<\/td>\n<td style=\"text-align: left;\">RON<\/td>\n<td style=\"text-align: left;\">iban<\/td>\n<td style=\"text-align: left;\">IBAN: RO16RZBR6343423217922456<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">SE<\/td>\n<td style=\"text-align: left;\">SEK<\/td>\n<td style=\"text-align: left;\">seLocal or iban<\/td>\n<td style=\"text-align: left;\">Account #: 0000003, Clearing code #: 5491<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">SG<\/td>\n<td style=\"text-align: left;\">SGD<\/td>\n<td style=\"text-align: left;\">sgLocal<\/td>\n<td style=\"text-align: left;\">Account #: 9999, BIC #: CITISGSG<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">US<\/td>\n<td style=\"text-align: left;\">USD<\/td>\n<td style=\"text-align: left;\">usLocal<\/td>\n<td style=\"text-align: left;\">Account #: 10220001111, Routing #: 121000248<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>See also<\/h2>\n<div class=\"see-also-links output-inline\" id=\"see-also\">\n<ul><li><a href=\"\/platforms\/managed-payouts\/use-managed-payouts\"\n                        target=\"_self\"\n                        >\n                    Use managed payouts\n                <\/a><\/li><li><a href=\"\/platforms\/payout-webhooks\"\n                        target=\"_self\"\n                        >\n                    Payout transfer webhooks\n                <\/a><\/li><\/ul><\/div>\n","url":"https:\/\/docs.adyen.com\/platforms\/managed-payouts\/view-payout-executions","articleFields":{"description":"You can view all payout executions of a managed payout schedule on your balance account.","feedback_component":true,"type":"page","cache_enable":false,"parameters":{"payoutType":"scheduled","directoryPath":"\/platforms","model":"platform","counterpartyType":"transferInstrument","transferType":"payout","scheduleType":"managed"},"filters_component":false},"algolia":{"url":"https:\/\/docs.adyen.com\/platforms\/managed-payouts\/view-payout-executions","title":"View payout executions","content":"A payout initiated by a payout schedule is called an execution. You can view all executions of a managed payout schedule on your balance account in your Customer Area, or by making a  Configuration API request.\nRequirements\nBefore you begin, take into account the following requirements, limitations, and preparations:\n\n\n\nRequirement\nDescription\n\n\n\n\nAPI credentials\nTo view payout executions through API requests, your credential for the  Configuration API must have the following role:Bank Scheduled Payouts Merchant Role\n\n\nCustomer Area roles\nTo view payout executions in your Customer Area, make sure that your user has the following roles:Balance platform base roleConfigure scheduled payouts\n\n\nWebhooks\nTo track payout executions and the resulting funds movements, subscribe to the following webhooks:Configuration webhooksTransfer webhooks\n\n\n\nView payout schedule executions in Customer Area\nTo view the executions of a managed payout schedule in your Customer Area:\n\nGo to Accounts &amp; balances &gt; Account holders, and search for the account holder.\nOpen the Balance accounts tab and select the relevant balance account ID.\nUnder Scheduled transfers, select the managed payout schedule.\nA  managed payout schedule specifies the estimated arrival time of the payout, while a custom schedule specifies the transfer schedule.\nOpen the Events tab to view the payout timeline, where you can:\n\nView the date of the next payout.\nReview past payout events, including execution dates and statuses.\n\n\nExecution event statuses and reasons\nThe table below explains the statuses you may see in the Events tab for each pre-configured payout schedule:\n\n\n\nStatus\nDescription\nPossible reasons\n\n\n\n\nSent\nThe payout was successfully created and sent.\nn\/a\n\n\nNot sent\nThe payout was not triggered as expected.\nThe payout conditions were not met, for example, the balance was too low to pay out. No action is required.\n\n\nFailed\nThe payout schedule could not be sent because an error occurred.\nThe payout failed due to an error. The external bank account may be closed or suspended, or the capability to send funds to the transfer instrument may be disabled due to missing Know Your Customer (KYC) checks. Payouts will continue to fail until the root cause is resolved.\n\n\n\nView payout schedule executions using the API\nTo view the executions of a managed payout schedule applied to a balance account using the  Configuration API:\n\n\nMake a GET&nbsp; \/balanceAccounts\/{balanceAccountId}\/payoutSchedules\/{id}\/executions request, specifying the balance account ID and the managed payout schedule ID in the path.\n\n\nThe response includes the  payoutScheduleExecutions array, which contains all the executions of the payout schedule.\n\n\n\n\n\nExecution results and reasons\nWhen a payout is supposed to be triggered according to the managed payout schedule, Adyen sends a webhook to notify you of the success or failure of the execution.\nThe webhook payload includes a result which corresponds to the webhook type.\nSuccessful payout execution\nIf the execution is successful, Adyen sends a balancePlatform.balanceAccountPayoutScheduleExecution.succeeded webhook. The payload contains:\n\nid: The unique identifier of the execution.\nbalanceAccountPayoutScheduleId: The unique identifier of the managed payout schedule.\nresultDetails: An object containing the transferId of the resulting funds transfer.\n\n\n    \n\nFailed or skipped payout execution\nIf the execution is skipped or failed, the  resultDetails object contains a reasonCode and a reason.\nThe following table contains all possible combinations of result and reasonCode values.\n\n    \n\n\n\nResult\nReason code\nReason\n\n\n\n\nskipped\nnoBalanceToPayOut\nNo balance to pay out\n\n\nskipped\nbalanceBelowMinThreshold\nPayout amount is less than the configured minimum threshold\n\n\nskipped\ndisabledConfiguration\nPayout schedule \/ sweepConfiguration is already disabled\n\n\nskipped\nmanuallySkippedByAdyen\nAdyen blocked the payout\n\n\nfailed\ninsufficientFundsToCoverPayout\nInsufficient funds in reserve account to cover collateralized payout\n\n\nfailed\nrouteNotFound\nRouting failures during transfer initiation process\n\n\nfailed\ncounterpartyAccountBlocked\nCounterparty account blocked\n\n\nfailed\ncounterpartyAccountInvalid\nCounterparty account invalid\n\n\nfailed\naccountHierarchyNotActive\nAccount hierarchy not active\n\n\nfailed\ntransferInstrumentDoesNotExist\nTransfer instrument does not exist\n\n\nfailed\nmissingCapabilities\nMissing capabilities\n\n\nfailed\namountExceedsRouteLimits\nAmount exceeds route limits\n\n\nfailed\namountFallsShortOfRouteLimits\nAmount falls short of route limits\n\n\nfailed\namountInvalid\nAmount invalid\n\n\nfailed\naddressInvalid\nAddress invalid\n\n\nfailed\nbalanceAboveMaxThreshold\nPayout amount is more than configured maximum threshold\n\n\n\n\n\n\nThe following tabs show example webhooks for both skipped and failed executions.\n\n\n    \n        \n        \n    \n\n\nTrack fund movements\nWhen a managed payout execution is successful, it triggers a funds transfer. To track the lifecycle of the funds as they move from the balance account to the bank account (transfer instrument) of your user, you can monitor the  Transfer webhooks.\nThese webhooks provide real-time updates on the status of the funds movement, such as when the transfer is authorized, captured, or if it is eventually returned by the bank.\nTesting\nBefore going live with managed payout schedules, we recommend that you test the scenarios described in the following table.\n\n    \n        \n        \n        \n    \n    \n        \n            Test scenario\n            Scenario description\n            Expected outcome\n        \n    \n    \n        \n            \nPayout execution succeeded\n\n            \n                The payout is processed successfully when:\n                \n                    \nThe managed payout schedule is applied successfully to the balance account.\n\n                    \nThe balance account has enough available balance to complete the payout.\n\n                \n            \n            \n                The execution result is reflected in your Customer Area. Additionally, you receive a webhook with details of the result.\n                To see the result in your Customer Area:\n                \n                    \nFollow the steps to view payout executions.\n\n                    \nIn the Events tab, verify that the execution has status Sent.\n\n                \n                Additionally, verify that you receive a balancePlatform.balanceAccountPayoutScheduleExecution.succeeded webhook.\n            \n        \n        \n            \nPayout execution skipped\n\n            \nThe payout execution is skipped.\n\n            \n                The execution result is reflected in your Customer Area. Additionally, you receive a webhook with details of the result.\n                To see the result in your Customer Area:\n                \n                    \nFollow the steps to view payout executions.\n\n                    \nIn the Events tab, verify that the execution has status Not Sent and a reason.\n\n                \n                Additionally, verify that you receive a balancePlatform.balanceAccountPayoutScheduleExecution.skipped webhook. The webhook must include a resultDetails object with one of the possible combinations for skipped executions.\n            \n        \n        \n            \nPayout execution failed\n\n            \nThe payout execution fails.\n\n            \n                The execution result is reflected in your Customer Area. Additionally, you receive a webhook with details of the result.\n                To see the result in your Customer Area:\n                \n                    \nFollow the steps to view payout executions.\n\n                    \nIn the Events tab, verify that the execution has status Failed and a reason.\n\n                \n                Additionally, verify that you receive a balancePlatform.balanceAccountPayoutScheduleExecution.failed webhook. The webhook must include a resultDetails object with one of the possible combinations for failed executions.\n            \n        \n    \n\nBank details for testing\nUse the bank details in the following table to create transfer instruments to test your managed payout schedules.\n\nOnly use the following bank details in your TEST environment.\n\n\n\n\nCountry\/region\nPayout currency\nAccount identification type\nDetails to use\n\n\n\n\nAU\nAUD\nauLocal\nAccount #: 102201111, BSB #: 012951\n\n\nCA\nCAD\/USD\ncaLocal\nAccount #: 10220001111, INST #: 004, TRN #: 00012\n\n\nCH\nCHF\niban\nIBAN: CH5204835012345671000\n\n\nCZ\nCZK\nczLocal or iban\nAccount #: 000192000145399, Bank code#: 0800, IBAN: CZ6508000000192000145399\n\n\nDE\nEUR\niban\nIBAN: DE14100100109876543210\n\n\nDK\nDKK\ndkLocal or iban\nAccount #: 67559844, Bank code#: 0685, IBAN: DK9206850067559844\n\n\nES\nEUR\niban\nIBAN: ES9021034677010000000000\n\n\nFR\nEUR\niban\nIBAN: FR6410096000403534259742Y90\n\n\nGB\nGBP\niban or ukLocal\nAccount #: 50000000, Sort code: 202678 IBAN: GB66BUKB20267850000000\n\n\nHK\nHKD\/USD\nhkLocal\nAccount #: 790000000, Clearing code #: 250\n\n\nHU\nHUF\nhkLocal or iban\nAccount #: 117730161111101800000000, IBAN: HU42117730161111101800000000\n\n\nIT\nEUR\niban\nIBAN: IT58A0300203280198574967934\n\n\nIR\nEUR\niban\nIBAN: IE29AIBK93115212345678\n\n\nNL\nEUR\niban\nIBAN: NL57INGB4654188101\n\n\nNO\nNOK\nnoLocal or iban\nAccount #: 86011117947, IBAN: NO9386011117947\n\n\nNZ\nNZD\nnzLocal\nAccount #: 010001011111601\n\n\nPL\nPLN\nplLocal\nAccount #: 61109010140000071219812874\n\n\nRO\nRON\niban\nIBAN: RO16RZBR6343423217922456\n\n\nSE\nSEK\nseLocal or iban\nAccount #: 0000003, Clearing code #: 5491\n\n\nSG\nSGD\nsgLocal\nAccount #: 9999, BIC #: CITISGSG\n\n\nUS\nUSD\nusLocal\nAccount #: 10220001111, Routing #: 121000248\n\n\n\nSee also\n\n\n                    Use managed payouts\n                \n                    Payout transfer webhooks\n                \n","type":"page","locale":"en","boost":17,"hierarchy":{"lvl0":"Home","lvl1":"Platforms","lvl2":"Managed payouts","lvl3":"View payout executions"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/","lvl1":"https:\/\/docs.adyen.com\/platforms","lvl2":"https:\/\/docs.adyen.com\/platforms\/managed-payouts","lvl3":"\/platforms\/managed-payouts\/view-payout-executions"},"levels":4,"category":"Platforms","category_color":"green","tags":["payout","executions"]}}
