{"title":"Update a payout schedule","category":"default","creationDate":1776961629,"content":"<h2 id=\"updatepayoutschedule-request-fields\">Request parameters<\/h2>\n<p>To update the payout schedule for a merchant, make a POST <code>\/updatePayoutSchedule<\/code> specifying:<\/p>\n<table><thead><tr class=\"header\"><th>Name<\/th><th>Type<\/th><th>Required<\/th><th>Description<\/th><\/tr><\/thead>\n<tbody>\n  <tr>\n      <td>\n<p><code>merchantCode<\/code><\/p>\n<\/td>\n      <td>\n<p>String<\/p>\n<\/td>\n      <td>\n<center><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/center>\n<\/td>\n      <td>\n<p>A merchant code string holds a value to identify a merchant.<\/p>\n<p>Format:<\/p>\n<ul>\n<li>Either: <code>MerchantAccount.Merchant_Code<\/code><\/li>\n<li>Or: <code>Merchant_Code<\/code><\/li>\n<\/ul>\n<\/td>\n  <\/tr>\n  <tr>\n      <td>\n<p><code>payoutScheduleDays<\/code><\/p>\n<\/td>\n      <td>\n<p>Int<\/p>\n<\/td>\n      <td>\n<center><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/center>\n<\/td>\n      <td>\n<p>Number of payout days per week.<br \/>\nDefines how often you want to plan a payout on a weekly basis.<br \/>\nFor example, once a week, twice a week, and so on.<\/p>\n<p>Allowed values:<br \/>\n<em>1, 2, 3, 5<\/em>.<\/p>\n<ul>\n<li><em>1<\/em>: on Tuesday at 00:00 CET<\/li>\n<li><em>2<\/em>: on Tuesday, Friday at 00:00 CET<\/li>\n<li><em>3<\/em>: on Tuesday, Thursday, Friday at 00:00 CET<\/li>\n<li><em>5<\/em>: from Monday to Friday at 00:00 CET<\/li>\n<\/ul>\n<\/td>\n  <\/tr>\n<\/tbody><\/table>\n<h2 id=\"updatepayoutschedule-response-fields\">Response parameters<\/h2>\n<p>If there are no errors in the request, the call returns\u00a0a\u00a0<code>pspReference.<\/code>If any issues occur during the process, the call returns one or more warning or error messages.<\/p>\n<table><thead><tr class=\"header\"><th>Name<\/th><th>Type<\/th><th>Returned\u00a0by\u00a0default<\/th><th>Description<\/th><\/tr><\/thead>\n<tbody>\n  <tr>\n      <td>\n<p><code>pspReference<\/code><\/p>\n<\/td>\n      <td>\n<p>String<\/p>\n<\/td>\n      <td>\n<center><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/center>\n<\/td>\n      <td>\n<p>A reference to uniquely identify the request.<\/p>\n<\/td>\n  <\/tr>\n   <tr>\n       <td>\n<p><code>warnings<\/code><\/p>\n<\/td>\n       <td>\n<p>String<\/p>\n<\/td>\n       <td>\n<center><img title=\"-x-\" alt=\"-x-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/x.png\" \/><\/center>\n<\/td>\n       <td>\n<p>List containing one or more warning messages.<br \/>\nReturned when the request is not correctly processed.<\/p>\n<\/td>\n   <\/tr>\n      <tr>\n          <td>\n<p><code>errors<\/code><\/p>\n<\/td>\n          <td>\n<p>String<\/p>\n<\/td>\n          <td>\n<center><img title=\"-x-\" alt=\"-x-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/x.png\" \/><\/center>\n<\/td>\n          <td>\n<p>List containing one or more error messages.<br \/>\nReturned when the request fails.<\/p>\n<\/td>\n      <\/tr>\n<\/tbody><\/table>\n<h2>Examples<\/h2>\n<h3 id=\"request\">Request<\/h3>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"''\" :id=\"'168702939'\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"JSON\",\"content\":\"{  \\n  \\\"merchantCode\\\":\\\"TestMerchant\\\",\\n  \\\"payoutScheduleDays\\\":1\\n}\"},{\"language\":\"xml\",\"tabTitle\":\"Soap\",\"content\":\"&lt;soap:Envelope xmlns:soap=\\\"http:\\\/\\\/schemas.xmlsoap.org\\\/soap\\\/envelope\\\/\\\" xmlns:xsd=\\\"http:\\\/\\\/www.w3.org\\\/2001\\\/XMLSchema\\\" xmlns:xsi=\\\"http:\\\/\\\/www.w3.org\\\/2001\\\/XMLSchema-instance\\\"&gt;\\n  &lt;soap:Body&gt;\\n    &lt;updatePayoutSchedule xmlns=\\\"http:\\\/\\\/caaccount.services.adyen.com\\\"&gt;\\n      &lt;request&gt;\\n        &lt;merchantCode&gt;TestMerchant&lt;\\\/merchantCode&gt;\\n        &lt;payoutScheduleDays&gt;1&lt;\\\/payoutScheduleDays&gt;\\n      &lt;\\\/request&gt;\\n    &lt;\\\/updatePayoutSchedule&gt;\\n  &lt;\\\/soap:Body&gt;\\n&lt;\\\/soap:Envelope&gt;\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<h3 id=\"response\">Response<\/h3>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"''\" :id=\"'56807270'\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"JSON\",\"content\":\"{  \\n   \\\"pspReference\\\":\\\"9914140718370613\\\"\\n}\"},{\"language\":\"xml\",\"tabTitle\":\"Soap\",\"content\":\"&lt;soap:Envelope xmlns:soap=\\\"http:\\\/\\\/schemas.xmlsoap.org\\\/soap\\\/envelope\\\/\\\" xmlns:ns0=\\\"http:\\\/\\\/caaccount.services.adyen.com\\\" xmlns:xsd=\\\"http:\\\/\\\/www.w3.org\\\/2001\\\/XMLSchema\\\" xmlns:xsi=\\\"http:\\\/\\\/www.w3.org\\\/2001\\\/XMLSchema-instance\\\"&gt;\\n  &lt;soap:Body&gt;\\n    &lt;ns0:updatePayoutScheduleResponse&gt;\\n      &lt;ns0:response&gt;\\n        &lt;ns0:pspReference&gt;9914140718370613&lt;\\\/ns0:pspReference&gt;\\n      &lt;\\\/ns0:response&gt;\\n    &lt;\\\/ns0:updatePayoutScheduleResponse&gt;\\n  &lt;\\\/soap:Body&gt;\\n&lt;\\\/soap:Envelope&gt;\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<h3 id=\"response-in-case-of-an-error-or-warning\">Response in case of an error or warning<\/h3>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"''\" :id=\"'264146899'\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"JSON\",\"content\":\"{  \\n  \\\"pspReference\\\":\\\"9914526950450289\\\",\\n  \\\"warnings\\\":[  \\n    \\\"8_006 accountKey is deprecated, please use merchantCode instead\\\"\\n  ]\\n}\"},{\"language\":\"xml\",\"tabTitle\":\"Soap\",\"content\":\"&lt;soap:Envelope xmlns:soap=\\\"http:\\\/\\\/schemas.xmlsoap.org\\\/soap\\\/envelope\\\/\\\" xmlns:ns0=\\\"http:\\\/\\\/caaccount.services.adyen.com\\\" xmlns:xsd=\\\"http:\\\/\\\/www.w3.org\\\/2001\\\/XMLSchema\\\" xmlns:xsi=\\\"http:\\\/\\\/www.w3.org\\\/2001\\\/XMLSchema-instance\\\"&gt;\\n  &lt;soap:Body&gt;\\n    &lt;ns0:updatePayoutScheduleResponse&gt;\\n      &lt;ns0:response&gt;\\n        &lt;ns0:pspReference&gt;9914526950450289&lt;\\\/ns0:pspReference&gt;\\n        &lt;ns0:warnings&gt;\\n      &lt;ns0:string&gt;8_006 accountKey is deprecated, please use merchantCode instead&lt;\\\/ns0:string&gt;\\n   &lt;\\\/ns0:warnings&gt;\\n      &lt;\\\/ns0:response&gt;\\n    &lt;\\\/ns0:updatePayoutScheduleResponse&gt;\\n  &lt;\\\/soap:Body&gt;\\n&lt;\\\/soap:Envelope&gt;\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>","url":"https:\/\/docs.adyen.com\/pt\/account-management-api\/manage-bank-accounts-and-payouts\/updatepayoutschedule","articleFields":{"id":"25134994","type":"page","description":"Update a merchant's payout schedule.","_expandable":{"operations":""},"status":"current"},"algolia":{"url":"https:\/\/docs.adyen.com\/pt\/account-management-api\/manage-bank-accounts-and-payouts\/updatepayoutschedule","title":"Update a payout schedule","content":"Request parameters\nTo update the payout schedule for a merchant, make a POST \/updatePayoutSchedule specifying:\nNameTypeRequiredDescription\n\n  \n      \nmerchantCode\n\n      \nString\n\n      \n\n\n      \nA merchant code string holds a value to identify a merchant.\nFormat:\n\nEither: MerchantAccount.Merchant_Code\nOr: Merchant_Code\n\n\n  \n  \n      \npayoutScheduleDays\n\n      \nInt\n\n      \n\n\n      \nNumber of payout days per week.\nDefines how often you want to plan a payout on a weekly basis.\nFor example, once a week, twice a week, and so on.\nAllowed values:\n1, 2, 3, 5.\n\n1: on Tuesday at 00:00 CET\n2: on Tuesday, Friday at 00:00 CET\n3: on Tuesday, Thursday, Friday at 00:00 CET\n5: from Monday to Friday at 00:00 CET\n\n\n  \n\nResponse parameters\nIf there are no errors in the request, the call returns\u00a0a\u00a0pspReference.If any issues occur during the process, the call returns one or more warning or error messages.\nNameTypeReturned\u00a0by\u00a0defaultDescription\n\n  \n      \npspReference\n\n      \nString\n\n      \n\n\n      \nA reference to uniquely identify the request.\n\n  \n   \n       \nwarnings\n\n       \nString\n\n       \n\n\n       \nList containing one or more warning messages.\nReturned when the request is not correctly processed.\n\n   \n      \n          \nerrors\n\n          \nString\n\n          \n\n\n          \nList containing one or more error messages.\nReturned when the request fails.\n\n      \n\nExamples\nRequest\n\n    \n\nResponse\n\n    \n\nResponse in case of an error or warning\n\n    \n","type":"page","locale":"pt","boost":17,"hierarchy":{"lvl0":"Home","lvl1":"Account management API","lvl2":"Manage bank accounts and payouts","lvl3":"Update a payout schedule"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/pt","lvl1":"https:\/\/docs.adyen.com\/pt\/account-management-api","lvl2":"https:\/\/docs.adyen.com\/pt\/account-management-api\/manage-bank-accounts-and-payouts","lvl3":"\/pt\/account-management-api\/manage-bank-accounts-and-payouts\/updatepayoutschedule"},"levels":4,"category":"","category_color":"","tags":["Update","payout","schedule"]},"articleFiles":{"56807270.json":"<p alt=\"\">56807270.json<\/p>","168702939.json":"<p alt=\"\">168702939.json<\/p>","264146899.json":"<p alt=\"\">264146899.json<\/p>"}}
