{"title":"Manage recurring top-ups","category":"default","creationDate":1571779920,"content":"<p>After you create a recurring top-up, we automatically trigger top-ups to your balance account according to the settings you configured.<\/p>\n<p>If you need to view or change these settings, or delete a recurring top-up, you can do so 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> or the <a href=\"https:\/\/ca-test.adyen.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Customer Area<\/a>.<\/p>\n<h2>Requirements<\/h2>\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>Integration type<\/strong><\/td>\n<td style=\"text-align: left;\">  Adyen <a href=\"\/payouts\/payout-service\">enterprise payouts<\/a> integration. <\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong><a href=\"\/development-resources\/api-credentials\/roles\/\">API credential roles<\/a><\/strong><\/td>\n<td style=\"text-align: left;\">To configure top-up schedules using the <a href=\"#view-recurring-top-ups\">API<\/a>, make sure that you have the credentials 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> with the following role:<ul><li markdown=\"1\"><strong>BankAPI Advanced Webservice 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 configure top-up schedules using the <a href=\"#view-recurring-top-ups\">Customer Area<\/a>, make sure that you have the following roles:<ul><li markdown=\"1\"><strong>Balance platform base role<\/strong><\/li><li markdown=\"1\"><strong>Configure scheduled payouts<\/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;\">Subscribe to the following webhooks: <ul><li markdown=\"1\"> <a href=\"https:\/\/docs.adyen.com\/api-explorer\/balanceplatform-webhooks\/latest\/overview\" class=\" external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Configuration webhooks<\/a><\/li><li markdown=\"1\"> <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><\/li><li markdown=\"1\"> <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transaction-webhooks\/latest\/overview\" class=\" external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Transaction webhooks<\/a><\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Capabilities<\/strong><\/td>\n<td style=\"text-align: left;\">To top up using a transfer instrument, you need the following capability: <ul><li markdown=\"1\"><span translate=\"no\"><strong>receiveFromTransferInstrument<\/strong><\/span><\/li><\/ul><br> Before attempting a transfer, verify that this capability is active and has a valid <code>verificationStatus<\/code>. You can check this via the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/balanceplatform\/latest\/get\/accountHolders\/(id)#responses-200-capabilities-verificationStatus\" class=\" external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">verificationStatus<\/a>.<br> <\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Limitations<\/strong><\/td>\n<td style=\"text-align: left;\">This feature does not support on-demand top-ups.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Setup steps<\/strong><\/td>\n<td style=\"text-align: left;\">Make sure that your  <a href=\"\/payouts\/payout-service\/top-up-balance-accounts#top-up-source\">top-up source<\/a>  has enough balance to fund the top-up.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>View recurring top-ups<\/h2>\n<p>You can view recurring top-ups using the API or your Customer Area.<\/p>\n\n<div id=\"tabzpo5g\">\n    <div data-component-wrapper=\"tabs\">\n        <tabs\n                        :items=\"[{&quot;title&quot;:&quot;API&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;After creating recurring top-ups for your balance account, you can make requests to get an overview of them. You can use query parameters to determine how many results to show (&lt;code&gt;limit&lt;\\\/code&gt;), and where the list starts (&lt;code&gt;cursor&lt;\\\/code&gt;). The list is always shown in chronological order of when you created the top-up.&lt;\\\/p&gt;\\n&lt;p&gt;When your list of results consists of more than one page, you can navigate through the pages using the API. The following list provides a high-level overview of the steps required to complete this process. We will then dive into the details for each step.&lt;\\\/p&gt;\\n&lt;ol&gt;\\n&lt;li&gt;&lt;a href=\\&quot;#make-get-request-without-cursor\\&quot;&gt;Make an initial GET request &lt;em&gt;without&lt;\\\/em&gt; the cursor parameter&lt;\\\/a&gt;.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;a href=\\&quot;#view-first-page-results\\&quot;&gt;Take note of the &lt;code&gt;cursor&lt;\\\/code&gt; value in the response, which shows the first page of results&lt;\\\/a&gt;.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;a href=\\&quot;#make-get-request-including-cursor\\&quot;&gt;Make a second GET request &lt;em&gt;including&lt;\\\/em&gt; the cursor parameter&lt;\\\/a&gt;.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;a href=\\&quot;#view-next-page-results\\&quot;&gt;Take note of the &lt;code&gt;cursor&lt;\\\/code&gt; values in the response, which shows the second page of results&lt;\\\/a&gt;. You can use these values to navigate to the next or previous page of results.&lt;\\\/li&gt;\\n&lt;\\\/ol&gt;\\n&lt;p&gt;To view all recurring top-ups configured for a balance account:&lt;\\\/p&gt;\\n&lt;h3 id=\\&quot;make-get-request-without-cursor\\&quot;&gt;1. Make a GET request without the cursor parameter&lt;\\\/h3&gt;\\n&lt;p&gt;Make an initial GET &lt;code&gt;\\\/balanceAccounts\\\/{balanceAccountId}\\\/recurringTopUps&lt;\\\/code&gt;. In your request, specify the following parameters:&lt;\\\/p&gt;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Parameter&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Type&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;balanceAccountId&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Path&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/required\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The unique identifier of the balance account for which you want to retrieve recurring top-ups.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;limit&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Query&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The number of results (recurring top-ups) to show in the first page of the response. By default, the response shows 10 results. The response also includes links to the next page of the results.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;p&gt;&lt;img alt=\\&quot;This is the required icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Required for all transactions. &lt;br&gt;&lt;img alt=\\&quot;This is the conditionally required icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Required for particular setups. &lt;br&gt;&lt;img alt=\\&quot;This is the recommended icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/recommended.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Recommended for all transactions, but not required.&lt;\\\/p&gt;\\n&lt;div class=\\&quot;accordion-shortcode adl-accordion adl-accordion--max-height-transition\\&quot; data-expand=\\&quot;true\\&quot; data-ignore=\\&quot;anchorjs-link\\&quot;&gt;\\n    \\n    &lt;div class=\\&quot;adl-accordion__item\\&quot; style=\\&quot;\\&quot;&gt;\\n        &lt;div tabindex=\\&quot;0\\&quot; role=\\&quot;item\\&quot; aria-expanded=\\&quot;false\\&quot; class=\\&quot;adl-accordion__header\\&quot;&gt;\\n            &lt;i class=\\&quot;adl-accordion__toggle adl-icon-chevron-down\\&quot;&gt;&lt;\\\/i&gt;\\n            &lt;div class=\\&quot;adl-accordion__title-wrapper\\&quot; data-accordion=\\&quot;#example-request-view-recurring-top-ups-first-page\\&quot;&gt;\\n                                    &lt;h4 class=\\&quot;adl-accordion__title\\&quot;&gt;Example request - View recurring top-ups (first page)&lt;\\\/h4&gt;\\n                            &lt;\\\/div&gt;\\n        &lt;\\\/div&gt;\\n        &lt;div role=\\&quot;region\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n            \\n&lt;p&gt;Here is an example request to retrieve a list of recurring top-ups for &lt;strong&gt;BA00000000000000000000001&lt;\\\/strong&gt;, and restrict this list to 2 results in the first page.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Get a list of recurring top-ups&#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:\\\\\\\/\\\\\\\/balanceplatform-api-beta.adyen.com\\\\\\\/bcl\\\\\\\/v2\\\\\\\/balanceAccounts\\\\\\\/BA00000000000000000000001\\\\\\\/recurringTopUps \\\\\\\\\\\\n-H &#039;x-api-key: ADYEN_BALANCE_PLATFORM_API_KEY&#039; \\\\\\\\\\\\n-H &#039;content-type: application\\\\\\\/json&#039; \\\\\\\\\\\\n-X GET \\\\\\\\\\\\n-d limit=2&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\\n        &lt;\\\/div&gt;\\n    &lt;\\\/div&gt;\\n&lt;\\\/div&gt;\\n\\n&lt;h3 id=\\&quot;view-first-page-results\\&quot;&gt;2. View the first page of results&lt;\\\/h3&gt;\\n&lt;p&gt;Take note of the array in the response that returns a list of recurring top-ups configured for your balance account, according to the &lt;code&gt;limit&lt;\\\/code&gt; you defined. Each object in the array returns the following parameters:&lt;\\\/p&gt;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Parameter&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Type&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;id&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Response body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/required\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The unique identifier of the recurring top-up.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;counterparty.transferInstrumentId&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Response body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/required\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Use case&lt;\\\/strong&gt;: Returned if the top-up source is a transfer instrument.&lt;br&gt;&lt;br&gt;The unique identifier of the transfer instrument that is funding the top-up.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;description&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Response body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/required\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Your description for the recurring top-up.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;topUpAmount.fixed&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Response body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Conditionally required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Conditionally required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/conditionally-required\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Use case&lt;\\\/strong&gt;: Returned if you use a fixed top-up amount.&lt;br&gt;&lt;br&gt;The fixed amount with which you want to top up the balance account.&lt;br&gt;&lt;br&gt;&lt;strong&gt;Format&lt;\\\/strong&gt;: In &lt;a href=\\&quot;\\\/development-resources\\\/currency-codes\\\/#minor-units\\&quot;&gt;minor units&lt;\\\/a&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;topUpAmount.target&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Response body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Conditionally required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Conditionally required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/conditionally-required\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Use case&lt;\\\/strong&gt;: Returned if you want to top up to a target amount.&lt;br&gt;&lt;br&gt;The target balance for the balance account that the top-up must achieve.&lt;br&gt;&lt;br&gt;&lt;strong&gt;Format&lt;\\\/strong&gt;: In &lt;a href=\\&quot;\\\/development-resources\\\/currency-codes\\\/#minor-units\\&quot;&gt;minor units&lt;\\\/a&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;trigger.schedule&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Response body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The frequency at which to check the available balance on the balance account. If not specified, the balance is continuously monitored.&lt;br&gt;&lt;br&gt;&lt;strong&gt;Possible values&lt;\\\/strong&gt;:&lt;ul&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;&lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;weekdays&lt;\\\/strong&gt;&lt;\\\/span&gt;: from Monday to Friday at 07:00 AM&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;&lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;weekly&lt;\\\/strong&gt;&lt;\\\/span&gt;: on Mondays at 07:00 AM&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;&lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;monthly&lt;\\\/strong&gt;&lt;\\\/span&gt;: on the 1st of each month at 07:00 AM&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;&lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;null&lt;\\\/strong&gt;&lt;\\\/span&gt; (default): continuous monitoring&lt;\\\/li&gt;&lt;\\\/ul&gt;&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;trigger.threshold&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Response body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/required\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The minimum balance you want to keep in the account. During the regular checks defined in &lt;code&gt;trigger.schedule&lt;\\\/code&gt;, if the available balance is below the threshold amount, we trigger a top-up.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;status&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Response body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/required\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The status of the recurring top-up.&lt;br&gt;&lt;br&gt;&lt;strong&gt;Possible values&lt;\\\/strong&gt;:&lt;ul&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;&lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;active&lt;\\\/strong&gt;&lt;\\\/span&gt; (default)&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;&lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;inactive&lt;\\\/strong&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;\\\/ul&gt;&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;referenceForBeneficiary&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Response body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The reference sent to the counterparty for the direct debit (the source of the funds).&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;p&gt;&lt;img alt=\\&quot;This is the required icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Required for all transactions. &lt;br&gt;&lt;img alt=\\&quot;This is the conditionally required icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Required for particular setups. &lt;br&gt;&lt;img alt=\\&quot;This is the recommended icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/recommended.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Recommended for all transactions, but not required.&lt;\\\/p&gt;\\n&lt;p&gt;The response also returns the following parameter to help you navigate through the list of results:&lt;\\\/p&gt;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Parameter&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Type&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;link.next.href&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Response body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Conditionally required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Conditionally required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/conditionally-required\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Use case&lt;\\\/strong&gt;: Returned if there is more than 1 page of results, based on the &lt;code&gt;limit&lt;\\\/code&gt; you defined.&lt;br&gt;&lt;br&gt;The link leading to the next page of results. This link includes the &lt;code&gt;cursor&lt;\\\/code&gt; which you can use as a query in your GET request to view the next page of results.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;p&gt;&lt;img alt=\\&quot;This is the required icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Required for all transactions. &lt;br&gt;&lt;img alt=\\&quot;This is the conditionally required icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Required for particular setups. &lt;br&gt;&lt;img alt=\\&quot;This is the recommended icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/recommended.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Recommended for all transactions, but not required.&lt;\\\/p&gt;\\n&lt;div class=\\&quot;accordion-shortcode adl-accordion adl-accordion--max-height-transition\\&quot; data-expand=\\&quot;true\\&quot; data-ignore=\\&quot;anchorjs-link\\&quot;&gt;\\n    \\n    &lt;div class=\\&quot;adl-accordion__item\\&quot; style=\\&quot;\\&quot;&gt;\\n        &lt;div tabindex=\\&quot;0\\&quot; role=\\&quot;item\\&quot; aria-expanded=\\&quot;false\\&quot; class=\\&quot;adl-accordion__header\\&quot;&gt;\\n            &lt;i class=\\&quot;adl-accordion__toggle adl-icon-chevron-down\\&quot;&gt;&lt;\\\/i&gt;\\n            &lt;div class=\\&quot;adl-accordion__title-wrapper\\&quot; data-accordion=\\&quot;#example-response-view-recurring-top-ups-first-page\\&quot;&gt;\\n                                    &lt;h4 class=\\&quot;adl-accordion__title\\&quot;&gt;Example response - View recurring top-ups (first page)&lt;\\\/h4&gt;\\n                            &lt;\\\/div&gt;\\n        &lt;\\\/div&gt;\\n        &lt;div role=\\&quot;region\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n            \\n&lt;p&gt;Here is an example response showing a list of recurring top-ups configured for balance account &lt;strong&gt;BA00000000000000000000001&lt;\\\/strong&gt;, where the list is restricted to &lt;strong&gt;2&lt;\\\/strong&gt; results per page.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Response - view available recurring top-ups&#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;RecurringTopUps\\\\\\&quot;: [\\\\n       {\\\\n          \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;TU0000000000001\\\\\\&quot;,\\\\n          \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n             \\\\\\&quot;transferInstrumentId\\\\\\&quot;: \\\\\\&quot;TI00000000000000000000001\\\\\\&quot;\\\\n          },\\\\n          \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the recurring top-up\\\\\\&quot;,\\\\n          \\\\\\&quot;topUpAmount\\\\\\&quot;: {\\\\n             \\\\\\&quot;target\\\\\\&quot;: {\\\\n                \\\\\\&quot;value\\\\\\&quot;: 100000,\\\\n                \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;\\\\n             }\\\\n          },\\\\n          \\\\\\&quot;trigger\\\\\\&quot;: {\\\\n             \\\\\\&quot;schedule\\\\\\&quot;: {\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;weekly\\\\\\&quot;\\\\n             },\\\\n             \\\\\\&quot;threshold\\\\\\&quot;: {\\\\n                \\\\\\&quot;value\\\\\\&quot;: 25000,\\\\n                \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;\\\\n             }\\\\n          },\\\\n          \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;active\\\\\\&quot;\\\\n       },\\\\n       {\\\\n          \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;TU0000000000002\\\\\\&quot;,\\\\n          \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n             \\\\\\&quot;transferInstrumentId\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000002\\\\\\&quot;\\\\n          },\\\\n          \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the recurring top-up.\\\\\\&quot;,\\\\n          \\\\\\&quot;topUpAmount\\\\\\&quot;: {\\\\n             \\\\\\&quot;fixed\\\\\\&quot;: {\\\\n                \\\\\\&quot;value\\\\\\&quot;: 80000,\\\\n                \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;\\\\n             }\\\\n          },\\\\n          \\\\\\&quot;trigger\\\\\\&quot;: {\\\\n             \\\\\\&quot;schedule\\\\\\&quot;: {\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;weekdays\\\\\\&quot;\\\\n             },\\\\n             \\\\\\&quot;threshold\\\\\\&quot;: {\\\\n                \\\\\\&quot;value\\\\\\&quot;: 10000,\\\\n                \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;\\\\n             }\\\\n          },\\\\n          \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;active\\\\\\&quot;\\\\n       }\\\\n   ],\\\\n   \\\\\\&quot;link\\\\\\&quot;: {\\\\n      \\\\\\&quot;next\\\\\\&quot;: {\\\\n          \\\\\\&quot;href\\\\\\&quot;: \\\\\\&quot;https:\\\\\\\/\\\\\\\/balanceplatform-api-beta.com\\\\\\\/bcl\\\\\\\/api\\\\\\\/v2\\\\\\\/balanceAccounts\\\\\\\/BA00000000000000000000001\\\\\\\/recurringTopUp?cursor=STRING_FOR_NEXT_PAGE_CURSOR&amp;amp;limit=2\\\\\\&quot;\\\\n      }\\\\n   }\\\\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\\n        &lt;\\\/div&gt;\\n    &lt;\\\/div&gt;\\n&lt;\\\/div&gt;\\n\\n&lt;h3 id=\\&quot;make-get-request-including-cursor\\&quot;&gt;3. Make a GET request including the cursor parameter&lt;\\\/h3&gt;\\n&lt;p&gt;To view the next page of results, make a second GET &lt;code&gt;\\\/balanceAccounts\\\/{balanceAccountId}\\\/recurringTopUps&lt;\\\/code&gt;. In your request, specify the following parameters:&lt;\\\/p&gt;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Parameter&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Type&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;balanceAccountId&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Path&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/required\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The unique identifier of the balance account for which you want to retrieve recurring top-ups.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;cursor&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Query&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Conditionally required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Conditionally required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/conditionally-required\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Use case&lt;\\\/strong&gt;: Required if you want to see the next or previous page of results. Use only if this is not your first GET request.&lt;br&gt;&lt;br&gt;The encrypted identifier of the recurring top-up from which you want your list of results to start. You can find the cursor in the response of your previous GET request. By default, the list of results starts from the first top-up created for that balance account.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;limit&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Query&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The number of results (recurring top-ups) to show in the first page of the response. By default, the response shows 10 results. The response also includes links to the next and previous page of the results.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;p&gt;&lt;img alt=\\&quot;This is the required icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Required for all transactions. &lt;br&gt;&lt;img alt=\\&quot;This is the conditionally required icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Required for particular setups. &lt;br&gt;&lt;img alt=\\&quot;This is the recommended icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/recommended.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Recommended for all transactions, but not required.&lt;\\\/p&gt;\\n&lt;div class=\\&quot;accordion-shortcode adl-accordion adl-accordion--max-height-transition\\&quot; data-expand=\\&quot;true\\&quot; data-ignore=\\&quot;anchorjs-link\\&quot;&gt;\\n    \\n    &lt;div class=\\&quot;adl-accordion__item\\&quot; style=\\&quot;\\&quot;&gt;\\n        &lt;div tabindex=\\&quot;0\\&quot; role=\\&quot;item\\&quot; aria-expanded=\\&quot;false\\&quot; class=\\&quot;adl-accordion__header\\&quot;&gt;\\n            &lt;i class=\\&quot;adl-accordion__toggle adl-icon-chevron-down\\&quot;&gt;&lt;\\\/i&gt;\\n            &lt;div class=\\&quot;adl-accordion__title-wrapper\\&quot; data-accordion=\\&quot;#example-request-view-recurring-top-ups-next-page\\&quot;&gt;\\n                                    &lt;h4 class=\\&quot;adl-accordion__title\\&quot;&gt;Example request - View recurring top-ups (next page)&lt;\\\/h4&gt;\\n                            &lt;\\\/div&gt;\\n        &lt;\\\/div&gt;\\n        &lt;div role=\\&quot;region\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n            \\n&lt;p&gt;Here is an example request to retrieve the next page of results for &lt;strong&gt;BA00000000000000000000001&lt;\\\/strong&gt;. The results start from where the previous page ended, and includes 2 results per page.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Get a list of recurring top-ups&#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:\\\\\\\/\\\\\\\/balanceplatform-api-beta.adyen.com\\\\\\\/bcl\\\\\\\/v2\\\\\\\/balanceAccounts\\\\\\\/BA00000000000000000000001\\\\\\\/recurringTopUps \\\\\\\\\\\\n-H &#039;x-api-key: ADYEN_BALANCE_PLATFORM_API_KEY&#039; \\\\\\\\\\\\n-H &#039;content-type: application\\\\\\\/json&#039; \\\\\\\\\\\\n-X GET \\\\\\\\\\\\n-d cursor=STRING_FOR_NEXT_PAGE_CURSOR \\\\\\\\\\\\n-d limit=2&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\\n        &lt;\\\/div&gt;\\n    &lt;\\\/div&gt;\\n&lt;\\\/div&gt;\\n\\n&lt;h3 id=\\&quot;view-next-page-results\\&quot;&gt;4. View the next page of results&lt;\\\/h3&gt;\\n&lt;p&gt;Take note of the array in the response that returns a list of recurring top-ups configured for your balance account, according to the &lt;code&gt;cursor&lt;\\\/code&gt; and &lt;code&gt;limit&lt;\\\/code&gt; you defined. In addition to the array, the response also returns the following parameters to help you navigate through the list of results:&lt;\\\/p&gt;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Parameter&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Type&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;link.next.href&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Response body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Conditionally required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Conditionally required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/conditionally-required\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Use case&lt;\\\/strong&gt;: Returned if there is more than 1 page of results, based on the &lt;code&gt;limit&lt;\\\/code&gt; you defined.&lt;br&gt;&lt;br&gt;The link leading to the next page of results. This link includes the &lt;code&gt;cursor&lt;\\\/code&gt; which you can use as a query in your GET request to view the next page of results.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;link.prev.href&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Response body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Conditionally required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Conditionally required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/conditionally-required\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Use case&lt;\\\/strong&gt;: Returned if there is more than 1 page of results, based on the &lt;code&gt;cursor&lt;\\\/code&gt; and &lt;code&gt;limit&lt;\\\/code&gt; you defined.&lt;br&gt;&lt;br&gt;The link leading to the previous page of results. This link includes the &lt;code&gt;cursor&lt;\\\/code&gt; which you can use as a query in your GET request to view the previous page of results.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;p&gt;&lt;img alt=\\&quot;This is the required icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Required for all transactions. &lt;br&gt;&lt;img alt=\\&quot;This is the conditionally required icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Required for particular setups. &lt;br&gt;&lt;img alt=\\&quot;This is the recommended icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/recommended.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Recommended for all transactions, but not required.&lt;\\\/p&gt;\\n&lt;div class=\\&quot;accordion-shortcode adl-accordion adl-accordion--max-height-transition\\&quot; data-expand=\\&quot;true\\&quot; data-ignore=\\&quot;anchorjs-link\\&quot;&gt;\\n    \\n    &lt;div class=\\&quot;adl-accordion__item\\&quot; style=\\&quot;\\&quot;&gt;\\n        &lt;div tabindex=\\&quot;0\\&quot; role=\\&quot;item\\&quot; aria-expanded=\\&quot;false\\&quot; class=\\&quot;adl-accordion__header\\&quot;&gt;\\n            &lt;i class=\\&quot;adl-accordion__toggle adl-icon-chevron-down\\&quot;&gt;&lt;\\\/i&gt;\\n            &lt;div class=\\&quot;adl-accordion__title-wrapper\\&quot; data-accordion=\\&quot;#example-response-view-recurring-top-ups-next-page\\&quot;&gt;\\n                                    &lt;h4 class=\\&quot;adl-accordion__title\\&quot;&gt;Example response - View recurring top-ups (next page)&lt;\\\/h4&gt;\\n                            &lt;\\\/div&gt;\\n        &lt;\\\/div&gt;\\n        &lt;div role=\\&quot;region\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n            \\n&lt;p&gt;Here is an example response showing the next page of a list of recurring top-ups configured for balance account &lt;strong&gt;BA00000000000000000000001&lt;\\\/strong&gt;, where the list is restricted to &lt;strong&gt;2&lt;\\\/strong&gt; results per page.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Response - view available recurring top-ups&#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;RecurringTopUps\\\\\\&quot;: [\\\\n    {\\\\n       \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;TU0000000000003\\\\\\&quot;,\\\\n       \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n          \\\\\\&quot;transferInstrumentId\\\\\\&quot;: \\\\\\&quot;TI00000000000000000000001\\\\\\&quot;\\\\n       },\\\\n       \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the recurring top-up\\\\\\&quot;,\\\\n       \\\\\\&quot;topUpAmount\\\\\\&quot;: {\\\\n          \\\\\\&quot;target\\\\\\&quot;: {\\\\n             \\\\\\&quot;value\\\\\\&quot;: 200000,\\\\n             \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;\\\\n          }\\\\n       },\\\\n       \\\\\\&quot;trigger\\\\\\&quot;: {\\\\n          \\\\\\&quot;schedule\\\\\\&quot;: {\\\\n             \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;weekly\\\\\\&quot;\\\\n          },\\\\n          \\\\\\&quot;threshold\\\\\\&quot;: {\\\\n             \\\\\\&quot;value\\\\\\&quot;: 50000,\\\\n             \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;\\\\n          }\\\\n       },\\\\n       \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;active\\\\\\&quot;\\\\n    },\\\\n    {\\\\n       \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;TU0000000000004\\\\\\&quot;,\\\\n       \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n          \\\\\\&quot;transferInstrumentId\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000002\\\\\\&quot;\\\\n       },\\\\n       \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the recurring top-up.\\\\\\&quot;,\\\\n       \\\\\\&quot;topUpAmount\\\\\\&quot;: {\\\\n          \\\\\\&quot;fixed\\\\\\&quot;: {\\\\n             \\\\\\&quot;value\\\\\\&quot;: 300000,\\\\n             \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;\\\\n          }\\\\n       },\\\\n       \\\\\\&quot;trigger\\\\\\&quot;: {\\\\n          \\\\\\&quot;schedule\\\\\\&quot;: {\\\\n             \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;weekdays\\\\\\&quot;\\\\n          },\\\\n          \\\\\\&quot;threshold\\\\\\&quot;: {\\\\n             \\\\\\&quot;value\\\\\\&quot;: 100000,\\\\n             \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;\\\\n          }\\\\n       },\\\\n       \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;active\\\\\\&quot;\\\\n    }\\\\n],\\\\n\\\\\\&quot;link\\\\\\&quot;: {\\\\n   \\\\\\&quot;next\\\\\\&quot;: {\\\\n      \\\\\\&quot;href\\\\\\&quot;: \\\\\\&quot;https:\\\\\\\/\\\\\\\/balanceplatform-api-beta.com\\\\\\\/bcl\\\\\\\/api\\\\\\\/v2\\\\\\\/balanceAccounts\\\\\\\/BA00000000000000000000001\\\\\\\/recurringTopUp?cursor=STRING_FOR_NEXT_PAGE_CURSOR&amp;amp;limit=2\\\\\\&quot;\\\\n   },\\\\n   \\\\\\&quot;prev\\\\\\&quot;: {\\\\n      \\\\\\&quot;href\\\\\\&quot;: \\\\\\&quot;https:\\\\\\\/\\\\\\\/balanceplatform-api-beta.com\\\\\\\/bcl\\\\\\\/api\\\\\\\/v2\\\\\\\/balanceAccounts\\\\\\\/BA00000000000000000000001\\\\\\\/recurringTopUp?cursor=STRING_FOR_PREVIOUS_PAGE_CURSOR&amp;amp;limit=2\\\\\\&quot;\\\\n   }\\\\n}\\\\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\\n        &lt;\\\/div&gt;\\n    &lt;\\\/div&gt;\\n&lt;\\\/div&gt;\\n\\n&quot;,&quot;altTitle&quot;:&quot;manage-recurring-top-ups-api&quot;,&quot;oldTabId&quot;:1,&quot;relation&quot;:&quot;manage-recurring-top-ups-api&quot;},{&quot;title&quot;:&quot;Customer Area&quot;,&quot;content&quot;:&quot;\\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 your company account.&lt;\\\/li&gt;\\n&lt;li&gt;Go to &lt;strong&gt;Accounts &amp;amp; Balances&lt;\\\/strong&gt; &amp;gt; &lt;strong&gt;Balance Accounts&lt;\\\/strong&gt; and select the relevant balance account.&lt;\\\/li&gt;\\n&lt;li&gt;Select a &lt;strong&gt;Schedule ID&lt;\\\/strong&gt; to see the full details and history.&lt;\\\/li&gt;\\n&lt;\\\/ol&gt;\\n&quot;,&quot;altTitle&quot;:&quot;manage-recurring-top-ups-ca&quot;,&quot;oldTabId&quot;:1,&quot;relation&quot;:&quot;manage-recurring-top-ups-ca&quot;}]\"\n            :should-update-when-url-changes='true'>\n        <\/tabs>\n    <\/div>\n<\/div>\n\n<h2>Update a recurring top-up<\/h2>\n<p>You can update a recurring top-up using the API or your Customer Area.<\/p>\n\n<div id=\"taba9WDO\">\n    <div data-component-wrapper=\"tabs\">\n        <tabs\n                        :items=\"[{&quot;title&quot;:&quot;API&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;To update a recurring top-up, make a PATCH &lt;code&gt;\\\/balanceAccounts\\\/{balanceAccountId}\\\/recurringTopUps\\\/{topUpId}&lt;\\\/code&gt; request. In your request, specify the parameters you want to update:&lt;\\\/p&gt;\\n&lt;div class=\\&quot;notices green\\&quot;&gt;\\n&lt;p&gt;If you do not specify a parameter, or explicitly set it to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;null&lt;\\\/strong&gt;&lt;\\\/span&gt;, the value remains the same as what you specified in the POST request to &lt;a href=\\&quot;\\\/payouts\\\/payout-service\\\/top-up-balance-accounts\\\/create-recurring-top-ups#create-a-recurring-top-up\\&quot;&gt;create the recurring top-up&lt;\\\/a&gt;.&lt;\\\/p&gt;\\n&lt;\\\/div&gt;\\n&lt;div class=\\&quot;notices yellow\\&quot;&gt;\\n&lt;p&gt;The funding source &lt;code&gt;transferInstrumentId&lt;\\\/code&gt; is immutable. It cannot be updated via a &lt;code&gt;PATCH&lt;\\\/code&gt; request. To change the source of funds, you must deactivate the current recurring top-up and create a new one.&lt;\\\/p&gt;\\n&lt;\\\/div&gt;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Parameter&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Type&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;balanceAccountId&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Path&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/required\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The unique identifier of the balance account.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;topUpId&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Path&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/required\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The unique identifier of the recurring top-up you want to update.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;description&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Request body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Conditionally required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Conditionally required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/conditionally-required\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Use case&lt;\\\/strong&gt;: Required if you want to change the description.&lt;br&gt;&lt;br&gt;Your description for the recurring top-up.&lt;br&gt;&lt;br&gt;&lt;strong&gt;Format&lt;\\\/strong&gt;: Maximum length is 140 characters. If you set a longer description, it will be cut off at 140 characters.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;topUpAmount.fixed&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Request body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Conditionally required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Conditionally required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/conditionally-required\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Use case&lt;\\\/strong&gt;:&lt;br&gt;Required if:&lt;ul&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;You want to update to a new fixed top-up amount.&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;You want to change from a target to a fixed amount.&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;You want to change from a fixed to a target amount. In this case, set &lt;code&gt;fixed&lt;\\\/code&gt; to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;null&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/li&gt;&lt;\\\/ul&gt;&lt;br&gt;The fixed amount with which you want to top up the balance account. Set to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;null&lt;\\\/strong&gt;&lt;\\\/span&gt; if you want to change from a fixed to a target amount.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;topUpAmount.target&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Request body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Conditionally required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Conditionally required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/conditionally-required\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Use case&lt;\\\/strong&gt;:&lt;br&gt;Required if:&lt;ul&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;You want to update to a new target top-up amount.&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;You want to change from a fixed to a target amount.&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;You want to change from a target to a fixed amount. In this case, set &lt;code&gt;target&lt;\\\/code&gt; to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;null&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/li&gt;&lt;\\\/ul&gt;&lt;br&gt;The target balance for the balance account that the top-up must achieve. Set to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;null&lt;\\\/strong&gt;&lt;\\\/span&gt; if you want to change from a target to a fixed amount.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;trigger.schedule&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Request body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Conditionally required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Conditionally required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/conditionally-required\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Use case&lt;\\\/strong&gt;: Required if you want to change the schedule.&lt;br&gt;&lt;br&gt;The frequency at which to check the available balance on the balance account. If not specified, the balance is continuously monitored.&lt;br&gt;&lt;br&gt;&lt;strong&gt;Possible values&lt;\\\/strong&gt;:&lt;ul&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;&lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;weekdays&lt;\\\/strong&gt;&lt;\\\/span&gt;: from Monday to Friday at 07:00 AM&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;&lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;weekly&lt;\\\/strong&gt;&lt;\\\/span&gt;: on Mondays at 07:00 AM&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;&lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;monthly&lt;\\\/strong&gt;&lt;\\\/span&gt;: on the 1st of each month at 07:00 AM&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;&lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;null&lt;\\\/strong&gt;&lt;\\\/span&gt;: continuous monitoring&lt;\\\/li&gt;&lt;\\\/ul&gt;&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;trigger.threshold&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Request body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Conditionally required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Conditionally required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/conditionally-required\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Use case&lt;\\\/strong&gt;: Required if you want to change the threshold.&lt;br&gt;&lt;br&gt;The minimum balance you want to keep in the account. During the regular checks defined in &lt;code&gt;trigger.schedule&lt;\\\/code&gt;, if the available balance is below the threshold amount, we trigger a top-up.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;status&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Request body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Conditionally required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Conditionally required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/conditionally-required\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Use case&lt;\\\/strong&gt;: Required if you want to change the status.&lt;br&gt;&lt;br&gt;The status of the recurring top-up.&lt;br&gt;&lt;br&gt;Possible values:&lt;ul&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;&lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;active&lt;\\\/strong&gt;&lt;\\\/span&gt; (default)&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;&lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;inactive&lt;\\\/strong&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;\\\/ul&gt;&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;referenceForBeneficiary&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Request body&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Conditionally required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Conditionally required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/conditionally-required\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Use case&lt;\\\/strong&gt;: Required if you want to change the reference for the beneficiary.&lt;br&gt;&lt;br&gt;The reference sent to the counterparty for the direct debit (the source of the funds).&lt;br&gt;&lt;br&gt;&lt;strong&gt;Format&lt;\\\/strong&gt;: &lt;ul&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;Only alphanumeric characters.&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;Maximum length is 80 characters.&lt;\\\/li&gt;&lt;\\\/ul&gt;&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;p&gt;&lt;img alt=\\&quot;This is the required icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Required for all transactions. &lt;br&gt;&lt;img alt=\\&quot;This is the conditionally required icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Required for particular setups. &lt;br&gt;&lt;img alt=\\&quot;This is the recommended icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/recommended.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Recommended for all transactions, but not required.&lt;\\\/p&gt;\\n&lt;div class=\\&quot;accordion-shortcode adl-accordion adl-accordion--max-height-transition\\&quot; data-expand=\\&quot;true\\&quot; data-ignore=\\&quot;anchorjs-link\\&quot;&gt;\\n    \\n    &lt;div class=\\&quot;adl-accordion__item\\&quot; style=\\&quot;\\&quot;&gt;\\n        &lt;div tabindex=\\&quot;0\\&quot; role=\\&quot;item\\&quot; aria-expanded=\\&quot;false\\&quot; class=\\&quot;adl-accordion__header\\&quot;&gt;\\n            &lt;i class=\\&quot;adl-accordion__toggle adl-icon-chevron-down\\&quot;&gt;&lt;\\\/i&gt;\\n            &lt;div class=\\&quot;adl-accordion__title-wrapper\\&quot; data-accordion=\\&quot;#example-update-a-recurring-top-up\\&quot;&gt;\\n                                    &lt;h4 class=\\&quot;adl-accordion__title\\&quot;&gt;Example - update a recurring top-up&lt;\\\/h4&gt;\\n                            &lt;\\\/div&gt;\\n        &lt;\\\/div&gt;\\n        &lt;div role=\\&quot;region\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n            \\n&lt;p&gt;You created a recurring top-up (&lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;TU0000000000001&lt;\\\/strong&gt;&lt;\\\/span&gt;) for balance account &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;BA00000000000000000000001&lt;\\\/strong&gt;&lt;\\\/span&gt; with the following settings:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;Source of funds: transfer instrument with ID &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;TI00000000000000000000001&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/li&gt;\\n&lt;li&gt;Top-up amount: a target amount of &lt;strong&gt;USD 1000&lt;\\\/strong&gt; for the balance account.&lt;\\\/li&gt;\\n&lt;li&gt;Schedule: check the available balance weekly, &lt;strong&gt;every Monday at 7:00 AM&lt;\\\/strong&gt;.&lt;\\\/li&gt;\\n&lt;li&gt;Threshold: top up the balance account only if the available balance drops below &lt;strong&gt;USD 250&lt;\\\/strong&gt;.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;p&gt;You now want to update the following details:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;Change the top-up amount to a fixed amount of &lt;strong&gt;USD 750&lt;\\\/strong&gt;.&lt;\\\/li&gt;\\n&lt;li&gt;Deactivate the top-up.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;p&gt;Here is an example request to update this recurring top-up:&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Update recurring top-up&#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:\\\\\\\/\\\\\\\/balanceplatform-api-beta.adyen.com\\\\\\\/bcl\\\\\\\/v2\\\\\\\/balanceAccounts\\\\\\\/BA00000000000000000000001\\\\\\\/recurringTopUps\\\\\\\/{topUpId} \\\\\\\\\\\\n-H &#039;x-api-key: ADYEN_BALANCE_PLATFORM_API_KEY&#039; \\\\\\\\\\\\n-H &#039;content-type: application\\\\\\\/json&#039; \\\\\\\\\\\\n-X PATCH \\\\\\\\\\\\n-d &#039;{\\\\n  \\\\&amp;quot;topUpAmount\\\\&amp;quot;: {\\\\n    \\\\&amp;quot;fixed\\\\&amp;quot;: {\\\\n      \\\\&amp;quot;value\\\\&amp;quot;: 75000,\\\\n      \\\\&amp;quot;currency\\\\&amp;quot;: \\\\&amp;quot;USD\\\\&amp;quot;\\\\n    },\\\\n  },\\\\n  \\\\&amp;quot;status\\\\&amp;quot;: \\\\&amp;quot;inactive\\\\&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;p&gt;You receive the following response:&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Response - update recurring top-up&#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{\\\\n \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;TU0000000000001\\\\\\&quot;,\\\\n \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n     \\\\\\&quot;transferInstrumentId\\\\\\&quot;: \\\\\\&quot;TI00000000000000000000001\\\\\\&quot;\\\\n },\\\\n \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the recurring top-up\\\\\\&quot;,\\\\n \\\\\\&quot;topUpAmount\\\\\\&quot;: {\\\\n   \\\\\\&quot;fixed\\\\\\&quot;: {\\\\n     \\\\\\&quot;value\\\\\\&quot;: 75000,\\\\n     \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;\\\\n   }\\\\n },\\\\n \\\\\\&quot;trigger\\\\\\&quot;: {\\\\n   \\\\\\&quot;schedule\\\\\\&quot;: {\\\\n     \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;weekly\\\\\\&quot;\\\\n   },\\\\n   \\\\\\&quot;threshold\\\\\\&quot;: {\\\\n     \\\\\\&quot;value\\\\\\&quot;: 25000,\\\\n     \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;\\\\n   }\\\\n },\\\\n \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;inactive\\\\\\&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\\n        &lt;\\\/div&gt;\\n    &lt;\\\/div&gt;\\n&lt;\\\/div&gt;\\n\\n&quot;,&quot;altTitle&quot;:&quot;manage-recurring-top-ups-api&quot;,&quot;oldTabId&quot;:1,&quot;relation&quot;:&quot;manage-recurring-top-ups-api&quot;},{&quot;title&quot;:&quot;Customer Area&quot;,&quot;content&quot;:&quot;\\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 your company account.&lt;\\\/li&gt;\\n&lt;li&gt;Go to &lt;strong&gt;Accounts &amp;amp; Balances&lt;\\\/strong&gt; &amp;gt; &lt;strong&gt;Balance Accounts&lt;\\\/strong&gt; and select the relevant balance account.&lt;\\\/li&gt;\\n&lt;li&gt;Select the action button &lt;strong&gt;(...)&lt;\\\/strong&gt; next to the scheduled transfer, and then select &lt;strong&gt;Edit&lt;\\\/strong&gt;.&lt;\\\/li&gt;\\n&lt;\\\/ol&gt;\\n&quot;,&quot;altTitle&quot;:&quot;manage-recurring-top-ups-ca&quot;,&quot;oldTabId&quot;:1,&quot;relation&quot;:&quot;manage-recurring-top-ups-ca&quot;}]\"\n            :should-update-when-url-changes='true'>\n        <\/tabs>\n    <\/div>\n<\/div>\n\n<h2>Delete a recurring top-up<\/h2>\n<p>You can delete a recurring top-up using the API or your Customer Area.<\/p>\n\n<div id=\"tab3OwRU\">\n    <div data-component-wrapper=\"tabs\">\n        <tabs\n                        :items=\"[{&quot;title&quot;:&quot;API&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;To delete a recurring top-up, make a DELETE &lt;code&gt;\\\/balanceAccounts\\\/{balanceAccountId}\\\/recurringTopUps\\\/{topUpId}&lt;\\\/code&gt; request. In your request, specify the following parameters.&lt;\\\/p&gt;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Parameter&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Type&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;balanceAccountId&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Path&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/required\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The unique identifier of the balance account.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;code&gt;topUpId&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;Path&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;span class=\\&quot;hint--bottom\\&quot; data-hint=\\&quot;Required\\&quot; markdown=\\&quot;1\\&quot;&gt;&lt;img style=\\&quot;width: 25px;\\&quot; alt=\\&quot;Required\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/required\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt;&lt;\\\/span&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The unique identifier of the recurring top-up you want to delete.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;p&gt;&lt;img alt=\\&quot;This is the required icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Required for all transactions. &lt;br&gt;&lt;img alt=\\&quot;This is the conditionally required icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/conditionally-required.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Required for particular setups. &lt;br&gt;&lt;img alt=\\&quot;This is the recommended icon.\\&quot; src=\\&quot;\\\/user\\\/pages\\\/reuse\\\/image-library\\\/01.icons\\\/requirements-legend\\\/recommended.svg?decoding=auto&amp;amp;fetchpriority=auto\\&quot; \\\/&gt; Recommended for all transactions, but not required.&lt;\\\/p&gt;\\n&lt;div class=\\&quot;accordion-shortcode adl-accordion adl-accordion--max-height-transition\\&quot; data-expand=\\&quot;true\\&quot; data-ignore=\\&quot;anchorjs-link\\&quot;&gt;\\n    \\n    &lt;div class=\\&quot;adl-accordion__item\\&quot; style=\\&quot;\\&quot;&gt;\\n        &lt;div tabindex=\\&quot;0\\&quot; role=\\&quot;item\\&quot; aria-expanded=\\&quot;false\\&quot; class=\\&quot;adl-accordion__header\\&quot;&gt;\\n            &lt;i class=\\&quot;adl-accordion__toggle adl-icon-chevron-down\\&quot;&gt;&lt;\\\/i&gt;\\n            &lt;div class=\\&quot;adl-accordion__title-wrapper\\&quot; data-accordion=\\&quot;#example-request-delete-recurring-top-up\\&quot;&gt;\\n                                    &lt;h4 class=\\&quot;adl-accordion__title\\&quot;&gt;Example request - Delete recurring top-up&lt;\\\/h4&gt;\\n                            &lt;\\\/div&gt;\\n        &lt;\\\/div&gt;\\n        &lt;div role=\\&quot;region\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n            \\n&lt;p&gt;Here is an example request to delete a recurring top-up with ID &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;TU0000000000001&lt;\\\/strong&gt;&lt;\\\/span&gt;:&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Get a list of recurring top-ups&#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:\\\\\\\/\\\\\\\/balanceplatform-api-beta.adyen.com\\\\\\\/bcl\\\\\\\/v2\\\\\\\/balanceAccounts\\\\\\\/BA00000000000000000000001\\\\\\\/recurringTopUps\\\\\\\/TU0000000000001 \\\\\\\\\\\\n-H &#039;x-api-key: ADYEN_BALANCE_PLATFORM_API_KEY&#039; \\\\\\\\\\\\n-H &#039;content-type: application\\\\\\\/json&#039; \\\\\\\\\\\\n-X DELETE&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;p&gt;If the request is successful, you receive a &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;204 - No Content&lt;\\\/strong&gt;&lt;\\\/span&gt; response.&lt;\\\/p&gt;\\n\\n        &lt;\\\/div&gt;\\n    &lt;\\\/div&gt;\\n&lt;\\\/div&gt;\\n\\n&quot;,&quot;altTitle&quot;:&quot;manage-recurring-top-ups-api&quot;,&quot;oldTabId&quot;:1,&quot;relation&quot;:&quot;manage-recurring-top-ups-api&quot;},{&quot;title&quot;:&quot;Customer Area&quot;,&quot;content&quot;:&quot;\\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 your company account.&lt;\\\/li&gt;\\n&lt;li&gt;Go to &lt;strong&gt;Accounts &amp;amp; Balances&lt;\\\/strong&gt; &amp;gt; &lt;strong&gt;Balance Accounts&lt;\\\/strong&gt; and select the relevant balance account.&lt;\\\/li&gt;\\n&lt;li&gt;Select the action button &lt;strong&gt;(...)&lt;\\\/strong&gt; next to the scheduled transfer, and then select &lt;strong&gt;Remove&lt;\\\/strong&gt;.&lt;\\\/li&gt;\\n&lt;\\\/ol&gt;\\n&quot;,&quot;altTitle&quot;:&quot;manage-recurring-top-ups-ca&quot;,&quot;oldTabId&quot;:1,&quot;relation&quot;:&quot;manage-recurring-top-ups-ca&quot;}]\"\n            :should-update-when-url-changes='true'>\n        <\/tabs>\n    <\/div>\n<\/div>\n\n<h2>See also<\/h2>\n<div class=\"next-steps\" id=\"next-steps\" >\n<a href=\"\/payouts\/payout-service\/top-up-balance-accounts\/create-recurring-top-ups\" class=\"next-steps__step\" style=\"width:45%;\" target=\"_self\"><p class=\"next-steps__body\"><div style=\"text-align: center;\"><h6 class=\"next-steps__title\">Create recurring top-ups<\/h6><p>Learn how to configure recurring top-ups for your balance accounts.<\/p><\/div><\/p><\/a><a href=\"\/payouts\/payout-service\/top-up-balance-accounts\/top-up-webhooks\" class=\"next-steps__step\" style=\"width:45%;\" target=\"_self\"><p class=\"next-steps__body\"><div style=\"text-align: center;\"><h6 class=\"next-steps__title\">Top-up webhooks<\/h6><p>Stay updated about changes to the recurring top-ups on your platform.<\/p><\/div><\/p><\/a><\/div>\n","url":"https:\/\/docs.adyen.com\/payouts\/payout-service\/top-up-balance-accounts\/manage-recurring-top-ups","articleFields":{"Menu":"Manage recurring top-ups","description":"Learn how to view, change, and delete recurring top-ups.","last_edit_on":"11-09-2020 17:20","parameters":{"directoryPath":"\/payouts\/payout-service","integrationType":"payouts"}},"algolia":{"url":"https:\/\/docs.adyen.com\/payouts\/payout-service\/top-up-balance-accounts\/manage-recurring-top-ups","title":"Manage recurring top-ups","content":"After you create a recurring top-up, we automatically trigger top-ups to your balance account according to the settings you configured.\nIf you need to view or change these settings, or delete a recurring top-up, you can do so using the  Configuration API or the Customer Area.\nRequirements\n\n\n\nRequirement\nDescription\n\n\n\n\nIntegration type\n  Adyen enterprise payouts integration. \n\n\nAPI credential roles\nTo configure top-up schedules using the API, make sure that you have the credentials for the  Configuration API with the following role:BankAPI Advanced Webservice role\n\n\nCustomer Area roles\nTo configure top-up schedules using the Customer Area, make sure that you have the following roles:Balance platform base roleConfigure scheduled payouts\n\n\nWebhooks\nSubscribe to the following webhooks:  Configuration webhooks Transfer webhooks Transaction webhooks\n\n\nCapabilities\nTo top up using a transfer instrument, you need the following capability: receiveFromTransferInstrument Before attempting a transfer, verify that this capability is active and has a valid verificationStatus. You can check this via the  verificationStatus. \n\n\nLimitations\nThis feature does not support on-demand top-ups.\n\n\nSetup steps\nMake sure that your  top-up source  has enough balance to fund the top-up.\n\n\n\nView recurring top-ups\nYou can view recurring top-ups using the API or your Customer Area.\n\n\n    \n        \n        \n    \n\n\nUpdate a recurring top-up\nYou can update a recurring top-up using the API or your Customer Area.\n\n\n    \n        \n        \n    \n\n\nDelete a recurring top-up\nYou can delete a recurring top-up using the API or your Customer Area.\n\n\n    \n        \n        \n    \n\n\nSee also\n\nCreate recurring top-upsLearn how to configure recurring top-ups for your balance accounts.Top-up webhooksStay updated about changes to the recurring top-ups on your platform.\n","type":"page","locale":"en","boost":16,"hierarchy":{"lvl0":"Home","lvl1":"Adyen Payouts","lvl2":"Payouts and Payments","lvl3":"Top up accounts","lvl4":"Manage recurring top-ups"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/","lvl1":"https:\/\/docs.adyen.com\/payouts","lvl2":"https:\/\/docs.adyen.com\/payouts\/payout-service","lvl3":"https:\/\/docs.adyen.com\/payouts\/payout-service\/top-up-balance-accounts","lvl4":"\/payouts\/payout-service\/top-up-balance-accounts\/manage-recurring-top-ups"},"levels":5,"category":"","category_color":"","tags":["Manage","recurring","top-ups"]}}
