{"title":"Merge the balance of two gift cards","category":"default","creationDate":1776961628,"content":"<p>The <code>\/mergeBalance<\/code> endpoint of our <a href=\"\/pt\/payment-methods\/gift-cards\/stored-value-api\">Stored Value API<\/a> lets you transfer the full value of a gift card or other type of stored-value card to another one. The source and target card need to be from the same gift card provider.<\/p>\n<h3>Transaction per provider and channel<\/h3>\n<div class=\"sc-columns\" style=\"columns:2 auto;-moz-columns:2 auto;column-gap:normal;-moz-column-gap:normal;\">\n<h4>Online<\/h4>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Transaction<\/th>\n<th style=\"text-align: center;\">Givex<\/th>\n<th style=\"text-align: center;\">SVS<\/th>\n<th style=\"text-align: center;\">Fiserv (formerly ValueLink)<\/th>\n<th style=\"text-align: center;\">Intersolve<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\">Merge balance<\/td>\n<td style=\"text-align: center;\"><img title=\"-x-\" alt=\"-x-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/x.png\" \/><\/td>\n<td style=\"text-align: center;\"><img title=\"-x-\" alt=\"-x-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/x.png\" \/><\/td>\n<td style=\"text-align: center;\"><img title=\"-white_check_mark-\" alt=\"-white_check_mark-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/white_check_mark.png\" \/><\/td>\n<td style=\"text-align: center;\"><img title=\"-x-\" alt=\"-x-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/x.png\" \/><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4>In-person payments<\/h4>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Transaction<\/th>\n<th style=\"text-align: center;\">Givex<\/th>\n<th style=\"text-align: center;\">SVS<\/th>\n<th style=\"text-align: center;\">Fiserv (formerly ValueLink)<\/th>\n<th style=\"text-align: center;\">Intersolve<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\">Merge balance<\/td>\n<td style=\"text-align: center;\"><img title=\"-x-\" alt=\"-x-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/x.png\" \/><\/td>\n<td style=\"text-align: center;\"><img title=\"-x-\" alt=\"-x-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/x.png\" \/><\/td>\n<td style=\"text-align: center;\"><img title=\"-x-\" alt=\"-x-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/x.png\" \/><\/td>\n<td style=\"text-align: center;\"><img title=\"-x-\" alt=\"-x-\" class=\"smileys\" src=\"\/user\/data\/smileys\/emoji\/x.png\" \/><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h2 id=\"merge-balance-request\">Merge the balance<\/h2>\n<p>When you transfer the value from one gift card or stored-value card to another, the way to specify the card details of the target card depends on whether you <a href=\"\/pt\/online-payments\/tokenization\">tokenized<\/a> a payment that the shopper made with this card.<\/p>\n\n<div id=\"tabAIjlE\">\n    <div data-component-wrapper=\"tabs\">\n        <tabs\n                        :items=\"[{&quot;title&quot;:&quot;Without token&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;To transfer the full value from a source gift card to a target card that has not been tokenized:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;\\n&lt;p&gt;Make a POST request to the &lt;a href=\\&quot;\\\/pt\\\/payment-methods\\\/gift-cards\\\/stored-value-api#sv-api-endpoints\\&quot;&gt;&lt;code&gt;\\\/mergeBalance&lt;\\\/code&gt; endpoint&lt;\\\/a&gt;, specifying:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;\\n&lt;p&gt;&lt;code&gt;merchantAccount&lt;\\\/code&gt;: ID of the merchant account that you want to process the transaction with.&lt;\\\/p&gt;\\n&lt;\\\/li&gt;\\n&lt;li&gt;\\n&lt;p&gt;&lt;code&gt;store&lt;\\\/code&gt;: &lt;div data-component-wrapper=\\&quot;tag\\&quot;&gt;\\n    &lt;tag :variant=&amp;quot;success&amp;quot;&gt;\\n        Optional\\n    &lt;\\\/tag&gt;\\n&lt;\\\/div&gt;\\n For transactions flagged as in-store, the ID of the physical store that you want to process the transaction for. Maximum length: 16 characters.&lt;\\\/p&gt;\\n&lt;\\\/li&gt;\\n&lt;li&gt;\\n&lt;p&gt;&lt;code&gt;sourcePaymentMethod.number&lt;\\\/code&gt;: Card number that identifies the card that you want to transfer the value from.&lt;\\\/p&gt;\\n&lt;\\\/li&gt;\\n&lt;li&gt;\\n&lt;p&gt;&lt;code&gt;sourcePaymentMethod.securityCode&lt;\\\/code&gt;: If the source card has a PIN code or other type of security code, obtain it from the shopper and provide it here.&lt;\\\/p&gt;\\n&lt;\\\/li&gt;\\n&lt;li&gt;\\n&lt;p&gt;&lt;code&gt;sourcePaymentMethod.expiryMonth&lt;\\\/code&gt;: &lt;div data-component-wrapper=\\&quot;tag\\&quot;&gt;\\n    &lt;tag :variant=&amp;quot;success&amp;quot;&gt;\\n        Optional\\n    &lt;\\\/tag&gt;\\n&lt;\\\/div&gt;\\n Expiry month of the source card.&lt;\\\/p&gt;\\n&lt;\\\/li&gt;\\n&lt;li&gt;\\n&lt;p&gt;&lt;code&gt;sourcePaymentMethod.expiryYear&lt;\\\/code&gt;: &lt;div data-component-wrapper=\\&quot;tag\\&quot;&gt;\\n    &lt;tag :variant=&amp;quot;success&amp;quot;&gt;\\n        Optional\\n    &lt;\\\/tag&gt;\\n&lt;\\\/div&gt;\\n Expiry year of the source card.&lt;\\\/p&gt;\\n&lt;\\\/li&gt;\\n&lt;li&gt;\\n&lt;p&gt;&lt;code&gt;sourcePaymentMethod.holderName&lt;\\\/code&gt;: &lt;div data-component-wrapper=\\&quot;tag\\&quot;&gt;\\n    &lt;tag :variant=&amp;quot;success&amp;quot;&gt;\\n        Optional\\n    &lt;\\\/tag&gt;\\n&lt;\\\/div&gt;\\n Name of the shopper that the source card belongs to.&lt;\\\/p&gt;\\n&lt;\\\/li&gt;\\n&lt;li&gt;\\n&lt;p&gt;&lt;code&gt;paymentMethod&lt;\\\/code&gt; object with:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;&lt;code&gt;type&lt;\\\/code&gt;: Name or brand of the target card. Accepted values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;valuelink&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;number&lt;\\\/code&gt;: Card number that identifies the target card that you want transfer funds to.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;securityCode&lt;\\\/code&gt;: If the target card has a PIN code or other type of security code, obtain it from the shopper and provide it here.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;expiryMonth&lt;\\\/code&gt;: &lt;div data-component-wrapper=\\&quot;tag\\&quot;&gt;\\n    &lt;tag :variant=&amp;quot;success&amp;quot;&gt;\\n        Optional\\n    &lt;\\\/tag&gt;\\n&lt;\\\/div&gt;\\n Expiry month of the target card.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;expiryYear&lt;\\\/code&gt;: &lt;div data-component-wrapper=\\&quot;tag\\&quot;&gt;\\n    &lt;tag :variant=&amp;quot;success&amp;quot;&gt;\\n        Optional\\n    &lt;\\\/tag&gt;\\n&lt;\\\/div&gt;\\n Expiry year of the target card.&lt;\\\/li&gt;\\n&lt;li&gt;\\n&lt;p&gt;&lt;code&gt;holderName&lt;\\\/code&gt;: &lt;div data-component-wrapper=\\&quot;tag\\&quot;&gt;\\n    &lt;tag :variant=&amp;quot;success&amp;quot;&gt;\\n        Optional\\n    &lt;\\\/tag&gt;\\n&lt;\\\/div&gt;\\n Name of the shopper that the target card belongs to.&lt;\\\/p&gt;\\n&lt;!-- list separator --&gt;\\n&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;\\\/li&gt;\\n&lt;li&gt;\\n&lt;p&gt;&lt;code&gt;reference&lt;\\\/code&gt;: Your reference to uniquely identify the transaction. To provide multiple references for a transaction, separate them with hyphens (\\&quot;-\\&quot;). Maximum length: 80 characters.&lt;\\\/p&gt;\\n&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;p&gt;This request transfers the balance of card no. 7777182708544835 to card no. 6703444444444449:&lt;\\\/p&gt;\\n&lt;pre&gt;&lt;code class=\\&quot;language-json\\&quot;&gt;{\\n    \\&quot;merchantAccount\\&quot;: \\&quot;ADYEN_MERCHANT_ACCOUNT\\&quot;,\\n    \\&quot;store\\&quot;:\\&quot;YOUR_STORE_ID\\&quot;,\\n    \\&quot;sourcePaymentMethod\\&quot;: {\\n        \\&quot;number\\&quot;: \\&quot;7777182708544835\\&quot;,\\n        \\&quot;securityCode\\&quot;: \\&quot;2329\\&quot;\\n    },\\n    \\&quot;paymentMethod\\&quot;: {\\n        \\&quot;type\\&quot;: \\&quot;valuelink\\&quot;,\\n        \\&quot;number\\&quot;: \\&quot;6703444444444449\\&quot;,\\n        \\&quot;securityCode\\&quot;: \\&quot;2330\\&quot;\\n    },\\n    \\&quot;reference\\&quot;: \\&quot;YOUR_REFERENCE\\&quot;\\n}&lt;\\\/code&gt;&lt;\\\/pre&gt;\\n&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;h4 id=\\&quot;response\\&quot;&gt;Response&lt;\\\/h4&gt;\\n&lt;p&gt;You receive a response containing:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;&lt;code&gt;currentBalance&lt;\\\/code&gt;: The &lt;code&gt;currency&lt;\\\/code&gt; and total &lt;code&gt;value&lt;\\\/code&gt; in minor units of the funds stored on the card.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;pspReference&lt;\\\/code&gt;: Adyen&#039;s 16-character unique reference associated with the request.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;resultCode&lt;\\\/code&gt;: Indicates the state of the request. Refer to &lt;a href=\\&quot;\\\/pt\\\/payment-methods\\\/gift-cards\\\/stored-value-api#result-codes\\&quot;&gt;Result codes&lt;\\\/a&gt; for the values that you can receive.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;p&gt;The response may include additional fields, depending on the additional data settings for your merchant account. 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;, you&#039;ll find these settings under &lt;strong&gt;Developers&lt;\\\/strong&gt; &amp;gt; &lt;strong&gt;Additional data&lt;\\\/strong&gt;.&lt;\\\/p&gt;\\n&lt;p&gt;Sample response:&lt;\\\/p&gt;\\n&lt;pre&gt;&lt;code class=\\&quot;language-json\\&quot;&gt;{\\n    \\&quot;currentBalance\\&quot;: {\\n        \\&quot;currency\\&quot;: \\&quot;EUR\\&quot;,\\n        \\&quot;value\\&quot;: 5600\\n    },\\n    \\&quot;pspReference\\&quot;: \\&quot;881564657480267D\\&quot;,\\n    \\&quot;resultCode\\&quot;: \\&quot;Success\\&quot;\\n}&lt;\\\/code&gt;&lt;\\\/pre&gt;\\n&quot;,&quot;altTitle&quot;:null,&quot;oldTabId&quot;:&quot;without_token_0_1&quot;,&quot;relation&quot;:&quot;&quot;},{&quot;title&quot;:&quot;With token&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;To transfer the full value from a source gift card to a target card that has been tokenized:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;\\n&lt;p&gt;Make a POST request to the &lt;a href=\\&quot;\\\/pt\\\/payment-methods\\\/gift-cards\\\/stored-value-api#sv-api-endpoints\\&quot;&gt;&lt;code&gt;mergeBalance&lt;\\\/code&gt; endpoint&lt;\\\/a&gt;, specifying:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;&lt;code&gt;merchantAccount&lt;\\\/code&gt;: ID of the merchant account that you want to process the transaction with.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;store&lt;\\\/code&gt;: &lt;div data-component-wrapper=\\&quot;tag\\&quot;&gt;\\n    &lt;tag :variant=&amp;quot;success&amp;quot;&gt;\\n        Optional\\n    &lt;\\\/tag&gt;\\n&lt;\\\/div&gt;\\n For transactions flagged as in-store, the ID of the physical store that you want to process the transaction for. Maximum length: 16 characters.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;sourcePaymentMethod.number&lt;\\\/code&gt;: Card number that identifies the card that you want to transfer the value from.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;sourcePaymentMethod.securityCode&lt;\\\/code&gt;: If the source card has a PIN code or other type of security code, obtain it from the shopper and provide it here.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;sourcePaymentMethod.expiryMonth&lt;\\\/code&gt;: &lt;div data-component-wrapper=\\&quot;tag\\&quot;&gt;\\n    &lt;tag :variant=&amp;quot;success&amp;quot;&gt;\\n        Optional\\n    &lt;\\\/tag&gt;\\n&lt;\\\/div&gt;\\n Expiry month of the source card.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;sourcePaymentMethod.expiryYear&lt;\\\/code&gt;: &lt;div data-component-wrapper=\\&quot;tag\\&quot;&gt;\\n    &lt;tag :variant=&amp;quot;success&amp;quot;&gt;\\n        Optional\\n    &lt;\\\/tag&gt;\\n&lt;\\\/div&gt;\\n Expiry year of the source card.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;sourcePaymentMethod.holderName&lt;\\\/code&gt;: &lt;div data-component-wrapper=\\&quot;tag\\&quot;&gt;\\n    &lt;tag :variant=&amp;quot;success&amp;quot;&gt;\\n        Optional\\n    &lt;\\\/tag&gt;\\n&lt;\\\/div&gt;\\n Name of the shopper that the source card belongs to.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;paymentMethod.type&lt;\\\/code&gt;: Name or brand of the target card. Accepted values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;valuelink&lt;\\\/strong&gt;&lt;\\\/span&gt;.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;recurringDetailReference&lt;\\\/code&gt;: The token that identifies the target card. This was returned in the response when you tokenized the target card.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;shopperReference&lt;\\\/code&gt;: Your unique ID for this shopper. This is the &lt;code&gt;shopperReference&lt;\\\/code&gt; that you used when you created the token.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;shopperInteraction&lt;\\\/code&gt;: Specifies the sales channel through which the shopper provided their details. Accepted values: &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;Ecommerce&lt;\\\/strong&gt;&lt;\\\/span&gt; (default for online transactions), &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;ContAuth&lt;\\\/strong&gt;&lt;\\\/span&gt; (online, using previously stored details), &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;Moto&lt;\\\/strong&gt;&lt;\\\/span&gt; (via email or telephone) or &lt;span translate=\\&quot;no\\&quot;&gt;&lt;strong&gt;POS&lt;\\\/strong&gt;&lt;\\\/span&gt; (using a payment terminal).&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;reference&lt;\\\/code&gt;: Your reference to uniquely identify the transaction. To provide multiple references for a transaction, separate them with hyphens (\\&quot;-\\&quot;). Maximum length: 80 characters.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;p&gt;This request transfers the balance of card no. 7777182708544835 to card no. 6703444444444449:&lt;\\\/p&gt;\\n&lt;pre&gt;&lt;code class=\\&quot;language-json\\&quot;&gt;{\\n    \\&quot;merchantAccount\\&quot;: \\&quot;ADYEN_MERCHANT_ACCOUNT\\&quot;,\\n    \\&quot;store\\&quot;:\\&quot;YOUR_STORE_ID\\&quot;,\\n    \\&quot;sourcePaymentMethod\\&quot;: {\\n        \\&quot;number\\&quot;: \\&quot;7777182708544835\\&quot;,\\n        \\&quot;securityCode\\&quot;: \\&quot;2329\\&quot;\\n    },\\n    \\&quot;paymentMethod\\&quot;: {\\n        \\&quot;type\\&quot;: \\&quot;valuelink\\&quot;\\n    },\\n    \\&quot;recurringDetailReference\\&quot;: \\&quot;6703444444444449\\&quot;,\\n    \\&quot;shopperReference\\&quot;: \\&quot;YOUR_UNIQUE_SHOPPER_REFERENCE\\&quot;,\\n    \\&quot;shopperInteraction\\&quot;: \\&quot;Ecommerce\\&quot;,\\n    \\&quot;reference\\&quot;: \\&quot;YOUR_REFERENCE\\&quot;\\n}&lt;\\\/code&gt;&lt;\\\/pre&gt;\\n&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;h4 id=\\&quot;response\\&quot;&gt;Response&lt;\\\/h4&gt;\\n&lt;p&gt;You receive a response containing:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;&lt;code&gt;currentBalance&lt;\\\/code&gt;: The &lt;code&gt;currency&lt;\\\/code&gt; and total &lt;code&gt;value&lt;\\\/code&gt; in minor units of the funds stored on the card.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;pspReference&lt;\\\/code&gt;: Adyen&#039;s 16-character unique reference associated with the request.&lt;\\\/li&gt;\\n&lt;li&gt;&lt;code&gt;resultCode&lt;\\\/code&gt;: Indicates the state of the request. Refer to &lt;a href=\\&quot;\\\/pt\\\/payment-methods\\\/gift-cards\\\/stored-value-api#result-codes\\&quot;&gt;Result codes&lt;\\\/a&gt; for the values that you can receive.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;p&gt;The response may include additional fields, depending on the additional data settings for your merchant account. 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;, you&#039;ll find these settings under &lt;strong&gt;Developers&lt;\\\/strong&gt; &amp;gt; &lt;strong&gt;Additional data&lt;\\\/strong&gt;.&lt;\\\/p&gt;\\n&lt;p&gt;Sample response:&lt;\\\/p&gt;\\n&lt;pre&gt;&lt;code class=\\&quot;language-json\\&quot;&gt;{\\n    \\&quot;currentBalance\\&quot;: {\\n        \\&quot;currency\\&quot;: \\&quot;EUR\\&quot;,\\n        \\&quot;value\\&quot;: 5600\\n    },\\n    \\&quot;pspReference\\&quot;: \\&quot;881564657480267D\\&quot;,\\n    \\&quot;resultCode\\&quot;: \\&quot;Success\\&quot;\\n}&lt;\\\/code&gt;&lt;\\\/pre&gt;\\n&quot;,&quot;altTitle&quot;:null,&quot;oldTabId&quot;:&quot;with_token_1_2&quot;,&quot;relation&quot;:&quot;&quot;}]\"\n            :should-update-when-url-changes='false'>\n        <\/tabs>\n    <\/div>\n<\/div>\n\n<h2>Next steps<\/h2>\n<div class=\"next-steps\" id=\"next-steps\" >\n<a href=\"\/payment-methods\/gift-cards\/stored-value-api\/change-status\" class=\"next-steps__step\" style=\"width:29%;\" target=\"_self\"><p class=\"next-steps__body\"><div style=\"text-align: center;\"><h6 class=\"next-steps__title\">Change status<\/h6><p>Activate or deactivate a gift card.<\/p><\/div><\/p><\/a><a href=\"\/payment-methods\/gift-cards\/stored-value-api\/check-balance\" class=\"next-steps__step\" style=\"width:29%;\" target=\"_self\"><p class=\"next-steps__body\"><div style=\"text-align: center;\"><h6 class=\"next-steps__title\">Check balance<\/h6><p>Check the value stored on a gift card.<\/p><\/div><\/p><\/a><a href=\"\/payment-methods\/gift-cards\/stored-value-api\/load\" class=\"next-steps__step\" style=\"width:29%;\" target=\"_self\"><p class=\"next-steps__body\"><div style=\"text-align: center;\"><h6 class=\"next-steps__title\">Load<\/h6><p>Add funds to a gift card.<\/p><\/div><\/p><\/a><\/div>\n\n<h2 id=\"see-also\">See also<\/h2>\n<div class=\"see-also-links output-inline\" id=\"see-also\">\n<ul><li><a href=\"\/payment-methods\/gift-cards\/stored-value-api\/issue\"\n                        target=\"_self\"\n                        >\n                    Issue a new gift card\n                <\/a><\/li><li><a href=\"\/payment-methods\/gift-cards\/stored-value-api\/void\"\n                        target=\"_self\"\n                        >\n                    Undo a previous Stored Value API transaction from the last 24 hours\n                <\/a><\/li><li><a href=\"\/payment-methods\/gift-cards\/stored-value-api\"\n                        target=\"_self\"\n                        >\n                    Stored Value API\n                <\/a><\/li><\/ul><\/div>\n","url":"https:\/\/docs.adyen.com\/pt\/payment-methods\/gift-cards\/stored-value-api\/merge-balance","articleFields":{"description":"Transfer the value from one stored-value card to another one of the same type."},"algolia":{"url":"https:\/\/docs.adyen.com\/pt\/payment-methods\/gift-cards\/stored-value-api\/merge-balance","title":"Merge the balance of two gift cards","content":"The \/mergeBalance endpoint of our Stored Value API lets you transfer the full value of a gift card or other type of stored-value card to another one. The source and target card need to be from the same gift card provider.\nTransaction per provider and channel\n\nOnline\n\n\n\nTransaction\nGivex\nSVS\nFiserv (formerly ValueLink)\nIntersolve\n\n\n\n\nMerge balance\n\n\n\n\n\n\n\nIn-person payments\n\n\n\nTransaction\nGivex\nSVS\nFiserv (formerly ValueLink)\nIntersolve\n\n\n\n\nMerge balance\n\n\n\n\n\n\n\n\nMerge the balance\nWhen you transfer the value from one gift card or stored-value card to another, the way to specify the card details of the target card depends on whether you tokenized a payment that the shopper made with this card.\n\n\n    \n        \n        \n    \n\n\nNext steps\n\nChange statusActivate or deactivate a gift card.Check balanceCheck the value stored on a gift card.LoadAdd funds to a gift card.\n\nSee also\n\n\n                    Issue a new gift card\n                \n                    Undo a previous Stored Value API transaction from the last 24 hours\n                \n                    Stored Value API\n                \n","type":"page","locale":"pt","boost":16,"hierarchy":{"lvl0":"Home","lvl1":"Payment methods","lvl2":"Gift cards","lvl3":"Stored Value API for managing gift cards","lvl4":"Merge the balance of two gift cards"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/pt","lvl1":"https:\/\/docs.adyen.com\/pt\/payment-methods","lvl2":"https:\/\/docs.adyen.com\/pt\/payment-methods\/gift-cards","lvl3":"https:\/\/docs.adyen.com\/pt\/payment-methods\/gift-cards\/stored-value-api","lvl4":"\/pt\/payment-methods\/gift-cards\/stored-value-api\/merge-balance"},"levels":5,"category":"Payment method","category_color":"green","tags":["Merge","balance","cards"]}}
