{"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>.<\/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 Issuing integration. <\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong><a href=\"\/pt\/development-resources\/api-credentials\/roles\/\">API credential roles<\/a><\/strong><\/td>\n<td style=\"text-align: left;\">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=\"\/pt\/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><a href=\"\/pt\/issuing\/verification-overview\/capabilities\">Capabilities<\/a><\/strong><\/td>\n<td style=\"text-align: left;\">To top up using a transfer instrument, you need the following capability: <ul><li markdown=\"1\"><strong>receiveFromTransferInstrument<\/strong><\/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> <br> Note: To enable this capability, see <a href=\"\/pt\/issuing\/manage-account-holders#request-capability\">request additional capabilities<\/a>. <\/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=\"\/pt\/issuing\/add-manage-funds\/top-ups#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>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 (<code>limit<\/code>), and where the list starts (<code>cursor<\/code>). The list is always shown in chronological order of when you created the top-up.<\/p>\n<p>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.<\/p>\n<ol>\n<li><a href=\"#make-get-request-without-cursor\">Make an initial GET request <em>without<\/em> the cursor parameter<\/a>.<\/li>\n<li><a href=\"#view-first-page-results\">Take note of the <code>cursor<\/code> value in the response, which shows the first page of results<\/a>.<\/li>\n<li><a href=\"#make-get-request-including-cursor\">Make a second GET request <em>including<\/em> the cursor parameter<\/a>.<\/li>\n<li><a href=\"#view-next-page-results\">Take note of the <code>cursor<\/code> values in the response, which shows the second page of results<\/a>. You can use these values to navigate to the next or previous page of results.<\/li>\n<\/ol>\n<p>To view all recurring top-ups configured for a balance account:<\/p>\n<h3 id=\"make-get-request-without-cursor\">1. Make a GET request without the cursor parameter<\/h3>\n<p>Make a initial GET <code>\/balanceAccounts\/{balanceAccountId}\/recurringTopUps<\/code>. In your request, specify the following parameters:<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Parameter<\/th>\n<th style=\"text-align: center;\">Type<\/th>\n<th style=\"text-align: center;\">Required<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><code>balanceAccountId<\/code><\/td>\n<td style=\"text-align: center;\">Path<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\">The unique identifier of the balance account for which you want to retrieve recurring top-ups.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>limit<\/code><\/td>\n<td style=\"text-align: center;\">Query<\/td>\n<td style=\"text-align: center;\"><\/td>\n<td style=\"text-align: left;\">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.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><img alt=\"This is the required icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/> Required for all transactions. <br><img alt=\"This is the conditionally required icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/> Required for particular setups. <br><img alt=\"This is the recommended icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/recommended.svg?decoding=auto&amp;fetchpriority=auto\" \/> Recommended for all transactions, but not required.<\/p>\n<div class=\"accordion-shortcode adl-accordion adl-accordion--max-height-transition\" data-expand=\"true\" data-ignore=\"anchorjs-link\">\n    \n    <div class=\"adl-accordion__item\" style=\"\">\n        <div tabindex=\"0\" role=\"item\" aria-expanded=\"false\" class=\"adl-accordion__header\">\n            <i class=\"adl-accordion__toggle adl-icon-chevron-down\"><\/i>\n            <div class=\"adl-accordion__title-wrapper\" data-accordion=\"#example-request-view-recurring-top-ups-first-page\">\n                                    <h4 class=\"adl-accordion__title\">Example request - View recurring top-ups (first page)<\/h4>\n                            <\/div>\n        <\/div>\n        <div role=\"region\" class=\"adl-accordion__content\">\n            \n<p>Here is an example request to retrieve a list of recurring top-ups for <strong>BA00000000000000000000001<\/strong>, and restrict this list to 2 results in the first page.<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Get a list of recurring top-ups'\" :id=\"''\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;&quot;,&quot;content&quot;:&quot;curl https:\\\/\\\/balanceplatform-api-beta.adyen.com\\\/bcl\\\/v2\\\/balanceAccounts\\\/BA00000000000000000000001\\\/recurringTopUps \\\\\\n-H 'x-api-key: ADYEN_BALANCE_PLATFORM_API_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-X GET \\\\\\n-d limit=2&quot;}]\" :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<h3 id=\"view-first-page-results\">2. View the first page of results<\/h3>\n<p>Take note of the array in the response that returns a list of recurring top-ups configured for your balance account, according to the <code>limit<\/code> you defined. Each object in the array returns the following parameters:<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Parameter<\/th>\n<th style=\"text-align: center;\">Type<\/th>\n<th style=\"text-align: center;\">Required<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><code>id<\/code><\/td>\n<td style=\"text-align: center;\">Response body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\">The unique identifier of the recurring top-up.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>counterparty.transferInstrumentId<\/code><\/td>\n<td style=\"text-align: center;\">Response body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>: Returned if the top-up source is a transfer instrument.<br><br>The unique identifier of the transfer instrument that is funding the top-up.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>description<\/code><\/td>\n<td style=\"text-align: center;\">Response body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\">Your description for the recurring top-up.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>topUpAmount.fixed<\/code><\/td>\n<td style=\"text-align: center;\">Response body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Conditionally required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Conditionally required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/conditionally-required\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>: Returned if you use a fixed top-up amount.<br><br>The fixed amount with which you want to top up the balance account.<br><br><strong>Format<\/strong>: In <a href=\"\/pt\/development-resources\/currency-codes\/#minor-units\">minor units<\/a>.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>topUpAmount.target<\/code><\/td>\n<td style=\"text-align: center;\">Response body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Conditionally required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Conditionally required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/conditionally-required\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>: Returned if you want to top up to a target amount.<br><br>The target balance for the balance account that the top-up must achieve.<br><br><strong>Format<\/strong>: In <a href=\"\/pt\/development-resources\/currency-codes\/#minor-units\">minor units<\/a>.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>trigger.schedule<\/code><\/td>\n<td style=\"text-align: center;\">Response body<\/td>\n<td style=\"text-align: center;\"><\/td>\n<td style=\"text-align: left;\">The frequency at which to check the available balance on the balance account. If not specified, the balance is continuously monitored.<br><br><strong>Possible values<\/strong>:<ul><li markdown=\"1\"><strong>weekdays<\/strong>: from Monday to Friday at 07:00 AM<\/li><li markdown=\"1\"><strong>weekly<\/strong>: on Mondays at 07:00 AM)<\/li><li markdown=\"1\"><strong>monthly<\/strong>: on the 1st of each month at 07:00 AM<\/li><li markdown=\"1\"><strong>null<\/strong> (default): continuous monitoring<\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>trigger.threshold<\/code><\/td>\n<td style=\"text-align: center;\">Response body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\">The minimum balance you want to keep in the account. During the regular checks defined in <code>trigger.schedule<\/code>, if the available balance is below the threshold amount, we trigger a top-up.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>status<\/code><\/td>\n<td style=\"text-align: center;\">Response body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\">The status of the recurring top-up.<br><br><strong>Possible values<\/strong>:<ul><li markdown=\"1\"><strong>active<\/strong> (default)<\/li><li markdown=\"1\"><strong>inactive<\/strong><\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>referenceForBeneficiary<\/code><\/td>\n<td style=\"text-align: center;\">Response body<\/td>\n<td style=\"text-align: center;\"><\/td>\n<td style=\"text-align: left;\">The reference sent to the counterparty for the direct debit (the source of the funds).<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><img alt=\"This is the required icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/> Required for all transactions. <br><img alt=\"This is the conditionally required icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/> Required for particular setups. <br><img alt=\"This is the recommended icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/recommended.svg?decoding=auto&amp;fetchpriority=auto\" \/> Recommended for all transactions, but not required.<\/p>\n<p>The response also returns the following parameter to help you navigate through the list of results:<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Parameter<\/th>\n<th style=\"text-align: center;\">Type<\/th>\n<th style=\"text-align: center;\">Required<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><code>link.next.href<\/code><\/td>\n<td style=\"text-align: center;\">Response body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Conditionally required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Conditionally required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/conditionally-required\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>: Returned if there is more than 1 page of results, based on the <code>limit<\/code> you defined.<br><br>The link leading to the next page of results. This link includes the <code>cursor<\/code> which you can use as a query in your GET request to view the next page of results.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><img alt=\"This is the required icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/> Required for all transactions. <br><img alt=\"This is the conditionally required icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/> Required for particular setups. <br><img alt=\"This is the recommended icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/recommended.svg?decoding=auto&amp;fetchpriority=auto\" \/> Recommended for all transactions, but not required.<\/p>\n<div class=\"accordion-shortcode adl-accordion adl-accordion--max-height-transition\" data-expand=\"true\" data-ignore=\"anchorjs-link\">\n    \n    <div class=\"adl-accordion__item\" style=\"\">\n        <div tabindex=\"0\" role=\"item\" aria-expanded=\"false\" class=\"adl-accordion__header\">\n            <i class=\"adl-accordion__toggle adl-icon-chevron-down\"><\/i>\n            <div class=\"adl-accordion__title-wrapper\" data-accordion=\"#example-response-view-recurring-top-ups-first-page\">\n                                    <h4 class=\"adl-accordion__title\">Example response - View recurring top-ups (first page)<\/h4>\n                            <\/div>\n        <\/div>\n        <div role=\"region\" class=\"adl-accordion__content\">\n            \n<p>Here is an example response showing a list of recurring top-ups configured for balance account <strong>BA00000000000000000000001<\/strong>, where the list is restricted to <strong>2<\/strong> results per page.<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Response - view available recurring top-ups'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n    \\\"RecurringTopUps\\\": [\\n       {\\n          \\\"id\\\": \\\"TU0000000000001\\\",\\n          \\\"counterparty\\\": {\\n             \\\"transferInstrumentId\\\": \\\"TI00000000000000000000001\\\"\\n          },\\n          \\\"description\\\": \\\"Your description for the recurring top-up\\\",\\n          \\\"topUpAmount\\\": {\\n             \\\"target\\\": {\\n                \\\"value\\\": 100000,\\n                \\\"currency\\\": \\\"USD\\\"\\n             }\\n          },\\n          \\\"trigger\\\": {\\n             \\\"schedule\\\": {\\n                \\\"type\\\": \\\"weekly\\\"\\n             },\\n             \\\"threshold\\\": {\\n                \\\"value\\\": 25000,\\n                \\\"currency\\\": \\\"USD\\\"\\n             }\\n          },\\n          \\\"status\\\": \\\"active\\\"\\n       },\\n       {\\n          \\\"id\\\": \\\"TU0000000000002\\\",\\n          \\\"counterparty\\\": {\\n             \\\"balanceAccountId\\\": \\\"BA00000000000000000000002\\\"\\n          },\\n          \\\"description\\\": \\\"Your description for the recurring top-up.\\\",\\n          \\\"topUpAmount\\\": {\\n             \\\"fixed\\\": {\\n                \\\"value\\\": 80000,\\n                \\\"currency\\\": \\\"USD\\\"\\n             }\\n          },\\n          \\\"trigger\\\": {\\n             \\\"schedule\\\": {\\n                \\\"type\\\": \\\"weekdays\\\"\\n             },\\n             \\\"threshold\\\": {\\n                \\\"value\\\": 10000,\\n                \\\"currency\\\": \\\"USD\\\"\\n             }\\n          },\\n          \\\"status\\\": \\\"active\\\"\\n       }\\n   ],\\n   \\\"link\\\": {\\n      \\\"next\\\": {\\n          \\\"href\\\": \\\"https:\\\/\\\/balanceplatform-api-beta.com\\\/bcl\\\/api\\\/v2\\\/balanceAccounts\\\/BA00000000000000000000001\\\/recurringTopUp?cursor=STRING_FOR_NEXT_PAGE_CURSOR&amp;limit=2\\\"\\n      }\\n   }\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<h3 id=\"make-get-request-including-cursor\">3. Make a GET request including the cursor parameter<\/h3>\n<p>To view the next page of results, make a second GET <code>\/balanceAccounts\/{balanceAccountId}\/recurringTopUps<\/code>. In your request, specify the following parameters:<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Parameter<\/th>\n<th style=\"text-align: center;\">Type<\/th>\n<th style=\"text-align: center;\">Required<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><code>balanceAccountId<\/code><\/td>\n<td style=\"text-align: center;\">Path<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\">The unique identifier of the balance account for which you want to retrieve recurring top-ups.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>cursor<\/code><\/td>\n<td style=\"text-align: center;\">Query<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Conditionally required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Conditionally required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/conditionally-required\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>: Required if you want to see the next or previous page of results. Use only if this is not your first GET request.<br><br>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.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>limit<\/code><\/td>\n<td style=\"text-align: center;\">Query<\/td>\n<td style=\"text-align: center;\"><\/td>\n<td style=\"text-align: left;\">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.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><img alt=\"This is the required icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/> Required for all transactions. <br><img alt=\"This is the conditionally required icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/> Required for particular setups. <br><img alt=\"This is the recommended icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/recommended.svg?decoding=auto&amp;fetchpriority=auto\" \/> Recommended for all transactions, but not required.<\/p>\n<div class=\"accordion-shortcode adl-accordion adl-accordion--max-height-transition\" data-expand=\"true\" data-ignore=\"anchorjs-link\">\n    \n    <div class=\"adl-accordion__item\" style=\"\">\n        <div tabindex=\"0\" role=\"item\" aria-expanded=\"false\" class=\"adl-accordion__header\">\n            <i class=\"adl-accordion__toggle adl-icon-chevron-down\"><\/i>\n            <div class=\"adl-accordion__title-wrapper\" data-accordion=\"#example-request-view-recurring-top-ups-next-page\">\n                                    <h4 class=\"adl-accordion__title\">Example request - View recurring top-ups (next page)<\/h4>\n                            <\/div>\n        <\/div>\n        <div role=\"region\" class=\"adl-accordion__content\">\n            \n<p>Here is an example request to retrieve the next page of results for <strong>BA00000000000000000000001<\/strong>. The results start from where the previous page ended, and includes 2 results per page.<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Get a list of recurring top-ups'\" :id=\"''\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;&quot;,&quot;content&quot;:&quot;curl https:\\\/\\\/balanceplatform-api-beta.adyen.com\\\/bcl\\\/v2\\\/balanceAccounts\\\/BA00000000000000000000001\\\/recurringTopUps \\\\\\n-H 'x-api-key: ADYEN_BALANCE_PLATFORM_API_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-X GET \\\\\\n-d cursor=STRING_FOR_NEXT_PAGE_CURSOR \\\\\\n-d limit=2&quot;}]\" :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<h3 id=\"view-next-page-results\">4. View the next page of results<\/h3>\n<p>Take note of the array in the response that returns a list of recurring top-ups configured for your balance account, according to the <code>cursor<\/code> and <code>limit<\/code> you defined. In addition to the array, the response also returns the following parameters to help you navigate through the list of results:<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Parameter<\/th>\n<th style=\"text-align: center;\">Type<\/th>\n<th style=\"text-align: center;\">Required<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><code>link.next.href<\/code><\/td>\n<td style=\"text-align: center;\">Response body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Conditionally required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Conditionally required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/conditionally-required\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>: Returned if there is more than 1 page of results, based on the <code>limit<\/code> you defined.<br><br>The link leading to the next page of results. This link includes the <code>cursor<\/code> which you can use as a query in your GET request to view the next page of results.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>link.prev.href<\/code><\/td>\n<td style=\"text-align: center;\">Response body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Conditionally required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Conditionally required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/conditionally-required\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>: Returned if there is more than 1 page of results, based on the <code>cursor<\/code> and <code>limit<\/code> you defined.<br><br>The link leading to the previous page of results. This link includes the <code>cursor<\/code> which you can use as a query in your GET request to view the previous page of results.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><img alt=\"This is the required icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/> Required for all transactions. <br><img alt=\"This is the conditionally required icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/> Required for particular setups. <br><img alt=\"This is the recommended icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/recommended.svg?decoding=auto&amp;fetchpriority=auto\" \/> Recommended for all transactions, but not required.<\/p>\n<div class=\"accordion-shortcode adl-accordion adl-accordion--max-height-transition\" data-expand=\"true\" data-ignore=\"anchorjs-link\">\n    \n    <div class=\"adl-accordion__item\" style=\"\">\n        <div tabindex=\"0\" role=\"item\" aria-expanded=\"false\" class=\"adl-accordion__header\">\n            <i class=\"adl-accordion__toggle adl-icon-chevron-down\"><\/i>\n            <div class=\"adl-accordion__title-wrapper\" data-accordion=\"#example-response-view-recurring-top-ups-next-page\">\n                                    <h4 class=\"adl-accordion__title\">Example response - View recurring top-ups (next page)<\/h4>\n                            <\/div>\n        <\/div>\n        <div role=\"region\" class=\"adl-accordion__content\">\n            \n<p>Here is an example response showing the next page of a list of recurring top-ups configured for balance account <strong>BA00000000000000000000001<\/strong>, where the list is restricted to <strong>2<\/strong> results per page.<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Response - view available recurring top-ups'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n \\\"RecurringTopUps\\\": [\\n    {\\n       \\\"id\\\": \\\"TU0000000000003\\\",\\n       \\\"counterparty\\\": {\\n          \\\"transferInstrumentId\\\": \\\"TI00000000000000000000001\\\"\\n       },\\n       \\\"description\\\": \\\"Your description for the recurring top-up\\\",\\n       \\\"topUpAmount\\\": {\\n          \\\"target\\\": {\\n             \\\"value\\\": 200000,\\n             \\\"currency\\\": \\\"USD\\\"\\n          }\\n       },\\n       \\\"trigger\\\": {\\n          \\\"schedule\\\": {\\n             \\\"type\\\": \\\"weekly\\\"\\n          },\\n          \\\"threshold\\\": {\\n             \\\"value\\\": 50000,\\n             \\\"currency\\\": \\\"USD\\\"\\n          }\\n       },\\n       \\\"status\\\": \\\"active\\\"\\n    },\\n    {\\n       \\\"id\\\": \\\"TU0000000000004\\\",\\n       \\\"counterparty\\\": {\\n          \\\"balanceAccountId\\\": \\\"BA00000000000000000000002\\\"\\n       },\\n       \\\"description\\\": \\\"Your description for the recurring top-up.\\\",\\n       \\\"topUpAmount\\\": {\\n          \\\"fixed\\\": {\\n             \\\"value\\\": 300000,\\n             \\\"currency\\\": \\\"USD\\\"\\n          }\\n       },\\n       \\\"trigger\\\": {\\n          \\\"schedule\\\": {\\n             \\\"type\\\": \\\"weekdays\\\"\\n          },\\n          \\\"threshold\\\": {\\n             \\\"value\\\": 100000,\\n             \\\"currency\\\": \\\"USD\\\"\\n          }\\n       },\\n       \\\"status\\\": \\\"active\\\"\\n    }\\n],\\n\\\"link\\\": {\\n   \\\"next\\\": {\\n      \\\"href\\\": \\\"https:\\\/\\\/balanceplatform-api-beta.com\\\/bcl\\\/api\\\/v2\\\/balanceAccounts\\\/BA00000000000000000000001\\\/recurringTopUp?cursor=STRING_FOR_NEXT_PAGE_CURSOR&amp;limit=2\\\"\\n   },\\n   \\\"prev\\\": {\\n      \\\"href\\\": \\\"https:\\\/\\\/balanceplatform-api-beta.com\\\/bcl\\\/api\\\/v2\\\/balanceAccounts\\\/BA00000000000000000000001\\\/recurringTopUp?cursor=STRING_FOR_PREVIOUS_PAGE_CURSOR&amp;limit=2\\\"\\n   }\\n}\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<h2>Update a recurring top-up<\/h2>\n<p>To update a recurring top-up, make a PATCH <code>\/balanceAccounts\/{balanceAccountId}\/recurringTopUps\/{topUpId}<\/code> request. In your request, specify the parameters you want to update:<\/p>\n<div class=\"notices green\">\n<p>If you do not specify a parameter, or explicitly set it to <strong>null<\/strong>, the value remains the same as what you specified in the <a href=\"#create-a-recurring-top-up\">POST request<\/a>.<\/p>\n<\/div>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Parameter<\/th>\n<th style=\"text-align: center;\">Type<\/th>\n<th style=\"text-align: center;\">Required<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><code>balanceAccountId<\/code><\/td>\n<td style=\"text-align: center;\">Path<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\">The unique identifier of the balance account.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>topUpId<\/code><\/td>\n<td style=\"text-align: center;\">Path<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\">The unique identifier of the recurring top-up you want to update.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>counterparty.transferInstrumentId<\/code><\/td>\n<td style=\"text-align: center;\">Request body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>: Required if you want to update to a new transfer instrument ID.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>description<\/code><\/td>\n<td style=\"text-align: center;\">Request body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Conditionally required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Conditionally required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/conditionally-required\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>: Required if you want to change the description.<br><br>Your description for the recurring top-up.<br><br><strong>Format<\/strong>: Maximum length is 140 characters. If you set a longer description, it will be cut off at 140 characters.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>topUpAmount.fixed<\/code><\/td>\n<td style=\"text-align: center;\">Request body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Conditionally required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Conditionally required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/conditionally-required\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>:<br>Required if:<ul><li markdown=\"1\">You want to update to a new fixed top-up amount.<\/li><li markdown=\"1\">You want to change from a target to a fixed amount.<\/li><li markdown=\"1\">You want to change from a fixed to a target amount. In this case, set <code>fixed<\/code> to <strong>null<\/strong>.<\/li><\/ul><br>The fixed amount with which you want to top up the balance account. Set to <strong>null<\/strong> if you want to change from a fixed to a target amount.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>topUpAmount.target<\/code><\/td>\n<td style=\"text-align: center;\">Request body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Conditionally required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Conditionally required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/conditionally-required\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>:<br>Required if:<ul><li markdown=\"1\">You want to update to a new target top-up amount.<\/li><li markdown=\"1\">You want to change from a fixed to a target amount.<\/li><li markdown=\"1\">You want to change from a target to a fixed amount. In this case, set <code>target<\/code> to <strong>null<\/strong>.<\/li><\/ul><br>The target balance for the balance account that the top-up must achieve. Set to <strong>null<\/strong> if you want to change from a target to a fixed amount.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>trigger.schedule<\/code><\/td>\n<td style=\"text-align: center;\">Request body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Conditionally required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Conditionally required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/conditionally-required\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>: Required if you want to change the schedule.<br><br>The frequency at which to check the available balance on the balance account. If not specified, the balance is continuously monitored.<br><br><strong>Possible values<\/strong>:<ul><li markdown=\"1\"><strong>weekdays<\/strong>: from Monday to Friday at 07:00 AM<\/li><li markdown=\"1\"><strong>weekly<\/strong>: on Mondays at 07:00 AM<\/li><li markdown=\"1\"><strong>monthly<\/strong>: on the 1st of each month at 07:00 AM<\/li><li markdown=\"1\"><strong>null<\/strong>: continuous monitoring<\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>trigger.threshold<\/code><\/td>\n<td style=\"text-align: center;\">Request body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Conditionally required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Conditionally required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/conditionally-required\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>: Required if you want to change the threshold.<br><br>The minimum balance you want to keep in the account. During the regular checks defined in <code>trigger.schedule<\/code>, if the available balance is below the threshold amount, we trigger a top-up.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>status<\/code><\/td>\n<td style=\"text-align: center;\">Request body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Conditionally required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Conditionally required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/conditionally-required\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>: Required if you want to change the status.<br><br>The status of the recurring top-up.<br><br>Possible values:<ul><li markdown=\"1\"><strong>active<\/strong> (default)<\/li><li markdown=\"1\"><strong>inactive<\/strong><\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>referenceForBeneficiary<\/code><\/td>\n<td style=\"text-align: center;\">Request body<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Conditionally required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Conditionally required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/conditionally-required\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\"><strong>Use case<\/strong>: Required if you want to change the reference for the beneficiary.<br><br>The reference sent to the counterparty for the direct debit (the source of the funds).<br><br><strong>Format<\/strong>: <ul><li markdown=\"1\">Only alphanumeric characters.<\/li><li markdown=\"1\">Maximum length is 80 characters.<\/li><\/ul><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><img alt=\"This is the required icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/> Required for all transactions. <br><img alt=\"This is the conditionally required icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/> Required for particular setups. <br><img alt=\"This is the recommended icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/recommended.svg?decoding=auto&amp;fetchpriority=auto\" \/> Recommended for all transactions, but not required.<\/p>\n<div class=\"accordion-shortcode adl-accordion adl-accordion--max-height-transition\" data-expand=\"true\" data-ignore=\"anchorjs-link\">\n    \n    <div class=\"adl-accordion__item\" style=\"\">\n        <div tabindex=\"0\" role=\"item\" aria-expanded=\"false\" class=\"adl-accordion__header\">\n            <i class=\"adl-accordion__toggle adl-icon-chevron-down\"><\/i>\n            <div class=\"adl-accordion__title-wrapper\" data-accordion=\"#example-update-a-recurring-top-up\">\n                                    <h4 class=\"adl-accordion__title\">Example - update a recurring top-up<\/h4>\n                            <\/div>\n        <\/div>\n        <div role=\"region\" class=\"adl-accordion__content\">\n            \n<p>You created a recurring top-up (<strong>TU0000000000001<\/strong>) for balance account <strong>BA00000000000000000000001<\/strong> with the following settings:<\/p>\n<ul>\n<li>Source of funds: transfer instrument with ID <strong>TI00000000000000000000001<\/strong>.<\/li>\n<li>Top-up amount: a target amount of <strong>USD 1000<\/strong> for the balance account.<\/li>\n<li>Schedule: check the available balance weekly, <strong>every Monday at 7:00 AM<\/strong>.<\/li>\n<li>Threshold: top up the balance account only if the available balance drops below <strong>USD 250<\/strong>.<\/li>\n<\/ul>\n<p>You now want to update the following details:<\/p>\n<ul>\n<li>Change the source of the funds transfer instrument with ID <strong>TI00000000000000000000002<\/strong>.<\/li>\n<li>Change the top-up amount to a fixed amount of <strong>USD 750<\/strong>.<\/li>\n<li>Deactivate the top-up.<\/li>\n<\/ul>\n<p>Here is an example request to update this recurring top-up:<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Update recurring top-up'\" :id=\"''\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;&quot;,&quot;content&quot;:&quot;curl https:\\\/\\\/balanceplatform-api-beta.adyen.com\\\/bcl\\\/v2\\\/balanceAccounts\\\/BA00000000000000000000001\\\/recurringTopUps\\\/{topUpId} \\\\\\n-H 'x-api-key: ADYEN_BALANCE_PLATFORM_API_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-X PATCH \\\\\\n-d '{\\n  \\&quot;counterparty\\&quot;: {\\n    \\&quot;transferInstrumentId\\&quot;: \\&quot;TI00000000000000000000002\\&quot;\\n  },\\n  \\&quot;topUpAmount\\&quot;: {\\n    \\&quot;fixed\\&quot;: {\\n      \\&quot;value\\&quot;: 75000,\\n      \\&quot;currency\\&quot;: \\&quot;USD\\&quot;\\n    },\\n  },\\n  \\&quot;status\\&quot;: \\&quot;inactive\\&quot;\\n}'&quot;}]\" :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p>You receive the following response:<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Response - update recurring top-up'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"\\n{\\n \\\"id\\\": \\\"TU0000000000001\\\",\\n \\\"counterparty\\\": {\\n     \\\"transferInstrumentId\\\": \\\"TI00000000000000000000002\\\"\\n },\\n \\\"description\\\": \\\"Your description for the recurring top-up\\\",\\n \\\"topUpAmount\\\": {\\n   \\\"fixed\\\": {\\n     \\\"value\\\": 75000,\\n     \\\"currency\\\": \\\"USD\\\"\\n   }\\n },\\n \\\"trigger\\\": {\\n   \\\"schedule\\\": {\\n     \\\"type\\\": \\\"weekly\\\"\\n   },\\n   \\\"threshold\\\": {\\n     \\\"value\\\": 25000,\\n     \\\"currency\\\": \\\"USD\\\"\\n   }\\n },\\n \\\"status\\\": \\\"inactive\\\"\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<h2>Delete a recurring top-up<\/h2>\n<p>To delete a recurring top-up, make a DELETE <code>\/balanceAccounts\/{balanceAccountId}\/recurringTopUps\/{topUpId}<\/code> request. In your request, specify the following parameters.<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Parameter<\/th>\n<th style=\"text-align: center;\">Type<\/th>\n<th style=\"text-align: center;\">Required<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><code>balanceAccountId<\/code><\/td>\n<td style=\"text-align: center;\">Path<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\">The unique identifier of the balance account.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>topUpId<\/code><\/td>\n<td style=\"text-align: center;\">Path<\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\">The unique identifier of the recurring top-up you want to delete.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><img alt=\"This is the required icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/> Required for all transactions. <br><img alt=\"This is the conditionally required icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/conditionally-required.svg?decoding=auto&amp;fetchpriority=auto\" \/> Required for particular setups. <br><img alt=\"This is the recommended icon.\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/requirements-legend\/recommended.svg?decoding=auto&amp;fetchpriority=auto\" \/> Recommended for all transactions, but not required.<\/p>\n<div class=\"accordion-shortcode adl-accordion adl-accordion--max-height-transition\" data-expand=\"true\" data-ignore=\"anchorjs-link\">\n    \n    <div class=\"adl-accordion__item\" style=\"\">\n        <div tabindex=\"0\" role=\"item\" aria-expanded=\"false\" class=\"adl-accordion__header\">\n            <i class=\"adl-accordion__toggle adl-icon-chevron-down\"><\/i>\n            <div class=\"adl-accordion__title-wrapper\" data-accordion=\"#example-request-delete-recurring-top-up\">\n                                    <h4 class=\"adl-accordion__title\">Example request - Delete recurring top-up<\/h4>\n                            <\/div>\n        <\/div>\n        <div role=\"region\" class=\"adl-accordion__content\">\n            \n<p>Here is an example request to delete a recurring top-up with ID <strong>TU0000000000001<\/strong>:<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Get a list of recurring top-ups'\" :id=\"''\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;&quot;,&quot;content&quot;:&quot;curl https:\\\/\\\/balanceplatform-api-beta.adyen.com\\\/bcl\\\/v2\\\/balanceAccounts\\\/BA00000000000000000000001\\\/recurringTopUps\\\/TU0000000000001 \\\\\\n-H 'x-api-key: ADYEN_BALANCE_PLATFORM_API_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-X DELETE&quot;}]\" :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p>If the request is successful, you receive a <strong>204 - No Content<\/strong> response.<\/p>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<h2>See also<\/h2>\n<div class=\"next-steps\" id=\"next-steps\" >\n<a href=\"\/issuing\/add-manage-funds\/top-ups\/manage-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=\"\/issuing\/add-manage-funds\/top-ups\/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\/pt\/issuing\/add-manage-funds\/top-ups\/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":"\/issuing","integrationType":"issuing"}},"algolia":{"url":"https:\/\/docs.adyen.com\/pt\/issuing\/add-manage-funds\/top-ups\/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.\nRequirements\n\n\n\nRequirement\nDescription\n\n\n\n\nIntegration type\n Adyen Issuing integration. \n\n\nAPI credential roles\nMake sure that you have the credentials for the  Configuration API with the following role:BankAPI Advanced Webservice role\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.  Note: To enable this capability, see request additional capabilities. \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\nAfter 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 (limit), and where the list starts (cursor). The list is always shown in chronological order of when you created the top-up.\nWhen 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.\n\nMake an initial GET request without the cursor parameter.\nTake note of the cursor value in the response, which shows the first page of results.\nMake a second GET request including the cursor parameter.\nTake note of the cursor values in the response, which shows the second page of results. You can use these values to navigate to the next or previous page of results.\n\nTo view all recurring top-ups configured for a balance account:\n1. Make a GET request without the cursor parameter\nMake a initial GET \/balanceAccounts\/{balanceAccountId}\/recurringTopUps. In your request, specify the following parameters:\n\n\n\nParameter\nType\nRequired\nDescription\n\n\n\n\nbalanceAccountId\nPath\n\nThe unique identifier of the balance account for which you want to retrieve recurring top-ups.\n\n\nlimit\nQuery\n\nThe 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.\n\n\n\n Required for all transactions.  Required for particular setups.  Recommended for all transactions, but not required.\n\n    \n    \n        \n            \n            \n                                    Example request - View recurring top-ups (first page)\n                            \n        \n        \n            \nHere is an example request to retrieve a list of recurring top-ups for BA00000000000000000000001, and restrict this list to 2 results in the first page.\n\n    \n\n\n        \n    \n\n\n2. View the first page of results\nTake note of the array in the response that returns a list of recurring top-ups configured for your balance account, according to the limit you defined. Each object in the array returns the following parameters:\n\n\n\nParameter\nType\nRequired\nDescription\n\n\n\n\nid\nResponse body\n\nThe unique identifier of the recurring top-up.\n\n\ncounterparty.transferInstrumentId\nResponse body\n\nUse case: Returned if the top-up source is a transfer instrument.The unique identifier of the transfer instrument that is funding the top-up.\n\n\ndescription\nResponse body\n\nYour description for the recurring top-up.\n\n\ntopUpAmount.fixed\nResponse body\n\nUse case: Returned if you use a fixed top-up amount.The fixed amount with which you want to top up the balance account.Format: In minor units.\n\n\ntopUpAmount.target\nResponse body\n\nUse case: Returned if you want to top up to a target amount.The target balance for the balance account that the top-up must achieve.Format: In minor units.\n\n\ntrigger.schedule\nResponse body\n\nThe frequency at which to check the available balance on the balance account. If not specified, the balance is continuously monitored.Possible values:weekdays: from Monday to Friday at 07:00 AMweekly: on Mondays at 07:00 AM)monthly: on the 1st of each month at 07:00 AMnull (default): continuous monitoring\n\n\ntrigger.threshold\nResponse body\n\nThe minimum balance you want to keep in the account. During the regular checks defined in trigger.schedule, if the available balance is below the threshold amount, we trigger a top-up.\n\n\nstatus\nResponse body\n\nThe status of the recurring top-up.Possible values:active (default)inactive\n\n\nreferenceForBeneficiary\nResponse body\n\nThe reference sent to the counterparty for the direct debit (the source of the funds).\n\n\n\n Required for all transactions.  Required for particular setups.  Recommended for all transactions, but not required.\nThe response also returns the following parameter to help you navigate through the list of results:\n\n\n\nParameter\nType\nRequired\nDescription\n\n\n\n\nlink.next.href\nResponse body\n\nUse case: Returned if there is more than 1 page of results, based on the limit you defined.The link leading to the next page of results. This link includes the cursor which you can use as a query in your GET request to view the next page of results.\n\n\n\n Required for all transactions.  Required for particular setups.  Recommended for all transactions, but not required.\n\n    \n    \n        \n            \n            \n                                    Example response - View recurring top-ups (first page)\n                            \n        \n        \n            \nHere is an example response showing a list of recurring top-ups configured for balance account BA00000000000000000000001, where the list is restricted to 2 results per page.\n\n    \n\n\n        \n    \n\n\n3. Make a GET request including the cursor parameter\nTo view the next page of results, make a second GET \/balanceAccounts\/{balanceAccountId}\/recurringTopUps. In your request, specify the following parameters:\n\n\n\nParameter\nType\nRequired\nDescription\n\n\n\n\nbalanceAccountId\nPath\n\nThe unique identifier of the balance account for which you want to retrieve recurring top-ups.\n\n\ncursor\nQuery\n\nUse case: Required if you want to see the next or previous page of results. Use only if this is not your first GET request.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.\n\n\nlimit\nQuery\n\nThe 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.\n\n\n\n Required for all transactions.  Required for particular setups.  Recommended for all transactions, but not required.\n\n    \n    \n        \n            \n            \n                                    Example request - View recurring top-ups (next page)\n                            \n        \n        \n            \nHere is an example request to retrieve the next page of results for BA00000000000000000000001. The results start from where the previous page ended, and includes 2 results per page.\n\n    \n\n\n        \n    \n\n\n4. View the next page of results\nTake note of the array in the response that returns a list of recurring top-ups configured for your balance account, according to the cursor and limit you defined. In addition to the array, the response also returns the following parameters to help you navigate through the list of results:\n\n\n\nParameter\nType\nRequired\nDescription\n\n\n\n\nlink.next.href\nResponse body\n\nUse case: Returned if there is more than 1 page of results, based on the limit you defined.The link leading to the next page of results. This link includes the cursor which you can use as a query in your GET request to view the next page of results.\n\n\nlink.prev.href\nResponse body\n\nUse case: Returned if there is more than 1 page of results, based on the cursor and limit you defined.The link leading to the previous page of results. This link includes the cursor which you can use as a query in your GET request to view the previous page of results.\n\n\n\n Required for all transactions.  Required for particular setups.  Recommended for all transactions, but not required.\n\n    \n    \n        \n            \n            \n                                    Example response - View recurring top-ups (next page)\n                            \n        \n        \n            \nHere is an example response showing the next page of a list of recurring top-ups configured for balance account BA00000000000000000000001, where the list is restricted to 2 results per page.\n\n    \n\n\n        \n    \n\n\nUpdate a recurring top-up\nTo update a recurring top-up, make a PATCH \/balanceAccounts\/{balanceAccountId}\/recurringTopUps\/{topUpId} request. In your request, specify the parameters you want to update:\n\nIf you do not specify a parameter, or explicitly set it to null, the value remains the same as what you specified in the POST request.\n\n\n\n\nParameter\nType\nRequired\nDescription\n\n\n\n\nbalanceAccountId\nPath\n\nThe unique identifier of the balance account.\n\n\ntopUpId\nPath\n\nThe unique identifier of the recurring top-up you want to update.\n\n\ncounterparty.transferInstrumentId\nRequest body\n\nUse case: Required if you want to update to a new transfer instrument ID.\n\n\ndescription\nRequest body\n\nUse case: Required if you want to change the description.Your description for the recurring top-up.Format: Maximum length is 140 characters. If you set a longer description, it will be cut off at 140 characters.\n\n\ntopUpAmount.fixed\nRequest body\n\nUse case:Required if:You want to update to a new fixed top-up amount.You want to change from a target to a fixed amount.You want to change from a fixed to a target amount. In this case, set fixed to null.The fixed amount with which you want to top up the balance account. Set to null if you want to change from a fixed to a target amount.\n\n\ntopUpAmount.target\nRequest body\n\nUse case:Required if:You want to update to a new target top-up amount.You want to change from a fixed to a target amount.You want to change from a target to a fixed amount. In this case, set target to null.The target balance for the balance account that the top-up must achieve. Set to null if you want to change from a target to a fixed amount.\n\n\ntrigger.schedule\nRequest body\n\nUse case: Required if you want to change the schedule.The frequency at which to check the available balance on the balance account. If not specified, the balance is continuously monitored.Possible values:weekdays: from Monday to Friday at 07:00 AMweekly: on Mondays at 07:00 AMmonthly: on the 1st of each month at 07:00 AMnull: continuous monitoring\n\n\ntrigger.threshold\nRequest body\n\nUse case: Required if you want to change the threshold.The minimum balance you want to keep in the account. During the regular checks defined in trigger.schedule, if the available balance is below the threshold amount, we trigger a top-up.\n\n\nstatus\nRequest body\n\nUse case: Required if you want to change the status.The status of the recurring top-up.Possible values:active (default)inactive\n\n\nreferenceForBeneficiary\nRequest body\n\nUse case: Required if you want to change the reference for the beneficiary.The reference sent to the counterparty for the direct debit (the source of the funds).Format: Only alphanumeric characters.Maximum length is 80 characters.\n\n\n\n Required for all transactions.  Required for particular setups.  Recommended for all transactions, but not required.\n\n    \n    \n        \n            \n            \n                                    Example - update a recurring top-up\n                            \n        \n        \n            \nYou created a recurring top-up (TU0000000000001) for balance account BA00000000000000000000001 with the following settings:\n\nSource of funds: transfer instrument with ID TI00000000000000000000001.\nTop-up amount: a target amount of USD 1000 for the balance account.\nSchedule: check the available balance weekly, every Monday at 7:00 AM.\nThreshold: top up the balance account only if the available balance drops below USD 250.\n\nYou now want to update the following details:\n\nChange the source of the funds transfer instrument with ID TI00000000000000000000002.\nChange the top-up amount to a fixed amount of USD 750.\nDeactivate the top-up.\n\nHere is an example request to update this recurring top-up:\n\n    \n\nYou receive the following response:\n\n    \n\n\n        \n    \n\n\nDelete a recurring top-up\nTo delete a recurring top-up, make a DELETE \/balanceAccounts\/{balanceAccountId}\/recurringTopUps\/{topUpId} request. In your request, specify the following parameters.\n\n\n\nParameter\nType\nRequired\nDescription\n\n\n\n\nbalanceAccountId\nPath\n\nThe unique identifier of the balance account.\n\n\ntopUpId\nPath\n\nThe unique identifier of the recurring top-up you want to delete.\n\n\n\n Required for all transactions.  Required for particular setups.  Recommended for all transactions, but not required.\n\n    \n    \n        \n            \n            \n                                    Example request - Delete recurring top-up\n                            \n        \n        \n            \nHere is an example request to delete a recurring top-up with ID TU0000000000001:\n\n    \n\nIf the request is successful, you receive a 204 - No Content response.\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":"pt","boost":16,"hierarchy":{"lvl0":"Home","lvl1":"Adyen Issuing","lvl2":"Add and manage funds","lvl3":"Top up accounts","lvl4":"Manage recurring top-ups"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/pt","lvl1":"https:\/\/docs.adyen.com\/pt\/issuing","lvl2":"https:\/\/docs.adyen.com\/pt\/issuing\/add-manage-funds","lvl3":"https:\/\/docs.adyen.com\/pt\/issuing\/add-manage-funds\/top-ups","lvl4":"\/pt\/issuing\/add-manage-funds\/top-ups\/manage-recurring-top-ups"},"levels":5,"category":"Issuing","category_color":"green","tags":["Manage","recurring","top-ups"]}}
