{"title":"Manual payouts","category":"Classic Platforms","creationDate":1776961628,"content":"<div class=\"sc-notice info\"><div>\n<p>This page is for classic Adyen for Platforms integrations. If you are just starting your implementation, refer to our <a href=\"\/pt\/adyen-for-platforms-model\">new integration guide<\/a> instead.<\/p>\n<\/div><\/div>\n<p>Manual payouts give you the flexibility to trigger a payout off-schedule, and to pay out partial balances. You can manually pay out the positive balance on an account, less any negative pending balance, by making an API request or through your Customer Area.<\/p>\n<p>When triggering a manual payout, you must consider the cutoff times for each bank transfer method in each region. Cutoff times affect the expected time for the account holders to receive the funds in their bank account.<\/p>\n<h2>Pay out manually<\/h2>\n<p>You can issue payouts using your Customer Area or the Fund API.<\/p>\n\n<div id=\"tabhiHIR\">\n    <div data-component-wrapper=\"tabs\">\n        <tabs\n                        :items=\"[{&quot;title&quot;:&quot;Customer Area&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;You can issue payouts to bank accounts in your Customer Area. To do this, your Customer Area user must have the &lt;strong&gt;Instruct payouts to bank accounts for all account holders from the customer area&lt;\\\/strong&gt; role. If you do not have the role, contact your Admin user.&lt;\\\/p&gt;\\n&lt;p&gt;To issue payouts from the Customer Area:&lt;\\\/p&gt;\\n&lt;ol&gt;\\n&lt;li&gt;Log in to your &lt;a href=\\&quot;https:\\\/\\\/ca-test.adyen.com\\\/\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot; class=\\&quot;external-link no-image\\&quot;&gt;Customer Area&lt;\\\/a&gt; and switch to the merchant account.&lt;\\\/li&gt;\\n&lt;li&gt;Go to &lt;strong&gt;Platform&lt;\\\/strong&gt; &amp;gt; &lt;strong&gt;Sub-merchants&lt;\\\/strong&gt;.&lt;\\\/li&gt;\\n&lt;li&gt;Select the account holder you want to pay out to, then select the &lt;strong&gt;Accounts&lt;\\\/strong&gt; tab.&lt;\\\/li&gt;\\n&lt;li&gt;Select the more actions menu (&lt;i class=\\&quot;adl-icon-options\\&quot; role=\\&quot;img\\&quot; aria-label=\\&quot;options icon\\&quot;&gt;&lt;\\\/i&gt;), then select &lt;strong&gt;Payout to bank&lt;\\\/strong&gt;. If it appears dimmed, the account does not have a positive balance.&lt;\\\/li&gt;\\n&lt;li&gt;In the &lt;strong&gt;New payout&lt;\\\/strong&gt; page, specify:\\n&lt;ul&gt;\\n&lt;li&gt;The account from which you want to pay out. The account must have a positive balance.&lt;\\\/li&gt;\\n&lt;li&gt;The bank account to which you want to pay out.&lt;\\\/li&gt;\\n&lt;li&gt;The amount to be paid out.&lt;\\\/li&gt;\\n&lt;li&gt;Optionally, you can add a description to the payout, which will appear on the account holder&#039;s bank statement. You can also specify the merchant reference, which you can use to reconcile payouts in reports.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;&lt;\\\/li&gt;\\n&lt;li&gt;Select &lt;strong&gt;Payout&lt;\\\/strong&gt; to initiate the payout.&lt;\\\/li&gt;\\n&lt;\\\/ol&gt;\\n&lt;p&gt;You can check the status of the payout in the &lt;strong&gt;Transactions&lt;\\\/strong&gt; tab.&lt;\\\/p&gt;\\n&quot;,&quot;altTitle&quot;:&quot;manual-payout-ca&quot;,&quot;oldTabId&quot;:&quot;manual-payout-ca_1&quot;,&quot;relation&quot;:&quot;&quot;},{&quot;title&quot;:&quot;Fund API&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;To manually trigger payouts to your account holder&#039;s bank account or to a &lt;a href=\\&quot;\\\/pt\\\/classic-platforms\\\/payouts\\\/manual-payout\\\/payout-to-cards\\&quot;&gt;card eligible for payouts&lt;\\\/a&gt;, make a\\u00a0 &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Fund\\\/latest\\\/post\\\/payoutAccountHolder\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;\\\/payoutAccountHolder&lt;\\\/a&gt;\\u00a0request.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Initiate manual payout to a bank account&#039;\\&quot; :id=\\&quot;&#039;&#039;\\&quot; :code-data=\\&quot;[{&amp;quot;language&amp;quot;:&amp;quot;bash&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;curl https:\\\\\\\/\\\\\\\/cal-test.adyen.com\\\\\\\/cal\\\\\\\/services\\\\\\\/Fund\\\\\\\/v6\\\\\\\/payoutAccountHolder \\\\\\\\\\\\n-H &#039;x-API-key: YOUR_X-API-KEY&#039; \\\\\\\\\\\\n-H &#039;content-type: application\\\\\\\/json&#039; \\\\\\\\\\\\n-d &#039;{\\\\n   \\\\&amp;quot;accountCode\\\\&amp;quot;:\\\\&amp;quot;118731451\\\\&amp;quot;,\\\\n   \\\\&amp;quot;amount\\\\&amp;quot;:{\\\\n      \\\\&amp;quot;currency\\\\&amp;quot;:\\\\&amp;quot;EUR\\\\&amp;quot;,\\\\n      \\\\&amp;quot;value\\\\&amp;quot;:99792\\\\n   },\\\\n   \\\\&amp;quot;accountHolderCode\\\\&amp;quot;:\\\\&amp;quot;TestAccountHolder877209\\\\&amp;quot;,\\\\n   \\\\&amp;quot;description\\\\&amp;quot;:\\\\&amp;quot;12345 \\\\u2013 Test\\\\&amp;quot;,\\\\n   \\\\&amp;quot;bankAccountUUID\\\\&amp;quot;:\\\\&amp;quot;000b81aa-ae7e-4492-aa7e-72b2129dce0c\\\\&amp;quot;\\\\n}&#039;&amp;quot;}]\\&quot; :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&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Response&#039;\\&quot; :id=\\&quot;&#039;&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n   \\\\\\&quot;invalidFields\\\\\\&quot;: [],\\\\n   \\\\\\&quot;pspReference\\\\\\&quot;:\\\\\\&quot;9914719437810080\\\\\\&quot;,\\\\n   \\\\\\&quot;bankAccountUUID\\\\\\&quot;:\\\\\\&quot;000b81aa-ae7e-4492-aa7e-72b2129dce0c\\\\\\&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&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Response in case of a validation error&#039;\\&quot; :id=\\&quot;&#039;&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n  \\\\\\&quot;invalidFields\\\\\\&quot;: [\\\\n    {\\\\n      \\\\\\&quot;errorCode\\\\\\&quot;: 29,\\\\n      \\\\\\&quot;errorDescription\\\\\\&quot;: \\\\\\&quot;Account code does not exist or invalid\\\\\\&quot;,\\\\n      \\\\\\&quot;fieldType\\\\\\&quot;: {\\\\n        \\\\\\&quot;field\\\\\\&quot;: \\\\\\&quot;accountCode\\\\\\&quot;,\\\\n        \\\\\\&quot;fieldName\\\\\\&quot;: \\\\\\&quot;accountCode\\\\\\&quot;\\\\n      }\\\\n    }\\\\n  ],\\\\n  \\\\\\&quot;pspReference\\\\\\&quot;: \\\\\\&quot;8515659454939302\\\\\\&quot;,\\\\n  \\\\\\&quot;resultCode\\\\\\&quot;: \\\\\\&quot;Failed\\\\\\&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&lt;p&gt;Wait for the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Notification\\\/latest\\\/post\\\/ACCOUNT_HOLDER_PAYOUT\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;ACCOUNT_HOLDER_PAYOUT&lt;\\\/a&gt; notification to confirm the status of the payout. You can also &lt;a href=\\&quot;\\\/pt\\\/classic-platforms\\\/payouts\\\/track-payouts\\&quot;&gt;track your payouts&lt;\\\/a&gt; in your Customer Area. To learn about payout status codes, see &lt;a href=\\&quot;\\\/pt\\\/classic-platforms\\\/payouts\\\/payout-notifications\\&quot;&gt;Payout notifications&lt;\\\/a&gt;.&lt;\\\/p&gt;\\n&quot;,&quot;altTitle&quot;:&quot;manual-payout-api&quot;,&quot;oldTabId&quot;:&quot;manual-payout-api_2&quot;,&quot;relation&quot;:&quot;&quot;}]\"\n            :should-update-when-url-changes='true'>\n        <\/tabs>\n    <\/div>\n<\/div>\n\n<h2 id=\"faster-manual-payout\">Set the payout speed<\/h2>\n<p>By default, all payouts are scheduled according to the standard payout processing of the region, for example, <a href=\"https:\/\/www.bacs.co.uk\/pages\/home.aspx\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Bankers' Automated Clearing Services (BACS)<\/a> in the UK and <a href=\"https:\/\/www.nacha.org\/content\/ach-network\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Automated Clearing House (ACH) network<\/a> in the US. To speed up this process, Adyen offers the option to set a faster payout schedule, where the payouts are available to the account holder the same day if processed before the bank cutoff time. These payouts are processed via express methods such as NPP, FPS, and Same Day ACH are restricted to the countries\/regions in which they are available.<\/p>\n<p>This functionality is supported in the following countries\/regions:<\/p>\n<ul>\n<li>Australia<\/li>\n<li>United Kingdom<\/li>\n<li>United States<\/li>\n<\/ul>\n<p>To enable faster payouts for the whole platform, contact our\u00a0<a href=\"https:\/\/ca-test.adyen.com\/ca\/ca\/contactUs\/support.shtml?form=other\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Support Team<\/a>.<\/p>\n<p>To enable the faster payout option for specific payouts, send the POST  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/Fund\/latest\/post\/payoutAccountHolder\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/payoutAccountHolder<\/a> request with <code>payoutSpeed<\/code> <span translate=\"no\"><strong>SAME_DAY<\/strong><\/span>.<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Set faster manual payouts'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n   \\\"accountCode\\\":\\\"131863447\\\",\\n   \\\"amount\\\":{\\n      \\\"currency\\\":\\\"GBP\\\",\\n      \\\"value\\\":100\\n   },\\n   \\\"accountHolderCode\\\":\\\"CODE_OF_ACCOUNT_HOLDER\\\",\\n   \\\"merchantReference\\\":\\\"10000000\\\",\\n   \\\"description\\\":\\\"FasterPayoutsTest\\\",\\n   \\\"payoutSpeed\\\":\\\"SAME_DAY\\\",\\n   \\\"bankAccountUUID\\\": \\\"d23a2144-4e0a-4f64-b9b3-d8c92a83f42e\\\"\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<h2 id=\"manual-payout-descriptor\">Change the payout descriptor<\/h2>\n<p>To change the payout descriptor, send the POST  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/Fund\/latest\/post\/payoutAccountHolder\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/payoutAccountHolder<\/a> request with the <code>description<\/code> parameter.<br \/>\nThe value must be between 1 to 35 characters and must only contain the following supported characters:<\/p>\n<ul>\n<li>Characters between <span translate=\"no\"><strong>a-z<\/strong><\/span>, <span translate=\"no\"><strong>A-Z<\/strong><\/span>, and <span translate=\"no\"><strong>0-9<\/strong><\/span><\/li>\n<li>Special characters: <span translate=\"no\"><strong>\/?:().,'+ \";<\/strong><\/span><\/li>\n<\/ul>\n<h2 id=\"see-also\">See also<\/h2>\n<div class=\"see-also-links output-inline\" id=\"see-also\">\n<ul><li><a href=\"\/classic-platforms\/payouts\/scheduled-payout\"\n                        target=\"_self\"\n                        >\n                    Scheduled payouts\n                <\/a><\/li><li><a href=\"\/classic-platforms\/verification-process\"\n                        target=\"_self\"\n                        >\n                    Verification process\n                <\/a><\/li><li><a href=\"\/classic-platforms\/payouts\/manual-payout\/payout-to-cards\"\n                        target=\"_self\"\n                        >\n                    Pay out to cards\n                <\/a><\/li><li><a href=\"\/classic-platforms\/payouts\/payout-notifications\"\n                        target=\"_self\"\n                        >\n                    Payout notifications\n                <\/a><\/li><\/ul><\/div>\n","url":"https:\/\/docs.adyen.com\/pt\/classic-platforms\/payouts\/manual-payout","articleFields":{"description":"Learn how to initiate one-off payouts to cards or bank accounts.","search_category":"Classic Platforms","id":"25142905","type":"page","_expandable":{"operations":""},"status":"current","last_edit_on":"20-03-2020 12:39","feedback_component":true,"cache_enable":false,"parameters":{"directoryPath":"\/classic-platforms"}},"algolia":{"url":"https:\/\/docs.adyen.com\/pt\/classic-platforms\/payouts\/manual-payout","title":"Manual payouts","content":"\nThis page is for classic Adyen for Platforms integrations. If you are just starting your implementation, refer to our new integration guide instead.\n\nManual payouts give you the flexibility to trigger a payout off-schedule, and to pay out partial balances. You can manually pay out the positive balance on an account, less any negative pending balance, by making an API request or through your Customer Area.\nWhen triggering a manual payout, you must consider the cutoff times for each bank transfer method in each region. Cutoff times affect the expected time for the account holders to receive the funds in their bank account.\nPay out manually\nYou can issue payouts using your Customer Area or the Fund API.\n\n\n    \n        \n        \n    \n\n\nSet the payout speed\nBy default, all payouts are scheduled according to the standard payout processing of the region, for example, Bankers' Automated Clearing Services (BACS) in the UK and Automated Clearing House (ACH) network in the US. To speed up this process, Adyen offers the option to set a faster payout schedule, where the payouts are available to the account holder the same day if processed before the bank cutoff time. These payouts are processed via express methods such as NPP, FPS, and Same Day ACH are restricted to the countries\/regions in which they are available.\nThis functionality is supported in the following countries\/regions:\n\nAustralia\nUnited Kingdom\nUnited States\n\nTo enable faster payouts for the whole platform, contact our\u00a0Support Team.\nTo enable the faster payout option for specific payouts, send the POST  \/payoutAccountHolder request with payoutSpeed SAME_DAY.\n\n    \n\nChange the payout descriptor\nTo change the payout descriptor, send the POST  \/payoutAccountHolder request with the description parameter.\nThe value must be between 1 to 35 characters and must only contain the following supported characters:\n\nCharacters between a-z, A-Z, and 0-9\nSpecial characters: \/?:().,'+ \";\n\nSee also\n\n\n                    Scheduled payouts\n                \n                    Verification process\n                \n                    Pay out to cards\n                \n                    Payout notifications\n                \n","type":"page","locale":"pt","boost":17,"hierarchy":{"lvl0":"Home","lvl1":"Classic integration","lvl2":"Payouts","lvl3":"Manual payouts"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/pt","lvl1":"https:\/\/docs.adyen.com\/pt\/classic-platforms","lvl2":"https:\/\/docs.adyen.com\/pt\/classic-platforms\/payouts","lvl3":"\/pt\/classic-platforms\/payouts\/manual-payout"},"levels":4,"category":"Classic Platforms","category_color":"green","tags":["Manual","payouts"]}}
