{"title":"Make a payout to a third-party card","category":"default","creationDate":1675944360,"content":"<p>This page explains how to <a href=\"#make-payout-request\">make a payout request<\/a> to transfer funds to Mastercard or Visa cards. In the following sections, you can see examples for one-off or recurring payouts.<\/p>\n<p>After you make the payout request, you can <a href=\"#get-status-updates\">track the status of the transfer<\/a> by using webhooks.<\/p>\n<h2>Requirements<\/h2>\n<p>Before you begin, take into account the following requirements and preparations.<\/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>Integration type<\/strong><\/td>\n<td style=\"text-align: left;\">An Adyen <a href=\"\/pt\/payouts\/payout-service\/integration-checklist\/\">payout service integration<\/a> and our  <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> for tokenization.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong><a href=\"\/pt\/development-resources\/api-credentials\/\">API credentials<\/a><\/strong><\/td>\n<td style=\"text-align: left;\">Your <a href=\"\/pt\/payouts\/payout-service\/manage-access\/api-credentials-web-service\">API credential<\/a> for balance platform (<span translate=\"no\"><strong>ws[_123456]@BalancePlatform.[YourBalancePlatform]<\/strong><\/span>) has the following <a href=\"\/pt\/payouts\/payout-service\/manage-access\/webservice-roles?tab=transfers_2\">roles<\/a> to use with the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers\/latest\/overview\" class=\" external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Transfers API<\/a>.<br><ul><li markdown=\"1\"><strong>Bank Transfer Initiation Webservice role<\/strong><\/li><li markdown=\"1\"><strong>TransferService Webservice Initiate role<\/strong><\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong><a href=\"\/pt\/development-resources\/webhooks\">Webhooks<\/a><\/strong><\/td>\n<td style=\"text-align: left;\">Make sure that: <ul><li markdown=\"1\">Your server is able to <a href=\"\/pt\/development-resources\/webhooks\">receive and accept webhooks<\/a>.<\/li><li markdown=\"1\">You have subscribed to <span translate=\"no\"><strong>Transfer<\/strong><\/span> and <span translate=\"no\"><strong>Transaction<\/strong><\/span> webhooks in your <a href=\"https:\/\/ca-test.adyen.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Customer Area<\/a>.<\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Limitations<\/strong><\/td>\n<td style=\"text-align: left;\">We recommend that you verify if the <a href=\"\/pt\/payouts\/payout-service\/pay-out-to-cards\/manage-card-details\/\">card is eligible for payouts<\/a>. If you are not fully PCI compliant or want to make recurring payouts, you must have <a href=\"\/pt\/payouts\/payout-service\/pay-out-to-cards\/manage-card-details\/#tokenize-card-details\">tokenized and saved the card details<\/a>.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Setup steps<\/strong><\/td>\n<td style=\"text-align: left;\">Before you begin, contact your Adyen representative to enable the feature on your account.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"make-payout-request\">1. Initiate a payout<\/h2>\n<p>The following tabs show how to make one-off and recurring payments. If you are <a href=\"\/pt\/get-started-with-adyen\/adyen-glossary\/#pci-compliance\">fully PCI compliant<\/a>, you are allowed to make payout requests using raw card details. Otherwise, you must use <a href=\"\/pt\/payouts\/payout-service\/pay-out-to-cards\/manage-card-details#store-card-details\">tokenized card details<\/a> in your request.<\/p>\n\n<div id=\"tabt9X3S\">\n    <div data-component-wrapper=\"tabs\">\n        <tabs\n                        :items=\"[{&quot;title&quot;:&quot;One-off payouts with raw card details&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;To make a request for a one-off card payout:&lt;\\\/p&gt;\\n&lt;ol&gt;\\n&lt;li&gt;Make a POST  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;\\\/transfers&lt;\\\/a&gt; request for a one-off card payout, specifying the following parameters:&lt;\\\/li&gt;\\n&lt;\\\/ol&gt;\\n&lt;div class=\\&quot;sticky-table-container\\&quot;&gt;\\n    \\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th&gt;Parameter&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-amount\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;amount&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The amount of the transfer.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-balanceAccountId\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;balanceAccountId&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The balance account from which funds are deducted.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-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: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Set to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;card&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card-cardHolder\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;counterparty.card.cardHolder&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;An object that contains details about the cardholder of the counterparty card.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card-cardIdentification\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;counterparty.card.cardIdentification&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;An object that contains the identification details of the counterparty card.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-description\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;description&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Your description for the transfer. You can use this to identify the payout in your &lt;a href=\\&quot;https:\\\/\\\/ca-test.adyen.com\\\/\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot; class=\\&quot;external-link no-image\\&quot;&gt;Customer Area&lt;\\\/a&gt;.&lt;br\\\/&gt;&lt;br\\\/&gt;The description is only used within your balance platform and not sent to the recipient.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-reference\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;reference&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Your reference for the transfer. You can use this to identify the payout in your &lt;a href=\\&quot;https:\\\/\\\/ca-test.adyen.com\\\/\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot; class=\\&quot;external-link no-image\\&quot;&gt;Customer Area&lt;\\\/a&gt;. &lt;br\\\/&gt;&lt;br\\\/&gt;The reference is only used within your balance platform and not sent to the recipient. If you do not provide this value in the request, Adyen generates a unique reference.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n\\n&lt;\\\/div&gt;\\n\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Example request for a one-off payout with raw card details&#039;\\&quot; :id=\\&quot;&#039;request-raw&#039;\\&quot; :code-data=\\&quot;[{&amp;quot;language&amp;quot;:&amp;quot;bash&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;curl&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;curl https:\\\\\\\/\\\\\\\/balanceplatform-api-test.adyen.com\\\\\\\/btl\\\\\\\/v4\\\\\\\/transfers \\\\\\\\\\\\n-H &#039;x-api-key: ADYEN_BALANCE_PLATFORM_API_KEY&#039; \\\\\\\\\\\\n-H &#039;content-type: application\\\\\\\/json&#039; \\\\\\\\\\\\n-X POST \\\\\\\\\\\\n-d &#039;{\\\\n    \\\\&amp;quot;amount\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;value\\\\&amp;quot;: 10000,\\\\n        \\\\&amp;quot;currency\\\\&amp;quot;: \\\\&amp;quot;USD\\\\&amp;quot;\\\\n    },\\\\n    \\\\&amp;quot;balanceAccountId\\\\&amp;quot;: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n    \\\\&amp;quot;category\\\\&amp;quot;: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n    \\\\&amp;quot;counterparty\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;card\\\\&amp;quot;: {\\\\n            \\\\&amp;quot;cardHolder\\\\&amp;quot;: {\\\\n                \\\\&amp;quot;type\\\\&amp;quot;: \\\\&amp;quot;individual\\\\&amp;quot;,\\\\n                \\\\&amp;quot;firstName\\\\&amp;quot;: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n                \\\\&amp;quot;lastName\\\\&amp;quot;: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n                \\\\&amp;quot;address\\\\&amp;quot;: {\\\\n                    \\\\&amp;quot;city\\\\&amp;quot;: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;country\\\\&amp;quot;: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;line1\\\\&amp;quot;: \\\\&amp;quot;274\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;line2\\\\&amp;quot;: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;postalCode\\\\&amp;quot;: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;stateOrProvince\\\\&amp;quot;: \\\\&amp;quot;CA\\\\&amp;quot;\\\\n                }\\\\n            },\\\\n            \\\\&amp;quot;cardIdentification\\\\&amp;quot;: {\\\\n                \\\\&amp;quot;number\\\\&amp;quot;: \\\\&amp;quot;4000020000000000\\\\&amp;quot;,\\\\n                \\\\&amp;quot;expiryMonth\\\\&amp;quot;: \\\\&amp;quot;03\\\\&amp;quot;,\\\\n                \\\\&amp;quot;expiryYear\\\\&amp;quot;: \\\\&amp;quot;2030\\\\&amp;quot;\\\\n            }\\\\n        }\\\\n    },\\\\n    \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n    \\\\&amp;quot;description\\\\&amp;quot;: \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;\\\\n}&#039;&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;java&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;Java&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen Java API Library v28.0.0\\\\nimport com.adyen.Client;\\\\nimport com.adyen.enums.Environment;\\\\nimport com.adyen.model.transfers.*;\\\\nimport java.time.OffsetDateTime;\\\\nimport java.util.*;\\\\nimport com.adyen.service.transfers.*;\\\\n\\\\nClient client = new Client(\\\\&amp;quot;ADYEN_API_KEY\\\\&amp;quot;, Environment.TEST);\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\nAddress address3 = new Address()\\\\n  .country(\\\\&amp;quot;US\\\\&amp;quot;)\\\\n  .stateOrProvince(\\\\&amp;quot;CA\\\\&amp;quot;)\\\\n  .city(\\\\&amp;quot;San Francisco\\\\&amp;quot;)\\\\n  .postalCode(\\\\&amp;quot;94107\\\\&amp;quot;)\\\\n  .line2(\\\\&amp;quot;Brannan St\\\\&amp;quot;)\\\\n  .line1(\\\\&amp;quot;274\\\\&amp;quot;);\\\\n\\\\nPartyIdentification partyIdentification3 = new PartyIdentification()\\\\n  .firstName(\\\\&amp;quot;Albert\\\\&amp;quot;)\\\\n  .lastName(\\\\&amp;quot;Klaassen\\\\&amp;quot;)\\\\n  .address(address3)\\\\n  .type(PartyIdentification.TypeEnum.INDIVIDUAL);\\\\n\\\\nCardIdentification cardIdentification3 = new CardIdentification()\\\\n  .number(\\\\&amp;quot;4321123456788765\\\\&amp;quot;)\\\\n  .expiryMonth(\\\\&amp;quot;03\\\\&amp;quot;)\\\\n  .expiryYear(\\\\&amp;quot;2030\\\\&amp;quot;);\\\\n\\\\nCard card3 = new Card()\\\\n  .cardHolder(partyIdentification3)\\\\n  .cardIdentification(cardIdentification3);\\\\n\\\\nAmount amount = new Amount()\\\\n  .currency(\\\\&amp;quot;USD\\\\&amp;quot;)\\\\n  .value(10000L);\\\\n\\\\nCounterpartyInfoV3 counterpartyInfoV3 = new CounterpartyInfoV3()\\\\n  .card(card3);\\\\n\\\\nTransferInfo transferInfo = new TransferInfo()\\\\n  .balanceAccountId(\\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;)\\\\n  .reference(\\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;)\\\\n  .amount(amount)\\\\n  .counterparty(counterpartyInfoV3)\\\\n  .description(\\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;)\\\\n  .category(TransferInfo.CategoryEnum.CARD);\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nTransfersApi service = new TransfersApi(client);\\\\nTransfer response = service.transferFunds(transferInfo, null);&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;php&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;PHP&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen PHP API Library v20.0.0\\\\nuse Adyen\\\\\\\\Client;\\\\nuse Adyen\\\\\\\\Environment;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\Amount;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\CounterpartyInfoV3;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\Address;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\PartyIdentification;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\CardIdentification;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\TransferInfo;\\\\nuse Adyen\\\\\\\\Service\\\\\\\\Transfers\\\\\\\\TransfersApi;\\\\n\\\\n$client = new Client();\\\\n$client-&amp;gt;setXApiKey(\\\\&amp;quot;ADYEN_API_KEY\\\\&amp;quot;);\\\\n$client-&amp;gt;setEnvironment(Environment::TEST);\\\\n\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\n$address3 = new Address();\\\\n$address3\\\\n  -&amp;gt;setCountry(\\\\&amp;quot;US\\\\&amp;quot;)\\\\n  -&amp;gt;setStateOrProvince(\\\\&amp;quot;CA\\\\&amp;quot;)\\\\n  -&amp;gt;setCity(\\\\&amp;quot;San Francisco\\\\&amp;quot;)\\\\n  -&amp;gt;setPostalCode(\\\\&amp;quot;94107\\\\&amp;quot;)\\\\n  -&amp;gt;setLine2(\\\\&amp;quot;Brannan St\\\\&amp;quot;)\\\\n  -&amp;gt;setLine1(\\\\&amp;quot;274\\\\&amp;quot;);\\\\n\\\\n$partyIdentification3 = new PartyIdentification();\\\\n$partyIdentification3\\\\n  -&amp;gt;setFirstName(\\\\&amp;quot;Albert\\\\&amp;quot;)\\\\n  -&amp;gt;setLastName(\\\\&amp;quot;Klaassen\\\\&amp;quot;)\\\\n  -&amp;gt;setAddress($address3)\\\\n  -&amp;gt;setType(\\\\&amp;quot;individual\\\\&amp;quot;);\\\\n\\\\n$cardIdentification3 = new CardIdentification();\\\\n$cardIdentification3\\\\n  -&amp;gt;setNumber(\\\\&amp;quot;4321123456788765\\\\&amp;quot;)\\\\n  -&amp;gt;setExpiryMonth(\\\\&amp;quot;03\\\\&amp;quot;)\\\\n  -&amp;gt;setExpiryYear(\\\\&amp;quot;2030\\\\&amp;quot;);\\\\n\\\\n$card3 = new Card();\\\\n$card3\\\\n  -&amp;gt;setCardHolder($partyIdentification3)\\\\n  -&amp;gt;setCardIdentification($cardIdentification3);\\\\n\\\\n$amount = new Amount();\\\\n$amount\\\\n  -&amp;gt;setCurrency(\\\\&amp;quot;USD\\\\&amp;quot;)\\\\n  -&amp;gt;setValue(10000);\\\\n\\\\n$counterpartyInfoV3 = new CounterpartyInfoV3();\\\\n$counterpartyInfoV3\\\\n  -&amp;gt;setCard($card3);\\\\n\\\\n$transferInfo = new TransferInfo();\\\\n$transferInfo\\\\n  -&amp;gt;setBalanceAccountId(\\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;)\\\\n  -&amp;gt;setReference(\\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;)\\\\n  -&amp;gt;setAmount($amount)\\\\n  -&amp;gt;setCounterparty($counterpartyInfoV3)\\\\n  -&amp;gt;setDescription(\\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;)\\\\n  -&amp;gt;setCategory(\\\\&amp;quot;card\\\\&amp;quot;);\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\n$service = new TransfersApi($client);\\\\n$response = $service-&amp;gt;transferFunds($transferInfo);&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;cs&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;C#&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen .net API Library v18.0.0\\\\nusing Adyen;\\\\nusing Environment = Adyen.Model.Environment;\\\\nusing Adyen.Model;\\\\nusing Adyen.Model.Transfers;\\\\nusing Adyen.Service.Transfers;\\\\n\\\\nvar config = new Config()\\\\n{\\\\n    XApiKey = \\\\&amp;quot;ADYEN_API_KEY\\\\&amp;quot;,\\\\n    Environment = Environment.Test\\\\n};\\\\nvar client = new Client(config);\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\nAddress address3 = new Address\\\\n{\\\\n  Country = \\\\&amp;quot;US\\\\&amp;quot;,\\\\n  StateOrProvince = \\\\&amp;quot;CA\\\\&amp;quot;,\\\\n  City = \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n  PostalCode = \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n  Line2 = \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n  Line1 = \\\\&amp;quot;274\\\\&amp;quot;\\\\n};\\\\n\\\\nPartyIdentification partyIdentification3 = new PartyIdentification\\\\n{\\\\n  FirstName = \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n  LastName = \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n  Address = address3,\\\\n  Type = PartyIdentification.TypeEnum.Individual\\\\n};\\\\n\\\\nCardIdentification cardIdentification3 = new CardIdentification\\\\n{\\\\n  Number = \\\\&amp;quot;4321123456788765\\\\&amp;quot;,\\\\n  ExpiryMonth = \\\\&amp;quot;03\\\\&amp;quot;,\\\\n  ExpiryYear = \\\\&amp;quot;2030\\\\&amp;quot;\\\\n};\\\\n\\\\nCard card3 = new Card\\\\n{\\\\n  CardHolder = partyIdentification3,\\\\n  CardIdentification = cardIdentification3\\\\n};\\\\n\\\\nAmount amount = new Amount\\\\n{\\\\n  Currency = \\\\&amp;quot;USD\\\\&amp;quot;,\\\\n  Value = 10000\\\\n};\\\\n\\\\nCounterpartyInfoV3 counterpartyInfoV3 = new CounterpartyInfoV3\\\\n{\\\\n  Card = card3\\\\n};\\\\n\\\\nTransferInfo transferInfo = new TransferInfo\\\\n{\\\\n  BalanceAccountId = \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n  Reference = \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n  Amount = amount,\\\\n  Counterparty = counterpartyInfoV3,\\\\n  Description = \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;,\\\\n  Category = TransferInfo.CategoryEnum.Card\\\\n};\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nvar service = new TransfersService(client);\\\\nvar response = service.TransferFunds(transferInfo);&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;js&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;NodeJS (JavaScript)&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen Node API Library v19.0.0\\\\n\\\\\\\/\\\\\\\/ Require the parts of the module you want to use\\\\nconst { Client, TransfersAPI } = require(&#039;@adyen\\\\\\\/api-library&#039;);\\\\n\\\\\\\/\\\\\\\/ Initialize the client object\\\\nconst client = new Client({apiKey: \\\\&amp;quot;ADYEN_API_KEY\\\\&amp;quot;, environment: \\\\&amp;quot;TEST\\\\&amp;quot;});\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\nconst transferInfo = {\\\\n  amount: {\\\\n    value: 10000,\\\\n    currency: \\\\&amp;quot;USD\\\\&amp;quot;\\\\n  },\\\\n  balanceAccountId: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n  category: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n  counterparty: {\\\\n    card: {\\\\n      cardHolder: {\\\\n        type: \\\\&amp;quot;individual\\\\&amp;quot;,\\\\n        firstName: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n        lastName: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n        address: {\\\\n          city: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n          country: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n          line1: \\\\&amp;quot;274\\\\&amp;quot;,\\\\n          line2: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n          postalCode: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n          stateOrProvince: \\\\&amp;quot;CA\\\\&amp;quot;\\\\n        }\\\\n      },\\\\n      cardIdentification: {\\\\n        number: \\\\&amp;quot;4321123456788765\\\\&amp;quot;,\\\\n        expiryMonth: \\\\&amp;quot;03\\\\&amp;quot;,\\\\n        expiryYear: \\\\&amp;quot;2030\\\\&amp;quot;\\\\n      }\\\\n    }\\\\n  },\\\\n  reference: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n  description: \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;\\\\n}\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nconst transfersAPI = new TransfersAPI(client);\\\\nconst response = transfersAPI.TransfersApi.transferFunds(transferInfo);&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;go&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;Go&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen Go API Library v11.0.0\\\\nimport (\\\\n  \\\\&amp;quot;context\\\\&amp;quot;\\\\n  \\\\&amp;quot;github.com\\\\\\\/adyen\\\\\\\/adyen-go-api-library\\\\\\\/v9\\\\\\\/src\\\\\\\/common\\\\&amp;quot;\\\\n  \\\\&amp;quot;github.com\\\\\\\/adyen\\\\\\\/adyen-go-api-library\\\\\\\/v9\\\\\\\/src\\\\\\\/adyen\\\\&amp;quot;\\\\n  \\\\&amp;quot;github.com\\\\\\\/adyen\\\\\\\/adyen-go-api-library\\\\\\\/v9\\\\\\\/src\\\\\\\/transfers\\\\&amp;quot;\\\\n)\\\\nclient := adyen.NewClient(&amp;amp;common.Config{\\\\n  ApiKey:      \\\\&amp;quot;ADYEN_API_KEY\\\\&amp;quot;,\\\\n  Environment: common.TestEnv,\\\\n})\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\naddress3 := transfers.Address{\\\\n  Country: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n  StateOrProvince: common.PtrString(\\\\&amp;quot;CA\\\\&amp;quot;),\\\\n  City: common.PtrString(\\\\&amp;quot;San Francisco\\\\&amp;quot;),\\\\n  PostalCode: common.PtrString(\\\\&amp;quot;94107\\\\&amp;quot;),\\\\n  Line2: common.PtrString(\\\\&amp;quot;Brannan St\\\\&amp;quot;),\\\\n  Line1: common.PtrString(\\\\&amp;quot;274\\\\&amp;quot;),\\\\n}\\\\n\\\\npartyIdentification3 := transfers.PartyIdentification{\\\\n  FirstName: common.PtrString(\\\\&amp;quot;Albert\\\\&amp;quot;),\\\\n  LastName: common.PtrString(\\\\&amp;quot;Klaassen\\\\&amp;quot;),\\\\n  Address: &amp;amp;address3,\\\\n  Type: common.PtrString(\\\\&amp;quot;individual\\\\&amp;quot;),\\\\n}\\\\n\\\\ncardIdentification3 := transfers.CardIdentification{\\\\n  Number: common.PtrString(\\\\&amp;quot;4321123456788765\\\\&amp;quot;),\\\\n  ExpiryMonth: common.PtrString(\\\\&amp;quot;03\\\\&amp;quot;),\\\\n  ExpiryYear: common.PtrString(\\\\&amp;quot;2030\\\\&amp;quot;),\\\\n}\\\\n\\\\ncard3 := transfers.Card{\\\\n  CardHolder: partyIdentification3,\\\\n  CardIdentification: cardIdentification3,\\\\n}\\\\n\\\\namount := transfers.Amount{\\\\n  Currency: \\\\&amp;quot;USD\\\\&amp;quot;,\\\\n  Value: 10000,\\\\n}\\\\n\\\\ncounterpartyInfoV3 := transfers.CounterpartyInfoV3{\\\\n  Card: &amp;amp;card3,\\\\n}\\\\n\\\\ntransferInfo := transfers.TransferInfo{\\\\n  BalanceAccountId: common.PtrString(\\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;),\\\\n  Reference: common.PtrString(\\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;),\\\\n  Amount: amount,\\\\n  Counterparty: counterpartyInfoV3,\\\\n  Description: common.PtrString(\\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;),\\\\n  Category: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n}\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nservice := client.Transfers()\\\\nreq := service.TransfersApi.TransferFundsInput().TransferInfo(transferInfo)\\\\nres, httpRes, err := service.TransfersApi.TransferFunds(context.Background(), req)&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;py&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;Python&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;# Adyen Python API Library v12.6.0\\\\nimport Adyen\\\\n\\\\nadyen = Adyen.Adyen()\\\\nadyen.client.xapikey = \\\\&amp;quot;ADYEN_API_KEY\\\\&amp;quot;\\\\nadyen.client.platform = \\\\&amp;quot;test\\\\&amp;quot; # The environment to use library in.\\\\n\\\\n# Create the request object(s)\\\\njson_request = {\\\\n  \\\\&amp;quot;amount\\\\&amp;quot;: {\\\\n    \\\\&amp;quot;value\\\\&amp;quot;: 10000,\\\\n    \\\\&amp;quot;currency\\\\&amp;quot;: \\\\&amp;quot;USD\\\\&amp;quot;\\\\n  },\\\\n  \\\\&amp;quot;balanceAccountId\\\\&amp;quot;: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n  \\\\&amp;quot;category\\\\&amp;quot;: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n  \\\\&amp;quot;counterparty\\\\&amp;quot;: {\\\\n    \\\\&amp;quot;card\\\\&amp;quot;: {\\\\n      \\\\&amp;quot;cardHolder\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;type\\\\&amp;quot;: \\\\&amp;quot;individual\\\\&amp;quot;,\\\\n        \\\\&amp;quot;firstName\\\\&amp;quot;: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n        \\\\&amp;quot;lastName\\\\&amp;quot;: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n        \\\\&amp;quot;address\\\\&amp;quot;: {\\\\n          \\\\&amp;quot;city\\\\&amp;quot;: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n          \\\\&amp;quot;country\\\\&amp;quot;: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n          \\\\&amp;quot;line1\\\\&amp;quot;: \\\\&amp;quot;274\\\\&amp;quot;,\\\\n          \\\\&amp;quot;line2\\\\&amp;quot;: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n          \\\\&amp;quot;postalCode\\\\&amp;quot;: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n          \\\\&amp;quot;stateOrProvince\\\\&amp;quot;: \\\\&amp;quot;CA\\\\&amp;quot;\\\\n        }\\\\n      },\\\\n      \\\\&amp;quot;cardIdentification\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;number\\\\&amp;quot;: \\\\&amp;quot;4321123456788765\\\\&amp;quot;,\\\\n        \\\\&amp;quot;expiryMonth\\\\&amp;quot;: \\\\&amp;quot;03\\\\&amp;quot;,\\\\n        \\\\&amp;quot;expiryYear\\\\&amp;quot;: \\\\&amp;quot;2030\\\\&amp;quot;\\\\n      }\\\\n    }\\\\n  },\\\\n  \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n  \\\\&amp;quot;description\\\\&amp;quot;: \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;\\\\n}\\\\n\\\\n# Send the request\\\\nresult = adyen.transfers.transfers_api.transfer_funds(request=json_request)&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;rb&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;Ruby&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;# Adyen Ruby API Library v9.6.0\\\\nrequire \\\\&amp;quot;adyen-ruby-api-library\\\\&amp;quot;\\\\n\\\\nadyen = Adyen::Client.new\\\\nadyen.api_key = &#039;ADYEN_API_KEY&#039;\\\\nadyen.env = :test # Set to \\\\&amp;quot;live\\\\&amp;quot; for live environment\\\\n\\\\n# Create the request object(s)\\\\nrequest_body = {\\\\n  :amount =&amp;gt; {\\\\n    :value =&amp;gt; 10000,\\\\n    :currency =&amp;gt; &#039;USD&#039;\\\\n  },\\\\n  :balanceAccountId =&amp;gt; &#039;BA00000000000000000000001&#039;,\\\\n  :category =&amp;gt; &#039;card&#039;,\\\\n  :counterparty =&amp;gt; {\\\\n    :card =&amp;gt; {\\\\n      :cardHolder =&amp;gt; {\\\\n        :type =&amp;gt; &#039;individual&#039;,\\\\n        :firstName =&amp;gt; &#039;Albert&#039;,\\\\n        :lastName =&amp;gt; &#039;Klaassen&#039;,\\\\n        :address =&amp;gt; {\\\\n          :city =&amp;gt; &#039;San Francisco&#039;,\\\\n          :country =&amp;gt; &#039;US&#039;,\\\\n          :line1 =&amp;gt; &#039;274&#039;,\\\\n          :line2 =&amp;gt; &#039;Brannan St&#039;,\\\\n          :postalCode =&amp;gt; &#039;94107&#039;,\\\\n          :stateOrProvince =&amp;gt; &#039;CA&#039;\\\\n        }\\\\n      },\\\\n      :cardIdentification =&amp;gt; {\\\\n        :number =&amp;gt; &#039;4321123456788765&#039;,\\\\n        :expiryMonth =&amp;gt; &#039;03&#039;,\\\\n        :expiryYear =&amp;gt; &#039;2030&#039;\\\\n      }\\\\n    }\\\\n  },\\\\n  :reference =&amp;gt; &#039;Your internal reference for the transfer&#039;,\\\\n  :description =&amp;gt; &#039;Your internal description for the transfer&#039;\\\\n}\\\\n\\\\n# Send the request\\\\nresult = adyen.transfers.transfers_api.transfer_funds(request_body)&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;ts&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;NodeJS (TypeScript)&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen Node API Library v19.0.0\\\\n\\\\\\\/\\\\\\\/ Require the parts of the module you want to use\\\\nimport { Client, TransfersAPI, Types } from \\\\&amp;quot;@adyen\\\\\\\/api-library\\\\&amp;quot;;\\\\n\\\\\\\/\\\\\\\/ Initialize the client object\\\\nconst client = new Client({apiKey: \\\\&amp;quot;ADYEN_API_KEY\\\\&amp;quot;, environment: \\\\&amp;quot;TEST\\\\&amp;quot;});\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\nconst address3: Types.transfers.Address = {\\\\n  country: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n  stateOrProvince: \\\\&amp;quot;CA\\\\&amp;quot;,\\\\n  city: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n  postalCode: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n  line2: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n  line1: \\\\&amp;quot;274\\\\&amp;quot;\\\\n};\\\\n\\\\nconst partyIdentification3: Types.transfers.PartyIdentification = {\\\\n  firstName: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n  lastName: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n  address: address3,\\\\n  type: Types.transfers.PartyIdentification.TypeEnum.Individual\\\\n};\\\\n\\\\nconst cardIdentification3: Types.transfers.CardIdentification = {\\\\n  number: \\\\&amp;quot;4321123456788765\\\\&amp;quot;,\\\\n  expiryMonth: \\\\&amp;quot;03\\\\&amp;quot;,\\\\n  expiryYear: \\\\&amp;quot;2030\\\\&amp;quot;\\\\n};\\\\n\\\\nconst card3: Types.transfers.Card = {\\\\n  cardHolder: partyIdentification3,\\\\n  cardIdentification: cardIdentification3\\\\n};\\\\n\\\\nconst amount: Types.transfers.Amount = {\\\\n  currency: \\\\&amp;quot;USD\\\\&amp;quot;,\\\\n  value: 10000\\\\n};\\\\n\\\\nconst counterpartyInfoV3: Types.transfers.CounterpartyInfoV3 = {\\\\n  card: card3\\\\n};\\\\n\\\\nconst transferInfo: Types.transfers.TransferInfo = {\\\\n  balanceAccountId: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n  reference: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n  amount: amount,\\\\n  counterparty: counterpartyInfoV3,\\\\n  description: \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;,\\\\n  category: Types.transfers.TransferInfo.CategoryEnum.Card\\\\n};\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nconst transfersAPI = new TransfersAPI(client);\\\\nconst response = transfersAPI.TransfersApi.transferFunds(transferInfo);&amp;quot;}]\\&quot; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n&lt;div class=\\&quot;accordion-shortcode adl-accordion adl-accordion--max-height-transition\\&quot; data-expand=\\&quot;true\\&quot; data-ignore=\\&quot;anchorjs-link\\&quot;&gt;\\n    \\n    &lt;div class=\\&quot;adl-accordion__item\\&quot; style=\\&quot;\\&quot;&gt;\\n        &lt;div tabindex=\\&quot;0\\&quot; role=\\&quot;item\\&quot; aria-expanded=\\&quot;false\\&quot; class=\\&quot;adl-accordion__header\\&quot;&gt;\\n            &lt;i class=\\&quot;adl-accordion__toggle adl-icon-chevron-down\\&quot;&gt;&lt;\\\/i&gt;\\n            &lt;div class=\\&quot;adl-accordion__title-wrapper\\&quot; data-accordion=\\&quot;#process-a-transfer-type-in-a-future-date\\&quot;&gt;\\n                                    &lt;h3 class=\\&quot;adl-accordion__title\\&quot;&gt;Process a payout in a future date&lt;\\\/h3&gt;\\n                            &lt;\\\/div&gt;\\n        &lt;\\\/div&gt;\\n        &lt;div role=\\&quot;region\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n            \\n&lt;ol&gt;\\n&lt;li&gt;\\n&lt;p&gt;When you make a payout request, you can specify a future date when you want Adyen to process the payout. You can do this by including the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-executionDate\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate&lt;\\\/a&gt; object in the POST  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;\\\/transfers&lt;\\\/a&gt; request.&lt;\\\/p&gt;\\n&lt;p&gt;If your payout request is successful, the payout remains in &lt;code&gt;status&lt;\\\/code&gt; &lt;strong&gt;received&lt;\\\/strong&gt; with &lt;code&gt;reason&lt;\\\/code&gt; &lt;strong&gt;pending&lt;\\\/strong&gt; until the execution date. On the execution date, between 00:00 and 03:00 - based on the time zone configured on the Balance Platform by default - Adyen verifies that:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;The source balance account has enough funds.&lt;\\\/li&gt;\\n&lt;li&gt;The transfer was approved by a member of your team, if you triggered an additional review.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;p&gt;If all previous conditions are satisfied, Adyen processes the payout request.&lt;\\\/p&gt;\\n&lt;p&gt;Adyen attempts to process the payout only one time. In case of any errors, such as having insufficient funds in the balance account, the payout request ends with &lt;code&gt;status&lt;\\\/code&gt; &lt;strong&gt;failed&lt;\\\/strong&gt;. If this happens, Adyen sends a &lt;a href=\\&quot;#get-status-updates\\&quot;&gt;webhook&lt;\\\/a&gt; with details about the failure.&lt;\\\/p&gt;\\n&lt;p&gt;To specify a future execution date, specify the following parameters:&lt;\\\/p&gt;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th&gt;Parameter name&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-executionDate-date\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate.date&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The date when the payout will be processed. This date must:&lt;ul&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;Be within 30 days of the current date.&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;Be in the &lt;a href=\\&quot;https:\\\/\\\/www.iso.org\\\/iso-8601-date-and-time-format.html\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot; class=\\&quot;external-link no-image\\&quot;&gt;ISO 8601 format&lt;\\\/a&gt; &lt;strong&gt;YYYY-MM-DD&lt;\\\/strong&gt;. For example: 2025-01-31.&lt;\\\/li&gt;&lt;\\\/ul&gt;&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-executionDate-timezone\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate.timezone&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The timezone that applies to the execution date. Use a timezone identifier from the &lt;a href=\\&quot;https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/List_of_tz_database_time_zones\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot; class=\\&quot;external-link no-image\\&quot;&gt;tz database&lt;\\\/a&gt;.&lt;br\\\/&gt;&lt;br\\\/&gt;For example: &lt;strong&gt;America\\\/Los_Angeles&lt;\\\/strong&gt;.&lt;br\\\/&gt;Default value: &lt;strong&gt;Europe\\\/Amsterdam&lt;\\\/strong&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;p&gt;The following code sample shows how to include the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-executionDate\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate&lt;\\\/a&gt; object in a payout request.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n&lt;code-sample :title=\\&quot;&#039;Specify an execution date in the future&#039;\\&quot; :id=\\&quot;&#039;transfer-future-date-payout-card-raw&#039;\\&quot; :code-data=\\&quot;[{&amp;quot;language&amp;quot;:&amp;quot;bash&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;curl https:\\\\\\\/\\\\\\\/balanceplatform-api-test.adyen.com\\\\\\\/btl\\\\\\\/v4\\\\\\\/transfers \\\\\\\\\\\\n-H &#039;x-api-key: YOUR_BALANCE_PLATFORM_API_KEY&#039; \\\\\\\\\\\\n-H &#039;content-type: application\\\\\\\/json&#039; \\\\\\\\\\\\n-X POST \\\\\\\\\\\\n-d &#039;{\\\\n    \\\\&amp;quot;amount\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;value\\\\&amp;quot;: 80000,\\\\n        \\\\&amp;quot;currency\\\\&amp;quot;: \\\\&amp;quot;EUR\\\\&amp;quot;\\\\n    },\\\\n    \\\\&amp;quot;balanceAccountId\\\\&amp;quot;: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n    \\\\&amp;quot;category\\\\&amp;quot;: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n    \\\\&amp;quot;counterparty\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;card\\\\&amp;quot;: {\\\\n            \\\\&amp;quot;cardHolder\\\\&amp;quot;: {\\\\n                \\\\&amp;quot;type\\\\&amp;quot;: \\\\&amp;quot;individual\\\\&amp;quot;,\\\\n                \\\\&amp;quot;firstName\\\\&amp;quot;: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n                \\\\&amp;quot;lastName\\\\&amp;quot;: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n                \\\\&amp;quot;address\\\\&amp;quot;: {\\\\n                    \\\\&amp;quot;city\\\\&amp;quot;: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;country\\\\&amp;quot;: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;line1\\\\&amp;quot;: \\\\&amp;quot;274\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;line2\\\\&amp;quot;: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;postalCode\\\\&amp;quot;: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;stateOrProvince\\\\&amp;quot;: \\\\&amp;quot;CA\\\\&amp;quot;\\\\n                }\\\\n            },\\\\n            \\\\&amp;quot;cardIdentification\\\\&amp;quot;: {\\\\n                \\\\&amp;quot;number\\\\&amp;quot;: \\\\&amp;quot;4321123456788765\\\\&amp;quot;,\\\\n                \\\\&amp;quot;expiryMonth\\\\&amp;quot;: \\\\&amp;quot;03\\\\&amp;quot;,\\\\n                \\\\&amp;quot;expiryYear\\\\&amp;quot;: \\\\&amp;quot;2030\\\\&amp;quot;\\\\n            }\\\\n        }\\\\n    },\\\\n    \\\\&amp;quot;executionDate\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;date\\\\&amp;quot;: \\\\&amp;quot;2025-04-18\\\\&amp;quot;,\\\\n        \\\\&amp;quot;timezone\\\\&amp;quot;: \\\\&amp;quot;America\\\\\\\/Los_Angeles\\\\&amp;quot;\\\\n    },\\\\n    \\\\&amp;quot;priority\\\\&amp;quot;: \\\\&amp;quot;regular\\\\&amp;quot;,\\\\n    \\\\&amp;quot;referenceForBeneficiary\\\\&amp;quot;: \\\\&amp;quot;Your-reference-sent-to-the-beneficiary\\\\&amp;quot;,\\\\n    \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n    \\\\&amp;quot;description\\\\&amp;quot;: \\\\&amp;quot;Your description for the transfer\\\\&amp;quot;\\\\n}&#039;&amp;quot;}]\\&quot; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n&lt;\\\/li&gt;\\n&lt;li&gt;\\n&lt;p&gt;If the payout request is successful, you receive an &lt;strong&gt;HTTP 202 Accepted&lt;\\\/strong&gt; response with the payout details and the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#responses-200-executionDate\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate&lt;\\\/a&gt; object.&lt;\\\/p&gt;\\n&lt;\\\/li&gt;\\n&lt;\\\/ol&gt;\\n\\n        &lt;\\\/div&gt;\\n    &lt;\\\/div&gt;\\n&lt;\\\/div&gt;\\n\\n&quot;,&quot;altTitle&quot;:&quot;raw&quot;,&quot;oldTabId&quot;:&quot;one-off-request-raw_1&quot;,&quot;relation&quot;:&quot;raw&quot;},{&quot;title&quot;:&quot;One-off payouts with tokenized data&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;To make a request for a one-off card payout with tokenized card details:&lt;\\\/p&gt;\\n&lt;ol&gt;\\n&lt;li&gt;&lt;a href=\\&quot;\\\/pt\\\/payouts\\\/payout-service\\\/pay-out-to-cards\\\/manage-card-details\\\/#store-card-details\\&quot;&gt;Store the card details&lt;\\\/a&gt; with the &lt;code&gt;recurringProcessingModel&lt;\\\/code&gt; set to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;CardOnFile&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/li&gt;\\n&lt;li&gt;\\n&lt;p&gt;Make a POST  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;\\\/transfers&lt;\\\/a&gt; request, specifying the following parameters:&lt;\\\/p&gt;\\n&lt;div class=\\&quot;sticky-table-container\\&quot;&gt;\\n    \\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th&gt;Parameter&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-amount\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;amount&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The amount of the transfer.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-balanceAccountId\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;balanceAccountId&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The balance account from which funds are deducted.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-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: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Set to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;card&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;counterparty.card&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;An object that contains details about the card that you are paying out to.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-description\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;description&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Your description for the transfer. You can use this to identify the payout in your &lt;a href=\\&quot;https:\\\/\\\/ca-test.adyen.com\\\/\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot; class=\\&quot;external-link no-image\\&quot;&gt;Customer Area&lt;\\\/a&gt;.&lt;br\\\/&gt;&lt;br\\\/&gt;The description is only used within your balance platform and not sent to the recipient.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-reference\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;reference&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Your reference for the transfer. You can use this to identify the payout in your &lt;a href=\\&quot;https:\\\/\\\/ca-test.adyen.com\\\/\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot; class=\\&quot;external-link no-image\\&quot;&gt;Customer Area&lt;\\\/a&gt;. &lt;br\\\/&gt;&lt;br\\\/&gt;The reference is only used within your balance platform and not sent to the recipient. If you do not provide this value in the request, Adyen generates a unique reference.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n\\n&lt;\\\/div&gt;\\n\\n&lt;p&gt;In the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;counterparty.card&lt;\\\/a&gt; object, include the following parameters:&lt;\\\/p&gt;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th&gt;Parameter in &lt;code&gt;counterparty.card&lt;\\\/code&gt;&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card-cardHolder-address\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;cardHolder.address&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;An object that contains the address information of the cardholder.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card-cardHolder-firstName\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;cardHolder.firstName&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The first name of the cardholder.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card-cardHolder-lastName\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;cardHolder.lastName&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The last name of the cardholder.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card-cardHolder-reference\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;cardHolder.reference&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;A unique reference to identify the cardholder. This value must be the &lt;code&gt;shopperReference&lt;\\\/code&gt; that you used to create the token.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card-cardHolder-type\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;cardHolder.type&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Set to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;individual&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card-cardIdentification-storedPaymentMethodId\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;cardIdentification.storedPaymentMethodId&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The &lt;a href=\\&quot;\\\/pt\\\/payouts\\\/payout-service\\\/pay-out-to-cards\\\/manage-card-details#store-card-details\\&quot;&gt;token&lt;\\\/a&gt; that you created for the counterparty card. Make a  &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 create a token, then receive a recurring lifecycle webhook that contains the token in the &lt;code&gt;storedPaymentMethodId&lt;\\\/code&gt; field.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n&lt;code-sample :title=\\&quot;&#039;Example request for a one-off payout with tokenized card data&#039;\\&quot; :id=\\&quot;&#039;request-token&#039;\\&quot; :code-data=\\&quot;[{&amp;quot;language&amp;quot;:&amp;quot;bash&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;curl&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;curl https:\\\\\\\/\\\\\\\/balanceplatform-api-test.adyen.com\\\\\\\/btl\\\\\\\/v4\\\\\\\/transfers \\\\\\\\\\\\n-H &#039;x-api-key: ADYEN_BALANCE_PLATFORM_API_KEY&#039; \\\\\\\\\\\\n-H &#039;content-type: application\\\\\\\/json&#039; \\\\\\\\\\\\n-X POST \\\\\\\\\\\\n-d &#039;{\\\\n    \\\\&amp;quot;amount\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;value\\\\&amp;quot;: 10000,\\\\n        \\\\&amp;quot;currency\\\\&amp;quot;: \\\\&amp;quot;USD\\\\&amp;quot;\\\\n    },\\\\n    \\\\&amp;quot;balanceAccountId\\\\&amp;quot;: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n    \\\\&amp;quot;category\\\\&amp;quot;: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n    \\\\&amp;quot;counterparty\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;card\\\\&amp;quot;: {\\\\n            \\\\&amp;quot;cardHolder\\\\&amp;quot;: {\\\\n                \\\\&amp;quot;firstName\\\\&amp;quot;: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n                \\\\&amp;quot;lastName\\\\&amp;quot;: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n                \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;,\\\\n                \\\\&amp;quot;type\\\\&amp;quot;: \\\\&amp;quot;individual\\\\&amp;quot;,\\\\n                \\\\&amp;quot;address\\\\&amp;quot;: {\\\\n                    \\\\&amp;quot;city\\\\&amp;quot;: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;country\\\\&amp;quot;: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;line1\\\\&amp;quot;: \\\\&amp;quot;274\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;line2\\\\&amp;quot;: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;postalCode\\\\&amp;quot;: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;stateOrProvince\\\\&amp;quot;: \\\\&amp;quot;CA\\\\&amp;quot;\\\\n                }\\\\n            },\\\\n            \\\\&amp;quot;cardIdentification\\\\&amp;quot;: {\\\\n                \\\\&amp;quot;storedPaymentMethodId\\\\&amp;quot;: \\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;\\\\n            }\\\\n        }\\\\n    },\\\\n    \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n    \\\\&amp;quot;description\\\\&amp;quot;: \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;\\\\n}&#039;&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;java&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;Java&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen Java API Library v34.0.0\\\\nimport com.adyen.Client;\\\\nimport com.adyen.enums.Environment;\\\\nimport com.adyen.model.transfers.*;\\\\nimport java.time.OffsetDateTime;\\\\nimport java.util.*;\\\\nimport com.adyen.model.RequestOptions;\\\\nimport com.adyen.service.transfers.*;\\\\n\\\\nClient client = new Client(\\\\&amp;quot;ADYEN_BALANCE_PLATFORM_API_KEY\\\\&amp;quot;, Environment.TEST);\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\nAddress address3 = new Address()\\\\n  .country(\\\\&amp;quot;US\\\\&amp;quot;)\\\\n  .stateOrProvince(\\\\&amp;quot;CA\\\\&amp;quot;)\\\\n  .city(\\\\&amp;quot;San Francisco\\\\&amp;quot;)\\\\n  .postalCode(\\\\&amp;quot;94107\\\\&amp;quot;)\\\\n  .line2(\\\\&amp;quot;Brannan St\\\\&amp;quot;)\\\\n  .line1(\\\\&amp;quot;274\\\\&amp;quot;);\\\\n\\\\nPartyIdentification partyIdentification3 = new PartyIdentification()\\\\n  .reference(\\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;)\\\\n  .firstName(\\\\&amp;quot;Albert\\\\&amp;quot;)\\\\n  .lastName(\\\\&amp;quot;Klaassen\\\\&amp;quot;)\\\\n  .address(address3)\\\\n  .type(PartyIdentification.TypeEnum.INDIVIDUAL);\\\\n\\\\nCardIdentification cardIdentification3 = new CardIdentification()\\\\n  .storedPaymentMethodId(\\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;);\\\\n\\\\nCard card3 = new Card()\\\\n  .cardHolder(partyIdentification3)\\\\n  .cardIdentification(cardIdentification3);\\\\n\\\\nAmount amount = new Amount()\\\\n  .currency(\\\\&amp;quot;USD\\\\&amp;quot;)\\\\n  .value(10000L);\\\\n\\\\nCounterpartyInfoV3 counterpartyInfoV3 = new CounterpartyInfoV3()\\\\n  .card(card3);\\\\n\\\\nTransferInfo transferInfo = new TransferInfo()\\\\n  .balanceAccountId(\\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;)\\\\n  .reference(\\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;)\\\\n  .amount(amount)\\\\n  .counterparty(counterpartyInfoV3)\\\\n  .description(\\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;)\\\\n  .category(TransferInfo.CategoryEnum.CARD);\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nTransfersApi service = new TransfersApi(client);\\\\nTransfer response = service.transferFunds(transferInfo, new RequestOptions().idempotencyKey(\\\\&amp;quot;UUID\\\\&amp;quot;));&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;php&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;PHP&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;&amp;lt;?php\\\\n\\\\\\\/\\\\\\\/ Adyen PHP API Library v26.0.0\\\\nuse Adyen\\\\\\\\Client;\\\\nuse Adyen\\\\\\\\Environment;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\Amount;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\CounterpartyInfoV3;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\Address;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\PartyIdentification;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\CardIdentification;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\TransferInfo;\\\\nuse Adyen\\\\\\\\Service\\\\\\\\Transfers\\\\\\\\TransfersApi;\\\\n\\\\n$client = new Client();\\\\n$client-&amp;gt;setXApiKey(\\\\&amp;quot;ADYEN_BALANCE_PLATFORM_API_KEY\\\\&amp;quot;);\\\\n$client-&amp;gt;setEnvironment(Environment::TEST);\\\\n\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\n$address3 = new Address();\\\\n$address3\\\\n  -&amp;gt;setCountry(\\\\&amp;quot;US\\\\&amp;quot;)\\\\n  -&amp;gt;setStateOrProvince(\\\\&amp;quot;CA\\\\&amp;quot;)\\\\n  -&amp;gt;setCity(\\\\&amp;quot;San Francisco\\\\&amp;quot;)\\\\n  -&amp;gt;setPostalCode(\\\\&amp;quot;94107\\\\&amp;quot;)\\\\n  -&amp;gt;setLine2(\\\\&amp;quot;Brannan St\\\\&amp;quot;)\\\\n  -&amp;gt;setLine1(\\\\&amp;quot;274\\\\&amp;quot;);\\\\n\\\\n$partyIdentification3 = new PartyIdentification();\\\\n$partyIdentification3\\\\n  -&amp;gt;setReference(\\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;)\\\\n  -&amp;gt;setFirstName(\\\\&amp;quot;Albert\\\\&amp;quot;)\\\\n  -&amp;gt;setLastName(\\\\&amp;quot;Klaassen\\\\&amp;quot;)\\\\n  -&amp;gt;setAddress($address3)\\\\n  -&amp;gt;setType(\\\\&amp;quot;individual\\\\&amp;quot;);\\\\n\\\\n$cardIdentification3 = new CardIdentification();\\\\n$cardIdentification3\\\\n  -&amp;gt;setStoredPaymentMethodId(\\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;);\\\\n\\\\n$card3 = new Card();\\\\n$card3\\\\n  -&amp;gt;setCardHolder($partyIdentification3)\\\\n  -&amp;gt;setCardIdentification($cardIdentification3);\\\\n\\\\n$amount = new Amount();\\\\n$amount\\\\n  -&amp;gt;setCurrency(\\\\&amp;quot;USD\\\\&amp;quot;)\\\\n  -&amp;gt;setValue(10000);\\\\n\\\\n$counterpartyInfoV3 = new CounterpartyInfoV3();\\\\n$counterpartyInfoV3\\\\n  -&amp;gt;setCard($card3);\\\\n\\\\n$transferInfo = new TransferInfo();\\\\n$transferInfo\\\\n  -&amp;gt;setBalanceAccountId(\\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;)\\\\n  -&amp;gt;setReference(\\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;)\\\\n  -&amp;gt;setAmount($amount)\\\\n  -&amp;gt;setCounterparty($counterpartyInfoV3)\\\\n  -&amp;gt;setDescription(\\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;)\\\\n  -&amp;gt;setCategory(\\\\&amp;quot;card\\\\&amp;quot;);\\\\n\\\\n$requestOptions[&#039;idempotencyKey&#039;] = &#039;UUID&#039;;\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\n$service = new TransfersApi($client);\\\\n$response = $service-&amp;gt;transferFunds($transferInfo, $requestOptions);&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;cs&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;C#&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen .net API Library v29.0.0\\\\nusing Adyen;\\\\nusing Environment = Adyen.Model.Environment;\\\\nusing Adyen.Model;\\\\nusing Adyen.Model.Transfers;\\\\nusing Adyen.Service.Transfers;\\\\n\\\\nvar config = new Config()\\\\n{\\\\n    XApiKey = \\\\&amp;quot;ADYEN_BALANCE_PLATFORM_API_KEY\\\\&amp;quot;,\\\\n    Environment = Environment.Test\\\\n};\\\\nvar client = new Client(config);\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\nAddress address3 = new Address\\\\n{\\\\n  Country = \\\\&amp;quot;US\\\\&amp;quot;,\\\\n  StateOrProvince = \\\\&amp;quot;CA\\\\&amp;quot;,\\\\n  City = \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n  PostalCode = \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n  Line2 = \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n  Line1 = \\\\&amp;quot;274\\\\&amp;quot;\\\\n};\\\\n\\\\nPartyIdentification partyIdentification3 = new PartyIdentification\\\\n{\\\\n  Reference = \\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;,\\\\n  FirstName = \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n  LastName = \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n  Address = address3,\\\\n  Type = PartyIdentification.TypeEnum.Individual\\\\n};\\\\n\\\\nCardIdentification cardIdentification3 = new CardIdentification\\\\n{\\\\n  StoredPaymentMethodId = \\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;\\\\n};\\\\n\\\\nCard card3 = new Card\\\\n{\\\\n  CardHolder = partyIdentification3,\\\\n  CardIdentification = cardIdentification3\\\\n};\\\\n\\\\nAmount amount = new Amount\\\\n{\\\\n  Currency = \\\\&amp;quot;USD\\\\&amp;quot;,\\\\n  Value = 10000\\\\n};\\\\n\\\\nCounterpartyInfoV3 counterpartyInfoV3 = new CounterpartyInfoV3\\\\n{\\\\n  Card = card3\\\\n};\\\\n\\\\nTransferInfo transferInfo = new TransferInfo\\\\n{\\\\n  BalanceAccountId = \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n  Reference = \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n  Amount = amount,\\\\n  Counterparty = counterpartyInfoV3,\\\\n  Description = \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;,\\\\n  Category = TransferInfo.CategoryEnum.Card\\\\n};\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nvar service = new TransfersService(client);\\\\nvar response = service.TransferFunds(transferInfo, requestOptions: new RequestOptions { IdempotencyKey = \\\\&amp;quot;UUID\\\\&amp;quot;});&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;js&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;NodeJS (JavaScript)&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen Node API Library v25.0.0\\\\nconst { Client, TransfersAPI } = require(&#039;@adyen\\\\\\\/api-library&#039;);\\\\n\\\\nconst client = new Client({ apiKey: \\\\&amp;quot;ADYEN_BALANCE_PLATFORM_API_KEY\\\\&amp;quot;, environment: \\\\&amp;quot;TEST\\\\&amp;quot; });\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\nconst transferInfo = {\\\\n  amount: {\\\\n    value: 10000,\\\\n    currency: \\\\&amp;quot;USD\\\\&amp;quot;\\\\n  },\\\\n  balanceAccountId: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n  category: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n  counterparty: {\\\\n    card: {\\\\n      cardHolder: {\\\\n        firstName: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n        lastName: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n        reference: \\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;,\\\\n        type: \\\\&amp;quot;individual\\\\&amp;quot;,\\\\n        address: {\\\\n          city: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n          country: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n          line1: \\\\&amp;quot;274\\\\&amp;quot;,\\\\n          line2: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n          postalCode: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n          stateOrProvince: \\\\&amp;quot;CA\\\\&amp;quot;\\\\n        }\\\\n      },\\\\n      cardIdentification: {\\\\n        storedPaymentMethodId: \\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;\\\\n      }\\\\n    }\\\\n  },\\\\n  reference: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n  description: \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;\\\\n}\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nconst transfersAPI = new TransfersAPI(client);\\\\nconst response = transfersAPI.TransfersApi.transferFunds(transferInfo, { idempotencyKey: \\\\&amp;quot;UUID\\\\&amp;quot; });&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;go&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;Go&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen Go API Library v18.0.0\\\\nimport (\\\\n  \\\\&amp;quot;context\\\\&amp;quot;\\\\n  \\\\&amp;quot;github.com\\\\\\\/adyen\\\\\\\/adyen-go-api-library\\\\\\\/v18\\\\\\\/src\\\\\\\/common\\\\&amp;quot;\\\\n  \\\\&amp;quot;github.com\\\\\\\/adyen\\\\\\\/adyen-go-api-library\\\\\\\/v18\\\\\\\/src\\\\\\\/adyen\\\\&amp;quot;\\\\n  \\\\&amp;quot;github.com\\\\\\\/adyen\\\\\\\/adyen-go-api-library\\\\\\\/v18\\\\\\\/src\\\\\\\/transfers\\\\&amp;quot;\\\\n)\\\\nclient := adyen.NewClient(&amp;amp;common.Config{\\\\n  ApiKey:      \\\\&amp;quot;ADYEN_BALANCE_PLATFORM_API_KEY\\\\&amp;quot;,\\\\n  Environment: common.TestEnv,\\\\n})\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\naddress3 := transfers.Address{\\\\n  Country: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n  StateOrProvince: common.PtrString(\\\\&amp;quot;CA\\\\&amp;quot;),\\\\n  City: common.PtrString(\\\\&amp;quot;San Francisco\\\\&amp;quot;),\\\\n  PostalCode: common.PtrString(\\\\&amp;quot;94107\\\\&amp;quot;),\\\\n  Line2: common.PtrString(\\\\&amp;quot;Brannan St\\\\&amp;quot;),\\\\n  Line1: common.PtrString(\\\\&amp;quot;274\\\\&amp;quot;),\\\\n}\\\\n\\\\npartyIdentification3 := transfers.PartyIdentification{\\\\n  Reference: common.PtrString(\\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;),\\\\n  FirstName: common.PtrString(\\\\&amp;quot;Albert\\\\&amp;quot;),\\\\n  LastName: common.PtrString(\\\\&amp;quot;Klaassen\\\\&amp;quot;),\\\\n  Address: &amp;amp;address3,\\\\n  Type: common.PtrString(\\\\&amp;quot;individual\\\\&amp;quot;),\\\\n}\\\\n\\\\ncardIdentification3 := transfers.CardIdentification{\\\\n  StoredPaymentMethodId: common.PtrString(\\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;),\\\\n}\\\\n\\\\ncard3 := transfers.Card{\\\\n  CardHolder: partyIdentification3,\\\\n  CardIdentification: cardIdentification3,\\\\n}\\\\n\\\\namount := transfers.Amount{\\\\n  Currency: \\\\&amp;quot;USD\\\\&amp;quot;,\\\\n  Value: 10000,\\\\n}\\\\n\\\\ncounterpartyInfoV3 := transfers.CounterpartyInfoV3{\\\\n  Card: &amp;amp;card3,\\\\n}\\\\n\\\\ntransferInfo := transfers.TransferInfo{\\\\n  BalanceAccountId: common.PtrString(\\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;),\\\\n  Reference: common.PtrString(\\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;),\\\\n  Amount: amount,\\\\n  Counterparty: counterpartyInfoV3,\\\\n  Description: common.PtrString(\\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;),\\\\n  Category: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n}\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nservice := client.Transfers()\\\\nreq := service.TransfersApi.TransferFundsInput().IdempotencyKey(\\\\&amp;quot;UUID\\\\&amp;quot;).TransferInfo(transferInfo)\\\\nres, httpRes, err := service.TransfersApi.TransferFunds(context.Background(), req)&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;py&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;Python&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;# Adyen Python API Library v13.4.0\\\\nimport Adyen\\\\n\\\\nadyen = Adyen.Adyen()\\\\nadyen.client.xapikey = \\\\&amp;quot;ADYEN_BALANCE_PLATFORM_API_KEY\\\\&amp;quot;\\\\nadyen.client.platform = \\\\&amp;quot;test\\\\&amp;quot; # The environment to use library in.\\\\n\\\\n# Create the request object(s)\\\\njson_request = {\\\\n  \\\\&amp;quot;amount\\\\&amp;quot;: {\\\\n    \\\\&amp;quot;value\\\\&amp;quot;: 10000,\\\\n    \\\\&amp;quot;currency\\\\&amp;quot;: \\\\&amp;quot;USD\\\\&amp;quot;\\\\n  },\\\\n  \\\\&amp;quot;balanceAccountId\\\\&amp;quot;: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n  \\\\&amp;quot;category\\\\&amp;quot;: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n  \\\\&amp;quot;counterparty\\\\&amp;quot;: {\\\\n    \\\\&amp;quot;card\\\\&amp;quot;: {\\\\n      \\\\&amp;quot;cardHolder\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;firstName\\\\&amp;quot;: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n        \\\\&amp;quot;lastName\\\\&amp;quot;: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n        \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;,\\\\n        \\\\&amp;quot;type\\\\&amp;quot;: \\\\&amp;quot;individual\\\\&amp;quot;,\\\\n        \\\\&amp;quot;address\\\\&amp;quot;: {\\\\n          \\\\&amp;quot;city\\\\&amp;quot;: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n          \\\\&amp;quot;country\\\\&amp;quot;: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n          \\\\&amp;quot;line1\\\\&amp;quot;: \\\\&amp;quot;274\\\\&amp;quot;,\\\\n          \\\\&amp;quot;line2\\\\&amp;quot;: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n          \\\\&amp;quot;postalCode\\\\&amp;quot;: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n          \\\\&amp;quot;stateOrProvince\\\\&amp;quot;: \\\\&amp;quot;CA\\\\&amp;quot;\\\\n        }\\\\n      },\\\\n      \\\\&amp;quot;cardIdentification\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;storedPaymentMethodId\\\\&amp;quot;: \\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;\\\\n      }\\\\n    }\\\\n  },\\\\n  \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n  \\\\&amp;quot;description\\\\&amp;quot;: \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;\\\\n}\\\\n\\\\n# Send the request\\\\nresult = adyen.transfers.transfers_api.transfer_funds(request=json_request, idempotency_key=\\\\&amp;quot;UUID\\\\&amp;quot;)&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;rb&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;Ruby&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;# Adyen Ruby API Library v10.1.2\\\\nrequire \\\\&amp;quot;adyen-ruby-api-library\\\\&amp;quot;\\\\n\\\\nadyen = Adyen::Client.new\\\\nadyen.api_key = &#039;ADYEN_BALANCE_PLATFORM_API_KEY&#039;\\\\nadyen.env = :test # Set to \\\\&amp;quot;live\\\\&amp;quot; for live environment\\\\n\\\\n# Create the request object(s)\\\\nrequest_body = {\\\\n  :amount =&amp;gt; {\\\\n    :value =&amp;gt; 10000,\\\\n    :currency =&amp;gt; &#039;USD&#039;\\\\n  },\\\\n  :balanceAccountId =&amp;gt; &#039;BA00000000000000000000001&#039;,\\\\n  :category =&amp;gt; &#039;card&#039;,\\\\n  :counterparty =&amp;gt; {\\\\n    :card =&amp;gt; {\\\\n      :cardHolder =&amp;gt; {\\\\n        :firstName =&amp;gt; &#039;Albert&#039;,\\\\n        :lastName =&amp;gt; &#039;Klaassen&#039;,\\\\n        :reference =&amp;gt; &#039;Your reference for the cardholder&#039;,\\\\n        :type =&amp;gt; &#039;individual&#039;,\\\\n        :address =&amp;gt; {\\\\n          :city =&amp;gt; &#039;San Francisco&#039;,\\\\n          :country =&amp;gt; &#039;US&#039;,\\\\n          :line1 =&amp;gt; &#039;274&#039;,\\\\n          :line2 =&amp;gt; &#039;Brannan St&#039;,\\\\n          :postalCode =&amp;gt; &#039;94107&#039;,\\\\n          :stateOrProvince =&amp;gt; &#039;CA&#039;\\\\n        }\\\\n      },\\\\n      :cardIdentification =&amp;gt; {\\\\n        :storedPaymentMethodId =&amp;gt; &#039;ZMV627QSCQVDKG66&#039;\\\\n      }\\\\n    }\\\\n  },\\\\n  :reference =&amp;gt; &#039;Your internal reference for the transfer&#039;,\\\\n  :description =&amp;gt; &#039;Your internal description for the transfer&#039;\\\\n}\\\\n\\\\n# Send the request\\\\nresult = adyen.transfers.transfers_api.transfer_funds(request_body, headers: { &#039;Idempotency-Key&#039; =&amp;gt; &#039;UUID&#039; })&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;ts&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;NodeJS (TypeScript)&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen Node API Library v25.0.0\\\\nimport { Client, TransfersAPI, Types } from \\\\&amp;quot;@adyen\\\\\\\/api-library\\\\&amp;quot;;\\\\n\\\\nconst client = new Client({ apiKey: \\\\&amp;quot;ADYEN_BALANCE_PLATFORM_API_KEY\\\\&amp;quot;, environment: \\\\&amp;quot;TEST\\\\&amp;quot; });\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\nconst address3: Types.transfers.Address = {\\\\n  country: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n  stateOrProvince: \\\\&amp;quot;CA\\\\&amp;quot;,\\\\n  city: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n  postalCode: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n  line2: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n  line1: \\\\&amp;quot;274\\\\&amp;quot;\\\\n};\\\\n\\\\nconst partyIdentification3: Types.transfers.PartyIdentification = {\\\\n  reference: \\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;,\\\\n  firstName: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n  lastName: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n  address: address3,\\\\n  type: Types.transfers.PartyIdentification.TypeEnum.Individual\\\\n};\\\\n\\\\nconst cardIdentification3: Types.transfers.CardIdentification = {\\\\n  storedPaymentMethodId: \\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;\\\\n};\\\\n\\\\nconst card3: Types.transfers.Card = {\\\\n  cardHolder: partyIdentification3,\\\\n  cardIdentification: cardIdentification3\\\\n};\\\\n\\\\nconst amount: Types.transfers.Amount = {\\\\n  currency: \\\\&amp;quot;USD\\\\&amp;quot;,\\\\n  value: 10000\\\\n};\\\\n\\\\nconst counterpartyInfoV3: Types.transfers.CounterpartyInfoV3 = {\\\\n  card: card3\\\\n};\\\\n\\\\nconst transferInfo: Types.transfers.TransferInfo = {\\\\n  balanceAccountId: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n  reference: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n  amount: amount,\\\\n  counterparty: counterpartyInfoV3,\\\\n  description: \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;,\\\\n  category: Types.transfers.TransferInfo.CategoryEnum.Card\\\\n};\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nconst transfersAPI = new TransfersAPI(client);\\\\nconst response = transfersAPI.TransfersApi.transferFunds(transferInfo, { idempotencyKey: \\\\&amp;quot;UUID\\\\&amp;quot; });&amp;quot;}]\\&quot; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n&lt;\\\/li&gt;\\n&lt;\\\/ol&gt;\\n&lt;div class=\\&quot;accordion-shortcode adl-accordion adl-accordion--max-height-transition\\&quot; data-expand=\\&quot;true\\&quot; data-ignore=\\&quot;anchorjs-link\\&quot;&gt;\\n    \\n    &lt;div class=\\&quot;adl-accordion__item\\&quot; style=\\&quot;\\&quot;&gt;\\n        &lt;div tabindex=\\&quot;0\\&quot; role=\\&quot;item\\&quot; aria-expanded=\\&quot;false\\&quot; class=\\&quot;adl-accordion__header\\&quot;&gt;\\n            &lt;i class=\\&quot;adl-accordion__toggle adl-icon-chevron-down\\&quot;&gt;&lt;\\\/i&gt;\\n            &lt;div class=\\&quot;adl-accordion__title-wrapper\\&quot; data-accordion=\\&quot;#process-a-transfer-type-in-a-future-date\\&quot;&gt;\\n                                    &lt;h3 class=\\&quot;adl-accordion__title\\&quot;&gt;Process a payout in a future date&lt;\\\/h3&gt;\\n                            &lt;\\\/div&gt;\\n        &lt;\\\/div&gt;\\n        &lt;div role=\\&quot;region\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n            \\n&lt;ol&gt;\\n&lt;li&gt;\\n&lt;p&gt;When you make a payout request, you can specify a future date when you want Adyen to process the payout. You can do this by including the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-executionDate\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate&lt;\\\/a&gt; object in the POST  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;\\\/transfers&lt;\\\/a&gt; request.&lt;\\\/p&gt;\\n&lt;p&gt;If your payout request is successful, the payout remains in &lt;code&gt;status&lt;\\\/code&gt; &lt;strong&gt;received&lt;\\\/strong&gt; with &lt;code&gt;reason&lt;\\\/code&gt; &lt;strong&gt;pending&lt;\\\/strong&gt; until the execution date. On the execution date, between 00:00 and 03:00 - based on the time zone configured on the Balance Platform by default - Adyen verifies that:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;The source balance account has enough funds.&lt;\\\/li&gt;\\n&lt;li&gt;The transfer was approved by a member of your team, if you triggered an additional review.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;p&gt;If all previous conditions are satisfied, Adyen processes the payout request.&lt;\\\/p&gt;\\n&lt;p&gt;Adyen attempts to process the payout only one time. In case of any errors, such as having insufficient funds in the balance account, the payout request ends with &lt;code&gt;status&lt;\\\/code&gt; &lt;strong&gt;failed&lt;\\\/strong&gt;. If this happens, Adyen sends a &lt;a href=\\&quot;#get-status-updates\\&quot;&gt;webhook&lt;\\\/a&gt; with details about the failure.&lt;\\\/p&gt;\\n&lt;p&gt;To specify a future execution date, specify the following parameters:&lt;\\\/p&gt;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th&gt;Parameter name&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-executionDate-date\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate.date&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The date when the payout will be processed. This date must:&lt;ul&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;Be within 30 days of the current date.&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;Be in the &lt;a href=\\&quot;https:\\\/\\\/www.iso.org\\\/iso-8601-date-and-time-format.html\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot; class=\\&quot;external-link no-image\\&quot;&gt;ISO 8601 format&lt;\\\/a&gt; &lt;strong&gt;YYYY-MM-DD&lt;\\\/strong&gt;. For example: 2025-01-31.&lt;\\\/li&gt;&lt;\\\/ul&gt;&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-executionDate-timezone\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate.timezone&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The timezone that applies to the execution date. Use a timezone identifier from the &lt;a href=\\&quot;https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/List_of_tz_database_time_zones\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot; class=\\&quot;external-link no-image\\&quot;&gt;tz database&lt;\\\/a&gt;.&lt;br\\\/&gt;&lt;br\\\/&gt;For example: &lt;strong&gt;America\\\/Los_Angeles&lt;\\\/strong&gt;.&lt;br\\\/&gt;Default value: &lt;strong&gt;Europe\\\/Amsterdam&lt;\\\/strong&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;p&gt;The following code sample shows how to include the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-executionDate\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate&lt;\\\/a&gt; object in a payout request.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n&lt;code-sample :title=\\&quot;&#039;Specify an execution date in the future&#039;\\&quot; :id=\\&quot;&#039;transfer-future-date-payout-card-token&#039;\\&quot; :code-data=\\&quot;[{&amp;quot;language&amp;quot;:&amp;quot;bash&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;curl https:\\\\\\\/\\\\\\\/balanceplatform-api-test.adyen.com\\\\\\\/btl\\\\\\\/v4\\\\\\\/transfers \\\\\\\\\\\\n-H &#039;x-api-key: YOUR_BALANCE_PLATFORM_API_KEY&#039; \\\\\\\\\\\\n-H &#039;content-type: application\\\\\\\/json&#039; \\\\\\\\\\\\n-X POST \\\\\\\\\\\\n-d &#039;{\\\\n    \\\\&amp;quot;amount\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;value\\\\&amp;quot;: 80000,\\\\n        \\\\&amp;quot;currency\\\\&amp;quot;: \\\\&amp;quot;EUR\\\\&amp;quot;\\\\n    },\\\\n    \\\\&amp;quot;balanceAccountId\\\\&amp;quot;: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n    \\\\&amp;quot;category\\\\&amp;quot;: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n    \\\\&amp;quot;counterparty\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;card\\\\&amp;quot;: {\\\\n            \\\\&amp;quot;cardHolder\\\\&amp;quot;: {\\\\n                \\\\&amp;quot;firstName\\\\&amp;quot;: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n                \\\\&amp;quot;lastName\\\\&amp;quot;: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n                \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;,\\\\n                \\\\&amp;quot;type\\\\&amp;quot;: \\\\&amp;quot;individual\\\\&amp;quot;,\\\\n                \\\\&amp;quot;address\\\\&amp;quot;: {\\\\n                    \\\\&amp;quot;city\\\\&amp;quot;: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;country\\\\&amp;quot;: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;line1\\\\&amp;quot;: \\\\&amp;quot;274\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;line2\\\\&amp;quot;: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;postalCode\\\\&amp;quot;: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;stateOrProvince\\\\&amp;quot;: \\\\&amp;quot;CA\\\\&amp;quot;\\\\n                }\\\\n            },\\\\n            \\\\&amp;quot;cardIdentification\\\\&amp;quot;: {\\\\n                \\\\&amp;quot;storedPaymentMethodId\\\\&amp;quot;: \\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;\\\\n            }\\\\n        }\\\\n    },\\\\n    \\\\&amp;quot;executionDate\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;date\\\\&amp;quot;: \\\\&amp;quot;2025-04-18\\\\&amp;quot;,\\\\n        \\\\&amp;quot;timezone\\\\&amp;quot;: \\\\&amp;quot;America\\\\\\\/Los_Angeles\\\\&amp;quot;\\\\n    },\\\\n    \\\\&amp;quot;priority\\\\&amp;quot;: \\\\&amp;quot;regular\\\\&amp;quot;,\\\\n    \\\\&amp;quot;referenceForBeneficiary\\\\&amp;quot;: \\\\&amp;quot;Your-reference-sent-to-the-beneficiary\\\\&amp;quot;,\\\\n    \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n    \\\\&amp;quot;description\\\\&amp;quot;: \\\\&amp;quot;Your description for the transfer\\\\&amp;quot;\\\\n}&#039;&amp;quot;}]\\&quot; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n&lt;\\\/li&gt;\\n&lt;li&gt;\\n&lt;p&gt;If the payout request is successful, you receive an &lt;strong&gt;HTTP 202 Accepted&lt;\\\/strong&gt; response with the payout details and the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#responses-200-executionDate\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate&lt;\\\/a&gt; object.&lt;\\\/p&gt;\\n&lt;\\\/li&gt;\\n&lt;\\\/ol&gt;\\n\\n        &lt;\\\/div&gt;\\n    &lt;\\\/div&gt;\\n&lt;\\\/div&gt;\\n\\n&quot;,&quot;altTitle&quot;:&quot;token&quot;,&quot;oldTabId&quot;:&quot;one-off-request-token_2&quot;,&quot;relation&quot;:&quot;token&quot;},{&quot;title&quot;:&quot;Recurring payouts&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;To make a request for a recurring card payout:&lt;\\\/p&gt;\\n&lt;ol&gt;\\n&lt;li&gt;Make sure that you have &lt;a href=\\&quot;\\\/pt\\\/payouts\\\/payout-service\\\/pay-out-to-cards\\\/manage-card-details\\\/#store-card-details\\&quot;&gt;stored the card details&lt;\\\/a&gt; with the &lt;code&gt;recurringProcessingModel&lt;\\\/code&gt; set to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;Subscription&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/li&gt;\\n&lt;li&gt;\\n&lt;p&gt;Make a POST  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;\\\/transfers&lt;\\\/a&gt; request, specifying the following parameters:&lt;\\\/p&gt;\\n&lt;div class=\\&quot;sticky-table-container\\&quot;&gt;\\n    \\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th&gt;Parameter&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-amount\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;amount&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The amount of the transfer.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-balanceAccountId\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;balanceAccountId&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The balance account from which funds are deducted.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-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: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Set to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;card&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;counterparty.card&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Contains details about the card that you are paying out to.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-description\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;description&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Your description for the transfer. You can use this to identify the payout in your &lt;a href=\\&quot;https:\\\/\\\/ca-test.adyen.com\\\/\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot; class=\\&quot;external-link no-image\\&quot;&gt;Customer Area&lt;\\\/a&gt;.&lt;br\\\/&gt;&lt;br\\\/&gt;The description is only used within your balance platform and not sent to the recipient.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-reference\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;reference&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Your reference for the transfer. You can use this to identify the payout in your &lt;a href=\\&quot;https:\\\/\\\/ca-test.adyen.com\\\/\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot; class=\\&quot;external-link no-image\\&quot;&gt;Customer Area&lt;\\\/a&gt;. &lt;br\\\/&gt;&lt;br\\\/&gt;The reference is only used within your balance platform and not sent to the recipient. If you do not provide this value in the request, Adyen generates a unique reference.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n\\n&lt;\\\/div&gt;\\n\\n&lt;p&gt;In the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;counterparty.card&lt;\\\/a&gt; object, include the following parameters:&lt;\\\/p&gt;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th&gt;Parameter in &lt;code&gt;counterparty.card&lt;\\\/code&gt;&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card-cardHolder-address\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;cardHolder.address&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;An object that contains the address information of the cardholder.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card-cardHolder-firstName\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;cardHolder.firstName&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The first name of the cardholder.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card-cardHolder-lastName\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;cardHolder.lastName&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The last name of the cardholder.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card-cardHolder-reference\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;cardHolder.reference&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;A unique reference to identify the cardholder. This value must be the &lt;code&gt;shopperReference&lt;\\\/code&gt; that you used to create the token.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card-cardHolder-type\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;cardHolder.type&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;Set to &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;individual&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-counterparty-card-cardIdentification-storedPaymentMethodId\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;cardIdentification.storedPaymentMethodId&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The &lt;a href=\\&quot;\\\/pt\\\/payouts\\\/payout-service\\\/pay-out-to-cards\\\/manage-card-details#store-card-details\\&quot;&gt;token&lt;\\\/a&gt; that you created for the counterparty card.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n&lt;code-sample :title=\\&quot;&#039;Example request for a recurring payout&#039;\\&quot; :id=\\&quot;&#039;request-token&#039;\\&quot; :code-data=\\&quot;[{&amp;quot;language&amp;quot;:&amp;quot;bash&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;curl&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;curl https:\\\\\\\/\\\\\\\/balanceplatform-api-test.adyen.com\\\\\\\/btl\\\\\\\/v4\\\\\\\/transfers \\\\\\\\\\\\n-H &#039;x-api-key: ADYEN_BALANCE_PLATFORM_API_KEY&#039; \\\\\\\\\\\\n-H &#039;content-type: application\\\\\\\/json&#039; \\\\\\\\\\\\n-X POST \\\\\\\\\\\\n-d &#039;{\\\\n    \\\\&amp;quot;amount\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;value\\\\&amp;quot;: 10000,\\\\n        \\\\&amp;quot;currency\\\\&amp;quot;: \\\\&amp;quot;USD\\\\&amp;quot;\\\\n    },\\\\n    \\\\&amp;quot;balanceAccountId\\\\&amp;quot;: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n    \\\\&amp;quot;category\\\\&amp;quot;: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n    \\\\&amp;quot;counterparty\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;card\\\\&amp;quot;: {\\\\n            \\\\&amp;quot;cardHolder\\\\&amp;quot;: {\\\\n                \\\\&amp;quot;firstName\\\\&amp;quot;: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n                \\\\&amp;quot;lastName\\\\&amp;quot;: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n                \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;,\\\\n                \\\\&amp;quot;type\\\\&amp;quot;: \\\\&amp;quot;individual\\\\&amp;quot;,\\\\n                \\\\&amp;quot;address\\\\&amp;quot;: {\\\\n                    \\\\&amp;quot;city\\\\&amp;quot;: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;country\\\\&amp;quot;: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;line1\\\\&amp;quot;: \\\\&amp;quot;274\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;line2\\\\&amp;quot;: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;postalCode\\\\&amp;quot;: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;stateOrProvince\\\\&amp;quot;: \\\\&amp;quot;CA\\\\&amp;quot;\\\\n                }\\\\n            },\\\\n            \\\\&amp;quot;cardIdentification\\\\&amp;quot;: {\\\\n                \\\\&amp;quot;storedPaymentMethodId\\\\&amp;quot;: \\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;\\\\n            }\\\\n        }\\\\n    },\\\\n    \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n    \\\\&amp;quot;description\\\\&amp;quot;: \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;\\\\n}&#039;&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;java&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;Java&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen Java API Library v34.0.0\\\\nimport com.adyen.Client;\\\\nimport com.adyen.enums.Environment;\\\\nimport com.adyen.model.transfers.*;\\\\nimport java.time.OffsetDateTime;\\\\nimport java.util.*;\\\\nimport com.adyen.model.RequestOptions;\\\\nimport com.adyen.service.transfers.*;\\\\n\\\\nClient client = new Client(\\\\&amp;quot;ADYEN_BALANCE_PLATFORM_API_KEY\\\\&amp;quot;, Environment.TEST);\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\nAddress address3 = new Address()\\\\n  .country(\\\\&amp;quot;US\\\\&amp;quot;)\\\\n  .stateOrProvince(\\\\&amp;quot;CA\\\\&amp;quot;)\\\\n  .city(\\\\&amp;quot;San Francisco\\\\&amp;quot;)\\\\n  .postalCode(\\\\&amp;quot;94107\\\\&amp;quot;)\\\\n  .line2(\\\\&amp;quot;Brannan St\\\\&amp;quot;)\\\\n  .line1(\\\\&amp;quot;274\\\\&amp;quot;);\\\\n\\\\nPartyIdentification partyIdentification3 = new PartyIdentification()\\\\n  .reference(\\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;)\\\\n  .firstName(\\\\&amp;quot;Albert\\\\&amp;quot;)\\\\n  .lastName(\\\\&amp;quot;Klaassen\\\\&amp;quot;)\\\\n  .address(address3)\\\\n  .type(PartyIdentification.TypeEnum.INDIVIDUAL);\\\\n\\\\nCardIdentification cardIdentification3 = new CardIdentification()\\\\n  .storedPaymentMethodId(\\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;);\\\\n\\\\nCard card3 = new Card()\\\\n  .cardHolder(partyIdentification3)\\\\n  .cardIdentification(cardIdentification3);\\\\n\\\\nAmount amount = new Amount()\\\\n  .currency(\\\\&amp;quot;USD\\\\&amp;quot;)\\\\n  .value(10000L);\\\\n\\\\nCounterpartyInfoV3 counterpartyInfoV3 = new CounterpartyInfoV3()\\\\n  .card(card3);\\\\n\\\\nTransferInfo transferInfo = new TransferInfo()\\\\n  .balanceAccountId(\\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;)\\\\n  .reference(\\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;)\\\\n  .amount(amount)\\\\n  .counterparty(counterpartyInfoV3)\\\\n  .description(\\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;)\\\\n  .category(TransferInfo.CategoryEnum.CARD);\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nTransfersApi service = new TransfersApi(client);\\\\nTransfer response = service.transferFunds(transferInfo, new RequestOptions().idempotencyKey(\\\\&amp;quot;UUID\\\\&amp;quot;));&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;php&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;PHP&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;&amp;lt;?php\\\\n\\\\\\\/\\\\\\\/ Adyen PHP API Library v26.0.0\\\\nuse Adyen\\\\\\\\Client;\\\\nuse Adyen\\\\\\\\Environment;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\Amount;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\CounterpartyInfoV3;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\Address;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\PartyIdentification;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\CardIdentification;\\\\nuse Adyen\\\\\\\\Model\\\\\\\\Transfers\\\\\\\\TransferInfo;\\\\nuse Adyen\\\\\\\\Service\\\\\\\\Transfers\\\\\\\\TransfersApi;\\\\n\\\\n$client = new Client();\\\\n$client-&amp;gt;setXApiKey(\\\\&amp;quot;ADYEN_BALANCE_PLATFORM_API_KEY\\\\&amp;quot;);\\\\n$client-&amp;gt;setEnvironment(Environment::TEST);\\\\n\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\n$address3 = new Address();\\\\n$address3\\\\n  -&amp;gt;setCountry(\\\\&amp;quot;US\\\\&amp;quot;)\\\\n  -&amp;gt;setStateOrProvince(\\\\&amp;quot;CA\\\\&amp;quot;)\\\\n  -&amp;gt;setCity(\\\\&amp;quot;San Francisco\\\\&amp;quot;)\\\\n  -&amp;gt;setPostalCode(\\\\&amp;quot;94107\\\\&amp;quot;)\\\\n  -&amp;gt;setLine2(\\\\&amp;quot;Brannan St\\\\&amp;quot;)\\\\n  -&amp;gt;setLine1(\\\\&amp;quot;274\\\\&amp;quot;);\\\\n\\\\n$partyIdentification3 = new PartyIdentification();\\\\n$partyIdentification3\\\\n  -&amp;gt;setReference(\\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;)\\\\n  -&amp;gt;setFirstName(\\\\&amp;quot;Albert\\\\&amp;quot;)\\\\n  -&amp;gt;setLastName(\\\\&amp;quot;Klaassen\\\\&amp;quot;)\\\\n  -&amp;gt;setAddress($address3)\\\\n  -&amp;gt;setType(\\\\&amp;quot;individual\\\\&amp;quot;);\\\\n\\\\n$cardIdentification3 = new CardIdentification();\\\\n$cardIdentification3\\\\n  -&amp;gt;setStoredPaymentMethodId(\\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;);\\\\n\\\\n$card3 = new Card();\\\\n$card3\\\\n  -&amp;gt;setCardHolder($partyIdentification3)\\\\n  -&amp;gt;setCardIdentification($cardIdentification3);\\\\n\\\\n$amount = new Amount();\\\\n$amount\\\\n  -&amp;gt;setCurrency(\\\\&amp;quot;USD\\\\&amp;quot;)\\\\n  -&amp;gt;setValue(10000);\\\\n\\\\n$counterpartyInfoV3 = new CounterpartyInfoV3();\\\\n$counterpartyInfoV3\\\\n  -&amp;gt;setCard($card3);\\\\n\\\\n$transferInfo = new TransferInfo();\\\\n$transferInfo\\\\n  -&amp;gt;setBalanceAccountId(\\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;)\\\\n  -&amp;gt;setReference(\\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;)\\\\n  -&amp;gt;setAmount($amount)\\\\n  -&amp;gt;setCounterparty($counterpartyInfoV3)\\\\n  -&amp;gt;setDescription(\\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;)\\\\n  -&amp;gt;setCategory(\\\\&amp;quot;card\\\\&amp;quot;);\\\\n\\\\n$requestOptions[&#039;idempotencyKey&#039;] = &#039;UUID&#039;;\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\n$service = new TransfersApi($client);\\\\n$response = $service-&amp;gt;transferFunds($transferInfo, $requestOptions);&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;cs&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;C#&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen .net API Library v29.0.0\\\\nusing Adyen;\\\\nusing Environment = Adyen.Model.Environment;\\\\nusing Adyen.Model;\\\\nusing Adyen.Model.Transfers;\\\\nusing Adyen.Service.Transfers;\\\\n\\\\nvar config = new Config()\\\\n{\\\\n    XApiKey = \\\\&amp;quot;ADYEN_BALANCE_PLATFORM_API_KEY\\\\&amp;quot;,\\\\n    Environment = Environment.Test\\\\n};\\\\nvar client = new Client(config);\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\nAddress address3 = new Address\\\\n{\\\\n  Country = \\\\&amp;quot;US\\\\&amp;quot;,\\\\n  StateOrProvince = \\\\&amp;quot;CA\\\\&amp;quot;,\\\\n  City = \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n  PostalCode = \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n  Line2 = \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n  Line1 = \\\\&amp;quot;274\\\\&amp;quot;\\\\n};\\\\n\\\\nPartyIdentification partyIdentification3 = new PartyIdentification\\\\n{\\\\n  Reference = \\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;,\\\\n  FirstName = \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n  LastName = \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n  Address = address3,\\\\n  Type = PartyIdentification.TypeEnum.Individual\\\\n};\\\\n\\\\nCardIdentification cardIdentification3 = new CardIdentification\\\\n{\\\\n  StoredPaymentMethodId = \\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;\\\\n};\\\\n\\\\nCard card3 = new Card\\\\n{\\\\n  CardHolder = partyIdentification3,\\\\n  CardIdentification = cardIdentification3\\\\n};\\\\n\\\\nAmount amount = new Amount\\\\n{\\\\n  Currency = \\\\&amp;quot;USD\\\\&amp;quot;,\\\\n  Value = 10000\\\\n};\\\\n\\\\nCounterpartyInfoV3 counterpartyInfoV3 = new CounterpartyInfoV3\\\\n{\\\\n  Card = card3\\\\n};\\\\n\\\\nTransferInfo transferInfo = new TransferInfo\\\\n{\\\\n  BalanceAccountId = \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n  Reference = \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n  Amount = amount,\\\\n  Counterparty = counterpartyInfoV3,\\\\n  Description = \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;,\\\\n  Category = TransferInfo.CategoryEnum.Card\\\\n};\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nvar service = new TransfersService(client);\\\\nvar response = service.TransferFunds(transferInfo, requestOptions: new RequestOptions { IdempotencyKey = \\\\&amp;quot;UUID\\\\&amp;quot;});&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;js&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;NodeJS (JavaScript)&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen Node API Library v25.0.0\\\\nconst { Client, TransfersAPI } = require(&#039;@adyen\\\\\\\/api-library&#039;);\\\\n\\\\nconst client = new Client({ apiKey: \\\\&amp;quot;ADYEN_BALANCE_PLATFORM_API_KEY\\\\&amp;quot;, environment: \\\\&amp;quot;TEST\\\\&amp;quot; });\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\nconst transferInfo = {\\\\n  amount: {\\\\n    value: 10000,\\\\n    currency: \\\\&amp;quot;USD\\\\&amp;quot;\\\\n  },\\\\n  balanceAccountId: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n  category: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n  counterparty: {\\\\n    card: {\\\\n      cardHolder: {\\\\n        firstName: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n        lastName: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n        reference: \\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;,\\\\n        type: \\\\&amp;quot;individual\\\\&amp;quot;,\\\\n        address: {\\\\n          city: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n          country: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n          line1: \\\\&amp;quot;274\\\\&amp;quot;,\\\\n          line2: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n          postalCode: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n          stateOrProvince: \\\\&amp;quot;CA\\\\&amp;quot;\\\\n        }\\\\n      },\\\\n      cardIdentification: {\\\\n        storedPaymentMethodId: \\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;\\\\n      }\\\\n    }\\\\n  },\\\\n  reference: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n  description: \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;\\\\n}\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nconst transfersAPI = new TransfersAPI(client);\\\\nconst response = transfersAPI.TransfersApi.transferFunds(transferInfo, { idempotencyKey: \\\\&amp;quot;UUID\\\\&amp;quot; });&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;go&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;Go&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen Go API Library v18.0.0\\\\nimport (\\\\n  \\\\&amp;quot;context\\\\&amp;quot;\\\\n  \\\\&amp;quot;github.com\\\\\\\/adyen\\\\\\\/adyen-go-api-library\\\\\\\/v18\\\\\\\/src\\\\\\\/common\\\\&amp;quot;\\\\n  \\\\&amp;quot;github.com\\\\\\\/adyen\\\\\\\/adyen-go-api-library\\\\\\\/v18\\\\\\\/src\\\\\\\/adyen\\\\&amp;quot;\\\\n  \\\\&amp;quot;github.com\\\\\\\/adyen\\\\\\\/adyen-go-api-library\\\\\\\/v18\\\\\\\/src\\\\\\\/transfers\\\\&amp;quot;\\\\n)\\\\nclient := adyen.NewClient(&amp;amp;common.Config{\\\\n  ApiKey:      \\\\&amp;quot;ADYEN_BALANCE_PLATFORM_API_KEY\\\\&amp;quot;,\\\\n  Environment: common.TestEnv,\\\\n})\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\naddress3 := transfers.Address{\\\\n  Country: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n  StateOrProvince: common.PtrString(\\\\&amp;quot;CA\\\\&amp;quot;),\\\\n  City: common.PtrString(\\\\&amp;quot;San Francisco\\\\&amp;quot;),\\\\n  PostalCode: common.PtrString(\\\\&amp;quot;94107\\\\&amp;quot;),\\\\n  Line2: common.PtrString(\\\\&amp;quot;Brannan St\\\\&amp;quot;),\\\\n  Line1: common.PtrString(\\\\&amp;quot;274\\\\&amp;quot;),\\\\n}\\\\n\\\\npartyIdentification3 := transfers.PartyIdentification{\\\\n  Reference: common.PtrString(\\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;),\\\\n  FirstName: common.PtrString(\\\\&amp;quot;Albert\\\\&amp;quot;),\\\\n  LastName: common.PtrString(\\\\&amp;quot;Klaassen\\\\&amp;quot;),\\\\n  Address: &amp;amp;address3,\\\\n  Type: common.PtrString(\\\\&amp;quot;individual\\\\&amp;quot;),\\\\n}\\\\n\\\\ncardIdentification3 := transfers.CardIdentification{\\\\n  StoredPaymentMethodId: common.PtrString(\\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;),\\\\n}\\\\n\\\\ncard3 := transfers.Card{\\\\n  CardHolder: partyIdentification3,\\\\n  CardIdentification: cardIdentification3,\\\\n}\\\\n\\\\namount := transfers.Amount{\\\\n  Currency: \\\\&amp;quot;USD\\\\&amp;quot;,\\\\n  Value: 10000,\\\\n}\\\\n\\\\ncounterpartyInfoV3 := transfers.CounterpartyInfoV3{\\\\n  Card: &amp;amp;card3,\\\\n}\\\\n\\\\ntransferInfo := transfers.TransferInfo{\\\\n  BalanceAccountId: common.PtrString(\\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;),\\\\n  Reference: common.PtrString(\\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;),\\\\n  Amount: amount,\\\\n  Counterparty: counterpartyInfoV3,\\\\n  Description: common.PtrString(\\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;),\\\\n  Category: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n}\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nservice := client.Transfers()\\\\nreq := service.TransfersApi.TransferFundsInput().IdempotencyKey(\\\\&amp;quot;UUID\\\\&amp;quot;).TransferInfo(transferInfo)\\\\nres, httpRes, err := service.TransfersApi.TransferFunds(context.Background(), req)&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;py&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;Python&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;# Adyen Python API Library v13.4.0\\\\nimport Adyen\\\\n\\\\nadyen = Adyen.Adyen()\\\\nadyen.client.xapikey = \\\\&amp;quot;ADYEN_BALANCE_PLATFORM_API_KEY\\\\&amp;quot;\\\\nadyen.client.platform = \\\\&amp;quot;test\\\\&amp;quot; # The environment to use library in.\\\\n\\\\n# Create the request object(s)\\\\njson_request = {\\\\n  \\\\&amp;quot;amount\\\\&amp;quot;: {\\\\n    \\\\&amp;quot;value\\\\&amp;quot;: 10000,\\\\n    \\\\&amp;quot;currency\\\\&amp;quot;: \\\\&amp;quot;USD\\\\&amp;quot;\\\\n  },\\\\n  \\\\&amp;quot;balanceAccountId\\\\&amp;quot;: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n  \\\\&amp;quot;category\\\\&amp;quot;: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n  \\\\&amp;quot;counterparty\\\\&amp;quot;: {\\\\n    \\\\&amp;quot;card\\\\&amp;quot;: {\\\\n      \\\\&amp;quot;cardHolder\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;firstName\\\\&amp;quot;: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n        \\\\&amp;quot;lastName\\\\&amp;quot;: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n        \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;,\\\\n        \\\\&amp;quot;type\\\\&amp;quot;: \\\\&amp;quot;individual\\\\&amp;quot;,\\\\n        \\\\&amp;quot;address\\\\&amp;quot;: {\\\\n          \\\\&amp;quot;city\\\\&amp;quot;: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n          \\\\&amp;quot;country\\\\&amp;quot;: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n          \\\\&amp;quot;line1\\\\&amp;quot;: \\\\&amp;quot;274\\\\&amp;quot;,\\\\n          \\\\&amp;quot;line2\\\\&amp;quot;: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n          \\\\&amp;quot;postalCode\\\\&amp;quot;: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n          \\\\&amp;quot;stateOrProvince\\\\&amp;quot;: \\\\&amp;quot;CA\\\\&amp;quot;\\\\n        }\\\\n      },\\\\n      \\\\&amp;quot;cardIdentification\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;storedPaymentMethodId\\\\&amp;quot;: \\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;\\\\n      }\\\\n    }\\\\n  },\\\\n  \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n  \\\\&amp;quot;description\\\\&amp;quot;: \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;\\\\n}\\\\n\\\\n# Send the request\\\\nresult = adyen.transfers.transfers_api.transfer_funds(request=json_request, idempotency_key=\\\\&amp;quot;UUID\\\\&amp;quot;)&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;rb&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;Ruby&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;# Adyen Ruby API Library v10.1.2\\\\nrequire \\\\&amp;quot;adyen-ruby-api-library\\\\&amp;quot;\\\\n\\\\nadyen = Adyen::Client.new\\\\nadyen.api_key = &#039;ADYEN_BALANCE_PLATFORM_API_KEY&#039;\\\\nadyen.env = :test # Set to \\\\&amp;quot;live\\\\&amp;quot; for live environment\\\\n\\\\n# Create the request object(s)\\\\nrequest_body = {\\\\n  :amount =&amp;gt; {\\\\n    :value =&amp;gt; 10000,\\\\n    :currency =&amp;gt; &#039;USD&#039;\\\\n  },\\\\n  :balanceAccountId =&amp;gt; &#039;BA00000000000000000000001&#039;,\\\\n  :category =&amp;gt; &#039;card&#039;,\\\\n  :counterparty =&amp;gt; {\\\\n    :card =&amp;gt; {\\\\n      :cardHolder =&amp;gt; {\\\\n        :firstName =&amp;gt; &#039;Albert&#039;,\\\\n        :lastName =&amp;gt; &#039;Klaassen&#039;,\\\\n        :reference =&amp;gt; &#039;Your reference for the cardholder&#039;,\\\\n        :type =&amp;gt; &#039;individual&#039;,\\\\n        :address =&amp;gt; {\\\\n          :city =&amp;gt; &#039;San Francisco&#039;,\\\\n          :country =&amp;gt; &#039;US&#039;,\\\\n          :line1 =&amp;gt; &#039;274&#039;,\\\\n          :line2 =&amp;gt; &#039;Brannan St&#039;,\\\\n          :postalCode =&amp;gt; &#039;94107&#039;,\\\\n          :stateOrProvince =&amp;gt; &#039;CA&#039;\\\\n        }\\\\n      },\\\\n      :cardIdentification =&amp;gt; {\\\\n        :storedPaymentMethodId =&amp;gt; &#039;ZMV627QSCQVDKG66&#039;\\\\n      }\\\\n    }\\\\n  },\\\\n  :reference =&amp;gt; &#039;Your internal reference for the transfer&#039;,\\\\n  :description =&amp;gt; &#039;Your internal description for the transfer&#039;\\\\n}\\\\n\\\\n# Send the request\\\\nresult = adyen.transfers.transfers_api.transfer_funds(request_body, headers: { &#039;Idempotency-Key&#039; =&amp;gt; &#039;UUID&#039; })&amp;quot;},{&amp;quot;language&amp;quot;:&amp;quot;ts&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;NodeJS (TypeScript)&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;\\\\\\\/\\\\\\\/ Adyen Node API Library v25.0.0\\\\nimport { Client, TransfersAPI, Types } from \\\\&amp;quot;@adyen\\\\\\\/api-library\\\\&amp;quot;;\\\\n\\\\nconst client = new Client({ apiKey: \\\\&amp;quot;ADYEN_BALANCE_PLATFORM_API_KEY\\\\&amp;quot;, environment: \\\\&amp;quot;TEST\\\\&amp;quot; });\\\\n\\\\n\\\\\\\/\\\\\\\/ Create the request object(s)\\\\nconst address3: Types.transfers.Address = {\\\\n  country: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n  stateOrProvince: \\\\&amp;quot;CA\\\\&amp;quot;,\\\\n  city: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n  postalCode: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n  line2: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n  line1: \\\\&amp;quot;274\\\\&amp;quot;\\\\n};\\\\n\\\\nconst partyIdentification3: Types.transfers.PartyIdentification = {\\\\n  reference: \\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;,\\\\n  firstName: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n  lastName: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n  address: address3,\\\\n  type: Types.transfers.PartyIdentification.TypeEnum.Individual\\\\n};\\\\n\\\\nconst cardIdentification3: Types.transfers.CardIdentification = {\\\\n  storedPaymentMethodId: \\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;\\\\n};\\\\n\\\\nconst card3: Types.transfers.Card = {\\\\n  cardHolder: partyIdentification3,\\\\n  cardIdentification: cardIdentification3\\\\n};\\\\n\\\\nconst amount: Types.transfers.Amount = {\\\\n  currency: \\\\&amp;quot;USD\\\\&amp;quot;,\\\\n  value: 10000\\\\n};\\\\n\\\\nconst counterpartyInfoV3: Types.transfers.CounterpartyInfoV3 = {\\\\n  card: card3\\\\n};\\\\n\\\\nconst transferInfo: Types.transfers.TransferInfo = {\\\\n  balanceAccountId: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n  reference: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n  amount: amount,\\\\n  counterparty: counterpartyInfoV3,\\\\n  description: \\\\&amp;quot;Your internal description for the transfer\\\\&amp;quot;,\\\\n  category: Types.transfers.TransferInfo.CategoryEnum.Card\\\\n};\\\\n\\\\n\\\\\\\/\\\\\\\/ Send the request\\\\nconst transfersAPI = new TransfersAPI(client);\\\\nconst response = transfersAPI.TransfersApi.transferFunds(transferInfo, { idempotencyKey: \\\\&amp;quot;UUID\\\\&amp;quot; });&amp;quot;}]\\&quot; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n&lt;\\\/li&gt;\\n&lt;\\\/ol&gt;\\n&lt;div class=\\&quot;accordion-shortcode adl-accordion adl-accordion--max-height-transition\\&quot; data-expand=\\&quot;true\\&quot; data-ignore=\\&quot;anchorjs-link\\&quot;&gt;\\n    \\n    &lt;div class=\\&quot;adl-accordion__item\\&quot; style=\\&quot;\\&quot;&gt;\\n        &lt;div tabindex=\\&quot;0\\&quot; role=\\&quot;item\\&quot; aria-expanded=\\&quot;false\\&quot; class=\\&quot;adl-accordion__header\\&quot;&gt;\\n            &lt;i class=\\&quot;adl-accordion__toggle adl-icon-chevron-down\\&quot;&gt;&lt;\\\/i&gt;\\n            &lt;div class=\\&quot;adl-accordion__title-wrapper\\&quot; data-accordion=\\&quot;#process-a-transfer-type-in-a-future-date\\&quot;&gt;\\n                                    &lt;h3 class=\\&quot;adl-accordion__title\\&quot;&gt;Process a payout in a future date&lt;\\\/h3&gt;\\n                            &lt;\\\/div&gt;\\n        &lt;\\\/div&gt;\\n        &lt;div role=\\&quot;region\\&quot; class=\\&quot;adl-accordion__content\\&quot;&gt;\\n            \\n&lt;ol&gt;\\n&lt;li&gt;\\n&lt;p&gt;When you make a payout request, you can specify a future date when you want Adyen to process the payout. You can do this by including the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-executionDate\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate&lt;\\\/a&gt; object in the POST  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;\\\/transfers&lt;\\\/a&gt; request.&lt;\\\/p&gt;\\n&lt;p&gt;If your payout request is successful, the payout remains in &lt;code&gt;status&lt;\\\/code&gt; &lt;strong&gt;received&lt;\\\/strong&gt; with &lt;code&gt;reason&lt;\\\/code&gt; &lt;strong&gt;pending&lt;\\\/strong&gt; until the execution date. On the execution date, between 00:00 and 03:00 - based on the time zone configured on the Balance Platform by default - Adyen verifies that:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;The source balance account has enough funds.&lt;\\\/li&gt;\\n&lt;li&gt;The transfer was approved by a member of your team, if you triggered an additional review.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;p&gt;If all previous conditions are satisfied, Adyen processes the payout request.&lt;\\\/p&gt;\\n&lt;p&gt;Adyen attempts to process the payout only one time. In case of any errors, such as having insufficient funds in the balance account, the payout request ends with &lt;code&gt;status&lt;\\\/code&gt; &lt;strong&gt;failed&lt;\\\/strong&gt;. If this happens, Adyen sends a &lt;a href=\\&quot;#get-status-updates\\&quot;&gt;webhook&lt;\\\/a&gt; with details about the failure.&lt;\\\/p&gt;\\n&lt;p&gt;To specify a future execution date, specify the following parameters:&lt;\\\/p&gt;\\n&lt;table&gt;\\n&lt;thead&gt;\\n&lt;tr&gt;\\n&lt;th&gt;Parameter name&lt;\\\/th&gt;\\n&lt;th style=\\&quot;text-align: center;\\&quot;&gt;Required&lt;\\\/th&gt;\\n&lt;th&gt;Description&lt;\\\/th&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/thead&gt;\\n&lt;tbody&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-executionDate-date\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate.date&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;img title=\\&quot;-white_check_mark-\\&quot; alt=\\&quot;-white_check_mark-\\&quot; class=\\&quot;smileys\\&quot; src=\\&quot;\\\/user\\\/data\\\/smileys\\\/emoji\\\/white_check_mark.png\\&quot; \\\/&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The date when the payout will be processed. This date must:&lt;ul&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;Be within 30 days of the current date.&lt;\\\/li&gt;&lt;li markdown=\\&quot;1\\&quot;&gt;Be in the &lt;a href=\\&quot;https:\\\/\\\/www.iso.org\\\/iso-8601-date-and-time-format.html\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot; class=\\&quot;external-link no-image\\&quot;&gt;ISO 8601 format&lt;\\\/a&gt; &lt;strong&gt;YYYY-MM-DD&lt;\\\/strong&gt;. For example: 2025-01-31.&lt;\\\/li&gt;&lt;\\\/ul&gt;&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;tr&gt;\\n&lt;td&gt; &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-executionDate-timezone\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate.timezone&lt;\\\/a&gt;&lt;\\\/td&gt;\\n&lt;td style=\\&quot;text-align: center;\\&quot;&gt;&lt;\\\/td&gt;\\n&lt;td&gt;The timezone that applies to the execution date. Use a timezone identifier from the &lt;a href=\\&quot;https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/List_of_tz_database_time_zones\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot; class=\\&quot;external-link no-image\\&quot;&gt;tz database&lt;\\\/a&gt;.&lt;br\\\/&gt;&lt;br\\\/&gt;For example: &lt;strong&gt;America\\\/Los_Angeles&lt;\\\/strong&gt;.&lt;br\\\/&gt;Default value: &lt;strong&gt;Europe\\\/Amsterdam&lt;\\\/strong&gt;.&lt;\\\/td&gt;\\n&lt;\\\/tr&gt;\\n&lt;\\\/tbody&gt;\\n&lt;\\\/table&gt;\\n&lt;p&gt;The following code sample shows how to include the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#request-executionDate\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate&lt;\\\/a&gt; object in a payout request.&lt;\\\/p&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n&lt;code-sample :title=\\&quot;&#039;Specify an execution date in the future&#039;\\&quot; :id=\\&quot;&#039;transfer-future-date-payout-card-token&#039;\\&quot; :code-data=\\&quot;[{&amp;quot;language&amp;quot;:&amp;quot;bash&amp;quot;,&amp;quot;tabTitle&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;content&amp;quot;:&amp;quot;curl https:\\\\\\\/\\\\\\\/balanceplatform-api-test.adyen.com\\\\\\\/btl\\\\\\\/v4\\\\\\\/transfers \\\\\\\\\\\\n-H &#039;x-api-key: YOUR_BALANCE_PLATFORM_API_KEY&#039; \\\\\\\\\\\\n-H &#039;content-type: application\\\\\\\/json&#039; \\\\\\\\\\\\n-X POST \\\\\\\\\\\\n-d &#039;{\\\\n    \\\\&amp;quot;amount\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;value\\\\&amp;quot;: 80000,\\\\n        \\\\&amp;quot;currency\\\\&amp;quot;: \\\\&amp;quot;EUR\\\\&amp;quot;\\\\n    },\\\\n    \\\\&amp;quot;balanceAccountId\\\\&amp;quot;: \\\\&amp;quot;BA00000000000000000000001\\\\&amp;quot;,\\\\n    \\\\&amp;quot;category\\\\&amp;quot;: \\\\&amp;quot;card\\\\&amp;quot;,\\\\n    \\\\&amp;quot;counterparty\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;card\\\\&amp;quot;: {\\\\n            \\\\&amp;quot;cardHolder\\\\&amp;quot;: {\\\\n                \\\\&amp;quot;firstName\\\\&amp;quot;: \\\\&amp;quot;Albert\\\\&amp;quot;,\\\\n                \\\\&amp;quot;lastName\\\\&amp;quot;: \\\\&amp;quot;Klaassen\\\\&amp;quot;,\\\\n                \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your reference for the cardholder\\\\&amp;quot;,\\\\n                \\\\&amp;quot;type\\\\&amp;quot;: \\\\&amp;quot;individual\\\\&amp;quot;,\\\\n                \\\\&amp;quot;address\\\\&amp;quot;: {\\\\n                    \\\\&amp;quot;city\\\\&amp;quot;: \\\\&amp;quot;San Francisco\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;country\\\\&amp;quot;: \\\\&amp;quot;US\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;line1\\\\&amp;quot;: \\\\&amp;quot;274\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;line2\\\\&amp;quot;: \\\\&amp;quot;Brannan St\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;postalCode\\\\&amp;quot;: \\\\&amp;quot;94107\\\\&amp;quot;,\\\\n                    \\\\&amp;quot;stateOrProvince\\\\&amp;quot;: \\\\&amp;quot;CA\\\\&amp;quot;\\\\n                }\\\\n            },\\\\n            \\\\&amp;quot;cardIdentification\\\\&amp;quot;: {\\\\n                \\\\&amp;quot;storedPaymentMethodId\\\\&amp;quot;: \\\\&amp;quot;ZMV627QSCQVDKG66\\\\&amp;quot;\\\\n            }\\\\n        }\\\\n    },\\\\n    \\\\&amp;quot;executionDate\\\\&amp;quot;: {\\\\n        \\\\&amp;quot;date\\\\&amp;quot;: \\\\&amp;quot;2025-04-18\\\\&amp;quot;,\\\\n        \\\\&amp;quot;timezone\\\\&amp;quot;: \\\\&amp;quot;America\\\\\\\/Los_Angeles\\\\&amp;quot;\\\\n    },\\\\n    \\\\&amp;quot;priority\\\\&amp;quot;: \\\\&amp;quot;regular\\\\&amp;quot;,\\\\n    \\\\&amp;quot;referenceForBeneficiary\\\\&amp;quot;: \\\\&amp;quot;Your-reference-sent-to-the-beneficiary\\\\&amp;quot;,\\\\n    \\\\&amp;quot;reference\\\\&amp;quot;: \\\\&amp;quot;Your internal reference for the transfer\\\\&amp;quot;,\\\\n    \\\\&amp;quot;description\\\\&amp;quot;: \\\\&amp;quot;Your description for the transfer\\\\&amp;quot;\\\\n}&#039;&amp;quot;}]\\&quot; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n&lt;\\\/li&gt;\\n&lt;li&gt;\\n&lt;p&gt;If the payout request is successful, you receive an &lt;strong&gt;HTTP 202 Accepted&lt;\\\/strong&gt; response with the payout details and the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/transfers\\\/latest\\\/post\\\/transfers#responses-200-executionDate\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;executionDate&lt;\\\/a&gt; object.&lt;\\\/p&gt;\\n&lt;\\\/li&gt;\\n&lt;\\\/ol&gt;\\n\\n        &lt;\\\/div&gt;\\n    &lt;\\\/div&gt;\\n&lt;\\\/div&gt;\\n\\n&quot;,&quot;altTitle&quot;:&quot;recurring&quot;,&quot;oldTabId&quot;:&quot;recurring-payouts_3&quot;,&quot;relation&quot;:&quot;recurring&quot;}]\"\n            :should-update-when-url-changes='true'>\n        <\/tabs>\n    <\/div>\n<\/div>\n\n<p>The following tabs show examples of the responses that you receive after a successful request.<\/p>\n\n<div id=\"tabTtY6I\">\n    <div data-component-wrapper=\"tabs\">\n        <tabs\n                        :items=\"[{&quot;title&quot;:&quot;One-off payouts with raw card details&quot;,&quot;content&quot;:&quot;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Example response for a one-off payout&#039;\\&quot; :id=\\&quot;&#039;&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n    \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2023-12-28T15:26:06+01:00\\\\\\&quot;,\\\\n    \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;48POP561F0ZWWLNW\\\\\\&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    },\\\\n    \\\\\\&quot;amount\\\\\\&quot;: {\\\\n        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n        \\\\\\&quot;value\\\\\\&quot;: 10000\\\\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    },\\\\n    \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;card\\\\\\&quot;,\\\\n    \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n        \\\\\\&quot;card\\\\\\&quot;: {\\\\n            \\\\\\&quot;cardHolder\\\\\\&quot;: {\\\\n                \\\\\\&quot;address\\\\\\&quot;: {\\\\n                    \\\\\\&quot;city\\\\\\&quot;: \\\\\\&quot;San Francisco\\\\\\&quot;,\\\\n                    \\\\\\&quot;country\\\\\\&quot;: \\\\\\&quot;US\\\\\\&quot;,\\\\n                    \\\\\\&quot;postalCode\\\\\\&quot;: \\\\\\&quot;94107\\\\\\&quot;,\\\\n                    \\\\\\&quot;stateOrProvince\\\\\\&quot;: \\\\\\&quot;CA\\\\\\&quot;,\\\\n                    \\\\\\&quot;line1\\\\\\&quot;: \\\\\\&quot;274\\\\\\&quot;,\\\\n                    \\\\\\&quot;line2\\\\\\&quot;: \\\\\\&quot;Brannan St\\\\\\&quot;\\\\n                },\\\\n                \\\\\\&quot;firstName\\\\\\&quot;: \\\\\\&quot;Albert\\\\\\&quot;,\\\\n                \\\\\\&quot;lastName\\\\\\&quot;: \\\\\\&quot;Klaassen\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;individual\\\\\\&quot;\\\\n            },\\\\n            \\\\\\&quot;cardIdentification\\\\\\&quot;: {\\\\n                \\\\\\&quot;expiryMonth\\\\\\&quot;: \\\\\\&quot;03\\\\\\&quot;,\\\\n                \\\\\\&quot;expiryYear\\\\\\&quot;: \\\\\\&quot;2030\\\\\\&quot;,\\\\n                \\\\\\&quot;number\\\\\\&quot;: \\\\\\&quot;432112******8765\\\\\\&quot;\\\\n            }\\\\n        }\\\\n    },\\\\n    \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your internal description of the transfer\\\\\\&quot;,\\\\n    \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;outgoing\\\\\\&quot;,\\\\n    \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n    \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your internal reference for the transfer\\\\\\&quot;,\\\\n    \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n    \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;cardTransfer\\\\\\&quot;\\\\n}\\\\u00a0\\&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&quot;,&quot;altTitle&quot;:&quot;raw&quot;,&quot;oldTabId&quot;:&quot;one-off-response-raw_1&quot;,&quot;relation&quot;:&quot;raw&quot;},{&quot;title&quot;:&quot;One-off payouts with tokenized data&quot;,&quot;content&quot;:&quot;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Example response for a one-off payout&#039;\\&quot; :id=\\&quot;&#039;&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n    \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-11T16:12:32+02:00\\\\\\&quot;,\\\\n    \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;4VXLNQ638WU0IAN3\\\\\\&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    },\\\\n    \\\\\\&quot;amount\\\\\\&quot;: {\\\\n        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n        \\\\\\&quot;value\\\\\\&quot;: 10000\\\\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    },\\\\n    \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;card\\\\\\&quot;,\\\\n    \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n        \\\\\\&quot;card\\\\\\&quot;: {\\\\n            \\\\\\&quot;cardHolder\\\\\\&quot;: {\\\\n                \\\\\\&quot;firstName\\\\\\&quot;: \\\\\\&quot;Albert\\\\\\&quot;,\\\\n                \\\\\\&quot;lastName\\\\\\&quot;: \\\\\\&quot;Klaassen\\\\\\&quot;,\\\\n                \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the cardholder\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;individual\\\\\\&quot;,\\\\n                \\\\\\&quot;address\\\\\\&quot;: {\\\\n                    \\\\\\&quot;city\\\\\\&quot;: \\\\\\&quot;San Francisco\\\\\\&quot;,\\\\n                    \\\\\\&quot;country\\\\\\&quot;: \\\\\\&quot;US\\\\\\&quot;,\\\\n                    \\\\\\&quot;line1\\\\\\&quot;: \\\\\\&quot;274\\\\\\&quot;,\\\\n                    \\\\\\&quot;line2\\\\\\&quot;: \\\\\\&quot;Brannan St\\\\\\&quot;,\\\\n                    \\\\\\&quot;postalCode\\\\\\&quot;: \\\\\\&quot;94107\\\\\\&quot;,\\\\n                    \\\\\\&quot;stateOrProvince\\\\\\&quot;: \\\\\\&quot;CA\\\\\\&quot;\\\\n                }\\\\n            },\\\\n            \\\\\\&quot;cardIdentification\\\\\\&quot;: {\\\\n                \\\\\\&quot;storedPaymentMethodId\\\\\\&quot;: \\\\\\&quot;ZMV627QSCQVDKG66\\\\\\&quot;\\\\n            }\\\\n        }\\\\n    },\\\\n    \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your internal description of the transfer\\\\\\&quot;,\\\\n    \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;outgoing\\\\\\&quot;,\\\\n    \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n    \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your internal reference for the transfer\\\\\\&quot;,\\\\n    \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n    \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;cardTransfer\\\\\\&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&quot;,&quot;altTitle&quot;:&quot;token&quot;,&quot;oldTabId&quot;:&quot;one-off-response-token_2&quot;,&quot;relation&quot;:&quot;token&quot;},{&quot;title&quot;:&quot;Recurring payouts&quot;,&quot;content&quot;:&quot;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Example response for a recurring payout&#039;\\&quot; :id=\\&quot;&#039;&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n    \\\\\\&quot;creationDate\\\\\\&quot;: \\\\\\&quot;2024-06-11T16:12:32+02:00\\\\\\&quot;,\\\\n    \\\\\\&quot;id\\\\\\&quot;: \\\\\\&quot;4VXLNQ638WU0IAN3\\\\\\&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    },\\\\n    \\\\\\&quot;amount\\\\\\&quot;: {\\\\n        \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;USD\\\\\\&quot;,\\\\n        \\\\\\&quot;value\\\\\\&quot;: 10000\\\\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    },\\\\n    \\\\\\&quot;category\\\\\\&quot;: \\\\\\&quot;card\\\\\\&quot;,\\\\n    \\\\\\&quot;counterparty\\\\\\&quot;: {\\\\n        \\\\\\&quot;card\\\\\\&quot;: {\\\\n            \\\\\\&quot;cardHolder\\\\\\&quot;: {\\\\n                \\\\\\&quot;firstName\\\\\\&quot;: \\\\\\&quot;Albert\\\\\\&quot;,\\\\n                \\\\\\&quot;lastName\\\\\\&quot;: \\\\\\&quot;Klaassen\\\\\\&quot;,\\\\n                \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your reference for the cardholder\\\\\\&quot;,\\\\n                \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;individual\\\\\\&quot;,\\\\n                \\\\\\&quot;address\\\\\\&quot;: {\\\\n                    \\\\\\&quot;city\\\\\\&quot;: \\\\\\&quot;San Francisco\\\\\\&quot;,\\\\n                    \\\\\\&quot;country\\\\\\&quot;: \\\\\\&quot;US\\\\\\&quot;,\\\\n                    \\\\\\&quot;line1\\\\\\&quot;: \\\\\\&quot;274\\\\\\&quot;,\\\\n                    \\\\\\&quot;line2\\\\\\&quot;: \\\\\\&quot;Brannan St\\\\\\&quot;,\\\\n                    \\\\\\&quot;postalCode\\\\\\&quot;: \\\\\\&quot;94107\\\\\\&quot;,\\\\n                    \\\\\\&quot;stateOrProvince\\\\\\&quot;: \\\\\\&quot;CA\\\\\\&quot;\\\\n                }\\\\n            },\\\\n            \\\\\\&quot;cardIdentification\\\\\\&quot;: {\\\\n                \\\\\\&quot;storedPaymentMethodId\\\\\\&quot;: \\\\\\&quot;ZMV627QSCQVDKG66\\\\\\&quot;\\\\n            }\\\\n        }\\\\n    },\\\\n    \\\\\\&quot;description\\\\\\&quot;: \\\\\\&quot;Your internal description of the transfer\\\\\\&quot;,\\\\n    \\\\\\&quot;direction\\\\\\&quot;: \\\\\\&quot;outgoing\\\\\\&quot;,\\\\n    \\\\\\&quot;reason\\\\\\&quot;: \\\\\\&quot;approved\\\\\\&quot;,\\\\n    \\\\\\&quot;reference\\\\\\&quot;: \\\\\\&quot;Your internal reference for the transfer\\\\\\&quot;,\\\\n    \\\\\\&quot;status\\\\\\&quot;: \\\\\\&quot;authorised\\\\\\&quot;,\\\\n    \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;cardTransfer\\\\\\&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&quot;,&quot;altTitle&quot;:&quot;recurring&quot;,&quot;oldTabId&quot;:&quot;recurring-payouts-response_3&quot;,&quot;relation&quot;:&quot;recurring&quot;}]\"\n            :should-update-when-url-changes='true'>\n        <\/tabs>\n    <\/div>\n<\/div>\n\n<h2 id=\"get-status-updates\">2. Get updates on the status of the transfer<\/h2>\n<p>Track the transfer request by using the <a href=\"\/pt\/payouts\/payout-service\/pay-out-to-cards\/payout-webhooks\">webhooks<\/a> that Adyen sends to your server. You receive a webhook each time that the status of the request changes. For example, you receive webhooks when Adyen receives the request, when the transfer is authorised, and when the funds are booked and deducted from the balance account.<\/p>\n<p>You can also <a href=\"\/pt\/payouts\/payout-service\/view-transfers-details\">view the transfer details in your Customer Area<\/a>.<\/p>\n<h2>3. Test the payout flow<\/h2>\n<p>To test the payout flow with raw card details, make a POST  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/transfers\/latest\/post\/transfers\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/transfers<\/a> request using our <a href=\"\/pt\/development-resources\/test-cards-and-credentials\/test-card-numbers\/#visa\">Visa test card<\/a> and <a href=\"\/pt\/development-resources\/test-cards-and-credentials\/test-card-numbers\/#mastercard\">Mastercard test card<\/a> details for the <code>counterparty.card.cardIdentification<\/code> fields.<\/p>\n<h2>See also<\/h2>\n<div class=\"see-also-links output-inline\" id=\"see-also\">\n<ul><li><a href=\"\/payouts\/payout-service\/pay-out-to-cards\/manage-card-details\/\"\n                        target=\"_self\"\n                        >\n                    Manage card details\n                <\/a><\/li><\/ul><\/div>\n","url":"https:\/\/docs.adyen.com\/pt\/payouts\/payout-service\/pay-out-to-cards\/funds-disbursement","articleFields":{"description":"Make an API request to pay out funds to a third-party card.","feedback_component":true,"type":"page","_expandable":{"operations":""},"status":"current","cache_enable":false,"parameters":{"integrationType":"payouts","directoryPath":"\/payouts\/payout-service","payoutType":"card"},"filters_component":false,"page_id":"42a76235-52b1-4be4-bdb2-7ae9bd417a01","last_edit_on":"30-11-2023 12:07"},"algolia":{"url":"https:\/\/docs.adyen.com\/pt\/payouts\/payout-service\/pay-out-to-cards\/funds-disbursement","title":"Make a payout to a third-party card","content":"This page explains how to make a payout request to transfer funds to Mastercard or Visa cards. In the following sections, you can see examples for one-off or recurring payouts.\nAfter you make the payout request, you can track the status of the transfer by using webhooks.\nRequirements\nBefore you begin, take into account the following requirements and preparations.\n\n\n\nRequirement\nDescription\n\n\n\n\nIntegration type\nAn Adyen payout service integration and our  Checkout API for tokenization.\n\n\nAPI credentials\nYour API credential for balance platform (ws[_123456]@BalancePlatform.[YourBalancePlatform]) has the following roles to use with the  Transfers API.Bank Transfer Initiation Webservice roleTransferService Webservice Initiate role\n\n\nWebhooks\nMake sure that: Your server is able to receive and accept webhooks.You have subscribed to Transfer and Transaction webhooks in your Customer Area.\n\n\nLimitations\nWe recommend that you verify if the card is eligible for payouts. If you are not fully PCI compliant or want to make recurring payouts, you must have tokenized and saved the card details.\n\n\nSetup steps\nBefore you begin, contact your Adyen representative to enable the feature on your account.\n\n\n\n1. Initiate a payout\nThe following tabs show how to make one-off and recurring payments. If you are fully PCI compliant, you are allowed to make payout requests using raw card details. Otherwise, you must use tokenized card details in your request.\n\n\n    \n        \n        \n    \n\n\nThe following tabs show examples of the responses that you receive after a successful request.\n\n\n    \n        \n        \n    \n\n\n2. Get updates on the status of the transfer\nTrack the transfer request by using the webhooks that Adyen sends to your server. You receive a webhook each time that the status of the request changes. For example, you receive webhooks when Adyen receives the request, when the transfer is authorised, and when the funds are booked and deducted from the balance account.\nYou can also view the transfer details in your Customer Area.\n3. Test the payout flow\nTo test the payout flow with raw card details, make a POST  \/transfers request using our Visa test card and Mastercard test card details for the counterparty.card.cardIdentification fields.\nSee also\n\n\n                    Manage card details\n                \n","type":"page","locale":"pt","boost":16,"hierarchy":{"lvl0":"Home","lvl1":"Adyen Payouts","lvl2":"Payouts and Payments","lvl3":"Pay out to third-party cards","lvl4":"Make a payout to a third-party card"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/pt","lvl1":"https:\/\/docs.adyen.com\/pt\/payouts","lvl2":"https:\/\/docs.adyen.com\/pt\/payouts\/payout-service","lvl3":"https:\/\/docs.adyen.com\/pt\/payouts\/payout-service\/pay-out-to-cards","lvl4":"\/pt\/payouts\/payout-service\/pay-out-to-cards\/funds-disbursement"},"levels":5,"category":"","category_color":"","tags":["payout","third-party"]},"articleFiles":{"request-raw.js":"<p alt=\"\">request-raw.js<\/p>","request-token.js":"<p alt=\"\">request-token.js<\/p>"}}
