{"title":"Allocate third-party payments","category":"default","creationDate":1776961628,"content":"<p>With multi pay-in, you can collect the funds processed by all your payment service providers (pay-in partners), and split them between the balance accounts in your balance platform.<\/p>\n<p>On this page, you'll learn how you can:<\/p>\n<ul>\n<li><a href=\"#allocate-funds\">Transfer and allocate funds<\/a> from your multi pay-in account to your balance accounts<\/li>\n<li><a href=\"#get-notified-about-fund-movements\">Identify webhooks<\/a> triggered by multi pay-in transfers<\/li>\n<li><a href=\"#reports-and-reconciliation\">Reconcile<\/a> third-party payments using reports<\/li>\n<\/ul>\n<h2>Requirements<\/h2>\n<p>Take into account the following requirements, limitations, and preparations for this service.<\/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\u00a0credentials<\/a><\/strong><\/td>\n<td style=\"text-align: left;\">You must have credentials for the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/Checkout\/latest\/overview\" class=\" external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Checkout 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<tr>\n<td style=\"text-align: left;\"><strong>Limitations<\/strong><\/td>\n<td style=\"text-align: left;\">Make sure that you can allocate each individual payment to your balance accounts within 24 hours, counting from the time they settle in your multi pay-in account. This is needed to comply with financial regulations.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Allocate funds<\/h2>\n<p>To transfer and allocate the funds held your multi pay-in account to the balance accounts in your platform, make a POST  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/Checkout\/latest\/post\/payments\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/payments<\/a> request for <em>each individual payment<\/em>.<\/p>\n<p>In the body of the request, include the following fields:<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Parameter<\/th>\n<th style=\"text-align: left;\">Required<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><code>amount<\/code><\/td>\n<td style=\"text-align: left;\"><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 amount of the payment you want to transfer from your multi pay-in account to your balance accounts.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>paymentMethod.type<\/code><\/td>\n<td style=\"text-align: left;\"><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 type of the payment method. Set to <strong>multi_payin<\/strong>.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>additionalData.tokenDataType<\/code><\/td>\n<td style=\"text-align: left;\"><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 type of the token used for the service. Set to <strong>MultiPayIn<\/strong>.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>additionalData.BalancePlatform.balanceAccount<\/code><\/td>\n<td style=\"text-align: left;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\">The unique identifier of the multi pay-in account, starting with the <strong>BA<\/strong> prefix.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>merchantAccount<\/code><\/td>\n<td style=\"text-align: left;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\">The unique identifier of the merchant account where you want to process the payment.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>reference<\/code><\/td>\n<td style=\"text-align: left;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\">Your reference for the payment, returned as <code>merchantReference<\/code> in the response.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>splits<\/code><\/td>\n<td style=\"text-align: left;\"><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 array of objects specifying how to split the payment. The funds are allocated in your balance platform according to the instructions you include in this array.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>For each item in the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/Checkout\/latest\/post\/payments#request-splits\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">splits<\/a> array, specify the following parameters:<\/p>\n<div class=\"sticky-table-container\">\n    \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;\"><code>account<\/code><\/td>\n<td style=\"text-align: center;\"><span class=\"hint--bottom\" data-hint=\"Required\" markdown=\"1\"><img style=\"width: 25px;\" alt=\"Required\" src=\"\/user\/pages\/reuse\/image-library\/01.icons\/required\/required.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/span><\/td>\n<td style=\"text-align: left;\">Your user's or your platform's <code>balanceAccountId<\/code>, to which you want to allocate the specified <code>amount<\/code>. You do not need to specify this field when <code>type<\/code> is <strong>Commission<\/strong>.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>amount.currency<\/code><\/td>\n<td style=\"text-align: center;\"><\/td>\n<td style=\"text-align: left;\">The currency of the part of the payment you want allocate to the specified <code>account<\/code>.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>amount.value<\/code><\/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 value of the part of the payment you want to allocate to the specified <code>account<\/code>.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>type<\/code><\/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 part of the payment you want to book to the specified <code>account<\/code>.<br>Possible values:<ul><li markdown=\"1\"><strong>BalanceAccount<\/strong>: books the specified <code>amount<\/code> to the specified balance account.<\/li><li markdown=\"1\"><strong>Commission<\/strong>: books your commission to your <a href=\"\/pt\/platforms\/account-structure-resources#resources-1\">liable balance account<\/a>.<\/li><li markdown=\"1\"><strong>AdyenMarkup<\/strong>: books the transaction fee due to Adyen under <a href=\"https:\/\/www.adyen.com\/knowledge-hub\/get-the-best-from-your-card-processing\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">blended rates<\/a> to the specified balance account.<\/li><li markdown=\"1\"><strong>AdyenCommission<\/strong>: books the transaction fee due to Adyen under <a href=\"https:\/\/www.adyen.com\/pricing\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Interchange ++ pricing<\/a> to the specified balance account.<\/li><li markdown=\"1\"><strong>PaymentFee<\/strong> or <strong>AdyenFees<\/strong>: books the aggregated amount of Adyen's commission and markup fees to the specified balance account. By default, all fees booked to your platform's liable balance account.<\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>reference<\/code><\/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><br>Required for <code>type<\/code> <strong>BalanceAccount<\/strong><\/td>\n<td style=\"text-align: left;\">Your unique identifier for the part of the payment you want to book to the specified <code>account<\/code>. You will need this reference for refunds and reconciliation purposes.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><code>description<\/code><\/td>\n<td style=\"text-align: center;\"><\/td>\n<td style=\"text-align: left;\">Your description for the part of the payment you want to allocate to the specified <code>account<\/code>. This is also reflected in our reports.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n<\/div>\n\n<p>To make reconciliation easier, we recommend always to include split instructions for the transaction fees in your request. If you do not include booking instructions for any of the transaction fee types in your payment request, Adyen automatically books all transaction fees to your liable balance account. This is also reflected in your <a href=\"\/pt\/platforms\/reports-and-fees\/balance-platform-accounting-report\">Balance Platform Accounting Report<\/a>.<\/p>\n<p>Here is an example of how you can allocate the funds from a USD 400.00 payment processed through a pay-in partner:<\/p>\n<ul>\n<li>You book USD 396.00 to your user's balance account as payment for the goods or service.<\/li>\n<li>You book USD 4.00 to your liable balance account as your commission.<\/li>\n<li>You instruct Adyen to deduct the associated fees from your liable balance account.<\/li>\n<\/ul>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Allocate funds'\" :id=\"'multi-payin-payment-request'\" :code-data=\"[{&quot;language&quot;:&quot;bash&quot;,&quot;tabTitle&quot;:&quot;curl&quot;,&quot;content&quot;:&quot;curl https:\\\/\\\/checkout-test.adyen.com\\\/v72\\\/payments \\\\\\n-H 'x-api-key: ADYEN_API_KEY' \\\\\\n-H 'content-type: application\\\/json' \\\\\\n-X POST \\\\\\n-d '{\\n    \\&quot;paymentMethod\\&quot;: {\\n        \\&quot;type\\&quot;: \\&quot;multi_payin\\&quot;\\n    },\\n    \\&quot;additionalData\\&quot;: {\\n        \\&quot;tokenDataType\\&quot;: \\&quot;MultiPayIn\\&quot;,\\n        \\&quot;BalancePlatform.balanceAccount\\&quot;: \\&quot;BA00000000000000000000005\\&quot;\\n    },\\n    \\&quot;amount\\&quot;: {\\n        \\&quot;value\\&quot;: 40000,\\n        \\&quot;currency\\&quot;: \\&quot;USD\\&quot;\\n    },\\n    \\&quot;store\\&quot;: \\&quot;USER_STORE_REFERENCE\\&quot;,\\n    \\&quot;reference\\&quot;: \\&quot;YOUR_REFERENCE\\&quot;,\\n    \\&quot;merchantAccount\\&quot;: \\&quot;YOUR_MERCHANT_ACCOUNT\\&quot;,\\n    \\&quot;splits\\&quot;:[\\n        {\\n            \\&quot;amount\\&quot;: {\\n                \\&quot;value\\&quot;: 39600\\n            },\\n            \\&quot;type\\&quot;: \\&quot;BalanceAccount\\&quot;,\\n            \\&quot;account\\&quot;: \\&quot;BA00000000000000000000001\\&quot;,\\n            \\&quot;reference\\&quot;: \\&quot;Your reference for the split\\&quot;,\\n            \\&quot;description\\&quot;: \\&quot;Your description for the split\\&quot;\\n        },\\n        {\\n            \\&quot;amount\\&quot;: {\\n                \\&quot;value\\&quot;: 400\\n            },\\n            \\&quot;type\\&quot;: \\&quot;Commission\\&quot;,\\n            \\&quot;reference\\&quot;: \\&quot;Your reference for your commission\\&quot;,\\n            \\&quot;description\\&quot;: \\&quot;Your description for your commission\\&quot;\\n        },\\n        {\\n            \\&quot;type\\&quot;: \\&quot;AdyenFees\\&quot;,\\n            \\&quot;account\\&quot;: \\&quot;BA00000000000000000LIABLE\\&quot;,\\n            \\&quot;reference\\&quot;: \\&quot;Your reference for the fees charged by Adyen\\&quot;,\\n            \\&quot;description\\&quot;: \\&quot;Your description for the fees charged by Adyen\\&quot;\\n        }\\n    ]\\n}'&quot;},{&quot;language&quot;:&quot;java&quot;,&quot;tabTitle&quot;:&quot;Java&quot;,&quot;content&quot;:&quot;\\\/\\\/ Adyen Java API Library v40.0.0\\nimport com.adyen.Client;\\nimport com.adyen.enums.Environment;\\nimport com.adyen.model.checkout.*;\\nimport java.time.OffsetDateTime;\\nimport java.util.*;\\nimport com.adyen.model.RequestOptions;\\nimport com.adyen.service.checkout.*;\\n\\n\\\/\\\/ For the LIVE environment, also include your liveEndpointUrlPrefix.\\nClient client = new Client(\\&quot;ADYEN_API_KEY\\&quot;, Environment.TEST);\\n\\n\\\/\\\/ Create the request object(s)\\n\\\/\\\/ Send the request\\nPaymentsApi service = new PaymentsApi(client);\\nPaymentResponse response = service.payments(paymentRequest, 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 v28.3.0\\nuse Adyen\\\\Client;\\nuse Adyen\\\\Environment;\\nuse Adyen\\\\Service\\\\Checkout\\\\PaymentsApi;\\n\\n$client = new Client();\\n$client-&gt;setXApiKey(\\&quot;ADYEN_API_KEY\\&quot;);\\n\\\/\\\/ For the LIVE environment, also include your liveEndpointUrlPrefix.\\n$client-&gt;setEnvironment(Environment::TEST);\\n\\n\\n\\\/\\\/ Create the request object(s)\\n$requestOptions['idempotencyKey'] = 'UUID';\\n\\n\\\/\\\/ Send the request\\n$service = new PaymentsApi($client);\\n$response = $service-&gt;payments($paymentRequest, $requestOptions);&quot;},{&quot;language&quot;:&quot;cs&quot;,&quot;tabTitle&quot;:&quot;C#&quot;,&quot;content&quot;:&quot;\\\/\\\/ Adyen .NET API Library v32.2.1\\nusing Adyen;\\nusing Environment = Adyen.Model.Environment;\\nusing Adyen.Model;\\nusing Adyen.Model.Checkout;\\nusing Adyen.Service.Checkout;\\n\\n\\\/\\\/ For the LIVE environment, also include your liveEndpointUrlPrefix.\\nvar config = new Config()\\n{\\n    XApiKey = \\&quot;ADYEN_API_KEY\\&quot;,\\n    Environment = Environment.Test\\n};\\nvar client = new Client(config);\\n\\n\\\/\\\/ Create the request object(s)\\n\\\/\\\/ Send the request\\nvar service = new PaymentsService(client);\\nvar response = service.Payments(paymentRequest, 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 v30.0.0\\nconst { Client, CheckoutAPI } = require('@adyen\\\/api-library');\\n\\n\\\/\\\/ For the LIVE environment, also include your liveEndpointUrlPrefix.\\nconst config = new Config({\\n  apiKey: \\&quot;ADYEN_API_KEY\\&quot;,\\n  environment: EnvironmentEnum.TEST\\n});\\n\\nconst client = new Client(config);\\n\\n\\\/\\\/ Create the request object(s)\\nconst paymentRequest = {\\n  paymentMethod: {\\n    type: \\&quot;multi_payin\\&quot;\\n  },\\n  additionalData: {\\n    tokenDataType: \\&quot;MultiPayIn\\&quot;,\\n    \\&quot;BalancePlatform.balanceAccount\\&quot;: \\&quot;BA00000000000000000000005\\&quot;\\n  },\\n  amount: {\\n    value: 40000,\\n    currency: \\&quot;USD\\&quot;\\n  },\\n  store: \\&quot;USER_STORE_REFERENCE\\&quot;,\\n  reference: \\&quot;YOUR_REFERENCE\\&quot;,\\n  merchantAccount: \\&quot;YOUR_MERCHANT_ACCOUNT\\&quot;,\\n  splits: [ {\\n    amount: {\\n      value: 39600\\n    },\\n    type: \\&quot;BalanceAccount\\&quot;,\\n    account: \\&quot;BA00000000000000000000001\\&quot;,\\n    reference: \\&quot;Your reference for the split\\&quot;,\\n    description: \\&quot;Your description for the split\\&quot;\\n  }, {\\n    amount: {\\n      value: 400\\n    },\\n    type: \\&quot;Commission\\&quot;,\\n    reference: \\&quot;Your reference for your commission\\&quot;,\\n    description: \\&quot;Your description for your commission\\&quot;\\n  }, {\\n    type: \\&quot;AdyenFees\\&quot;,\\n    account: \\&quot;BA00000000000000000LIABLE\\&quot;,\\n    reference: \\&quot;Your reference for the fees charged by Adyen\\&quot;,\\n    description: \\&quot;Your description for the fees charged by Adyen\\&quot;\\n  } ]\\n}\\n\\n\\\/\\\/ Send the request\\nconst checkoutAPI = new CheckoutAPI(client);\\nconst response = checkoutAPI.PaymentsApi.payments(paymentRequest, { 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 v21.1.0\\nimport (\\n  \\&quot;context\\&quot;\\n  \\&quot;github.com\\\/adyen\\\/adyen-go-api-library\\\/v21\\\/src\\\/common\\&quot;\\n  \\&quot;github.com\\\/adyen\\\/adyen-go-api-library\\\/v21\\\/src\\\/adyen\\&quot;\\n  \\&quot;github.com\\\/adyen\\\/adyen-go-api-library\\\/v21\\\/src\\\/checkout\\&quot;\\n)\\n\\\/\\\/ For the LIVE environment, also include your liveEndpointUrlPrefix.\\nclient := adyen.NewClient(&amp;common.Config{\\n  ApiKey:      \\&quot;ADYEN_API_KEY\\&quot;,\\n  Environment: common.TestEnv,\\n})\\n\\n\\\/\\\/ Create the request object(s)\\n\\\/\\\/ Send the request\\nservice := client.Checkout()\\nreq := service.PaymentsApi.PaymentsInput().IdempotencyKey(\\&quot;UUID\\&quot;).PaymentRequest(paymentRequest)\\nres, httpRes, err := service.PaymentsApi.Payments(context.Background(), req)&quot;},{&quot;language&quot;:&quot;py&quot;,&quot;tabTitle&quot;:&quot;Python&quot;,&quot;content&quot;:&quot;# Adyen Python API Library v14.0.0\\nimport Adyen\\n\\nadyen = Adyen.Adyen()\\nadyen.client.xapikey = \\&quot;ADYEN_API_KEY\\&quot;\\n# For the LIVE environment, also include your liveEndpointUrlPrefix.\\nadyen.client.platform = \\&quot;test\\&quot; # The environment to use library in.\\n\\n# Create the request object(s)\\njson_request = {\\n  \\&quot;paymentMethod\\&quot;: {\\n    \\&quot;type\\&quot;: \\&quot;multi_payin\\&quot;\\n  },\\n  \\&quot;additionalData\\&quot;: {\\n    \\&quot;tokenDataType\\&quot;: \\&quot;MultiPayIn\\&quot;,\\n    \\&quot;BalancePlatform.balanceAccount\\&quot;: \\&quot;BA00000000000000000000005\\&quot;\\n  },\\n  \\&quot;amount\\&quot;: {\\n    \\&quot;value\\&quot;: 40000,\\n    \\&quot;currency\\&quot;: \\&quot;USD\\&quot;\\n  },\\n  \\&quot;store\\&quot;: \\&quot;USER_STORE_REFERENCE\\&quot;,\\n  \\&quot;reference\\&quot;: \\&quot;YOUR_REFERENCE\\&quot;,\\n  \\&quot;merchantAccount\\&quot;: \\&quot;YOUR_MERCHANT_ACCOUNT\\&quot;,\\n  \\&quot;splits\\&quot;: [ {\\n    \\&quot;amount\\&quot;: {\\n      \\&quot;value\\&quot;: 39600\\n    },\\n    \\&quot;type\\&quot;: \\&quot;BalanceAccount\\&quot;,\\n    \\&quot;account\\&quot;: \\&quot;BA00000000000000000000001\\&quot;,\\n    \\&quot;reference\\&quot;: \\&quot;Your reference for the split\\&quot;,\\n    \\&quot;description\\&quot;: \\&quot;Your description for the split\\&quot;\\n  }, {\\n    \\&quot;amount\\&quot;: {\\n      \\&quot;value\\&quot;: 400\\n    },\\n    \\&quot;type\\&quot;: \\&quot;Commission\\&quot;,\\n    \\&quot;reference\\&quot;: \\&quot;Your reference for your commission\\&quot;,\\n    \\&quot;description\\&quot;: \\&quot;Your description for your commission\\&quot;\\n  }, {\\n    \\&quot;type\\&quot;: \\&quot;AdyenFees\\&quot;,\\n    \\&quot;account\\&quot;: \\&quot;BA00000000000000000LIABLE\\&quot;,\\n    \\&quot;reference\\&quot;: \\&quot;Your reference for the fees charged by Adyen\\&quot;,\\n    \\&quot;description\\&quot;: \\&quot;Your description for the fees charged by Adyen\\&quot;\\n  } ]\\n}\\n\\n# Send the request\\nresult = adyen.checkout.payments_api.payments(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 v11.0.0\\nrequire \\&quot;adyen-ruby-api-library\\&quot;\\n\\nadyen = Adyen::Client.new\\nadyen.api_key = 'ADYEN_API_KEY'\\n# For the LIVE environment, also include your liveEndpointUrlPrefix.\\nadyen.env = :test # Set to \\&quot;live\\&quot; for live environment\\n\\n# Create the request object(s)\\nrequest_body = {\\n  :paymentMethod =&gt; {\\n    :type =&gt; 'multi_payin'\\n  },\\n  :additionalData =&gt; {\\n    :tokenDataType =&gt; 'MultiPayIn',\\n    :BalancePlatform.balanceAccount =&gt; 'BA00000000000000000000005'\\n  },\\n  :amount =&gt; {\\n    :value =&gt; 40000,\\n    :currency =&gt; 'USD'\\n  },\\n  :store =&gt; 'USER_STORE_REFERENCE',\\n  :reference =&gt; 'YOUR_REFERENCE',\\n  :merchantAccount =&gt; 'YOUR_MERCHANT_ACCOUNT',\\n  :splits =&gt; [ {\\n    :amount =&gt; {\\n      :value =&gt; 39600\\n    },\\n    :type =&gt; 'BalanceAccount',\\n    :account =&gt; 'BA00000000000000000000001',\\n    :reference =&gt; 'Your reference for the split',\\n    :description =&gt; 'Your description for the split'\\n  }, {\\n    :amount =&gt; {\\n      :value =&gt; 400\\n    },\\n    :type =&gt; 'Commission',\\n    :reference =&gt; 'Your reference for your commission',\\n    :description =&gt; 'Your description for your commission'\\n  }, {\\n    :type =&gt; 'AdyenFees',\\n    :account =&gt; 'BA00000000000000000LIABLE',\\n    :reference =&gt; 'Your reference for the fees charged by Adyen',\\n    :description =&gt; 'Your description for the fees charged by Adyen'\\n  } ]\\n}\\n\\n# Send the request\\nresult = adyen.checkout.payments_api.payments(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 v30.0.0\\nimport { Client, CheckoutAPI, Types } from \\&quot;@adyen\\\/api-library\\&quot;;\\n\\n\\\/\\\/ For the LIVE environment, also include your liveEndpointUrlPrefix.\\nconst config = new Config({\\n  apiKey: \\&quot;ADYEN_API_KEY\\&quot;,\\n  environment: EnvironmentEnum.TEST\\n});\\n\\nconst client = new Client(config);\\n\\n\\\/\\\/ Create the request object(s)\\n\\\/\\\/ Send the request\\nconst checkoutAPI = new CheckoutAPI(client);\\nconst response = checkoutAPI.PaymentsApi.payments(paymentRequest, { 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, your <code>reference<\/code> from the request is returned as the <code>merchantReference<\/code>. You need this information for reconciliation.<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Response'\" :id=\"'response-payment'\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n    \\\"pspReference\\\": \\\"HGGKZCD6J3RZNN82\\\",\\n    \\\"resultCode\\\": \\\"Authorised\\\",\\n    \\\"amount\\\": {\\n        \\\"currency\\\": \\\"USD\\\",\\n        \\\"value\\\": 40000\\n    },\\n    ...\\n    \\\"merchantReference\\\": \\\"YOUR_REFERENCE\\\",\\n    \\\"paymentMethod\\\": {\\n        \\\"type\\\": \\\"multi_payin\\\"\\n    }\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<h2>Get notified about fund movements<\/h2>\n<p>Each fund transfer in your balance platform triggers three  <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> and a  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transaction-webhooks\/latest\/overview\" class=\" external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Transaction webhook<\/a>.<\/p>\n<p>The following tabs show the webhooks you receive when:<\/p>\n<ul>\n<li>The funds are deducted from your multi pay-in account<\/li>\n<li>The funds are credited to your user's balance account<\/li>\n<li>The commission is credited to your liable balance account<\/li>\n<li>The fees are deducted from your liable balance account<\/li>\n<\/ul>\n\n<div id=\"tabH3IYw\">\n    <div data-component-wrapper=\"tabs\">\n        <tabs\n                        :items=\"[{&quot;title&quot;:&quot;Funds deducted&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;When you send the POST  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Checkout\\\/latest\\\/post\\\/payments\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;\\\/payments&lt;\\\/a&gt; request to transfer and allocate funds of a third-party payment, we deduct the specified amount from your multi pay-in account. We notify you of the balance and transfer status changes through webhooks.&lt;\\\/p&gt;\\n&lt;p&gt;You can identify transfer webhooks triggered when we deduct funds from your multi pay-in account by the following 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&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;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created#request-data-category\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;category&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Specifies the category of the transfer.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;internal&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;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created#request-data-direction\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;direction&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The direction of the transfer.&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;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created#request-data-type\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;type&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Specifies the type of the transfer.&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;p&gt;The following examples show the webhooks you receive we deduct the funds for a USD 400.00 payment from your multi pay-in account.&lt;\\\/p&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-outgoing-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. Outgoing 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 we receive your request to deduct funds from your multi pay-in account, we send you  &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;status&lt;\\\/code&gt; &lt;strong&gt;received&lt;\\\/strong&gt; and &lt;code&gt;direction&lt;\\\/code&gt; &lt;strong&gt;outgoing&lt;\\\/strong&gt;.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Outgoing internal transfer received&#039;\\&quot; :id=\\&quot;&#039;received-outgoing-transfer&#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;accountHolder\\\\\\&quot;: {\\\\n            \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description your liable account holder\\\\\\&quot;,\\\\n            \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000LIABLE\\\\\\&quot;,\\\\n            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference your liable account holder\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;amount\\\\\\&quot;: {\\\\n            \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n            \\\\\\&quot;value\\\\\\&quot;: 40000\\\\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            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your multi pay-in account\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n        \\\\\\&quot;balances\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                \\\\\\&quot;received\\\\\\&quot;: -40000\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;,\\\\n        \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n            \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:05+02:00\\\\\\&quot;,\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the transfer\\\\\\&quot;,\\\\n        \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;outgoing\\\\\\&quot;,\\\\n        \\\\\\&quot;events\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:11+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;EVJN00000000000000000000000001\\\\\\&quot;,\\\\n                \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                    {\\\\n                        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                        \\\\\\&quot;received\\\\\\&quot;: -40000\\\\n                    }\\\\n                ],\\\\n                \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;3JERI65VWKBRFIVB\\\\\\&quot;,\\\\n        \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n        \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;,\\\\n        \\\\\\&quot;sequenceNumber\\\\\\&quot;: 1,\\\\n        \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n        \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internalTransfer\\\\\\&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;2\\&quot; role=\\&quot;question\\&quot; aria-expanded=\\&quot;true\\&quot; class=\\&quot;adl-accordion__header\\&quot; data-accordion=\\&quot;#2-outgoing-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. Outgoing 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 transfer request is authorized, 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;authorised&lt;\\\/strong&gt;.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Outgoing internal transfer authorized&#039;\\&quot; :id=\\&quot;&#039;authorized-outgoing-transfer&#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;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 your liable account holder\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;amount\\\\\\&quot;: {\\\\n            \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n            \\\\\\&quot;value\\\\\\&quot;: 40000\\\\n        },\\\\n        \\\\\\&quot;balanceAccount\\\\\\&quot;: {\\\\n            \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the multi pay-in account\\\\\\&quot;,\\\\n            \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000005\\\\\\&quot;,\\\\n            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the multi pay-in account\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n        \\\\\\&quot;balances\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                \\\\\\&quot;received\\\\\\&quot;: -40000\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;,\\\\n        \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n            \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:05+02:00\\\\\\&quot;,\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the transfer\\\\\\&quot;,\\\\n        \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;outgoing\\\\\\&quot;,\\\\n        \\\\\\&quot;events\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:11+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;EVJN00000000000000000000000001\\\\\\&quot;,\\\\n                \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                    {\\\\n                        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                        \\\\\\&quot;received\\\\\\&quot;: -40000\\\\n                    }\\\\n                ],\\\\n                \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n            },\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:11+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;EVJN00000000000000000000000002\\\\\\&quot;,\\\\n                \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                    {\\\\n                        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                        \\\\\\&quot;received\\\\\\&quot;: 40000,\\\\n                        \\\\\\&quot;reserved\\\\\\&quot;: -40000\\\\n                    }\\\\n                ],\\\\n                \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;3JERI65VWKBRFIVB\\\\\\&quot;,\\\\n        \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n        \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;,\\\\n        \\\\\\&quot;sequenceNumber\\\\\\&quot;: 2,\\\\n        \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n        \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internalTransfer\\\\\\&quot;\\\\n    },\\\\n    \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;,\\\\n    \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transfer.updated\\\\\\&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-outgoing-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. Outgoing 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 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;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Outgoing internal transfer booked&#039;\\&quot; :id=\\&quot;&#039;booked-outgoing-transfer&#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;accountHolder\\\\\\&quot;: {\\\\n            \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description your liable account holder\\\\\\&quot;,\\\\n            \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000LIABLE\\\\\\&quot;,\\\\n            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference your liable account holder\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;amount\\\\\\&quot;: {\\\\n            \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n            \\\\\\&quot;value\\\\\\&quot;: 40000\\\\n        },\\\\n        \\\\\\&quot;balanceAccount\\\\\\&quot;: {\\\\n            \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the multi pay-in account\\\\\\&quot;,\\\\n            \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000005\\\\\\&quot;,\\\\n            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the multi pay-in account\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n        \\\\\\&quot;balances\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;balance\\\\\\&quot;: -40000,\\\\n                \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                \\\\\\&quot;received\\\\\\&quot;: 0,\\\\n                \\\\\\&quot;reserved\\\\\\&quot;: 0\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;,\\\\n        \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n            \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internal\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:05+02:00\\\\\\&quot;,\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the transfer\\\\\\&quot;,\\\\n        \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;outgoing\\\\\\&quot;,\\\\n        \\\\\\&quot;events\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:11+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;EVJN00000000000000000000000001\\\\\\&quot;,\\\\n                \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                    {\\\\n                        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                        \\\\\\&quot;received\\\\\\&quot;: -40000\\\\n                    }\\\\n                ],\\\\n                \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n            },\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:11+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;EVJN00000000000000000000000002\\\\\\&quot;,\\\\n                \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                    {\\\\n                        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                        \\\\\\&quot;received\\\\\\&quot;: 40000,\\\\n                        \\\\\\&quot;reserved\\\\\\&quot;: -40000\\\\n                    }\\\\n                ],\\\\n                \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n            },\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:20+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;EVJN00000000000000000000000003\\\\\\&quot;,\\\\n                \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                    {\\\\n                        \\\\\\&quot;balance\\\\\\&quot;: -40000,\\\\n                        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                        \\\\\\&quot;received\\\\\\&quot;: 0,\\\\n                        \\\\\\&quot;reserved\\\\\\&quot;: 40000\\\\n                    }\\\\n                ],\\\\n                \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;booked\\\\\\&quot;,\\\\n                \\\\\\&quot;transactionId\\\\\\&quot;: \\\\\\&quot;EVJN42272224222B5JB8BRC84N686ZUSD\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n                \\\\\\&quot;valueDate\\\\\\&quot;: \\\\\\&quot;2024-06-06T13:30:220+02:00\\\\\\&quot;\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;3JERI65VWKBRFIVB\\\\\\&quot;,\\\\n        \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n        \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;,\\\\n        \\\\\\&quot;sequenceNumber\\\\\\&quot;: 3,\\\\n        \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;booked\\\\\\&quot;,\\\\n        \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;internalTransfer\\\\\\&quot;\\\\n    },\\\\n    \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;,\\\\n    \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transfer.updated\\\\\\&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 debited from 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, which includes information about the related transfer.&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;transaction-outgoing-transfer&#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;: -40000,\\\\n            \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;booked\\\\\\&quot;,\\\\n        \\\\\\&quot;transfer\\\\\\&quot;: {\\\\n            \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;3JERI65VWKBRFIVB\\\\\\&quot;,\\\\n            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;valueDate\\\\\\&quot;: \\\\\\&quot;2024-06-06T14:00:00+02:00\\\\\\&quot;,\\\\n        \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:20+02:00\\\\\\&quot;,\\\\n        \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:05+02:00\\\\\\&quot;,\\\\n        \\\\\\&quot;accountHolder\\\\\\&quot;: {\\\\n            \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000LIABLE\\\\\\&quot;,\\\\n            \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description your liable account holder\\\\\\&quot;,\\\\n            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference 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 the multi pay-in account\\\\\\&quot;,\\\\n            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the 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;funds-deducted&quot;,&quot;oldTabId&quot;:&quot;funds-deducted_1&quot;,&quot;relation&quot;:&quot;&quot;},{&quot;title&quot;:&quot;Funds credited&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;We credit the funds from each  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Checkout\\\/latest\\\/post\\\/payments\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;\\\/payments&lt;\\\/a&gt; request to the specified balance account. We notify you of the balance and transfer status changes through webhooks.&lt;\\\/p&gt;\\n&lt;p&gt;You can identify transfer webhooks triggered when we credit the funds to your user&#039;s balance account by the following 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&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;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created#request-data-category\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;category&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Specifies the category of the transfer.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;platformPayment&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;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created#request-data-direction\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;direction&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The direction of the transfer based on the balance account.&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;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created#request-data-type\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;type&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Specifies the type of the transfer.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;capture&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;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created#request-data-categoryData-PlatformPayment-platformPaymentType\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;platformPaymentType&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Specifies the nature of each transfer on the balance platform.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;BalanceAccount&lt;\\\/strong&gt;&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;p&gt;The following examples show the webhooks you receive when we credit the instructed amount to your user&#039;s balance account.&lt;\\\/p&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-incoming-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. Incoming 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 we receive a transfer request to credit funds to your user&#039;s balance 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;. The webhook provides information about the transfer, such as the payment and split references and which user and balance account is receiving the funds.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Received transfer request&#039;\\&quot; :id=\\&quot;&#039;received-incoming-transfer&#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;accountHolder\\\\\\&quot;: {\\\\n         \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the account holder\\\\\\&quot;,\\\\n         \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000000001\\\\\\&quot;,\\\\n         \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the account holder\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;amount\\\\\\&quot;: {\\\\n         \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n         \\\\\\&quot;value\\\\\\&quot;: 39600\\\\n     },\\\\n     \\\\\\&quot;balanceAccount\\\\\\&quot;: {\\\\n         \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the balance account\\\\\\&quot;,\\\\n         \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000001\\\\\\&quot;,\\\\n         \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the balance account\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n     \\\\\\&quot;balances\\\\\\&quot;: [\\\\n         {\\\\n             \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n             \\\\\\&quot;received\\\\\\&quot;: 39600\\\\n         }\\\\n     ],\\\\n     \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;,\\\\n     \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n         \\\\\\&quot;paymentMerchantReference\\\\\\&quot;: \\\\\\&quot;Your reference for the payment\\\\\\&quot;,\\\\n         \\\\\\&quot;platformPaymentType\\\\\\&quot;: \\\\\\&quot;BalanceAccount\\\\\\&quot;,\\\\n         \\\\\\&quot;pspPaymentReference\\\\\\&quot;: \\\\\\&quot;CWBC43ZX2VTFWR82\\\\\\&quot;,\\\\n         \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:11+02:00\\\\\\&quot;,\\\\n     \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;incoming\\\\\\&quot;,\\\\n     \\\\\\&quot;events\\\\\\&quot;: [\\\\n         {\\\\n             \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:12+02:00\\\\\\&quot;,\\\\n             \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;SKRL00000000000000000000000001\\\\\\&quot;,\\\\n             \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                 {\\\\n                     \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                     \\\\\\&quot;received\\\\\\&quot;: 39600\\\\n                 }\\\\n             ],\\\\n             \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n             \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n         }\\\\n     ],\\\\n     \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;JN4227222422265\\\\\\&quot;,\\\\n     \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n     \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;sequenceNumber\\\\\\&quot;: 1,\\\\n     \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n     \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;capture\\\\\\&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;2\\&quot; role=\\&quot;question\\&quot; aria-expanded=\\&quot;true\\&quot; class=\\&quot;adl-accordion__header\\&quot; data-accordion=\\&quot;#2-incoming-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. Incoming 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 transfer request is authorized, 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;authorised&lt;\\\/strong&gt;.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Authorised transfer request&#039;\\&quot; :id=\\&quot;&#039;authorised-incoming-transfer&#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;accountHolder\\\\\\&quot;: {\\\\n         \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the account holder\\\\\\&quot;,\\\\n         \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000000001\\\\\\&quot;,\\\\n         \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the account holder\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;amount\\\\\\&quot;: {\\\\n         \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n         \\\\\\&quot;value\\\\\\&quot;: 39600\\\\n     },\\\\n     \\\\\\&quot;balanceAccount\\\\\\&quot;: {\\\\n         \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the  balance account\\\\\\&quot;,\\\\n         \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000001\\\\\\&quot;,\\\\n         \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the balance account\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n     \\\\\\&quot;balances\\\\\\&quot;: [\\\\n         {\\\\n             \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n             \\\\\\&quot;received\\\\\\&quot;: 0,\\\\n             \\\\\\&quot;reserved\\\\\\&quot;: 39600\\\\n         }\\\\n     ],\\\\n     \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;,\\\\n     \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n         \\\\\\&quot;paymentMerchantReference\\\\\\&quot;: \\\\\\&quot;Your reference for the payment\\\\\\&quot;,\\\\n         \\\\\\&quot;platformPaymentType\\\\\\&quot;: \\\\\\&quot;BalanceAccount\\\\\\&quot;,\\\\n         \\\\\\&quot;pspPaymentReference\\\\\\&quot;: \\\\\\&quot;CWBC43ZX2VTFWR82\\\\\\&quot;,\\\\n         \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:11+02:00\\\\\\&quot;,\\\\n     \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;incoming\\\\\\&quot;,\\\\n     \\\\\\&quot;events\\\\\\&quot;: [\\\\n         {\\\\n             \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:12+02:00\\\\\\&quot;,\\\\n             \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;SKRL00000000000000000000000001\\\\\\&quot;,\\\\n             \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                 {\\\\n                      \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                     \\\\\\&quot;received\\\\\\&quot;: 39600\\\\n                 }\\\\n             ],\\\\n             \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n             \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n         },\\\\n         {\\\\n             \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:12+02:00\\\\\\&quot;,\\\\n             \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;SKRL00000000000000000000000002\\\\\\&quot;,\\\\n             \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                 {\\\\n                     \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                     \\\\\\&quot;received\\\\\\&quot;: -39600,\\\\n                     \\\\\\&quot;reserved\\\\\\&quot;: 39600\\\\n                 }\\\\n             ],\\\\n             \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n             \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n         }\\\\n     ],\\\\n     \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;JN4227222422265\\\\\\&quot;,\\\\n     \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n     \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;sequenceNumber\\\\\\&quot;: 2,\\\\n     \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n     \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;capture\\\\\\&quot;\\\\n },\\\\n \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;,\\\\n \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transfer.updated\\\\\\&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-incoming-transfer-captured\\&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. Incoming transfer captured &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 user&#039;s 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;captured&lt;\\\/strong&gt; and the &lt;code&gt;transactionId&lt;\\\/code&gt;.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Transfer captured&#039;\\&quot; :id=\\&quot;&#039;captured-incoming-transfer&#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;accountHolder\\\\\\&quot;: {\\\\n         \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the account holder\\\\\\&quot;,\\\\n         \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000000001\\\\\\&quot;,\\\\n         \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the account holder\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;amount\\\\\\&quot;: {\\\\n         \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n         \\\\\\&quot;value\\\\\\&quot;: 39600\\\\n     },\\\\n     \\\\\\&quot;balanceAccount\\\\\\&quot;: {\\\\n         \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the balance account\\\\\\&quot;,\\\\n         \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000002\\\\\\&quot;,\\\\n         \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the balance account\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n     \\\\\\&quot;balances\\\\\\&quot;: [\\\\n         {\\\\n             \\\\\\&quot;balance\\\\\\&quot;: 39600,\\\\n             \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n             \\\\\\&quot;received\\\\\\&quot;: 0,\\\\n             \\\\\\&quot;reserved\\\\\\&quot;: 0\\\\n         }\\\\n     ],\\\\n     \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;,\\\\n     \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n         \\\\\\&quot;paymentMerchantReference\\\\\\&quot;: \\\\\\&quot;Your reference for the payment\\\\\\&quot;,\\\\n         \\\\\\&quot;platformPaymentType\\\\\\&quot;: \\\\\\&quot;BalanceAccount\\\\\\&quot;,\\\\n         \\\\\\&quot;pspPaymentReference\\\\\\&quot;: \\\\\\&quot;CWBC43ZX2VTFWR82\\\\\\&quot;,\\\\n         \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;\\\\n     },\\\\n     \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:10+02:00\\\\\\&quot;,\\\\n     \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;incoming\\\\\\&quot;,\\\\n     \\\\\\&quot;events\\\\\\&quot;: [\\\\n         {\\\\n             \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:12+02:00\\\\\\&quot;,\\\\n             \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;SKRL00000000000000000000000001\\\\\\&quot;,\\\\n             \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                 {\\\\n                      \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                     \\\\\\&quot;received\\\\\\&quot;: 39600\\\\n                 }\\\\n             ],\\\\n             \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n             \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n         },\\\\n         {\\\\n             \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:12+02:00\\\\\\&quot;,\\\\n             \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;SKRL00000000000000000000000002\\\\\\&quot;,\\\\n             \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                 {\\\\n                     \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                     \\\\\\&quot;received\\\\\\&quot;: -39600,\\\\n                     \\\\\\&quot;reserved\\\\\\&quot;: 39600\\\\n                 }\\\\n             ],\\\\n             \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n             \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n         },\\\\n         {\\\\n             \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:17+02:00\\\\\\&quot;,\\\\n             \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;SKRL00000000000000000000000003\\\\\\&quot;,\\\\n             \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                 {\\\\n                     \\\\\\&quot;balance\\\\\\&quot;: 39600,\\\\n                     \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                     \\\\\\&quot;received\\\\\\&quot;: 0,\\\\n                     \\\\\\&quot;reserved\\\\\\&quot;: -39600\\\\n                 }\\\\n             ],\\\\n             \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;captured\\\\\\&quot;,\\\\n             \\\\\\&quot;transactionId\\\\\\&quot;: \\\\\\&quot;EVJN42272224222B5JB8BRC84N686ZUSD\\\\\\&quot;,\\\\n             \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n             \\\\\\&quot;valueDate\\\\\\&quot;: \\\\\\&quot;2024-06-06T00:00:00+01:00\\\\\\&quot;\\\\n         }\\\\n     ],\\\\n     \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;JN4227222422265\\\\\\&quot;,\\\\n     \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n     \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;,\\\\n     \\\\\\&quot;sequenceNumber\\\\\\&quot;: 3,\\\\n     \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;captured\\\\\\&quot;,\\\\n     \\\\\\&quot;transactionId\\\\\\&quot;: \\\\\\&quot;EVJN42272224222B5JB8BRC84N686ZUSD\\\\\\&quot;,\\\\n     \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;capture\\\\\\&quot;\\\\n },\\\\n \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;,\\\\n \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transfer.updated\\\\\\&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 user&#039;s 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, which includes information about the related transfer.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Transaction created&#039;\\&quot; :id=\\&quot;&#039;transaction-incoming-transfer&#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;: 39600,\\\\n          \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;\\\\n      },\\\\n      \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;booked\\\\\\&quot;,\\\\n      \\\\\\&quot;transfer\\\\\\&quot;: {\\\\n          \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;JN4227222422265\\\\\\&quot;,\\\\n          \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;\\\\n      },\\\\n      \\\\\\&quot;valueDate\\\\\\&quot;: \\\\\\&quot;2024-06-06T14:00:00+02:00\\\\\\&quot;,\\\\n      \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:20+02:00\\\\\\&quot;,\\\\n      \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:05+02:00\\\\\\&quot;,\\\\n      \\\\\\&quot;accountHolder\\\\\\&quot;: {\\\\n          \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH00000000000000000000001\\\\\\&quot;,\\\\n          \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the account holder\\\\\\&quot;,\\\\n          \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the account holder\\\\\\&quot;\\\\n      },\\\\n      \\\\\\&quot;balanceAccount\\\\\\&quot;: {\\\\n          \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;BA00000000000000000000001\\\\\\&quot;,\\\\n          \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for the balance account\\\\\\&quot;,\\\\n          \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the 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;:null,&quot;oldTabId&quot;:&quot;funds_credited_1_2&quot;,&quot;relation&quot;:&quot;&quot;},{&quot;title&quot;:&quot;Commission&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;We credit your commission for each  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Checkout\\\/latest\\\/post\\\/payments\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;\\\/payments&lt;\\\/a&gt; request to your liable balance account. We notify you of the balance and transfer status changes through webhooks.&lt;\\\/p&gt;\\n&lt;p&gt;You can identify transfer webhooks triggered when we credit the commission to your liable balance account by the following 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&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;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created#request-data-category\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;category&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Specifies the category of the transfer.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;platformPayment&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;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created#request-data-direction\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;direction&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The direction of the transfer based on the balance account.&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;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created#request-data-type\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;type&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Specifies the type of the transfer.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;capture&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;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created#request-data-categoryData-PlatformPayment-platformPaymentType\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;platformPaymentType&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Specifies the nature of each transfer on the balance platform.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;Commission&lt;\\\/strong&gt;&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;p&gt;The following examples show the webhooks you receive when we credit a USD 4.00 commission to your liable balance account.&lt;\\\/p&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-incoming-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. Incoming 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 we receive the transfer request to credit your liable account with the commission fee for a payment, 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;status&lt;\\\/code&gt; &lt;strong&gt;received&lt;\\\/strong&gt; and &lt;code&gt;direction&lt;\\\/code&gt; &lt;strong&gt;incoming&lt;\\\/strong&gt;. The webhook provides information about the transfer, such as the payment and split references.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Received transfer request&#039;\\&quot; :id=\\&quot;&#039;received-commission&#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;accountHolder\\\\\\&quot;: {\\\\n            \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description 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;: 400\\\\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            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your liable balance account\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n        \\\\\\&quot;balances\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                \\\\\\&quot;received\\\\\\&quot;: 400\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;,\\\\n        \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n            \\\\\\&quot;paymentMerchantReference\\\\\\&quot;: \\\\\\&quot;Payment reference\\\\\\&quot;,\\\\n            \\\\\\&quot;platformPaymentType\\\\\\&quot;: \\\\\\&quot;Commission\\\\\\&quot;,\\\\n            \\\\\\&quot;pspPaymentReference\\\\\\&quot;: \\\\\\&quot;CWBC43ZX2VTFWR82\\\\\\&quot;,\\\\n            \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:05+02:00\\\\\\&quot;,\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your commission\\\\\\&quot;,\\\\n        \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;incoming\\\\\\&quot;,\\\\n        \\\\\\&quot;events\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:18+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;ZVTF00000000000000000000000001\\\\\\&quot;,\\\\n                \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                    {\\\\n                        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                        \\\\\\&quot;received\\\\\\&quot;: 400\\\\n                    }\\\\n                ],\\\\n                \\\\\\&quot;originalAmount\\\\\\&quot;: {\\\\n                    \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                    \\\\\\&quot;value\\\\\\&quot;: 400\\\\n                },\\\\n                \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;6HBKR52BUWKKDWAM\\\\\\&quot;,\\\\n        \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n        \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your commission\\\\\\&quot;,\\\\n        \\\\\\&quot;sequenceNumber\\\\\\&quot;: 1,\\\\n        \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n        \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;capture\\\\\\&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;2\\&quot; role=\\&quot;question\\&quot; aria-expanded=\\&quot;true\\&quot; class=\\&quot;adl-accordion__header\\&quot; data-accordion=\\&quot;#2-incoming-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. Incoming 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 transfer request is authorized, 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;authorised&lt;\\\/strong&gt;.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Authorised transfer request&#039;\\&quot; :id=\\&quot;&#039;authorised-commission&#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;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;: 400\\\\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            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your liable balance account\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n        \\\\\\&quot;balances\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                \\\\\\&quot;received\\\\\\&quot;: 0,\\\\n                \\\\\\&quot;reserved\\\\\\&quot;: 400\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;,\\\\n        \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n                \\\\\\&quot;paymentMerchantReference\\\\\\&quot;: \\\\\\&quot;Payment reference\\\\\\&quot;,\\\\n                \\\\\\&quot;platformPaymentType\\\\\\&quot;: \\\\\\&quot;Commission\\\\\\&quot;,\\\\n                \\\\\\&quot;pspPaymentReference\\\\\\&quot;: \\\\\\&quot;CWBC43ZX2VTFWR82\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:05+02:00\\\\\\&quot;,\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your commission\\\\\\&quot;,\\\\n        \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;incoming\\\\\\&quot;,\\\\n        \\\\\\&quot;events\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:18+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;ZVTF00000000000000000000000001\\\\\\&quot;,\\\\n                \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                    {\\\\n                        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                        \\\\\\&quot;received\\\\\\&quot;: 400\\\\n                    }\\\\n                ],\\\\n                \\\\\\&quot;originalAmount\\\\\\&quot;: {\\\\n                    \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                    \\\\\\&quot;value\\\\\\&quot;: 400\\\\n                },\\\\n                \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n            },\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:18+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;ZVTF00000000000000000000000002\\\\\\&quot;,\\\\n                \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                    {\\\\n                        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                        \\\\\\&quot;received\\\\\\&quot;: -400,\\\\n                        \\\\\\&quot;reserved\\\\\\&quot;: 400\\\\n                    }\\\\n                ],\\\\n                \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;6HBKR52BUWKKDWAM\\\\\\&quot;,\\\\n        \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n        \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your commission\\\\\\&quot;,\\\\n        \\\\\\&quot;sequenceNumber\\\\\\&quot;: 2,\\\\n        \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n        \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;capture\\\\\\&quot;\\\\n    },\\\\n    \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;,\\\\n    \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transfer.updated\\\\\\&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-incoming-transfer-captured\\&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. Incoming transfer captured &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 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;captured&lt;\\\/strong&gt; and the &lt;code&gt;transactionId&lt;\\\/code&gt;.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Transfer captured&#039;\\&quot; :id=\\&quot;&#039;captured-incoming-transfer&#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;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 the account holder\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;amount\\\\\\&quot;: {\\\\n            \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n            \\\\\\&quot;value\\\\\\&quot;: 400\\\\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            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the your liable balance account\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n        \\\\\\&quot;balances\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;balance\\\\\\&quot;: 400,\\\\n                \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                \\\\\\&quot;received\\\\\\&quot;: 0,\\\\n                \\\\\\&quot;reserved\\\\\\&quot;: 0\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;,\\\\n        \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n            \\\\\\&quot;paymentMerchantReference\\\\\\&quot;: \\\\\\&quot;Payment reference\\\\\\&quot;,\\\\n            \\\\\\&quot;platformPaymentType\\\\\\&quot;: \\\\\\&quot;Commission\\\\\\&quot;,\\\\n            \\\\\\&quot;pspPaymentReference\\\\\\&quot;: \\\\\\&quot;CWBC43ZX2VTFWR82\\\\\\&quot;,\\\\n            \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:05+02:00\\\\\\&quot;,\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your commission\\\\\\&quot;,\\\\n        \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;incoming\\\\\\&quot;,\\\\n        \\\\\\&quot;events\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:18+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;ZVTF00000000000000000000000001\\\\\\&quot;,\\\\n                \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                    {\\\\n                        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                        \\\\\\&quot;received\\\\\\&quot;: 400\\\\n                    }\\\\n                ],\\\\n                \\\\\\&quot;originalAmount\\\\\\&quot;: {\\\\n                    \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                    \\\\\\&quot;value\\\\\\&quot;: 400\\\\n                },\\\\n                \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n            },\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:18+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;ZVTF00000000000000000000000002\\\\\\&quot;,\\\\n                \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                    {\\\\n                        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                        \\\\\\&quot;received\\\\\\&quot;: -400,\\\\n                        \\\\\\&quot;reserved\\\\\\&quot;: 400\\\\n                    }\\\\n                ],\\\\n                \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n            },\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:20+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;ZVTF00000000000000000000000003\\\\\\&quot;,\\\\n                \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                    {\\\\n                        \\\\\\&quot;balance\\\\\\&quot;: 400,\\\\n                        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                        \\\\\\&quot;received\\\\\\&quot;: 0,\\\\n                        \\\\\\&quot;reserved\\\\\\&quot;: -400\\\\n                    }\\\\n                ],\\\\n                \\\\\\&quot;originalAmount\\\\\\&quot;: {\\\\n                    \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                    \\\\\\&quot;value\\\\\\&quot;: 400\\\\n                },\\\\n                \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;captured\\\\\\&quot;,\\\\n                \\\\\\&quot;transactionId\\\\\\&quot;: \\\\\\&quot;EVJN42272224222B5JB8BRC84N686ZUSD\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n                \\\\\\&quot;valueDate\\\\\\&quot;: \\\\\\&quot;2024-06-06T13:30:20+02:00\\\\\\&quot;\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;6HBKR52BUWKKDWAM\\\\\\&quot;,\\\\n        \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n        \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your commission\\\\\\&quot;,\\\\n        \\\\\\&quot;sequenceNumber\\\\\\&quot;: 3,\\\\n        \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;captured\\\\\\&quot;,\\\\n        \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;capture\\\\\\&quot;\\\\n    },\\\\n    \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;,\\\\n    \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transfer.updated\\\\\\&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 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, which includes information about the related transfer.&lt;\\\/p&gt;\\n&lt;p&gt;[code sample title=\\&quot;Transaction booked\\&quot; id=\\&quot;commission-transaction-booked\\&quot;]&lt;\\\/p&gt;\\n&lt;pre&gt;&lt;code class=\\&quot;language-json\\&quot;&gt; {\\n     \\&quot;data\\&quot;: {\\n         \\&quot;id\\&quot;: \\&quot;EVJN42272224222B5JB8BRC84N686ZUSD\\&quot;,\\n         \\&quot;amount\\&quot;: {\\n             \\&quot;value\\&quot;: -400,\\n             \\&quot;currency\\&quot;: \\&quot;USD\\&quot;\\n         },\\n         \\&quot;status\\&quot;: \\&quot;booked\\&quot;,\\n         \\&quot;transfer\\&quot;: {\\n             \\&quot;id\\&quot;: \\&quot;6HBKR52BUWKKDWAM\\&quot;,\\n             \\&quot;reference\\&quot;: \\&quot;Your reference for your commission\\&quot;\\n         },\\n         \\&quot;valueDate\\&quot;: \\&quot;2024-06-06T00:00:00+01:00\\&quot;,\\n         \\&quot;bookingDate\\&quot;: \\&quot;2024-06-04T13:30:05+02:00\\&quot;,\\n         \\&quot;creationDate\\&quot;: \\&quot;2024-06-04T13:30:20+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             \\&quot;reference\\&quot;: \\&quot;Your reference 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 }&lt;\\\/code&gt;&lt;\\\/pre&gt;\\n[\\\/code-sample]\\n                    &lt;\\\/div&gt;\\n                &lt;\\\/div&gt;\\n                    &lt;\\\/div&gt;\\n    &lt;\\\/div&gt;\\n\\n&quot;,&quot;altTitle&quot;:null,&quot;oldTabId&quot;:&quot;commission_2_3&quot;,&quot;relation&quot;:&quot;&quot;},{&quot;title&quot;:&quot;Fees&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;After the transaction fees are calculated, we deducts them from the balance account you specified in the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Checkout\\\/latest\\\/post\\\/payments\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;\\\/payments&lt;\\\/a&gt; request. If you didn&#039;t specify any account, the fees are deducted from your liable balance account. We notify you of the balance and transfer status changes through webhooks.&lt;\\\/p&gt;\\n&lt;p&gt;You can identify transfer webhooks triggered when we deduct the fees from a balance account by the following 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&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;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created#request-data-category\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;category&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Specifies the category of the transfer.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;platformPayment&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;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created#request-data-direction\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;direction&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;The direction of the transfer based on the balance account.&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;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfer-webhooks\\\/latest\\\/post\\\/balancePlatform.transfer.created#request-data-type\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;type&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;Specifies the type of the transfer.&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: left;\\&quot;&gt;&lt;strong&gt;capture&lt;\\\/strong&gt;&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;p&gt;The following examples show the webhooks you receive when we deduct a USD 2.40 fee from your liable balance account.&lt;\\\/p&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-outgoing-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. Outgoing 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 the fees due to Adyen are calculated for the payment, 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;, to announce that the fees will be deducted from your liable balance account. For example, the aggregated amount of Adyen&#039;s commission and markup on the payment.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Received transfer request for Adyen fees&#039;\\&quot; :id=\\&quot;&#039;received-adyen-fees&#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;accountHolder\\\\\\&quot;: {\\\\n            \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your description for your liable account holder\\\\\\&quot;,\\\\n            \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;AH000000000000000000LIABLE\\\\\\&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            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your liable balance account\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\n        \\\\\\&quot;balances\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                \\\\\\&quot;received\\\\\\&quot;: -240\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;,\\\\n        \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n            \\\\\\&quot;paymentMerchantReference\\\\\\&quot;: \\\\\\&quot;YOUR_REFERENCE\\\\\\&quot;,\\\\n            \\\\\\&quot;platformPaymentType\\\\\\&quot;: \\\\\\&quot;AdyenFees\\\\\\&quot;,\\\\n            \\\\\\&quot;pspPaymentReference\\\\\\&quot;: \\\\\\&quot;DQ56GRJ5S8NKGK82\\\\\\&quot;,\\\\n            \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:11+02:00\\\\\\&quot;,\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Aggregated Fee for AdyenCommission, AdyenMarkup\\\\\\&quot;,\\\\n        \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;outgoing\\\\\\&quot;,\\\\n        \\\\\\&quot;events\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:11+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;RFDN00000000000000000000000001\\\\\\&quot;,\\\\n                \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                    {\\\\n                        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                        \\\\\\&quot;received\\\\\\&quot;: -240\\\\n                    }\\\\n                ],\\\\n                \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;3JY1YI605AZ65FPF\\\\\\&quot;,\\\\n        \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n        \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the Adyen fees\\\\\\&quot;,\\\\n        \\\\\\&quot;sequenceNumber\\\\\\&quot;: 1,\\\\n        \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n        \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;capture\\\\\\&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;2\\&quot; role=\\&quot;question\\&quot; aria-expanded=\\&quot;true\\&quot; class=\\&quot;adl-accordion__header\\&quot; data-accordion=\\&quot;#2-outgoing-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. Outgoing 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 transfer request for Adyen&#039;s fees is authorized, 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;authorised&lt;\\\/strong&gt;.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Authorized transfer request&#039;\\&quot; :id=\\&quot;&#039;authorized-adyen-fees&#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;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;BA0000000000000000000LIABLE\\\\\\&quot;,\\\\n           \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your liable balance account\\\\\\&quot;\\\\n       },\\\\n       \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\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;category\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;,\\\\n       \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n           \\\\\\&quot;modificationMerchantReference\\\\\\&quot;: \\\\\\&quot;MRef#000001\\\\\\&quot;,\\\\n           \\\\\\&quot;modificationPspReference\\\\\\&quot;: \\\\\\&quot;H3GX2NJTCMQ7C782\\\\\\&quot;,\\\\n           \\\\\\&quot;paymentMerchantReference\\\\\\&quot;: \\\\\\&quot;YOUR_REFERENCE\\\\\\&quot;,\\\\n           \\\\\\&quot;platformPaymentType\\\\\\&quot;: \\\\\\&quot;AdyenFees\\\\\\&quot;,\\\\n           \\\\\\&quot;pspPaymentReference\\\\\\&quot;: \\\\\\&quot;DQ56GRJ5S8NKGK82\\\\\\&quot;,\\\\n           \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;\\\\n       },\\\\n       \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:10+02:00\\\\\\&quot;,\\\\n       \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Aggregated Fee for AdyenCommission, AdyenMarkup\\\\\\&quot;,\\\\n       \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;outgoing\\\\\\&quot;,\\\\n       \\\\\\&quot;events\\\\\\&quot;: [\\\\n           {\\\\n               \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:11+02:00\\\\\\&quot;,\\\\n               \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;RFDN00000000000000000000000001\\\\\\&quot;,\\\\n               \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                   {\\\\n                        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                       \\\\\\&quot;received\\\\\\&quot;: -240\\\\n                   }\\\\n               ],\\\\n               \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n               \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n           },\\\\n           {\\\\n               \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:12+02:00\\\\\\&quot;,\\\\n               \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;RFDN00000000000000000000000002\\\\\\&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;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n               \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n           }\\\\n       ],\\\\n       \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;3JY1YI605AZ65FPF\\\\\\&quot;,\\\\n       \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n       \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the Adyen fees\\\\\\&quot;,\\\\n       \\\\\\&quot;sequenceNumber\\\\\\&quot;: 2,\\\\n       \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n       \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;capture\\\\\\&quot;\\\\n   },\\\\n   \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;,\\\\n   \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transfer.updated\\\\\\&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-outgoing-transfer-captured\\&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. Outgoing transfer captured &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;captured&lt;\\\/strong&gt; and the &lt;code&gt;transactionId&lt;\\\/code&gt;.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Captured transfer request&#039;\\&quot; :id=\\&quot;&#039;captured-adyen-fees&#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;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            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for your liable balance account\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;balancePlatform\\\\\\&quot;: \\\\\\&quot;YOUR_BALANCE_PLATFORM\\\\\\&quot;,\\\\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;category\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;,\\\\n        \\\\\\&quot;categoryData\\\\\\&quot;: {\\\\n            \\\\\\&quot;paymentMerchantReference\\\\\\&quot;: \\\\\\&quot;YOUR_REFERENCE\\\\\\&quot;,\\\\n            \\\\\\&quot;platformPaymentType\\\\\\&quot;: \\\\\\&quot;AdyenFees\\\\\\&quot;,\\\\n            \\\\\\&quot;pspPaymentReference\\\\\\&quot;: \\\\\\&quot;DQ56GRJ5S8NKGK82\\\\\\&quot;,\\\\n            \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;platformPayment\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:10+02:00\\\\\\&quot;,\\\\n        \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Aggregated Fee for AdyenCommission, AdyenMarkup\\\\\\&quot;,\\\\n        \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;outgoing\\\\\\&quot;,\\\\n        \\\\\\&quot;events\\\\\\&quot;: [\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:11+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;RFDN00000000000000000000000001\\\\\\&quot;,\\\\n                \\\\\\&quot;mutations\\\\\\&quot;: [\\\\n                    {\\\\n                         \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n                        \\\\\\&quot;received\\\\\\&quot;: -240\\\\n                    }\\\\n                ],\\\\n                \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;received\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n            },\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:12+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;RFDN00000000000000000000000002\\\\\\&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;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;\\\\n            },\\\\n            {\\\\n                \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T11:45:17+02:00\\\\\\&quot;,\\\\n                \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;RFDN00000000000000000000000003\\\\\\&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;status\\\\\\&quot;: \\\\\\&quot;captured\\\\\\&quot;,\\\\n                \\\\\\&quot;transactionId\\\\\\&quot;: \\\\\\&quot;EVJN422Q4224222C5JFQ7M3FZ82KWCUSD\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;accounting\\\\\\&quot;,\\\\n                \\\\\\&quot;valueDate\\\\\\&quot;: \\\\\\&quot;2024-06-06T00:00:00+01:00\\\\\\&quot;\\\\n            }\\\\n        ],\\\\n        \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;3JY1YI605AZ65FPF\\\\\\&quot;,\\\\n        \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n        \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the Adyen fees\\\\\\&quot;,\\\\n        \\\\\\&quot;sequenceNumber\\\\\\&quot;: 3,\\\\n        \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;captured\\\\\\&quot;,\\\\n        \\\\\\&quot;transactionId\\\\\\&quot;: \\\\\\&quot;EVJN422Q4224222C5JFQ7M3FZ82KWCUSD\\\\\\&quot;,\\\\n        \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;capture\\\\\\&quot;\\\\n    },\\\\n    \\\\\\&quot;environment\\\\\\&quot;: \\\\\\&quot;test\\\\\\&quot;,\\\\n    \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;balancePlatform.transfer.updated\\\\\\&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 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, which includes information about the related transfer.&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;transaction-fees&#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;3JY1YI605AZ65FPF\\\\\\&quot;,\\\\n            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the transfer\\\\\\&quot;\\\\n        },\\\\n        \\\\\\&quot;valueDate\\\\\\&quot;: \\\\\\&quot;2024-06-06T14:00:00+02:00\\\\\\&quot;,\\\\n        \\\\\\&quot;bookingDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:20+02:00\\\\\\&quot;,\\\\n        \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-04T13:30:05+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            \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference 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;:null,&quot;oldTabId&quot;:&quot;fees_3_4&quot;,&quot;relation&quot;:&quot;&quot;}]\"\n            :should-update-when-url-changes='true'>\n        <\/tabs>\n    <\/div>\n<\/div>\n\n<h2>Reports and reconciliation<\/h2>\n<p>In the <a href=\"\/pt\/platforms\/reports-and-fees\/balance-platform-accounting-report\">Balance Platform Accounting Report<\/a>, we include all balance changes on all balance accounts in your balance platform, including your multi pay-in account, liable balance account, and your user's balance account.<\/p>\n<p>The following table is an excerpt from the Balance Platform Accounting Report that would be generated based on the example <a href=\"#multi-payin-payment-request\">payment request above<\/a>.<\/p>\n<div class=\"sticky-table-container\">\n    \n<table>\n<thead>\n<tr>\n<th>BalancePlatform<\/th>\n<th>AccountHolder<\/th>\n<th>BalanceAccount<\/th>\n<th>Transfer Id<\/th>\n<th>Transaction Id<\/th>\n<th>Category<\/th>\n<th>Status<\/th>\n<th>Type<\/th>\n<th>Booking Date<\/th>\n<th>Booking Date TimeZone<\/th>\n<th>Value Date<\/th>\n<th>Value Date TimeZone<\/th>\n<th>Currency<\/th>\n<th>Amount<\/th>\n<th>Payment Currency<\/th>\n<th>Received (PC)<\/th>\n<th>Reserved (PC)<\/th>\n<th>Balance (PC)<\/th>\n<th>Reference<\/th>\n<th>Description<\/th>\n<th>Counterparty Balance Account Id<\/th>\n<th>Psp Payment Merchant Reference<\/th>\n<th>Psp Payment Psp Reference<\/th>\n<th>Psp Modification Psp Reference<\/th>\n<th>Psp Modification Merchant Reference<\/th>\n<th>Brand Variant<\/th>\n<th>Reference for Beneficiary<\/th>\n<th>Platform Payment Interchange<\/th>\n<th>Platform Payment Scheme Fee<\/th>\n<th>Platform Payment Markup<\/th>\n<th>Platform Payment Commission<\/th>\n<th>Platform Payment Cost Currency<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>YOUR_BALANCE_PLATFORM<\/td>\n<td>AH00000000000000000000001<\/td>\n<td>BA00000000000000000000005<\/td>\n<td>3JERI65VWKBRFIVB<\/td>\n<td><\/td>\n<td>internal<\/td>\n<td>received<\/td>\n<td>internalTransfer<\/td>\n<td>04\/06\/2024 11:45<\/td>\n<td>CET<\/td>\n<td><\/td>\n<td><\/td>\n<td>USD<\/td>\n<td>-400.00<\/td>\n<td>USD<\/td>\n<td>-400.00<\/td>\n<td>0.00<\/td>\n<td>0.00<\/td>\n<td><\/td>\n<td><\/td>\n<td>BA00000000000000000000001<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td>balanceaccount<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>YOUR_BALANCE_PLATFORM<\/td>\n<td>AH00000000000000000000001<\/td>\n<td>BA00000000000000000000005<\/td>\n<td>3JERI65VWKBRFIVB<\/td>\n<td><\/td>\n<td>internal<\/td>\n<td>authorised<\/td>\n<td>internalTransfer<\/td>\n<td>05\/06\/2024 11:45<\/td>\n<td>CET<\/td>\n<td><\/td>\n<td><\/td>\n<td>USD<\/td>\n<td>-400.00<\/td>\n<td>USD<\/td>\n<td>400.00<\/td>\n<td>-400.00<\/td>\n<td>0.00<\/td>\n<td><\/td>\n<td><\/td>\n<td>BA00000000000000000000001<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td>balanceaccount<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>YOUR_BALANCE_PLATFORM<\/td>\n<td>AH00000000000000000000001<\/td>\n<td>BA00000000000000000000005<\/td>\n<td>3JERI65VWKBRFIVB<\/td>\n<td>EVJN42272224222B5JB8BRC84N686ZUSD<\/td>\n<td>internal<\/td>\n<td>booked<\/td>\n<td>internalTransfer<\/td>\n<td>06\/06\/2024 11:45<\/td>\n<td>CET<\/td>\n<td>04\/06\/2024 13:30<\/td>\n<td>CET<\/td>\n<td>USD<\/td>\n<td>-400.00<\/td>\n<td>USD<\/td>\n<td>0.00<\/td>\n<td>400.00<\/td>\n<td>-400.00<\/td>\n<td><\/td>\n<td><\/td>\n<td>BA00000000000000000000001<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td>balanceaccount<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>YOUR_BALANCE_PLATFORM<\/td>\n<td>AH00000000000000000LIABLE<\/td>\n<td>BA00000000000000000LIABLE<\/td>\n<td>3JERII605AZ6HCNB<\/td>\n<td><\/td>\n<td>platformPayment<\/td>\n<td>authorised<\/td>\n<td>capture<\/td>\n<td>07\/06\/2024 11:45<\/td>\n<td>CET<\/td>\n<td><\/td>\n<td><\/td>\n<td>USD<\/td>\n<td>4.00<\/td>\n<td>USD<\/td>\n<td>-4.00<\/td>\n<td>4.00<\/td>\n<td>0.00<\/td>\n<td>Your reference for your commission<\/td>\n<td>Your description for your commission<\/td>\n<td><\/td>\n<td>YOUR_REFERENCE<\/td>\n<td>HGGKZCD6J3RZNN82<\/td>\n<td>PPKFQ89R6QRXGN82<\/td>\n<td>MRef#000001<\/td>\n<td>payment_pspCapture<\/td>\n<td>Your reference for your commission<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>YOUR_BALANCE_PLATFORM<\/td>\n<td>AH00000000000000000LIABLE<\/td>\n<td>BA00000000000000000LIABLE<\/td>\n<td>3JERII605AZ6HCNB<\/td>\n<td><\/td>\n<td>platformPayment<\/td>\n<td>received<\/td>\n<td>capture<\/td>\n<td>08\/06\/2024 11:45<\/td>\n<td>CET<\/td>\n<td><\/td>\n<td><\/td>\n<td>USD<\/td>\n<td>4.00<\/td>\n<td>USD<\/td>\n<td>4.00<\/td>\n<td>0.00<\/td>\n<td>0.00<\/td>\n<td>Your reference for your commission<\/td>\n<td>Your description for your commission<\/td>\n<td><\/td>\n<td>YOUR_REFERENCE<\/td>\n<td>HGGKZCD6J3RZNN82<\/td>\n<td>PPKFQ89R6QRXGN82<\/td>\n<td>MRef#000001<\/td>\n<td>payment_pspCapture<\/td>\n<td>Your reference for your commission<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>YOUR_BALANCE_PLATFORM<\/td>\n<td>AH00000000000000000000001<\/td>\n<td>BA00000000000000000000001<\/td>\n<td>3JERII605AZ69MR8<\/td>\n<td><\/td>\n<td>platformPayment<\/td>\n<td>received<\/td>\n<td>capture<\/td>\n<td>09\/06\/2024&nbsp;11:45<\/td>\n<td>CET<\/td>\n<td><\/td>\n<td><\/td>\n<td>USD<\/td>\n<td>396.00<\/td>\n<td>USD<\/td>\n<td>396.00<\/td>\n<td>0.00<\/td>\n<td>0.00<\/td>\n<td>Your&nbsp;reference&nbsp;for&nbsp;the&nbsp;split<\/td>\n<td>Your&nbsp;description&nbsp;for&nbsp;the&nbsp;split<\/td>\n<td><\/td>\n<td>YOUR_REFERENCE<\/td>\n<td>HGGKZCD6J3RZNN82<\/td>\n<td>PPKFQ89R6QRXGN82<\/td>\n<td>MRef#000001<\/td>\n<td>payment_pspCapture<\/td>\n<td>Your reference for the split<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>YOUR_BALANCE_PLATFORM<\/td>\n<td>AH00000000000000000000001<\/td>\n<td>BA00000000000000000000001<\/td>\n<td>3JERII605AZ69MR8<\/td>\n<td><\/td>\n<td>platformPayment<\/td>\n<td>authorised<\/td>\n<td>capture<\/td>\n<td>10\/06\/2024 11:45<\/td>\n<td>CET<\/td>\n<td><\/td>\n<td><\/td>\n<td>USD<\/td>\n<td>396.00<\/td>\n<td>USD<\/td>\n<td>-396.00<\/td>\n<td>396.00<\/td>\n<td>0.00<\/td>\n<td>Your reference for the split<\/td>\n<td>Your description for the split<\/td>\n<td><\/td>\n<td>YOUR_REFERENCE<\/td>\n<td>HGGKZCD6J3RZNN82<\/td>\n<td>PPKFQ89R6QRXGN82<\/td>\n<td>MRef#000001<\/td>\n<td>payment_pspCapture<\/td>\n<td>Your reference for the split<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>YOUR_BALANCE_PLATFORM<\/td>\n<td>AH00000000000000000LIABLE<\/td>\n<td>BA00000000000000000LIABLE<\/td>\n<td>3JY1YI605AZ65FPF<\/td>\n<td>EVJN4293Q224223G5KPHPX72VM4R2NUSD<\/td>\n<td>platformPayment<\/td>\n<td>captured<\/td>\n<td>capture<\/td>\n<td>11\/06\/2024 11:45<\/td>\n<td>CET<\/td>\n<td>04\/06\/2024 13:30<\/td>\n<td>CET<\/td>\n<td>USD<\/td>\n<td>-2.40<\/td>\n<td>USD<\/td>\n<td>0.00<\/td>\n<td>2.40<\/td>\n<td>-2.40<\/td>\n<td>Your&nbsp;reference&nbsp;for&nbsp;the&nbsp;fees&nbsp;charged&nbsp;by&nbsp;Adyen<\/td>\n<td>Your&nbsp;description&nbsp;for&nbsp;the&nbsp;fees&nbsp;charged&nbsp;by&nbsp;Adyen<\/td>\n<td><\/td>\n<td>YOUR_REFERENCE<\/td>\n<td>HGGKZCD6J3RZNN82<\/td>\n<td>PPKFQ89R6QRXGN82<\/td>\n<td>MRef#000001<\/td>\n<td>payment_pspCapture<\/td>\n<td>Your&nbsp;reference&nbsp;for&nbsp;the&nbsp;fees&nbsp;charged&nbsp;by&nbsp;Adyen<\/td>\n<td>0.00<\/td>\n<td>0.00<\/td>\n<td>0.00<\/td>\n<td>-2.40<\/td>\n<td>USD<\/td>\n<\/tr>\n<tr>\n<td>YOUR_BALANCE_PLATFORM<\/td>\n<td>AH00000000000000000LIABLE<\/td>\n<td>BA00000000000000000LIABLE<\/td>\n<td>3JY1YI605AZ65FPF<\/td>\n<td><\/td>\n<td>platformPayment<\/td>\n<td>authorised<\/td>\n<td>capture<\/td>\n<td>12\/06\/2024 11:45<\/td>\n<td>CET<\/td>\n<td><\/td>\n<td><\/td>\n<td>USD<\/td>\n<td>-2.40<\/td>\n<td>USD<\/td>\n<td>2.40<\/td>\n<td>-2.40<\/td>\n<td>0.00<\/td>\n<td>Your reference for the fees charged by Adyen<\/td>\n<td>Your description for the fees charged by Adyen<\/td>\n<td><\/td>\n<td>YOUR_REFERENCE<\/td>\n<td>HGGKZCD6J3RZNN82<\/td>\n<td>PPKFQ89R6QRXGN82<\/td>\n<td>MRef#000001<\/td>\n<td>payment_pspCapture<\/td>\n<td>Your reference for the fees charged by Adyen<\/td>\n<td>0.00<\/td>\n<td>0.00<\/td>\n<td>0.00<\/td>\n<td>-2.40<\/td>\n<td>USD<\/td>\n<\/tr>\n<tr>\n<td>YOUR_BALANCE_PLATFORM<\/td>\n<td>AH00000000000000000LIABLE<\/td>\n<td>BA00000000000000000LIABLE<\/td>\n<td>3JY1YI605AZ65FPF<\/td>\n<td><\/td>\n<td>platformPayment<\/td>\n<td>received<\/td>\n<td>capture<\/td>\n<td>13\/06\/2024 11:45<\/td>\n<td>CET<\/td>\n<td><\/td>\n<td><\/td>\n<td>USD<\/td>\n<td>-2.40<\/td>\n<td>USD<\/td>\n<td>-2.40<\/td>\n<td>0.00<\/td>\n<td>0.00<\/td>\n<td>Your&nbsp;reference&nbsp;for&nbsp;the&nbsp;fees&nbsp;charged&nbsp;by&nbsp;Adyen<\/td>\n<td>Your&nbsp;description&nbsp;for&nbsp;the&nbsp;fees&nbsp;charged&nbsp;by&nbsp;Adyen<\/td>\n<td><\/td>\n<td>YOUR_REFERENCE<\/td>\n<td>HGGKZCD6J3RZNN82<\/td>\n<td>PPKFQ89R6QRXGN82<\/td>\n<td>MRef#000001<\/td>\n<td>payment_pspCapture<\/td>\n<td>Your reference for the fees charged by Adyen<\/td>\n<td>0.00<\/td>\n<td>0.00<\/td>\n<td>0.00<\/td>\n<td>-2.40<\/td>\n<td>USD<\/td>\n<\/tr>\n<tr>\n<td>YOUR_BALANCE_PLATFORM<\/td>\n<td>AH00000000000000000LIABLE<\/td>\n<td>BA00000000000000000LIABLE<\/td>\n<td>3JERII605AZ6HCNB<\/td>\n<td>EVJN42CMP224223G5KPHPX88BM5KQLUSD<\/td>\n<td>platformPayment<\/td>\n<td>captured<\/td>\n<td>capture<\/td>\n<td>14\/06\/2024&nbsp;11:45<\/td>\n<td>CET<\/td>\n<td>04\/06\/2024&nbsp;13:30<\/td>\n<td>CET<\/td>\n<td>USD<\/td>\n<td>4.00<\/td>\n<td>USD<\/td>\n<td>0.00<\/td>\n<td>-4.00<\/td>\n<td>4.00<\/td>\n<td>Your reference for your commission<\/td>\n<td>Your description for your commission<\/td>\n<td><\/td>\n<td>YOUR_REFERENCE<\/td>\n<td>HGGKZCD6J3RZNN82<\/td>\n<td>PPKFQ89R6QRXGN82<\/td>\n<td>MRef#000001<\/td>\n<td>payment_pspCapture<\/td>\n<td>Your reference for your commission<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>YOUR_BALANCE_PLATFORM<\/td>\n<td>AH00000000000000000000001<\/td>\n<td>BA00000000000000000000001<\/td>\n<td>3JERII605AZ69MR8<\/td>\n<td>EVJN42CLN224223G5KPHPX97F34TK6USD<\/td>\n<td>platformPayment<\/td>\n<td>captured<\/td>\n<td>capture<\/td>\n<td>15\/06\/2024 11:45<\/td>\n<td>CET<\/td>\n<td>06\/06\/2024 13:30<\/td>\n<td>CET<\/td>\n<td>USD<\/td>\n<td>396.00<\/td>\n<td>USD<\/td>\n<td>0.00<\/td>\n<td>-396.00<\/td>\n<td>396.00<\/td>\n<td>Your&nbsp;reference&nbsp;for&nbsp;the&nbsp;split<\/td>\n<td>Your&nbsp;description&nbsp;for&nbsp;the&nbsp;split<\/td>\n<td><\/td>\n<td>YOUR_REFERENCE<\/td>\n<td>HGGKZCD6J3RZNN82<\/td>\n<td>PPKFQ89R6QRXGN82<\/td>\n<td>MRef#000001<\/td>\n<td>payment_pspCapture<\/td>\n<td>Your reference for the split<\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n<\/div>\n\n<h2>Pay out<\/h2>\n<p>After the funds are settled in your user's balance account, they are paid out according to your already configured <a href=\"\/pt\/platforms\/payout-to-users\/scheduled-payouts\/\">payout schedule<\/a>. Alternatively, you can trigger an <a href=\"\/pt\/platforms\/payout-to-users\/on-demand-payouts\/\">on-demand payout<\/a> if needed. The payout process is the same as for the funds acquired by Adyen.<\/p>","url":"https:\/\/docs.adyen.com\/pt\/platforms\/multi-pay-in\/payments","articleFields":{"description":"Learn how you can transfer payments processed by a third-party payment provider to your balance platform.","feedback_component":true,"filters_component":false,"parameters":{"model":"platform","directoryPath":"\/platforms"},"next_steps":[{"title":"Refund third-party payments","description":"Refund payments processed through a pay-in partner.","url":"\/platforms\/multi-pay-in\/refunds","required":false}]},"algolia":{"url":"https:\/\/docs.adyen.com\/pt\/platforms\/multi-pay-in\/payments","title":"Allocate third-party payments","content":"With multi pay-in, you can collect the funds processed by all your payment service providers (pay-in partners), and split them between the balance accounts in your balance platform.\nOn this page, you'll learn how you can:\n\nTransfer and allocate funds from your multi pay-in account to your balance accounts\nIdentify webhooks triggered by multi pay-in transfers\nReconcile third-party payments using reports\n\nRequirements\nTake into account the following requirements, limitations, and preparations for this service.\n\n\n\nRequirement\nDescription\n\n\n\n\nAPI\u00a0credentials\nYou must have credentials for the  Checkout API.\n\n\nWebhooks\nSubscribe to any of the following webhooks:  Transfer webhooks Transaction webhooks\n\n\nLimitations\nMake sure that you can allocate each individual payment to your balance accounts within 24 hours, counting from the time they settle in your multi pay-in account. This is needed to comply with financial regulations.\n\n\n\nAllocate funds\nTo transfer and allocate the funds held your multi pay-in account to the balance accounts in your platform, make a POST  \/payments request for each individual payment.\nIn the body of the request, include the following fields:\n\n\n\nParameter\nRequired\nDescription\n\n\n\n\namount\n\nThe amount of the payment you want to transfer from your multi pay-in account to your balance accounts.\n\n\npaymentMethod.type\n\nThe type of the payment method. Set to multi_payin.\n\n\nadditionalData.tokenDataType\n\nThe type of the token used for the service. Set to MultiPayIn.\n\n\nadditionalData.BalancePlatform.balanceAccount\n\nThe unique identifier of the multi pay-in account, starting with the BA prefix.\n\n\nmerchantAccount\n\nThe unique identifier of the merchant account where you want to process the payment.\n\n\nreference\n\nYour reference for the payment, returned as merchantReference in the response.\n\n\nsplits\n\nThe array of objects specifying how to split the payment. The funds are allocated in your balance platform according to the instructions you include in this array.\n\n\n\nFor each item in the  splits array, specify the following parameters:\n\n    \n\n\n\nParameter\nRequired\nDescription\n\n\n\n\naccount\n\nYour user's or your platform's balanceAccountId, to which you want to allocate the specified amount. You do not need to specify this field when type is Commission.\n\n\namount.currency\n\nThe currency of the part of the payment you want allocate to the specified account.\n\n\namount.value\n\nThe value of the part of the payment you want to allocate to the specified account.\n\n\ntype\n\nThe part of the payment you want to book to the specified account.Possible values:BalanceAccount: books the specified amount to the specified balance account.Commission: books your commission to your liable balance account.AdyenMarkup: books the transaction fee due to Adyen under blended rates to the specified balance account.AdyenCommission: books the transaction fee due to Adyen under Interchange ++ pricing to the specified balance account.PaymentFee or AdyenFees: books the aggregated amount of Adyen's commission and markup fees to the specified balance account. By default, all fees booked to your platform's liable balance account.\n\n\nreference\nRequired for type BalanceAccount\nYour unique identifier for the part of the payment you want to book to the specified account. You will need this reference for refunds and reconciliation purposes.\n\n\ndescription\n\nYour description for the part of the payment you want to allocate to the specified account. This is also reflected in our reports.\n\n\n\n\n\n\nTo make reconciliation easier, we recommend always to include split instructions for the transaction fees in your request. If you do not include booking instructions for any of the transaction fee types in your payment request, Adyen automatically books all transaction fees to your liable balance account. This is also reflected in your Balance Platform Accounting Report.\nHere is an example of how you can allocate the funds from a USD 400.00 payment processed through a pay-in partner:\n\nYou book USD 396.00 to your user's balance account as payment for the goods or service.\nYou book USD 4.00 to your liable balance account as your commission.\nYou instruct Adyen to deduct the associated fees from your liable balance account.\n\n\n    \n\nIn the response, your reference from the request is returned as the merchantReference. You need this information for reconciliation.\n\n    \n\nGet notified about fund movements\nEach fund transfer in your balance platform triggers three  Transfer webhooks and a  Transaction webhook.\nThe following tabs show the webhooks you receive when:\n\nThe funds are deducted from your multi pay-in account\nThe funds are credited to your user's balance account\nThe commission is credited to your liable balance account\nThe fees are deducted from your liable balance account\n\n\n\n    \n        \n        \n    \n\n\nReports and reconciliation\nIn the Balance Platform Accounting Report, we include all balance changes on all balance accounts in your balance platform, including your multi pay-in account, liable balance account, and your user's balance account.\nThe following table is an excerpt from the Balance Platform Accounting Report that would be generated based on the example payment request above.\n\n    \n\n\n\nBalancePlatform\nAccountHolder\nBalanceAccount\nTransfer Id\nTransaction Id\nCategory\nStatus\nType\nBooking Date\nBooking Date TimeZone\nValue Date\nValue Date TimeZone\nCurrency\nAmount\nPayment Currency\nReceived (PC)\nReserved (PC)\nBalance (PC)\nReference\nDescription\nCounterparty Balance Account Id\nPsp Payment Merchant Reference\nPsp Payment Psp Reference\nPsp Modification Psp Reference\nPsp Modification Merchant Reference\nBrand Variant\nReference for Beneficiary\nPlatform Payment Interchange\nPlatform Payment Scheme Fee\nPlatform Payment Markup\nPlatform Payment Commission\nPlatform Payment Cost Currency\n\n\n\n\nYOUR_BALANCE_PLATFORM\nAH00000000000000000000001\nBA00000000000000000000005\n3JERI65VWKBRFIVB\n\ninternal\nreceived\ninternalTransfer\n04\/06\/2024 11:45\nCET\n\n\nUSD\n-400.00\nUSD\n-400.00\n0.00\n0.00\n\n\nBA00000000000000000000001\n\n\n\n\nbalanceaccount\n\n\n\n\n\n\n\n\nYOUR_BALANCE_PLATFORM\nAH00000000000000000000001\nBA00000000000000000000005\n3JERI65VWKBRFIVB\n\ninternal\nauthorised\ninternalTransfer\n05\/06\/2024 11:45\nCET\n\n\nUSD\n-400.00\nUSD\n400.00\n-400.00\n0.00\n\n\nBA00000000000000000000001\n\n\n\n\nbalanceaccount\n\n\n\n\n\n\n\n\nYOUR_BALANCE_PLATFORM\nAH00000000000000000000001\nBA00000000000000000000005\n3JERI65VWKBRFIVB\nEVJN42272224222B5JB8BRC84N686ZUSD\ninternal\nbooked\ninternalTransfer\n06\/06\/2024 11:45\nCET\n04\/06\/2024 13:30\nCET\nUSD\n-400.00\nUSD\n0.00\n400.00\n-400.00\n\n\nBA00000000000000000000001\n\n\n\n\nbalanceaccount\n\n\n\n\n\n\n\n\nYOUR_BALANCE_PLATFORM\nAH00000000000000000LIABLE\nBA00000000000000000LIABLE\n3JERII605AZ6HCNB\n\nplatformPayment\nauthorised\ncapture\n07\/06\/2024 11:45\nCET\n\n\nUSD\n4.00\nUSD\n-4.00\n4.00\n0.00\nYour reference for your commission\nYour description for your commission\n\nYOUR_REFERENCE\nHGGKZCD6J3RZNN82\nPPKFQ89R6QRXGN82\nMRef#000001\npayment_pspCapture\nYour reference for your commission\n\n\n\n\n\n\n\nYOUR_BALANCE_PLATFORM\nAH00000000000000000LIABLE\nBA00000000000000000LIABLE\n3JERII605AZ6HCNB\n\nplatformPayment\nreceived\ncapture\n08\/06\/2024 11:45\nCET\n\n\nUSD\n4.00\nUSD\n4.00\n0.00\n0.00\nYour reference for your commission\nYour description for your commission\n\nYOUR_REFERENCE\nHGGKZCD6J3RZNN82\nPPKFQ89R6QRXGN82\nMRef#000001\npayment_pspCapture\nYour reference for your commission\n\n\n\n\n\n\n\nYOUR_BALANCE_PLATFORM\nAH00000000000000000000001\nBA00000000000000000000001\n3JERII605AZ69MR8\n\nplatformPayment\nreceived\ncapture\n09\/06\/2024&nbsp;11:45\nCET\n\n\nUSD\n396.00\nUSD\n396.00\n0.00\n0.00\nYour&nbsp;reference&nbsp;for&nbsp;the&nbsp;split\nYour&nbsp;description&nbsp;for&nbsp;the&nbsp;split\n\nYOUR_REFERENCE\nHGGKZCD6J3RZNN82\nPPKFQ89R6QRXGN82\nMRef#000001\npayment_pspCapture\nYour reference for the split\n\n\n\n\n\n\n\nYOUR_BALANCE_PLATFORM\nAH00000000000000000000001\nBA00000000000000000000001\n3JERII605AZ69MR8\n\nplatformPayment\nauthorised\ncapture\n10\/06\/2024 11:45\nCET\n\n\nUSD\n396.00\nUSD\n-396.00\n396.00\n0.00\nYour reference for the split\nYour description for the split\n\nYOUR_REFERENCE\nHGGKZCD6J3RZNN82\nPPKFQ89R6QRXGN82\nMRef#000001\npayment_pspCapture\nYour reference for the split\n\n\n\n\n\n\n\nYOUR_BALANCE_PLATFORM\nAH00000000000000000LIABLE\nBA00000000000000000LIABLE\n3JY1YI605AZ65FPF\nEVJN4293Q224223G5KPHPX72VM4R2NUSD\nplatformPayment\ncaptured\ncapture\n11\/06\/2024 11:45\nCET\n04\/06\/2024 13:30\nCET\nUSD\n-2.40\nUSD\n0.00\n2.40\n-2.40\nYour&nbsp;reference&nbsp;for&nbsp;the&nbsp;fees&nbsp;charged&nbsp;by&nbsp;Adyen\nYour&nbsp;description&nbsp;for&nbsp;the&nbsp;fees&nbsp;charged&nbsp;by&nbsp;Adyen\n\nYOUR_REFERENCE\nHGGKZCD6J3RZNN82\nPPKFQ89R6QRXGN82\nMRef#000001\npayment_pspCapture\nYour&nbsp;reference&nbsp;for&nbsp;the&nbsp;fees&nbsp;charged&nbsp;by&nbsp;Adyen\n0.00\n0.00\n0.00\n-2.40\nUSD\n\n\nYOUR_BALANCE_PLATFORM\nAH00000000000000000LIABLE\nBA00000000000000000LIABLE\n3JY1YI605AZ65FPF\n\nplatformPayment\nauthorised\ncapture\n12\/06\/2024 11:45\nCET\n\n\nUSD\n-2.40\nUSD\n2.40\n-2.40\n0.00\nYour reference for the fees charged by Adyen\nYour description for the fees charged by Adyen\n\nYOUR_REFERENCE\nHGGKZCD6J3RZNN82\nPPKFQ89R6QRXGN82\nMRef#000001\npayment_pspCapture\nYour reference for the fees charged by Adyen\n0.00\n0.00\n0.00\n-2.40\nUSD\n\n\nYOUR_BALANCE_PLATFORM\nAH00000000000000000LIABLE\nBA00000000000000000LIABLE\n3JY1YI605AZ65FPF\n\nplatformPayment\nreceived\ncapture\n13\/06\/2024 11:45\nCET\n\n\nUSD\n-2.40\nUSD\n-2.40\n0.00\n0.00\nYour&nbsp;reference&nbsp;for&nbsp;the&nbsp;fees&nbsp;charged&nbsp;by&nbsp;Adyen\nYour&nbsp;description&nbsp;for&nbsp;the&nbsp;fees&nbsp;charged&nbsp;by&nbsp;Adyen\n\nYOUR_REFERENCE\nHGGKZCD6J3RZNN82\nPPKFQ89R6QRXGN82\nMRef#000001\npayment_pspCapture\nYour reference for the fees charged by Adyen\n0.00\n0.00\n0.00\n-2.40\nUSD\n\n\nYOUR_BALANCE_PLATFORM\nAH00000000000000000LIABLE\nBA00000000000000000LIABLE\n3JERII605AZ6HCNB\nEVJN42CMP224223G5KPHPX88BM5KQLUSD\nplatformPayment\ncaptured\ncapture\n14\/06\/2024&nbsp;11:45\nCET\n04\/06\/2024&nbsp;13:30\nCET\nUSD\n4.00\nUSD\n0.00\n-4.00\n4.00\nYour reference for your commission\nYour description for your commission\n\nYOUR_REFERENCE\nHGGKZCD6J3RZNN82\nPPKFQ89R6QRXGN82\nMRef#000001\npayment_pspCapture\nYour reference for your commission\n\n\n\n\n\n\n\nYOUR_BALANCE_PLATFORM\nAH00000000000000000000001\nBA00000000000000000000001\n3JERII605AZ69MR8\nEVJN42CLN224223G5KPHPX97F34TK6USD\nplatformPayment\ncaptured\ncapture\n15\/06\/2024 11:45\nCET\n06\/06\/2024 13:30\nCET\nUSD\n396.00\nUSD\n0.00\n-396.00\n396.00\nYour&nbsp;reference&nbsp;for&nbsp;the&nbsp;split\nYour&nbsp;description&nbsp;for&nbsp;the&nbsp;split\n\nYOUR_REFERENCE\nHGGKZCD6J3RZNN82\nPPKFQ89R6QRXGN82\nMRef#000001\npayment_pspCapture\nYour reference for the split\n\n\n\n\n\n\n\n\n\n\n\nPay out\nAfter the funds are settled in your user's balance account, they are paid out according to your already configured payout schedule. Alternatively, you can trigger an on-demand payout if needed. The payout process is the same as for the funds acquired by Adyen.","type":"page","locale":"pt","boost":17,"hierarchy":{"lvl0":"Home","lvl1":"Platforms","lvl2":"Multi pay-in","lvl3":"Allocate third-party payments"},"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\/payments"},"levels":4,"category":"Platforms","category_color":"green","tags":["Allocate","third-party","payments"]}}
