{"title":"Create recurring top-ups","category":"default","creationDate":1571779920,"content":"<p>You can create recurring top-ups to automatically pull funds into your balance accounts when needed. This ensures that your balance accounts are adequately funded and have sufficient balance for day-to-day activities.<\/p>\n<p>A recurring top-up triggers outgoing direct debit requests to a bank account, based on the settings you configure. These settings determine the amount, frequency, and source of funds for the direct debit requests. Adyen then books the funds from the top-up to your balance account.<\/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=\"#create-a-recurring-top-up\">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=\"#create-a-recurring-top-up\">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;\">Make sure that the account holder has 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><br> Note, if you need to enable this capability see <a href=\"\/issuing\/manage-account-holders#request-capability\">Request a capability<\/a>.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Limitations<\/strong><\/td>\n<td style=\"text-align: left;\"><ul><li markdown=\"1\">This feature does not support on-demand top-ups.<\/li><li markdown=\"1\">Top-ups are supported only in EUR and USD.<\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Setup steps<\/strong><\/td>\n<td style=\"text-align: left;\"><ul><li markdown=\"1\">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.<\/li><li markdown=\"1\">If you are configuring top-ups using the API, you must first <a href=\"\/payouts\/payout-service\/top-up-balance-accounts\/sign-terms-of-service\">accept the Terms of Service<\/a>. If you are using the <a href=\"#create-a-recurring-top-up\">Customer Area<\/a>, this is handled during the setup wizard.<\/li><\/ul><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Create a recurring top-up<\/h2>\n<p>You can create a recurring top-up using the API or your Customer Area.<\/p>\n\n<div id=\"tabIYiVM\">\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 create a recurring top-up, make a POST &lt;code&gt;\\\/balanceAccounts\\\/{balanceAccountId}\\\/recurringTopUps&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;counterparty&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;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;An object containing details about the counterparty that is funding the top-up. For more information, see &lt;a href=\\&quot;#counterparty\\&quot;&gt;Counterparty&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;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;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;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&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;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;An object containing the &lt;code&gt;currency&lt;\\\/code&gt; and &lt;code&gt;value&lt;\\\/code&gt; of the top-up amount, in minor units. Use this to specify the amount you want to top up the balance account. For more information, see &lt;a href=\\&quot;#top-up-amount\\&quot;&gt;Top-up amount&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&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;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;An object containing details about when to trigger the top-up. This includes the minimum balance &lt;code&gt;value&lt;\\\/code&gt; and &lt;code&gt;currency&lt;\\\/code&gt; that serves as the threshold. For more information, see &lt;a href=\\&quot;#trigger\\&quot;&gt;Trigger&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;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;\\\/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;Request 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 (the source of the funds) for the direct debit request.&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;h3&gt;Counterparty&lt;\\\/h3&gt;\\n&lt;p&gt;In the &lt;code&gt;counterparty&lt;\\\/code&gt; object, specify the following parameter.&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;transferInstrumentId&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;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;: Required 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;\\\/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;h3&gt;Top-up amount&lt;\\\/h3&gt;\\n&lt;p&gt;In the &lt;code&gt;topUpAmount&lt;\\\/code&gt; object, specify &lt;em&gt;one&lt;\\\/em&gt; of the following parameters. If you specify both parameters, the request fails.&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;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;: Required 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;: Use &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;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;: Required 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;: Use &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;\\\/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;h3&gt;Trigger&lt;\\\/h3&gt;\\n&lt;p&gt;In the &lt;code&gt;trigger&lt;\\\/code&gt; object, 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;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;\\\/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;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;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;\\\/tbody&gt;\\n&lt;\\\/table&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-create-recurring-top-up\\&quot;&gt;\\n                                    &lt;h3 class=\\&quot;adl-accordion__title\\&quot;&gt;Example - Create recurring top-up&lt;\\\/h3&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 have a balance account with the following details:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;Balance account ID: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;BA00000000000000000000001&lt;\\\/strong&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\n&lt;li&gt;Available balance: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;USD 500.00&lt;\\\/strong&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;p&gt;You want to create a recurring top-up for this balance account 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;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;USD 1000&lt;\\\/strong&gt;&lt;\\\/span&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;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;USD 250&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;p&gt;Here is an example request to create 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;Create 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 \\\\\\\\\\\\n-H &#039;x-api-key: ADYEN_BALANCE_PLATFORM_API_KEY&#039; \\\\\\\\\\\\n-H &#039;content-type: application\\\\\\\/json&#039; \\\\\\\\\\\\n-X POST \\\\\\\\\\\\n-d &#039;{\\\\n  \\\\&amp;quot;counterparty\\\\&amp;quot;: {\\\\n    \\\\&amp;quot;transferInstrumentId\\\\&amp;quot;: \\\\&amp;quot;TI00000000000000000000001\\\\&amp;quot;\\\\n  },\\\\n  \\\\&amp;quot;description\\\\&amp;quot;: \\\\&amp;quot;Your description for the recurring top-up\\\\&amp;quot;,\\\\n  \\\\&amp;quot;topUpAmount\\\\&amp;quot;: {\\\\n    \\\\&amp;quot;target\\\\&amp;quot;: {\\\\n      \\\\&amp;quot;value\\\\&amp;quot;: 100000,\\\\n      \\\\&amp;quot;currency\\\\&amp;quot;: \\\\&amp;quot;USD\\\\&amp;quot;\\\\n    }\\\\n  },\\\\n  \\\\&amp;quot;trigger\\\\&amp;quot;: {\\\\n    \\\\&amp;quot;schedule\\\\&amp;quot;: {\\\\n      \\\\&amp;quot;type\\\\&amp;quot;: \\\\&amp;quot;weekly\\\\&amp;quot;\\\\n    },\\\\n    \\\\&amp;quot;threshold\\\\&amp;quot;: {\\\\n      \\\\&amp;quot;value\\\\&amp;quot;: 25000,\\\\n      \\\\&amp;quot;currency\\\\&amp;quot;: \\\\&amp;quot;USD\\\\&amp;quot;\\\\n    }\\\\n  }\\\\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 - create 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;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}\\&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;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;#optional-dynamic-transfer-statement-description\\&quot;&gt;\\n                                    &lt;h3 class=\\&quot;adl-accordion__title\\&quot;&gt;Optional - Dynamic transfer statement description&lt;\\\/h3&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;When creating or updating a recurring top-up using the API, you can use placeholders to set dynamic descriptions.&lt;\\\/p&gt;\\n&lt;div class=\\&quot;notices blue\\&quot;&gt;\\n&lt;p&gt;Setting a description in the &lt;code&gt;description&lt;\\\/code&gt; or &lt;code&gt;referenceForBeneficiary&lt;\\\/code&gt; fields overrides any default description settings.&lt;\\\/p&gt;\\n&lt;\\\/div&gt;\\n&lt;p&gt;To dynamically change the top-up descriptions, include any number of placeholder values in the &lt;code&gt;description&lt;\\\/code&gt; and\\\/or &lt;code&gt;referenceForBeneficiary&lt;\\\/code&gt; fields. The following placeholder values are available:&lt;\\\/p&gt;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th&gt;Placeholder&lt;\\\/th&gt;\\n&lt;th&gt;Description&lt;\\\/th&gt;\\n&lt;th&gt;Example value in the statement&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td&gt;&lt;strong&gt;$balanceAccountId&lt;\\\/strong&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The ID of the balance account.&lt;\\\/td&gt;\\n&lt;td&gt;BA32272223222B5FL6CTMBJPR&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt;&lt;strong&gt;$balanceAccountReference&lt;\\\/strong&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Your reference for the balance account.&lt;\\\/td&gt;\\n&lt;td&gt;BA reference&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt;&lt;strong&gt;$balanceAccountDescription&lt;\\\/strong&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Your description for the balance account.&lt;\\\/td&gt;\\n&lt;td&gt;BA description&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt;&lt;strong&gt;$accountHolderId&lt;\\\/strong&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The ID of the account holder.&lt;\\\/td&gt;\\n&lt;td&gt;AH32272223222B5FL6CQTBJLD&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt;&lt;strong&gt;$accountHolderReference&lt;\\\/strong&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Your reference of the account holder.&lt;\\\/td&gt;\\n&lt;td&gt;23564762354654&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt;&lt;strong&gt;$accountHolderDescription&lt;\\\/strong&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Your description for the account holder.&lt;\\\/td&gt;\\n&lt;td&gt;Dean&#039;s Donuts&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt;&lt;strong&gt;$transferReference&lt;\\\/strong&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The 30-character Adyen-generated reference for the resulting transfer.&lt;\\\/td&gt;\\n&lt;td&gt;SWPE12345678901234567890123456&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt;&lt;strong&gt;$shortTransferReference&lt;\\\/strong&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The 15-character Adyen-generated reference for the resulting transfer.&lt;\\\/td&gt;\\n&lt;td&gt;S12345678901234&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;p&gt;For example, setting the &lt;code&gt;description&lt;\\\/code&gt; to &lt;strong&gt;$accountHolderId and $accountHolderDescription&lt;\\\/strong&gt; when creating a recurring top-up generates a transfer request with the description &lt;strong&gt;AH32272223222B5FL6CQTBJLD and Dean&#039;s Donuts&lt;\\\/strong&gt;.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Use placeholders when creating a 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    \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n        \\\\\\&quot;transferInstrumentId\\\\\\&quot;: \\\\\\&quot;TI00000000000000000000001\\\\\\&quot;\\\\n    },\\\\n    \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;EUR\\\\\\&quot;,\\\\n    \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Top-up for $accountHolderDescription (Ref: $shortTransferReference)\\\\\\&quot;,\\\\n    \\\\\\&quot;topUpAmount\\\\\\&quot;: {\\\\n        \\\\\\&quot;fixedAmount\\\\\\&quot;: {\\\\n            \\\\\\&quot;value\\\\\\&quot;: 5000,\\\\n            \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;EUR\\\\\\&quot;\\\\n        }\\\\n    },\\\\n    \\\\\\&quot;trigger\\\\\\&quot;: {\\\\n        \\\\\\&quot;threshold\\\\\\&quot;: {\\\\n            \\\\\\&quot;value\\\\\\&quot;: 1000,\\\\n            \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;EUR\\\\\\&quot;\\\\n        }\\\\n    },\\\\n    \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;active\\\\\\&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;:null,&quot;oldTabId&quot;:1,&quot;relation&quot;:&quot;&quot;},{&quot;title&quot;:&quot;Customer Area&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;To configure a recurring top-up:&lt;\\\/p&gt;\\n&lt;ol&gt;\\n&lt;li&gt;Log in to your &lt;a href=\\&quot;https:\\\/\\\/ca-test.adyen.com\\\/\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot; class=\\&quot;external-link no-image\\&quot;&gt;Customer Area&lt;\\\/a&gt; and switch to 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 &lt;strong&gt;Move funds&lt;\\\/strong&gt; &amp;gt; &lt;strong&gt;Recurring top-up&lt;\\\/strong&gt;.&lt;\\\/li&gt;\\n&lt;li&gt;In the &lt;strong&gt;Recurring top-up&lt;\\\/strong&gt; modal, select the balance account you want to top up, then select your counterparty bank account under &lt;strong&gt;Transfer instruments&lt;\\\/strong&gt;.&lt;\\\/li&gt;\\n&lt;li&gt;Customize your top-up configuration:\\n&lt;ul&gt;\\n&lt;li&gt;&lt;strong&gt;When balance is less than or equal to&lt;\\\/strong&gt;: Enter the threshold balance. When the available balance drops to or below this amount, a top-up is triggered.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;strong&gt;Action&lt;\\\/strong&gt;: Select how to determine the top-up amount. Select &lt;strong&gt;Pull an amount of&lt;\\\/strong&gt; to add a fixed amount, or &lt;strong&gt;Maintain a balance of&lt;\\\/strong&gt; to top up to a target balance.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;strong&gt;Pull an amount of&lt;\\\/strong&gt; or &lt;strong&gt;Maintain a balance of&lt;\\\/strong&gt;: Enter the fixed amount to add, or the target balance to reach, depending on the action you selected.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;strong&gt;When schedule matches&lt;\\\/strong&gt;: Select how often to check the balance against the threshold. To trigger based on your balance events rather than a specific time, select &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;Continuous monitoring&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;strong&gt;Status&lt;\\\/strong&gt;: Select when the schedule takes effect, for example &lt;strong&gt;Immediately after creation&lt;\\\/strong&gt; or &lt;strong&gt;Disabled after creation&lt;\\\/strong&gt;.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;&lt;\\\/li&gt;\\n&lt;li&gt;Optional: Add a unique reference, description, or reference for the beneficiary for this top-up schedule.&lt;\\\/li&gt;\\n&lt;li&gt;Review your settings and open the terms of service to read the direct debit agreement.&lt;\\\/li&gt;\\n&lt;li&gt;Select the checkbox to accept the terms of service, and select &lt;strong&gt;Submit&lt;\\\/strong&gt;.&lt;\\\/li&gt;\\n&lt;\\\/ol&gt;\\n&lt;h2&gt;Track your top-ups&lt;\\\/h2&gt;\\n&lt;p&gt;When a top-up is triggered, a transfer record is automatically created. You can track your top-ups in three places:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;&lt;strong&gt;Transfer overview&lt;\\\/strong&gt;: Go to &lt;strong&gt;Transactions&lt;\\\/strong&gt; &amp;gt; &lt;strong&gt;Transfers&lt;\\\/strong&gt; to see the real-time status of the fund movement. To find top-up transfers, click the gear icon to add the &lt;strong&gt;Type&lt;\\\/strong&gt; and &lt;strong&gt;Category&lt;\\\/strong&gt; columns to your view, then filter for:\\n&lt;ul&gt;\\n&lt;li&gt;&lt;strong&gt;Type&lt;\\\/strong&gt;: Bank direct debit&lt;\\\/li&gt;\\n&lt;li&gt;&lt;strong&gt;Category&lt;\\\/strong&gt;: Top-up&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;&lt;\\\/li&gt;\\n&lt;li&gt;&lt;strong&gt;Balance account details&lt;\\\/strong&gt;: Go to &lt;strong&gt;Finance&lt;\\\/strong&gt; &amp;gt; &lt;strong&gt;Balance accounts&lt;\\\/strong&gt;, select the relevant balance account, and see &lt;strong&gt;Scheduled transfers&lt;\\\/strong&gt;. Select a scheduled top-up to see its configuration details and execution history.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;strong&gt;Reports&lt;\\\/strong&gt;: Top-up transactions are logged in the &lt;a href=\\&quot;\\\/platforms\\\/reports-and-fees\\\/balance-platform-accounting-report\\&quot;&gt;Balance Platform Accounting Report&lt;\\\/a&gt;. You can identify these transactions using the following field mappings:\\n&lt;ul&gt;\\n&lt;li&gt;&lt;strong&gt;Tx Category&lt;\\\/strong&gt;: &lt;code&gt;topUp&lt;\\\/code&gt;&lt;\\\/li&gt;\\n&lt;li&gt;&lt;strong&gt;Tx Type&lt;\\\/strong&gt;: &lt;code&gt;bankDirectDebit&lt;\\\/code&gt;&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&quot;,&quot;altTitle&quot;:null,&quot;oldTabId&quot;:1,&quot;relation&quot;:&quot;&quot;}]\"\n            :should-update-when-url-changes='false'>\n        <\/tabs>\n    <\/div>\n<\/div>\n\n<h3>Processing and cut-off times<\/h3>\n<p>If you set a time-based schedule (such as weekly or monthly), the trigger timestamp defaults to 7:00 AM in the timezone of your account. Settle times depend on how this trigger time interacts with currency-specific cut-offs:<\/p>\n<ul>\n<li><strong>USD (T+2 settlement)<\/strong>: Because the automatic 7:00 AM trigger occurs after the 01:45 ET cut-off, funds settle on T+2 (after 08:30 ET).<\/li>\n<li><strong>EUR (next business day settlement)<\/strong>: Because the automatic 7:00 AM trigger occurs before the 14:00 CET cut-off, funds settle on the next business day.<\/li>\n<\/ul>\n<h2>Error messages and failure reasons<\/h2>\n<p>When you create top-up schedules using the API, if the request fails, the reason for the failure is provided in the API response. The following table shows how to identify and troubleshoot some of the most common errors that can occur during top-up creation.<\/p>\n<table>\n<thead>\n<tr>\n<th>Status<\/th>\n<th>Error code<br><code>errorCode<\/code><\/th>\n<th>Error summary<br><code>title<\/code><\/th>\n<th>Reason<br><code>detail<\/code><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>400<\/td>\n<td><code>29_001<\/code><\/td>\n<td>The request is missing required fields or contains invalid data.<\/td>\n<td><code>trigger.threshold.currency<\/code>: missing or invalid currency code.<\/td>\n<\/tr>\n<tr>\n<td>400<\/td>\n<td><code>29_001<\/code><\/td>\n<td>The request is missing required fields or contains invalid data.<\/td>\n<td>Currencies must match threshold currency. <ul><li markdown=\"1\"><code>topUpAmount.fixed.currency<\/code><\/li><li markdown=\"1\"><code>topUpAmount.target.currency<\/code><\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td>400<\/td>\n<td><code>29_001<\/code><\/td>\n<td>The request is missing required fields or contains invalid data.<\/td>\n<td><code>description<\/code>: invalid placeholders or invalid format.<\/td>\n<\/tr>\n<tr>\n<td>404<\/td>\n<td><code>1082_105<\/code><\/td>\n<td>Recurring top-up not found.<\/td>\n<td>Top-up ID does not exist. (Applies to <code>GET<\/code>, <code>PATCH<\/code>, <code>DELETE<\/code> requests).<\/td>\n<\/tr>\n<tr>\n<td>422<\/td>\n<td><code>30_013<\/code><\/td>\n<td>Balance account not found.<\/td>\n<td>Could not find balance account with ID <code>{id}<\/code>.<\/td>\n<\/tr>\n<tr>\n<td>422<\/td>\n<td><code>1082_101<\/code><\/td>\n<td>Account top-up currency mismatch.<\/td>\n<td>Currency of the top-up does not match the balance account.<\/td>\n<\/tr>\n<tr>\n<td>422<\/td>\n<td><code>1082_102<\/code><\/td>\n<td>Invalid BAP configuration provided.<\/td>\n<td>BAP property <code>DirectDebitTopUp<\/code> is not active for this balance account.<\/td>\n<\/tr>\n<tr>\n<td>422<\/td>\n<td><code>1082_103<\/code><\/td>\n<td>Invalid recurring top-up request.<\/td>\n<td>Generic invalid request rejected by banksweep.<\/td>\n<\/tr>\n<tr>\n<td>422<\/td>\n<td><code>1082_104<\/code><\/td>\n<td>Account is missing required capabilities.<\/td>\n<td>Missing <code>receiveFromTransferInstrument<\/code> on the account holder.<\/td>\n<\/tr>\n<tr>\n<td>422<\/td>\n<td><code>1082_107<\/code><\/td>\n<td>Failed to resolve payment instrument.<\/td>\n<td>Payment instrument could not be resolved.<\/td>\n<\/tr>\n<tr>\n<td>422<\/td>\n<td><code>1082_108<\/code><\/td>\n<td>Failed to resolve transfer instrument.<\/td>\n<td>Invalid transfer instrument with id <code>{id}<\/code>.<\/td>\n<\/tr>\n<tr>\n<td>422<\/td>\n<td><code>1082_112<\/code><\/td>\n<td>No valid routes found.<\/td>\n<td>No routes are available for the provided configuration.<\/td>\n<\/tr>\n<tr>\n<td>422<\/td>\n<td><code>1082_113<\/code><\/td>\n<td>No PPA route assigned.<\/td>\n<td>No PPA route found.<\/td>\n<\/tr>\n<tr>\n<td>422<\/td>\n<td><code>1082_114<\/code><\/td>\n<td>Terms of service not signed.<\/td>\n<td>A terms of service needs to be signed before having a recurring top-up configured.<\/td>\n<\/tr>\n<tr>\n<td>422<\/td>\n<td><code>1082_115<\/code><\/td>\n<td>Direct debit amount threshold exceeded.<\/td>\n<td>Top-up amount exceeds the configured maximum threshold for direct debit top-ups on balance account <code>{id}<\/code>.<\/td>\n<\/tr>\n<tr>\n<td>422<\/td>\n<td><code>1011_001<\/code><\/td>\n<td>An account has an invalid status.<\/td>\n<td>BalanceAccountHolder <code>{id}<\/code> has invalid account status <code>inactive<\/code>.<\/td>\n<\/tr>\n<tr>\n<td>422<\/td>\n<td><code>1011_003<\/code><\/td>\n<td>Invalid counterparty provided.<\/td>\n<td>Validation failed for one of the following reasons: <ul><li markdown=\"1\">Cannot configure a sweep to itself.<\/li><li markdown=\"1\">Bank account id is invalid.<\/li><li markdown=\"1\">Merchant account not found.<\/li><li markdown=\"1\">Legal entity does not have access to transfer instrument.<\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td>422<\/td>\n<td><code>1011_013<\/code><\/td>\n<td>A sweep with this configuration already exists.<\/td>\n<td>A (<code>{direction}<\/code>) sweep with currency (<code>{cur}<\/code>), counterparty (<code>{cp}<\/code>) and schedule (<code>{sched}<\/code>) already exists: (<code>{id}<\/code>).<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>See also<\/h2>\n<div class=\"next-steps\" id=\"next-steps\" >\n<a href=\"\/payouts\/payout-service\/top-up-balance-accounts\/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\">Manage recurring top-ups<\/h6><p>Learn how to view, change, and delete recurring top-ups.<\/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\/create-recurring-top-ups","articleFields":{"Menu":"Create recurring top-ups","description":"Learn how to configure recurring top-ups for your balance accounts.","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\/create-recurring-top-ups","title":"Create recurring top-ups","content":"You can create recurring top-ups to automatically pull funds into your balance accounts when needed. This ensures that your balance accounts are adequately funded and have sufficient balance for day-to-day activities.\nA recurring top-up triggers outgoing direct debit requests to a bank account, based on the settings you configure. These settings determine the amount, frequency, and source of funds for the direct debit requests. Adyen then books the funds from the top-up to your balance account.\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\nMake sure that the account holder has 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, if you need to enable this capability see Request a capability.\n\n\nLimitations\nThis feature does not support on-demand top-ups.Top-ups are supported only in EUR and USD.\n\n\nSetup steps\nMake sure that your top-up source has enough balance to fund the top-up.If you are configuring top-ups using the API, you must first accept the Terms of Service. If you are using the Customer Area, this is handled during the setup wizard.\n\n\n\nCreate a recurring top-up\nYou can create a recurring top-up using the API or your Customer Area.\n\n\n    \n        \n        \n    \n\n\nProcessing and cut-off times\nIf you set a time-based schedule (such as weekly or monthly), the trigger timestamp defaults to 7:00 AM in the timezone of your account. Settle times depend on how this trigger time interacts with currency-specific cut-offs:\n\nUSD (T+2 settlement): Because the automatic 7:00 AM trigger occurs after the 01:45 ET cut-off, funds settle on T+2 (after 08:30 ET).\nEUR (next business day settlement): Because the automatic 7:00 AM trigger occurs before the 14:00 CET cut-off, funds settle on the next business day.\n\nError messages and failure reasons\nWhen you create top-up schedules using the API, if the request fails, the reason for the failure is provided in the API response. The following table shows how to identify and troubleshoot some of the most common errors that can occur during top-up creation.\n\n\n\nStatus\nError codeerrorCode\nError summarytitle\nReasondetail\n\n\n\n\n400\n29_001\nThe request is missing required fields or contains invalid data.\ntrigger.threshold.currency: missing or invalid currency code.\n\n\n400\n29_001\nThe request is missing required fields or contains invalid data.\nCurrencies must match threshold currency. topUpAmount.fixed.currencytopUpAmount.target.currency\n\n\n400\n29_001\nThe request is missing required fields or contains invalid data.\ndescription: invalid placeholders or invalid format.\n\n\n404\n1082_105\nRecurring top-up not found.\nTop-up ID does not exist. (Applies to GET, PATCH, DELETE requests).\n\n\n422\n30_013\nBalance account not found.\nCould not find balance account with ID {id}.\n\n\n422\n1082_101\nAccount top-up currency mismatch.\nCurrency of the top-up does not match the balance account.\n\n\n422\n1082_102\nInvalid BAP configuration provided.\nBAP property DirectDebitTopUp is not active for this balance account.\n\n\n422\n1082_103\nInvalid recurring top-up request.\nGeneric invalid request rejected by banksweep.\n\n\n422\n1082_104\nAccount is missing required capabilities.\nMissing receiveFromTransferInstrument on the account holder.\n\n\n422\n1082_107\nFailed to resolve payment instrument.\nPayment instrument could not be resolved.\n\n\n422\n1082_108\nFailed to resolve transfer instrument.\nInvalid transfer instrument with id {id}.\n\n\n422\n1082_112\nNo valid routes found.\nNo routes are available for the provided configuration.\n\n\n422\n1082_113\nNo PPA route assigned.\nNo PPA route found.\n\n\n422\n1082_114\nTerms of service not signed.\nA terms of service needs to be signed before having a recurring top-up configured.\n\n\n422\n1082_115\nDirect debit amount threshold exceeded.\nTop-up amount exceeds the configured maximum threshold for direct debit top-ups on balance account {id}.\n\n\n422\n1011_001\nAn account has an invalid status.\nBalanceAccountHolder {id} has invalid account status inactive.\n\n\n422\n1011_003\nInvalid counterparty provided.\nValidation failed for one of the following reasons: Cannot configure a sweep to itself.Bank account id is invalid.Merchant account not found.Legal entity does not have access to transfer instrument.\n\n\n422\n1011_013\nA sweep with this configuration already exists.\nA ({direction}) sweep with currency ({cur}), counterparty ({cp}) and schedule ({sched}) already exists: ({id}).\n\n\n\nSee also\n\nManage recurring top-upsLearn how to view, change, and delete recurring top-ups.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":"Create 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\/create-recurring-top-ups"},"levels":5,"category":"","category_color":"","tags":["Create","recurring","top-ups"]}}
