{"title":"Top up multi pay-in account","category":"default","creationDate":1776961628,"content":"<p>For each payment your users receive, your pay-in partner can withhold funds: either directly or to offset the bank costs of the payout. As a result, there can be a discrepancy between the amount settled in your multi pay-in account and the total amount that you want to allocate to your users. In this case, you can top up the balance of your multi pay-in account from your liable balance account by making an internal transfer.<\/p>\n<h2>Requirements<\/h2>\n<p>Take into account the following requirements for this operation.<\/p>\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><a href=\"\/pt\/development-resources\/api-credentials\/\">API credentials<\/a><\/strong><\/td>\n<td style=\"text-align: left;\">You must have credentials for the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers\/latest\/overview\" class=\" external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Transfers API<\/a>.<\/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 any of the following webhooks: <ul><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<\/tbody>\n<\/table>\n<h2>Top up your balance<\/h2>\n<p>To top up the balance of your multi pay-in account, make a POST  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers\/latest\/post\/transfers\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/transfers<\/a> request.<\/p>\n<p>In the body of the 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;\">Required<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"> <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers\/latest\/post\/transfers#request-amount\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">amount<\/a><\/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;\">An object containing the currency and value of the top up.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"> <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers\/latest\/post\/transfers#request-balanceAccountId\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balanceAccountId<\/a><\/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 your liable balance account.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"> <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers\/latest\/post\/transfers#request-counterparty-balanceAccountId\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">counterparty.balanceAccountId<\/a><\/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 your multi pay-in account.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"> <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers\/latest\/post\/transfers#request-category\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">category<\/a><\/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;\">Specifies the category of the transfer. Set to <strong>internal<\/strong>.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"> <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers\/latest\/post\/transfers#request-description\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">description<\/a><\/td>\n<td style=\"text-align: center;\"><\/td>\n<td style=\"text-align: left;\">Your description of the transfer. You can use this to identify the transfer in webhooks and reports.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"> <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers\/latest\/post\/transfers#request-reference\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">reference<\/a><\/td>\n<td style=\"text-align: center;\"><\/td>\n<td style=\"text-align: left;\">Your unique reference for the transfer. You can use this to identify the transfer in webhooks and reports.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The following example shows how to top up your multi pay-in account with USD&nbsp;2.40. The funds are transferred from your liable balance account.<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Top up multi pay-in account'\" :id=\"'topup-multipayin'\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;curl&quot;,&quot;content&quot;:&quot;curl https:\\\/\\\/balanceplatform-api-test.adyen.com\\\/btl\\\/v4\\\/transfers \\\\\\n-H 'x-api-key: YOUR_BALANCE_PLATFORM_API_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-X POST \\\\\\n-d '{\\n     \\&quot;amount\\&quot;: {\\n        \\&quot;currency\\&quot;: \\&quot;USD\\&quot;,\\n        \\&quot;value\\&quot;: 240\\n     },\\n     \\&quot;balanceAccountId\\&quot;: \\&quot;BA00000000000000000LIABLE\\&quot;,\\n     \\&quot;counterparty\\&quot;: {\\n        \\&quot;balanceAccountId\\&quot;: \\&quot;BA00000000000000000000005\\&quot;\\n     },\\n     \\&quot;category\\&quot; : \\&quot;internal\\&quot;,\\n     \\&quot;description\\&quot;: \\&quot;Your description for the transfer\\&quot;,\\n     \\&quot;reference\\&quot;: \\&quot;Your unique reference for the transfer\\&quot;\\n}'&quot;},{&quot;language&quot;:&quot;java&quot;,&quot;tabTitle&quot;:&quot;Java&quot;,&quot;content&quot;:&quot;\\\/\\\/ Adyen Java API Library v33.0.0\\nimport com.adyen.Client;\\nimport com.adyen.enums.Environment;\\nimport com.adyen.model.transfers.*;\\nimport java.time.OffsetDateTime;\\nimport java.util.*;\\nimport com.adyen.model.RequestOptions;\\nimport com.adyen.service.transfers.*;\\n\\nClient client = new Client(\\&quot;YOUR_BALANCE_PLATFORM_API_KEY\\&quot;, Environment.TEST);\\n\\n\\\/\\\/ Create the request object(s)\\nAmount amount = new Amount()\\n  .currency(\\&quot;USD\\&quot;)\\n  .value(240L);\\n\\nCounterpartyInfoV3 counterpartyInfoV3 = new CounterpartyInfoV3()\\n  .balanceAccountId(\\&quot;BA00000000000000000000005\\&quot;);\\n\\nTransferInfo transferInfo = new TransferInfo()\\n  .balanceAccountId(\\&quot;BA00000000000000000LIABLE\\&quot;)\\n  .reference(\\&quot;Your unique reference for the transfer\\&quot;)\\n  .amount(amount)\\n  .counterparty(counterpartyInfoV3)\\n  .description(\\&quot;Your description for the transfer\\&quot;)\\n  .category(TransferInfo.CategoryEnum.INTERNAL);\\n\\n\\\/\\\/ Send the request\\nTransfersApi service = new TransfersApi(client);\\nTransfer response = service.transferFunds(transferInfo, new RequestOptions().idempotencyKey(\\&quot;UUID\\&quot;));&quot;},{&quot;language&quot;:&quot;php&quot;,&quot;tabTitle&quot;:&quot;PHP&quot;,&quot;content&quot;:&quot;&lt;?php\\n\\\/\\\/ Adyen PHP API Library v24.0.0\\nuse Adyen\\\\Client;\\nuse Adyen\\\\Environment;\\nuse Adyen\\\\Model\\\\Transfers\\\\Amount;\\nuse Adyen\\\\Model\\\\Transfers\\\\CounterpartyInfoV3;\\nuse Adyen\\\\Model\\\\Transfers\\\\TransferInfo;\\nuse Adyen\\\\Service\\\\Transfers\\\\TransfersApi;\\n\\n$client = new Client();\\n$client-&gt;setXApiKey(\\&quot;YOUR_BALANCE_PLATFORM_API_KEY\\&quot;);\\n$client-&gt;setEnvironment(Environment::TEST);\\n\\n\\n\\\/\\\/ Create the request object(s)\\n$amount = new Amount();\\n$amount\\n  -&gt;setCurrency(\\&quot;USD\\&quot;)\\n  -&gt;setValue(240);\\n\\n$counterpartyInfoV3 = new CounterpartyInfoV3();\\n$counterpartyInfoV3\\n  -&gt;setBalanceAccountId(\\&quot;BA00000000000000000000005\\&quot;);\\n\\n$transferInfo = new TransferInfo();\\n$transferInfo\\n  -&gt;setBalanceAccountId(\\&quot;BA00000000000000000LIABLE\\&quot;)\\n  -&gt;setReference(\\&quot;Your unique reference for the transfer\\&quot;)\\n  -&gt;setAmount($amount)\\n  -&gt;setCounterparty($counterpartyInfoV3)\\n  -&gt;setDescription(\\&quot;Your description for the transfer\\&quot;)\\n  -&gt;setCategory(\\&quot;internal\\&quot;);\\n\\n$requestOptions['idempotencyKey'] = 'UUID';\\n\\n\\\/\\\/ Send the request\\n$service = new TransfersApi($client);\\n$response = $service-&gt;transferFunds($transferInfo, $requestOptions);&quot;},{&quot;language&quot;:&quot;cs&quot;,&quot;tabTitle&quot;:&quot;C#&quot;,&quot;content&quot;:&quot;\\\/\\\/ Adyen .net API Library v27.0.0\\nusing Adyen;\\nusing Environment = Adyen.Model.Environment;\\nusing Adyen.Model;\\nusing Adyen.Model.Transfers;\\nusing Adyen.Service.Transfers;\\n\\nvar config = new Config()\\n{\\n    XApiKey = \\&quot;YOUR_BALANCE_PLATFORM_API_KEY\\&quot;,\\n    Environment = Environment.Test\\n};\\nvar client = new Client(config);\\n\\n\\\/\\\/ Create the request object(s)\\nAmount amount = new Amount\\n{\\n  Currency = \\&quot;USD\\&quot;,\\n  Value = 240\\n};\\n\\nCounterpartyInfoV3 counterpartyInfoV3 = new CounterpartyInfoV3\\n{\\n  BalanceAccountId = \\&quot;BA00000000000000000000005\\&quot;\\n};\\n\\nTransferInfo transferInfo = new TransferInfo\\n{\\n  BalanceAccountId = \\&quot;BA00000000000000000LIABLE\\&quot;,\\n  Reference = \\&quot;Your unique reference for the transfer\\&quot;,\\n  Amount = amount,\\n  Counterparty = counterpartyInfoV3,\\n  Description = \\&quot;Your description for the transfer\\&quot;,\\n  Category = TransferInfo.CategoryEnum.Internal\\n};\\n\\n\\\/\\\/ Send the request\\nvar service = new TransfersService(client);\\nvar response = service.TransferFunds(transferInfo, requestOptions: new RequestOptions { IdempotencyKey = \\&quot;UUID\\&quot;});&quot;},{&quot;language&quot;:&quot;js&quot;,&quot;tabTitle&quot;:&quot;NodeJS (JavaScript)&quot;,&quot;content&quot;:&quot;\\\/\\\/ Adyen Node API Library v23.3.0\\nconst { Client, TransfersAPI } = require('@adyen\\\/api-library');\\n\\nconst client = new Client({ apiKey: \\&quot;YOUR_BALANCE_PLATFORM_API_KEY\\&quot;, environment: \\&quot;TEST\\&quot; });\\n\\n\\\/\\\/ Create the request object(s)\\nconst transferInfo = {\\n  amount: {\\n    currency: \\&quot;USD\\&quot;,\\n    value: 240\\n  },\\n  balanceAccountId: \\&quot;BA00000000000000000LIABLE\\&quot;,\\n  counterparty: {\\n    balanceAccountId: \\&quot;BA00000000000000000000005\\&quot;\\n  },\\n  category: \\&quot;internal\\&quot;,\\n  description: \\&quot;Your description for the transfer\\&quot;,\\n  reference: \\&quot;Your unique reference for the transfer\\&quot;\\n}\\n\\n\\\/\\\/ Send the request\\nconst transfersAPI = new TransfersAPI(client);\\nconst response = transfersAPI.TransfersApi.transferFunds(transferInfo, { idempotencyKey: \\&quot;UUID\\&quot; });&quot;},{&quot;language&quot;:&quot;go&quot;,&quot;tabTitle&quot;:&quot;Go&quot;,&quot;content&quot;:&quot;\\\/\\\/ Adyen Go API Library v16.3.0\\nimport (\\n  \\&quot;context\\&quot;\\n  \\&quot;github.com\\\/adyen\\\/adyen-go-api-library\\\/v16\\\/src\\\/common\\&quot;\\n  \\&quot;github.com\\\/adyen\\\/adyen-go-api-library\\\/v16\\\/src\\\/adyen\\&quot;\\n  \\&quot;github.com\\\/adyen\\\/adyen-go-api-library\\\/v16\\\/src\\\/transfers\\&quot;\\n)\\nclient := adyen.NewClient(&amp;common.Config{\\n  ApiKey:      \\&quot;YOUR_BALANCE_PLATFORM_API_KEY\\&quot;,\\n  Environment: common.TestEnv,\\n})\\n\\n\\\/\\\/ Create the request object(s)\\namount := transfers.Amount{\\n  Currency: \\&quot;USD\\&quot;,\\n  Value: 240,\\n}\\n\\ncounterpartyInfoV3 := transfers.CounterpartyInfoV3{\\n  BalanceAccountId: common.PtrString(\\&quot;BA00000000000000000000005\\&quot;),\\n}\\n\\ntransferInfo := transfers.TransferInfo{\\n  BalanceAccountId: common.PtrString(\\&quot;BA00000000000000000LIABLE\\&quot;),\\n  Reference: common.PtrString(\\&quot;Your unique reference for the transfer\\&quot;),\\n  Amount: amount,\\n  Counterparty: counterpartyInfoV3,\\n  Description: common.PtrString(\\&quot;Your description for the transfer\\&quot;),\\n  Category: \\&quot;internal\\&quot;,\\n}\\n\\n\\\/\\\/ Send the request\\nservice := client.Transfers()\\nreq := service.TransfersApi.TransferFundsInput().IdempotencyKey(\\&quot;UUID\\&quot;).TransferInfo(transferInfo)\\nres, httpRes, err := service.TransfersApi.TransferFunds(context.Background(), req)&quot;},{&quot;language&quot;:&quot;py&quot;,&quot;tabTitle&quot;:&quot;Python&quot;,&quot;content&quot;:&quot;# Adyen Python API Library v13.3.0\\nimport Adyen\\n\\nadyen = Adyen.Adyen()\\nadyen.client.xapikey = \\&quot;YOUR_BALANCE_PLATFORM_API_KEY\\&quot;\\nadyen.client.platform = \\&quot;test\\&quot; # The environment to use library in.\\n\\n# Create the request object(s)\\njson_request = {\\n  \\&quot;amount\\&quot;: {\\n    \\&quot;currency\\&quot;: \\&quot;USD\\&quot;,\\n    \\&quot;value\\&quot;: 240\\n  },\\n  \\&quot;balanceAccountId\\&quot;: \\&quot;BA00000000000000000LIABLE\\&quot;,\\n  \\&quot;counterparty\\&quot;: {\\n    \\&quot;balanceAccountId\\&quot;: \\&quot;BA00000000000000000000005\\&quot;\\n  },\\n  \\&quot;category\\&quot;: \\&quot;internal\\&quot;,\\n  \\&quot;description\\&quot;: \\&quot;Your description for the transfer\\&quot;,\\n  \\&quot;reference\\&quot;: \\&quot;Your unique reference for the transfer\\&quot;\\n}\\n\\n# Send the request\\nresult = adyen.transfers.transfers_api.transfer_funds(request=json_request, idempotency_key=\\&quot;UUID\\&quot;)&quot;},{&quot;language&quot;:&quot;rb&quot;,&quot;tabTitle&quot;:&quot;Ruby&quot;,&quot;content&quot;:&quot;# Adyen Ruby API Library v10.1.1\\nrequire \\&quot;adyen-ruby-api-library\\&quot;\\n\\nadyen = Adyen::Client.new\\nadyen.api_key = 'YOUR_BALANCE_PLATFORM_API_KEY'\\nadyen.env = :test # Set to \\&quot;live\\&quot; for live environment\\n\\n# Create the request object(s)\\nrequest_body = {\\n  :amount =&gt; {\\n    :currency =&gt; 'USD',\\n    :value =&gt; 240\\n  },\\n  :balanceAccountId =&gt; 'BA00000000000000000LIABLE',\\n  :counterparty =&gt; {\\n    :balanceAccountId =&gt; 'BA00000000000000000000005'\\n  },\\n  :category =&gt; 'internal',\\n  :description =&gt; 'Your description for the transfer',\\n  :reference =&gt; 'Your unique reference for the transfer'\\n}\\n\\n# Send the request\\nresult = adyen.transfers.transfers_api.transfer_funds(request_body, headers: { 'Idempotency-Key' =&gt; 'UUID' })&quot;},{&quot;language&quot;:&quot;ts&quot;,&quot;tabTitle&quot;:&quot;NodeJS (TypeScript)&quot;,&quot;content&quot;:&quot;\\\/\\\/ Adyen Node API Library v23.3.0\\nimport { Client, TransfersAPI, Types } from \\&quot;@adyen\\\/api-library\\&quot;;\\n\\nconst client = new Client({ apiKey: \\&quot;YOUR_BALANCE_PLATFORM_API_KEY\\&quot;, environment: \\&quot;TEST\\&quot; });\\n\\n\\\/\\\/ Create the request object(s)\\nconst amount: Types.transfers.Amount = {\\n  currency: \\&quot;USD\\&quot;,\\n  value: 240\\n};\\n\\nconst counterpartyInfoV3: Types.transfers.CounterpartyInfoV3 = {\\n  balanceAccountId: \\&quot;BA00000000000000000000005\\&quot;\\n};\\n\\nconst transferInfo: Types.transfers.TransferInfo = {\\n  balanceAccountId: \\&quot;BA00000000000000000LIABLE\\&quot;,\\n  reference: \\&quot;Your unique reference for the transfer\\&quot;,\\n  amount: amount,\\n  counterparty: counterpartyInfoV3,\\n  description: \\&quot;Your description for the transfer\\&quot;,\\n  category: Types.transfers.TransferInfo.CategoryEnum.Internal\\n};\\n\\n\\\/\\\/ Send the request\\nconst transfersAPI = new TransfersAPI(client);\\nconst response = transfersAPI.TransfersApi.transferFunds(transferInfo, { idempotencyKey: \\&quot;UUID\\&quot; });&quot;}]\" :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p>In the response, the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers\/latest\/post\/transfers#responses-202-status\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">status<\/a> field shows the whether the top-up was successful (<strong>authorised<\/strong>).<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Top-up authorized'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n  \\\"creationDate\\\": \\\"2024-09-15T13:52:08+02:00\\\",\\n  \\\"id\\\": \\\"48NJIB9TWQJ6L7U7\\\",\\n  \\\"accountHolder\\\": {\\n    \\\"description\\\": \\\"Your description for your liable account holder\\\",\\n    \\\"id\\\": \\\"AH00000000000000000LIABLE\\\",\\n    \\\"reference\\\": \\\"Your reference for your liable account holder\\\"\\n  },\\n  \\\"amount\\\": {\\n    \\\"currency\\\": \\\"USD\\\",\\n    \\\"value\\\": 10000\\n  },\\n  \\\"balanceAccount\\\": {\\n    \\\"description\\\": \\\"Your description for your liable balance account\\\",\\n    \\\"id\\\": \\\"BA00000000000000000LIABLE\\\",\\n    \\\"reference\\\": \\\"Your reference for your liable balance account\\\"\\n  },\\n  \\\"category\\\" : \\\"internal\\\",\\n  \\\"categoryData\\\": {\\n    \\\"type\\\": \\\"internal\\\"\\n  },\\n  \\\"counterparty\\\": {\\n    \\\"balanceAccountId\\\": \\\"BA00000000000000000000005\\\"\\n  },\\n  \\\"description\\\": \\\"Your description for the transfer\\\",\\n  \\\"direction\\\": \\\"outgoing\\\",\\n  \\\"reason\\\": \\\"approved\\\",\\n  \\\"reference\\\": \\\"Your unique reference for the transfer\\\",\\n  \\\"status\\\": \\\"authorised\\\",\\n  \\\"type\\\": \\\"internalTransfer\\\"\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p>If the <code>status<\/code> is not <strong>authorised<\/strong>, check the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers\/latest\/post\/transfers#request-type\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">type<\/a> field to learn why the request failed. For example, the <code>reason<\/code> for a <strong>refused<\/strong> <code>status<\/code> can be <strong>notEnoughBalance<\/strong>.<\/p>\n<p>We also send webhooks to notify you of the status of the top-up request.<\/p>\n<h2>Get notified about balance changes<\/h2>\n<p>After you send a request to transfer funds from your liable balance account to your multi pay-in account, we send the following webhooks to notify you of the status of the transfer or transaction:<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Webhook<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"> <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfer-webhooks\/latest\/post\/balancePlatform.transfer.created\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.transfer.created<\/a><\/td>\n<td style=\"text-align: left;\">Notifies you of the incoming and outgoing fund transfer.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"> <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfer-webhooks\/latest\/post\/balancePlatform.transfer.updated\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.transfer.updated<\/a><\/td>\n<td style=\"text-align: left;\">Notifies you of the changes in the status of the transfer.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"> <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transaction-webhooks\/latest\/post\/balancePlatform.transaction.created\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.transaction.created<\/a><\/td>\n<td style=\"text-align: left;\">Notifies you when the funds debited from your liable balance account and are credited to your multi pay-in account.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Subscribe to the webhooks you want to receive in your <a href=\"https:\/\/ca-test.adyen.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Customer Area<\/a>.<\/p>\n<h3>Webhooks for an internal transfer<\/h3>\n<p>You can identify transfer webhooks triggered by a request to top up your multi pay-in account by the following values:<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Parameter<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<th style=\"text-align: left;\">Value<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"> <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfer-webhooks\/latest\/post\/balancePlatform.transfer.created#request-data-category\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">category<\/a><\/td>\n<td style=\"text-align: left;\">Specifies the category of the transfer.<\/td>\n<td style=\"text-align: left;\"><strong>internal<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"> <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfer-webhooks\/latest\/post\/balancePlatform.transfer.created#request-data-direction\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">direction<\/a><\/td>\n<td style=\"text-align: left;\">Specifies the direction of the transfer.<\/td>\n<td style=\"text-align: left;\"><strong>outgoing<\/strong> for your liable balance account<br><strong>incoming<\/strong> for your multi pay-in account<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"> <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfer-webhooks\/latest\/post\/balancePlatform.transfer.created#request-data-type\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">type<\/a><\/td>\n<td style=\"text-align: left;\">Specifies the type of the transfer.<\/td>\n<td style=\"text-align: left;\"><strong>internalTransfer<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The following examples show the webhooks you receive when you top up your multi pay-in account with USD 2.40 from your liable balance account.<\/p>\n\n<div id=\"tabCpPao\">\n    <div data-component-wrapper=\"tabs\">\n        <tabs\n                        :items=\"[{&quot;title&quot;:&quot;Liable balance account&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;When you transfer the funds from your liable balance account to you multi pay-in account, you receive webhooks to notify you of the status of the transfer and balance changes in your liable balance account. These webhooks have the following common parameters and values:&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: left;\\&quot;&gt;Description&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Example value&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;balanceAccount.id&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The unique identifier of the source balance account that sends the funds. This is your liable balance account.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;BA00000000000000000LIABLE&lt;\\\/strong&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;counterpaty.balanceAccountId&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The unique identifier of the target balance account that receives the funds. This is your multi pay-in account.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;BA00000000000000000000005&lt;\\\/strong&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;direction&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The direction of the transfer request. Because the liable balance account sends the funds, it is set to &lt;strong&gt;outgoing&lt;\\\/strong&gt;.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;outgoing&lt;\\\/strong&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;type&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The type of the transfer request.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;internalTransfer&lt;\\\/strong&gt;&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n    &lt;div class=\\&quot;faqs\\&quot;&gt;\\n        &lt;div class=\\&quot;adl-accordion adl-accordion--max-height-transition\\&quot; style=\\&quot;margin-bottom:24px\\&quot;&gt;\\n                                                            &lt;div class=\\&quot;adl-accordion__item\\&quot;&gt;\\n                    &lt;div tabindex=\\&quot;1\\&quot; role=\\&quot;question\\&quot; aria-expanded=\\&quot;true\\&quot; class=\\&quot;adl-accordion__header\\&quot; data-accordion=\\&quot;#1-transfer-received\\&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;&gt;\\n                            &lt;h3 class=\\&quot;adl-accordion__title no-anchor\\&quot;&gt;\\n                                1. Transfer received &lt;div class=\\&quot;faq-link-icon adl-icon adl-icon-chain\\&quot;&gt;&lt;\\\/div&gt;\\n                            &lt;\\\/h3&gt;\\n                                                    &lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                    &lt;div role=\\&quot;answer\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n                        &lt;p&gt;When your liable balance account receives the request to transfer funds to your multi pay-in account, we send you a  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;balancePlatform.transfer.created&lt;\\\/a&gt; webhook with &lt;code&gt;direction&lt;\\\/code&gt; &lt;strong&gt;outgoing&lt;\\\/strong&gt; and &lt;code&gt;status&lt;\\\/code&gt; &lt;strong&gt;received&lt;\\\/strong&gt;.&lt;\\\/p&gt;\\n&lt;p&gt;&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Top-up transfer received&#039;\\&quot; :id=\\&quot;&#039;outgoing-topup-received&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n  \\\\\\&quot;data\\\\\\&quot;: {\\\\n     \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;2WT1N05XXY7P9XH9\\\\\\&quot;,\\\\n     \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internalTransfer\\\\\\&quot;,\\\\n     \\\\\\&quot;accountHolder\\\\\\&quot;: {\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your liable account holder\\\\\\&quot;,\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000LIABLE\\\\\\&quot;,\\\\n        \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your liable account holder\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;amount\\\\\\&quot;: {\\\\n        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n        \\\\\\&quot;value\\\\\\&quot;: 240\\\\n     },\\\\n     \\\\\\&quot;balanceAccount\\\\\\&quot;: {\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your liable balance account\\\\\\&quot;,\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;BA00000000000000000LIABLE\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;balances\\\\\\&quot;: [\\\\n        {\\\\n           \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n           \\\\\\&quot;received\\\\\\&quot;: -240\\\\n        }\\\\n     ],\\\\n     \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n     \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;,\\\\n     \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n        \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n        \\\\\\&quot;balanceAccountId\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000005\\\\\\&quot;\\\\n    },\\\\n     \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:05+02:00\\\\\\&quot;,\\\\n     \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;outgoing\\\\\\&quot;,\\\\n     \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;events\\\\\\&quot;: [\\\\n        {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;JDRF00000000000000000000000001\\\\\\&quot;,\\\\n           \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n           \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n           \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n              {\\\\n                 \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                 \\\\\\&quot;received\\\\\\&quot;: -240\\\\n              }\\\\n           ],\\\\n           \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:18+02:00\\\\\\&quot;\\\\n        }\\\\n     ],\\\\n     \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n     \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n     \\\\\\&quot;sequenceNumber\\\\\\&quot;: 1\\\\n  },\\\\n  \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;,\\\\n  \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transfer.created\\\\\\&quot;\\\\n}\\&quot;}]&#039; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                &lt;\\\/div&gt;\\n                                                            &lt;div class=\\&quot;adl-accordion__item\\&quot;&gt;\\n                    &lt;div tabindex=\\&quot;2\\&quot; role=\\&quot;question\\&quot; aria-expanded=\\&quot;true\\&quot; class=\\&quot;adl-accordion__header\\&quot; data-accordion=\\&quot;#2-transfer-authorized\\&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;&gt;\\n                            &lt;h3 class=\\&quot;adl-accordion__title no-anchor\\&quot;&gt;\\n                                2. Transfer authorized &lt;div class=\\&quot;faq-link-icon adl-icon adl-icon-chain\\&quot;&gt;&lt;\\\/div&gt;\\n                            &lt;\\\/h3&gt;\\n                                                    &lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                    &lt;div role=\\&quot;answer\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n                        &lt;p&gt;When the top-up request is authorized, we send a  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.updated\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;balancePlatform.transfer.updated&lt;\\\/a&gt; webhook to inform you that the transfer amount is reserved on your liable balance account.&lt;\\\/p&gt;\\n&lt;p&gt;&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Top-up transfer authorized&#039;\\&quot; :id=\\&quot;&#039;outgoing-topup-authorized&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n  \\\\\\&quot;data\\\\\\&quot;: {\\\\n     \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;2WT1N05XXY7P9XH9\\\\\\&quot;,\\\\n     \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internalTransfer\\\\\\&quot;,\\\\n     \\\\\\&quot;accountHolder\\\\\\&quot;: {\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your liable account holder\\\\\\&quot;,\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000LIABLE\\\\\\&quot;,\\\\n        \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your liable account holder\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;amount\\\\\\&quot;: {\\\\n        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n        \\\\\\&quot;value\\\\\\&quot;: 240\\\\n     },\\\\n     \\\\\\&quot;balanceAccount\\\\\\&quot;: {\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your liable balance account\\\\\\&quot;,\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;BA00000000000000000LIABLE\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;balances\\\\\\&quot;: [\\\\n        {\\\\n           \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n           \\\\\\&quot;received\\\\\\&quot;: 0,\\\\n           \\\\\\&quot;reserved\\\\\\&quot;: -240\\\\n        }\\\\n     ],\\\\n     \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n     \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;,\\\\n     \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n        \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n        \\\\\\&quot;balanceAccountId\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000005\\\\\\&quot;\\\\n    },\\\\n     \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:05+02:00\\\\\\&quot;,\\\\n     \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;outgoing\\\\\\&quot;,\\\\n     \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;events\\\\\\&quot;: [\\\\n        {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;JDRF00000000000000000000000001\\\\\\&quot;,\\\\n           \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n           \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n           \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n              {\\\\n                 \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                 \\\\\\&quot;received\\\\\\&quot;: -240\\\\n              }\\\\n           ],\\\\n           \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:18+02:00\\\\\\&quot;\\\\n        },\\\\n        {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;JDRF00000000000000000000000002\\\\\\&quot;,\\\\n           \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n           \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n           \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n              {\\\\n                 \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                 \\\\\\&quot;received\\\\\\&quot;: 240,\\\\n                 \\\\\\&quot;reserved\\\\\\&quot;: -240\\\\n              }\\\\n           ],\\\\n           \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:18+02:00\\\\\\&quot;\\\\n        }\\\\n     ],\\\\n     \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n     \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n     \\\\\\&quot;sequenceNumber\\\\\\&quot;: 2\\\\n  },\\\\n  \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;,\\\\n  \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transfer.created\\\\\\&quot;\\\\n}\\&quot;}]&#039; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                &lt;\\\/div&gt;\\n                                                            &lt;div class=\\&quot;adl-accordion__item\\&quot;&gt;\\n                    &lt;div tabindex=\\&quot;3\\&quot; role=\\&quot;question\\&quot; aria-expanded=\\&quot;true\\&quot; class=\\&quot;adl-accordion__header\\&quot; data-accordion=\\&quot;#3-transfer-booked\\&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;&gt;\\n                            &lt;h3 class=\\&quot;adl-accordion__title no-anchor\\&quot;&gt;\\n                                3. Transfer booked &lt;div class=\\&quot;faq-link-icon adl-icon adl-icon-chain\\&quot;&gt;&lt;\\\/div&gt;\\n                            &lt;\\\/h3&gt;\\n                                                    &lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                    &lt;div role=\\&quot;answer\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n                        &lt;p&gt;When the funds are deducted from your liable balance account, we send you a  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.updated\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;balancePlatform.transfer.updated&lt;\\\/a&gt; webhook with &lt;code&gt;status&lt;\\\/code&gt; &lt;strong&gt;booked&lt;\\\/strong&gt; and the &lt;code&gt;transactionId&lt;\\\/code&gt;.&lt;\\\/p&gt;\\n&lt;p&gt;&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Top-up transfer booked&#039;\\&quot; :id=\\&quot;&#039;outgoing-topup-booked&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n  \\\\\\&quot;data\\\\\\&quot;: {\\\\n     \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;2WT1N05XXY7P9XH9\\\\\\&quot;,\\\\n     \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internalTransfer\\\\\\&quot;,\\\\n     \\\\\\&quot;accountHolder\\\\\\&quot;: {\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your liable account holder\\\\\\&quot;,\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000LIABLE\\\\\\&quot;,\\\\n        \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your liable account holder\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;amount\\\\\\&quot;: {\\\\n        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n        \\\\\\&quot;value\\\\\\&quot;: 240\\\\n     },\\\\n     \\\\\\&quot;balanceAccount\\\\\\&quot;: {\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your liable balance account\\\\\\&quot;,\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;BA00000000000000000LIABLE\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;balances\\\\\\&quot;: [\\\\n        {\\\\n           \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n           \\\\\\&quot;received\\\\\\&quot;: 0,\\\\n           \\\\\\&quot;reserved\\\\\\&quot;: -240\\\\n        }\\\\n     ],\\\\n     \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n     \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;,\\\\n     \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n        \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n        \\\\\\&quot;balanceAccountId\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000005\\\\\\&quot;\\\\n    },\\\\n     \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:05+02:00\\\\\\&quot;,\\\\n     \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;outgoing\\\\\\&quot;,\\\\n     \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description of the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;events\\\\\\&quot;: [\\\\n        {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;JDRF00000000000000000000000001\\\\\\&quot;,\\\\n           \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n           \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n           \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n              {\\\\n                 \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                 \\\\\\&quot;received\\\\\\&quot;: -240\\\\n              }\\\\n           ],\\\\n           \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:18+02:00\\\\\\&quot;\\\\n        },\\\\n        {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;JDRF00000000000000000000000002\\\\\\&quot;,\\\\n           \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n           \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n           \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n              {\\\\n                 \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                 \\\\\\&quot;received\\\\\\&quot;: 240,\\\\n                 \\\\\\&quot;reserved\\\\\\&quot;: -240\\\\n              }\\\\n           ],\\\\n           \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:18+02:00\\\\\\&quot;\\\\n        },\\\\n        {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;JDRF00000000000000000000000003\\\\\\&quot;,\\\\n           \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n           \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;booked\\\\\\&quot;,\\\\n           \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n              {\\\\n                 \\\\\\&quot;balance\\\\\\&quot;: -240,\\\\n                 \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                 \\\\\\&quot;received\\\\\\&quot;: 0,\\\\n                 \\\\\\&quot;reserved\\\\\\&quot;: 240\\\\n              }\\\\n           ],\\\\n           \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:18+02:00\\\\\\&quot;\\\\n        }\\\\n     ],\\\\n     \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n     \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;booked\\\\\\&quot;,\\\\n     \\\\\\&quot;sequenceNumber\\\\\\&quot;: 3,\\\\n     \\\\\\&quot;transactionId\\\\\\&quot;: \\\\\\&quot;EVJN42272224222B5JB8BRC84N686ZUSD\\\\\\&quot;\\\\n  },\\\\n  \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;,\\\\n  \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transfer.created\\\\\\&quot;\\\\n}\\&quot;}]&#039; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                &lt;\\\/div&gt;\\n                                                            &lt;div class=\\&quot;adl-accordion__item\\&quot;&gt;\\n                    &lt;div tabindex=\\&quot;4\\&quot; role=\\&quot;question\\&quot; aria-expanded=\\&quot;true\\&quot; class=\\&quot;adl-accordion__header\\&quot; data-accordion=\\&quot;#4-transaction-booked\\&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;&gt;\\n                            &lt;h3 class=\\&quot;adl-accordion__title no-anchor\\&quot;&gt;\\n                                4. Transaction booked &lt;div class=\\&quot;faq-link-icon adl-icon adl-icon-chain\\&quot;&gt;&lt;\\\/div&gt;\\n                            &lt;\\\/h3&gt;\\n                                                    &lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                    &lt;div role=\\&quot;answer\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n                        &lt;p&gt;When the transfer amount is deducted from your liable balance account, we send you a  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transaction-webhooks\\\/latest\\\/post\\\/balancePlatform.transaction.created\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;balancePlatform.transaction.created&lt;\\\/a&gt; webhook with &lt;code&gt;status&lt;\\\/code&gt; &lt;strong&gt;booked&lt;\\\/strong&gt;.&lt;\\\/p&gt;\\n&lt;p&gt;&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Transaction booked&#039;\\&quot; :id=\\&quot;&#039;incoming-debit-transaction-booked&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n  \\\\\\&quot;data\\\\\\&quot;: {\\\\n      \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;EVJN42272224222B5JB8BRC84N686ZUSD\\\\\\&quot;,\\\\n      \\\\\\&quot;amount\\\\\\&quot;: {\\\\n          \\\\\\&quot;value\\\\\\&quot;: 240,\\\\n          \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;\\\\n      },\\\\n      \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;booked\\\\\\&quot;,\\\\n      \\\\\\&quot;transfer\\\\\\&quot;: {\\\\n          \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;2WT1N05XXY7P9XH9\\\\\\&quot;,\\\\n          \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;\\\\n      },\\\\n      \\\\\\&quot;valueDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:23+02:00\\\\\\&quot;,\\\\n      \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:21+02:00\\\\\\&quot;,\\\\n      \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:18+02:00\\\\\\&quot;,\\\\n      \\\\\\&quot;accountHolder\\\\\\&quot;: {\\\\n          \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000LIABLE\\\\\\&quot;,\\\\n          \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your liable account holder\\\\\\&quot;,\\\\n          \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your liable account holder\\\\\\&quot;\\\\n      },\\\\n      \\\\\\&quot;balanceAccount\\\\\\&quot;: {\\\\n          \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;BA00000000000000000LIABLE\\\\\\&quot;,\\\\n          \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your liable balance account\\\\\\&quot;\\\\n      },\\\\n      \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;\\\\n  },\\\\n  \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transaction.created\\\\\\&quot;,\\\\n  \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;\\\\n}\\&quot;}]&#039; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                &lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n    &lt;\\\/div&gt;\\n\\n&quot;,&quot;altTitle&quot;:&quot;topup-liable&quot;,&quot;oldTabId&quot;:&quot;topup-liable_1&quot;,&quot;relation&quot;:&quot;&quot;},{&quot;title&quot;:&quot;Multi pay-in account&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;When you top up your multi pay-in account form your liable balance account, you receive webhooks to notify you of the status of the fund transfer and balance changes in your multi pay-in account. These webhooks have the following common parameters and values:&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: left;\\&quot;&gt;Description&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: left;\\&quot;&gt;Value\\\/example&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;balanceAccount.id&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The unique identifier of the target balance account that receives the funds. This is your multi pay-in account.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;BA00000000000000000000005&lt;\\\/strong&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;counterpaty.balanceAccountId&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The unique identifier of the source balance account that sends the funds. This is your liable balance account.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;BA00000000000000000LIABLE&lt;\\\/strong&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;direction&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The direction of the transfer request. Because the multi pay-in account receives the funds, it is set to &lt;strong&gt;incoming&lt;\\\/strong&gt;.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;incoming&lt;\\\/strong&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;type&lt;\\\/code&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The type of the transfer request.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;internalTransfer&lt;\\\/strong&gt;&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n    &lt;div class=\\&quot;faqs\\&quot;&gt;\\n        &lt;div class=\\&quot;adl-accordion adl-accordion--max-height-transition\\&quot; style=\\&quot;margin-bottom:24px\\&quot;&gt;\\n                                                            &lt;div class=\\&quot;adl-accordion__item\\&quot;&gt;\\n                    &lt;div tabindex=\\&quot;1\\&quot; role=\\&quot;question\\&quot; aria-expanded=\\&quot;true\\&quot; class=\\&quot;adl-accordion__header\\&quot; data-accordion=\\&quot;#1-transfer-received\\&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;&gt;\\n                            &lt;h3 class=\\&quot;adl-accordion__title no-anchor\\&quot;&gt;\\n                                1. Transfer received &lt;div class=\\&quot;faq-link-icon adl-icon adl-icon-chain\\&quot;&gt;&lt;\\\/div&gt;\\n                            &lt;\\\/h3&gt;\\n                                                    &lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                    &lt;div role=\\&quot;answer\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n                        &lt;p&gt;After you send a transfer request to top up your multi pay-in account, we send you a  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;balancePlatform.transfer.created&lt;\\\/a&gt; webhook with &lt;code&gt;direction&lt;\\\/code&gt; &lt;strong&gt;incoming&lt;\\\/strong&gt; and &lt;code&gt;status&lt;\\\/code&gt; &lt;strong&gt;received&lt;\\\/strong&gt;.&lt;\\\/p&gt;\\n&lt;p&gt;&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Top-up request received&#039;\\&quot; :id=\\&quot;&#039;incoming-topup-received&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n  \\\\\\&quot;data\\\\\\&quot;: {\\\\n     \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;3K6U5F62NIZJSIVI\\\\\\&quot;,\\\\n     \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internalTransfer\\\\\\&quot;,\\\\n     \\\\\\&quot;accountHolder\\\\\\&quot;: {\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your liable account holder\\\\\\&quot;,\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000LIABLE\\\\\\&quot;,\\\\n        \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your liable account holder\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;amount\\\\\\&quot;: {\\\\n        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n        \\\\\\&quot;value\\\\\\&quot;: 240\\\\n     },\\\\n     \\\\\\&quot;balanceAccount\\\\\\&quot;: {\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your multi pay-in account\\\\\\&quot;,\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000005\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;balances\\\\\\&quot;: [\\\\n        {\\\\n           \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n           \\\\\\&quot;received\\\\\\&quot;: 240\\\\n        }\\\\n     ],\\\\n     \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n     \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;,\\\\n     \\\\\\&quot;categoryData\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;,\\\\n     \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n        \\\\\\&quot;balanceAccountId\\\\\\&quot;: \\\\\\&quot;BA00000000000000000LIABLE\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:05+02:00\\\\\\&quot;,\\\\n     \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;incoming\\\\\\&quot;,\\\\n     \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;events\\\\\\&quot;: [\\\\n        {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;KESG00000000000000000000000001\\\\\\&quot;,\\\\n           \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n           \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n           \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n              {\\\\n                 \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                 \\\\\\&quot;received\\\\\\&quot;: 240\\\\n              }\\\\n           ],\\\\n           \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:18+02:00\\\\\\&quot;\\\\n        }\\\\n     ],\\\\n     \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n     \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n     \\\\\\&quot;sequenceNumber\\\\\\&quot;: 1\\\\n  },\\\\n  \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;,\\\\n  \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transfer.created\\\\\\&quot;\\\\n}\\&quot;}]&#039; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                &lt;\\\/div&gt;\\n                                                            &lt;div class=\\&quot;adl-accordion__item\\&quot;&gt;\\n                    &lt;div tabindex=\\&quot;2\\&quot; role=\\&quot;question\\&quot; aria-expanded=\\&quot;true\\&quot; class=\\&quot;adl-accordion__header\\&quot; data-accordion=\\&quot;#2-transfer-authorized\\&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;&gt;\\n                            &lt;h3 class=\\&quot;adl-accordion__title no-anchor\\&quot;&gt;\\n                                2. Transfer authorized &lt;div class=\\&quot;faq-link-icon adl-icon adl-icon-chain\\&quot;&gt;&lt;\\\/div&gt;\\n                            &lt;\\\/h3&gt;\\n                                                    &lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                    &lt;div role=\\&quot;answer\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n                        &lt;p&gt;When the top-up request is authorized, we send a  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.updated\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;balancePlatform.transfer.updated&lt;\\\/a&gt; webhook to inform you that the transfer amount is reserved on your multi pay-in account.&lt;\\\/p&gt;\\n&lt;p&gt;&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Top-up request authorized&#039;\\&quot; :id=\\&quot;&#039;incoming-topup-authorized&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n  \\\\\\&quot;data\\\\\\&quot;: {\\\\n     \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;3K6U5F62NIZJSIVI\\\\\\&quot;,\\\\n     \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internalTransfer\\\\\\&quot;,\\\\n     \\\\\\&quot;accountHolder\\\\\\&quot;: {\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your liable account holder\\\\\\&quot;,\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000LIABLE\\\\\\&quot;,\\\\n        \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your liable account holder\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;amount\\\\\\&quot;: {\\\\n        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n        \\\\\\&quot;value\\\\\\&quot;: 240\\\\n     },\\\\n     \\\\\\&quot;balanceAccount\\\\\\&quot;: {\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your multi pay-in account\\\\\\&quot;,\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000005\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;balances\\\\\\&quot;: [\\\\n        {\\\\n           \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n           \\\\\\&quot;received\\\\\\&quot;: 0,\\\\n           \\\\\\&quot;reserved\\\\\\&quot;: 240\\\\n        }\\\\n     ],\\\\n     \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n     \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;,\\\\n     \\\\\\&quot;categoryData\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;,\\\\n     \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n        \\\\\\&quot;balanceAccountId\\\\\\&quot;: \\\\\\&quot;BA00000000000000000LIABLE\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:05+02:00\\\\\\&quot;,\\\\n     \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;incoming\\\\\\&quot;,\\\\n     \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description of the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;events\\\\\\&quot;: [\\\\n        {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;KESG00000000000000000000000001\\\\\\&quot;,\\\\n           \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n           \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n           \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n              {\\\\n                 \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                 \\\\\\&quot;received\\\\\\&quot;: 240\\\\n              }\\\\n           ],\\\\n           \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:18+02:00\\\\\\&quot;\\\\n        },\\\\n        {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;KESG00000000000000000000000002\\\\\\&quot;,\\\\n           \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n           \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n           \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n              {\\\\n                 \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                 \\\\\\&quot;received\\\\\\&quot;: -240,\\\\n                 \\\\\\&quot;reserved\\\\\\&quot;: 240\\\\n              }\\\\n           ],\\\\n           \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:18+02:00\\\\\\&quot;\\\\n        }\\\\n     ],\\\\n     \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n     \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n     \\\\\\&quot;sequenceNumber\\\\\\&quot;: 2\\\\n  },\\\\n  \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;,\\\\n  \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transfer.created\\\\\\&quot;\\\\n}\\&quot;}]&#039; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                &lt;\\\/div&gt;\\n                                                            &lt;div class=\\&quot;adl-accordion__item\\&quot;&gt;\\n                    &lt;div tabindex=\\&quot;3\\&quot; role=\\&quot;question\\&quot; aria-expanded=\\&quot;true\\&quot; class=\\&quot;adl-accordion__header\\&quot; data-accordion=\\&quot;#3-transfer-booked\\&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;&gt;\\n                            &lt;h3 class=\\&quot;adl-accordion__title no-anchor\\&quot;&gt;\\n                                3. Transfer booked &lt;div class=\\&quot;faq-link-icon adl-icon adl-icon-chain\\&quot;&gt;&lt;\\\/div&gt;\\n                            &lt;\\\/h3&gt;\\n                                                    &lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                    &lt;div role=\\&quot;answer\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n                        &lt;p&gt;When the funds are booked to your multi pay-in account, we send you a  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.updated\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;balancePlatform.transfer.updated&lt;\\\/a&gt; webhook with &lt;code&gt;status&lt;\\\/code&gt; &lt;strong&gt;booked&lt;\\\/strong&gt; and the &lt;code&gt;transactionId&lt;\\\/code&gt;.&lt;\\\/p&gt;\\n&lt;p&gt;&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Top-up transfer booked&#039;\\&quot; :id=\\&quot;&#039;incoming-topup-booked&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n  \\\\\\&quot;data\\\\\\&quot;: {\\\\n     \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;3K6U5F62NIZJSIVI\\\\\\&quot;,\\\\n     \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internalTransfer\\\\\\&quot;,\\\\n     \\\\\\&quot;accountHolder\\\\\\&quot;: {\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your liable account holder\\\\\\&quot;,\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000LIABLE\\\\\\&quot;,\\\\n        \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your liable account holder\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;amount\\\\\\&quot;: {\\\\n        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n        \\\\\\&quot;value\\\\\\&quot;: 240\\\\n     },\\\\n     \\\\\\&quot;balanceAccount\\\\\\&quot;: {\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your multi pay-in account\\\\\\&quot;,\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000005\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;balances\\\\\\&quot;: [\\\\n        {\\\\n           \\\\\\&quot;balance\\\\\\&quot;: 240,\\\\n           \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n           \\\\\\&quot;received\\\\\\&quot;: 0,\\\\n           \\\\\\&quot;reserved\\\\\\&quot;: 0\\\\n        }\\\\n     ],\\\\n     \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n     \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;,\\\\n     \\\\\\&quot;categoryData\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;,\\\\n     \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n        \\\\\\&quot;balanceAccountId\\\\\\&quot;: \\\\\\&quot;BA00000000000000000LIABLE\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:05+02:00\\\\\\&quot;,\\\\n     \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;incoming\\\\\\&quot;,\\\\n     \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;events\\\\\\&quot;: [\\\\n        {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;KESG00000000000000000000000001\\\\\\&quot;,\\\\n           \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n           \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n           \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n              {\\\\n                 \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                 \\\\\\&quot;received\\\\\\&quot;: 240\\\\n              }\\\\n           ],\\\\n           \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:18+02:00\\\\\\&quot;\\\\n        },\\\\n        {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;KESG00000000000000000000000002\\\\\\&quot;,\\\\n           \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n           \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n           \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n              {\\\\n                 \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                 \\\\\\&quot;received\\\\\\&quot;: -240,\\\\n                 \\\\\\&quot;reserved\\\\\\&quot;: 240\\\\n              }\\\\n           ],\\\\n           \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:18+02:00\\\\\\&quot;\\\\n        },\\\\n        {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;KESG00000000000000000000000003\\\\\\&quot;,\\\\n           \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n           \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;booked\\\\\\&quot;,\\\\n           \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n              {\\\\n                 \\\\\\&quot;balance\\\\\\&quot;: 240,\\\\n                 \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                 \\\\\\&quot;received\\\\\\&quot;: 0,\\\\n                 \\\\\\&quot;reserved\\\\\\&quot;: -240\\\\n              }\\\\n           ],\\\\n           \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:18+02:00\\\\\\&quot;\\\\n        }\\\\n     ],\\\\n     \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n     \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;booked\\\\\\&quot;,\\\\n     \\\\\\&quot;sequenceNumber\\\\\\&quot;: 3,\\\\n     \\\\\\&quot;transactionId\\\\\\&quot;: \\\\\\&quot;EVJN42CL8224223D5KKJWCXFXQ3QGLUSD\\\\\\&quot;\\\\n  },\\\\n  \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;,\\\\n  \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transfer.created\\\\\\&quot;\\\\n}\\&quot;}]&#039; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                &lt;\\\/div&gt;\\n                                                            &lt;div class=\\&quot;adl-accordion__item\\&quot;&gt;\\n                    &lt;div tabindex=\\&quot;4\\&quot; role=\\&quot;question\\&quot; aria-expanded=\\&quot;true\\&quot; class=\\&quot;adl-accordion__header\\&quot; data-accordion=\\&quot;#4-transaction-booked\\&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;&gt;\\n                            &lt;h3 class=\\&quot;adl-accordion__title no-anchor\\&quot;&gt;\\n                                4. Transaction booked &lt;div class=\\&quot;faq-link-icon adl-icon adl-icon-chain\\&quot;&gt;&lt;\\\/div&gt;\\n                            &lt;\\\/h3&gt;\\n                                                    &lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                    &lt;div role=\\&quot;answer\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n                        &lt;p&gt;When the funds are credited to your multi pay-in account, we send you a  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transaction-webhooks\\\/latest\\\/post\\\/balancePlatform.transaction.created\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;balancePlatform.transaction.created&lt;\\\/a&gt; webhook with &lt;code&gt;status&lt;\\\/code&gt; &lt;strong&gt;booked&lt;\\\/strong&gt;.&lt;\\\/p&gt;\\n&lt;p&gt;&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Transaction booked&#039;\\&quot; :id=\\&quot;&#039;bank-transaction-booked&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n   \\\\\\&quot;data\\\\\\&quot;: {\\\\n       \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;EVJN42CL8224223D5KKJWCXFXQ3QGLUSD\\\\\\&quot;,\\\\n       \\\\\\&quot;amount\\\\\\&quot;: {\\\\n           \\\\\\&quot;value\\\\\\&quot;: 240,\\\\n           \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;\\\\n       },\\\\n       \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;booked\\\\\\&quot;,\\\\n       \\\\\\&quot;transfer\\\\\\&quot;: {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;3K6U5F62NIZJSIVI\\\\\\&quot;,\\\\n           \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;\\\\n       },\\\\n       \\\\\\&quot;valueDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:25+01:00\\\\\\&quot;,\\\\n       \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:20+02:00\\\\\\&quot;,\\\\n       \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-09-15T13:30:18+02:00\\\\\\&quot;,\\\\n       \\\\\\&quot;accountHolder\\\\\\&quot;: {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000LIABLE\\\\\\&quot;,\\\\n           \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your liable account holder\\\\\\&quot;,\\\\n           \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your liable account holder\\\\\\&quot;\\\\n       },\\\\n       \\\\\\&quot;balanceAccount\\\\\\&quot;: {\\\\n           \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000005\\\\\\&quot;,\\\\n           \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your multi pay-in account\\\\\\&quot;\\\\n       },\\\\n       \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;\\\\n   },\\\\n   \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transaction.created\\\\\\&quot;,\\\\n   \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;\\\\n}\\&quot;}]&#039; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n                &lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n    &lt;\\\/div&gt;\\n\\n&quot;,&quot;altTitle&quot;:&quot;topup-multipayin&quot;,&quot;oldTabId&quot;:&quot;topup-multipayin_2&quot;,&quot;relation&quot;:&quot;&quot;}]\"\n            :should-update-when-url-changes='true'>\n        <\/tabs>\n    <\/div>\n<\/div>\n","url":"https:\/\/docs.adyen.com\/pt\/platforms\/multi-pay-in\/top-up-multi-pay-in","articleFields":{"description":"Top up the balance of your multi pay-in account with funds from your liable balance account.","feedback_component":true,"filters_component":false,"parameters":{"model":"platform","directoryPath":"\/platforms"},"next_steps":[{"title":"Allocate third-party payments","description":"Transfer and allocate funds using multi pay-in.","url":"\/platforms\/multi-pay-in\/payments","required":true},{"title":"Refund third-party payments","description":"Refund payments processed through a pay-in partner.","url":"\/platforms\/multi-pay-in\/refunds","required":true}]},"algolia":{"url":"https:\/\/docs.adyen.com\/pt\/platforms\/multi-pay-in\/top-up-multi-pay-in","title":"Top up multi pay-in account","content":"For each payment your users receive, your pay-in partner can withhold funds: either directly or to offset the bank costs of the payout. As a result, there can be a discrepancy between the amount settled in your multi pay-in account and the total amount that you want to allocate to your users. In this case, you can top up the balance of your multi pay-in account from your liable balance account by making an internal transfer.\nRequirements\nTake into account the following requirements for this operation.\n\n\n\nRequirement\nDescription\n\n\n\n\nAPI credentials\nYou must have credentials for the  Transfers API.\n\n\nWebhooks\nSubscribe to any of the following webhooks:  Transfer webhooks Transaction webhooks\n\n\n\nTop up your balance\nTo top up the balance of your multi pay-in account, make a POST  \/transfers request.\nIn the body of the request, specify the following parameters:\n\n\n\nParameter\nRequired\nDescription\n\n\n\n\n amount\n\nAn object containing the currency and value of the top up.\n\n\n balanceAccountId\n\nThe unique identifier of your liable balance account.\n\n\n counterparty.balanceAccountId\n\nThe unique identifier of your multi pay-in account.\n\n\n category\n\nSpecifies the category of the transfer. Set to internal.\n\n\n description\n\nYour description of the transfer. You can use this to identify the transfer in webhooks and reports.\n\n\n reference\n\nYour unique reference for the transfer. You can use this to identify the transfer in webhooks and reports.\n\n\n\nThe following example shows how to top up your multi pay-in account with USD&nbsp;2.40. The funds are transferred from your liable balance account.\n\n    \n\nIn the response, the  status field shows the whether the top-up was successful (authorised).\n\n    \n\nIf the status is not authorised, check the  type field to learn why the request failed. For example, the reason for a refused status can be notEnoughBalance.\nWe also send webhooks to notify you of the status of the top-up request.\nGet notified about balance changes\nAfter you send a request to transfer funds from your liable balance account to your multi pay-in account, we send the following webhooks to notify you of the status of the transfer or transaction:\n\n\n\nWebhook\nDescription\n\n\n\n\n balancePlatform.transfer.created\nNotifies you of the incoming and outgoing fund transfer.\n\n\n balancePlatform.transfer.updated\nNotifies you of the changes in the status of the transfer.\n\n\n balancePlatform.transaction.created\nNotifies you when the funds debited from your liable balance account and are credited to your multi pay-in account.\n\n\n\nSubscribe to the webhooks you want to receive in your Customer Area.\nWebhooks for an internal transfer\nYou can identify transfer webhooks triggered by a request to top up your multi pay-in account by the following values:\n\n\n\nParameter\nDescription\nValue\n\n\n\n\n category\nSpecifies the category of the transfer.\ninternal\n\n\n direction\nSpecifies the direction of the transfer.\noutgoing for your liable balance accountincoming for your multi pay-in account\n\n\n type\nSpecifies the type of the transfer.\ninternalTransfer\n\n\n\nThe following examples show the webhooks you receive when you top up your multi pay-in account with USD 2.40 from your liable balance account.\n\n\n    \n        \n        \n    \n\n","type":"page","locale":"pt","boost":17,"hierarchy":{"lvl0":"Home","lvl1":"Platforms","lvl2":"Multi pay-in","lvl3":"Top up multi pay-in account"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/pt","lvl1":"https:\/\/docs.adyen.com\/pt\/platforms","lvl2":"https:\/\/docs.adyen.com\/pt\/platforms\/multi-pay-in","lvl3":"\/pt\/platforms\/multi-pay-in\/top-up-multi-pay-in"},"levels":4,"category":"Platforms","category_color":"green","tags":["multi","pay-in","account"]}}
