{"title":"Webhooks for fund transfer events (deprecated)","category":"default","creationDate":1574033460,"content":"<div class=\"notices green\">\n<p>Note that <a href=\"https:\/\/docs.adyen.com\/api-explorer\/payment-webhooks\/latest\/overview\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Payment webhooks<\/a> have been deprecated. If you are starting a new integration, use <a href=\"\/pt\/issuing\/webhook-types\/fund-transfers-webhooks\">Transfer webhooks<\/a> instead.<\/p>\n<\/div>\n<p>Adyen sends webhooks for incoming and outgoing fund transfers. These webhooks are triggered when:<\/p>\n<ul>\n<li>You move funds using the 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> endpoint.<\/li>\n<li>The balance account receives funds from an external source such as a <a href=\"\/pt\/issuing\/onboard-users\/onboarding-steps\">transfer instrument<\/a>.<\/li>\n<\/ul>\n<h2>Webhook types for fund transfers<\/h2>\n<p>Webhooks inform you when a fund transfer has been initiated, and when funds have been added to or deducted from balance accounts.<\/p>\n<table>\n<thead>\n<tr>\n<th>Events<\/th>\n<th>Webhook types<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Outgoing funds transfer<\/td>\n<td><ol><li markdown=\"1\"><a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.payment.created\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.payment.created<\/a> with status <span translate=\"no\"><strong>Authorised<\/strong><\/span> <br>Informs your server of the request to transfer funds out of the balance account.<\/li><li markdown=\"1\"><a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.outgoingTransfer.created\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.outgoingTransfer.created<\/a> with status <span translate=\"no\"><strong>OutgoingTransfer<\/strong><\/span><br>Informs you that funds were deducted from the source balance account.<\/li><li markdown=\"1\">(Optional)<a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.outgoingTransfer.updated\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.outgoingTransfer.updated<\/a> <br>Informs you if there are updates after funds were moved out of the balance account. For example, if the fund transfer to a transfer instrument fails.<\/li><\/ol><\/td>\n<\/tr>\n<tr>\n<td>Incoming funds transfer<\/td>\n<td><ol><li markdown=\"1\"><a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.payment.created\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.payment.created<\/a> with status <span translate=\"no\"><strong>Authorised<\/strong><\/span> <br>Informs your server of the request to transfer funds in to the balance account.<\/li><li markdown=\"1\"><a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.incomingTransfer.created\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.incomingTransfer.created<\/a> with status <span translate=\"no\"><strong>PendingIncomingTransfer<\/strong><\/span><br>Informs you of pending incoming funds.<\/li><li markdown=\"1\"><a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.incomingTransfer.updated\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.incomingTransfer.updated<\/a> with status <span translate=\"no\"><strong>IncomingTransfer<\/strong><\/span><br>Informs you that funds were added to the balance account.<\/li><\/ol><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Because the incoming and outgoing transfers trigger a different set of webhooks, this means that when you request a <a href=\"\/pt\/issuing\/add-manage-funds#transfer\">fund transfer between balance accounts<\/a>, five webhooks are triggered&mdash; two for the outgoing transfer from the source balance account and three for the incoming transfer to the destination balance account.<\/p>\n<h2>Outgoing funds transfer<\/h2>\n<p>When you move funds out of a balance account, Adyen sends:<\/p>\n<ol>\n<li>The <a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.payment.created\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.payment.created<\/a> webhook. This webhook includes information about the amount and the source balance account.<\/li>\n<li>The <a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.outgoingTransfer.created\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.outgoingTransfer.created<\/a> webhook, sent when funds are deducted from the balance account.<\/li>\n<\/ol>\n<p>The <a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.payment.created\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.payment.created<\/a> webhook contains information such as:<\/p>\n<ul>\n<li><code>id<\/code>: The unique identifier of the outgoing fund transfer.<\/li>\n<li><code>balanceAccount<\/code>: Contains information about the source balance account.<\/li>\n<li><code>originalAmount<\/code>: The <em>negative<\/em> fund transfer amount in the original currency of the transaction.<\/li>\n<li><code>amount<\/code>: The <em>negative<\/em> fund transfer amount converted to the balance currency, in case the original transaction currency is different from the balance currency. This amount will be deducted from the balance account.<\/li>\n<\/ul>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Example payment.created webhook for an outgoing transfer'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n  \\\"data\\\": {\\n    \\\"balancePlatform\\\": \\\"YOUR_BALANCE_PLATFORM\\\",\\n    \\\"creationDate\\\": \\\"2021-05-03T15:20:06+02:00\\\",\\n    \\\"id\\\": \\\"1W1UG35QQEBJLHZ8\\\",\\n    \\\"accountHolder\\\": {\\n      \\\"description\\\": \\\"Liable account holder\\\",\\n      \\\"id\\\": \\\"AH32272223222B59MTF7458DP\\\",\\n      \\\"reference\\\": \\\"Liable account holder\\\"\\n    },\\n    \\\"amount\\\": {\\n      \\\"currency\\\": \\\"EUR\\\",\\n      \\\"value\\\": -15000\\n    },\\n    \\\"balanceAccount\\\": {\\n      \\\"description\\\": \\\"Liable balance account\\\",\\n      \\\"id\\\": \\\"BA3227C223222B5B9SCR82TMV\\\"\\n    },\\n    \\\"originalAmount\\\": {\\n      \\\"currency\\\": \\\"EUR\\\",\\n      \\\"value\\\": -15000\\n    },\\n    \\\"status\\\": \\\"Authorised\\\"\\n  },\\n  \\\"environment\\\": \\\"test\\\",\\n  \\\"type\\\": \\\"balancePlatform.payment.created\\\"\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p>Next, Adyen sends the <a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.outgoingTransfer.created\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.outgoingTransfer.created<\/a> webhook when the funds have been deducted from the source balance account.<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Example outgoingTransfer webhook'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n  \\\"data\\\": {\\n    \\\"balancePlatform\\\": \\\"YOUR_BALANCE_PLATFORM\\\",\\n    \\\"creationDate\\\": \\\"2021-05-03T15:20:06+02:00\\\",\\n    \\\"id\\\": \\\"1W1UG35QQEBJLHZ8\\\",\\n    \\\"accountHolder\\\": {\\n      \\\"description\\\": \\\"Liable account holder\\\",\\n      \\\"id\\\": \\\"AH32272223222B59MTF7458DP\\\",\\n      \\\"reference\\\": \\\"Liable account holder\\\"\\n    },\\n    \\\"amount\\\": {\\n      \\\"currency\\\": \\\"EUR\\\",\\n      \\\"value\\\": -15000\\n    },\\n    \\\"balanceAccount\\\": {\\n      \\\"description\\\": \\\"Liable balance Account\\\",\\n      \\\"id\\\": \\\"BA3227C223222B5B9SCR82TMV\\\"\\n    },\\n    \\\"originalAmount\\\": {\\n      \\\"currency\\\": \\\"EUR\\\",\\n      \\\"value\\\": -15000\\n    },\\n    \\\"paymentId\\\": \\\"1W1UG35QQEBJLHZ8\\\",\\n    \\\"status\\\": \\\"OutgoingTransfer\\\"\\n  },\\n  \\\"environment\\\": \\\"test\\\",\\n  \\\"type\\\": \\\"balancePlatform.outgoingTransfer.created\\\"\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<h2>Incoming funds transfer<\/h2>\n<p>When funds are transferred in to a balance account, Adyen sends:<\/p>\n<ol>\n<li>The <a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.payment.created\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.payment.created<\/a> webhook. This webhook includes information about the amount and the destination balance account.<\/li>\n<li>The <a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.incomingTransfer.created\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.incomingTransfer.created<\/a> webhook, sent when the incoming transfer is being processed.<\/li>\n<li>The <a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.incomingTransfer.updated\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.incomingTransfer.updated<\/a> webhook, sent when the funds have been added to the balance account.<\/li>\n<\/ol>\n<p>The <a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.payment.created\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.payment.created<\/a>  webhook contains information such as:<\/p>\n<ul>\n<li><code>id<\/code>: The unique identifier of the incoming fund transfer.<\/li>\n<li><code>balanceAccount<\/code>: Contains information about the destination balance account.<\/li>\n<li><code>originalAmount<\/code>: The <em>positive<\/em> fund transfer amount in the original currency of the transaction.<\/li>\n<li><code>amount<\/code>: The <em>positive<\/em> fund transfer amount converted to the balance currency, in case the original transaction currency is different from the balance currency. This amount will be added to the balance account.<\/li>\n<\/ul>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Example payment.created webhook for an incoming transfer'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n  \\\"data\\\": {\\n    \\\"balancePlatform\\\": \\\"YOUR_BALANCE_PLATFORM\\\",\\n    \\\"creationDate\\\": \\\"2021-05-03T15:20:06+02:00\\\",\\n    \\\"id\\\": \\\"IZL6685QQEBKFON0\\\",\\n    \\\"accountHolder\\\": {\\n      \\\"description\\\": \\\"S.Hopper\\\",\\n      \\\"id\\\": \\\"AH32272223222B5BBXP2Z8ZWS\\\"\\n    },\\n    \\\"amount\\\": {\\n      \\\"currency\\\": \\\"EUR\\\",\\n      \\\"value\\\": 15000\\n    },\\n    \\\"balanceAccount\\\": {\\n      \\\"description\\\": \\\"S.Hopper - Main account\\\",\\n      \\\"id\\\": \\\"BA32272223222B5BQ3KWP86MW\\\"\\n    },\\n    \\\"originalAmount\\\": {\\n      \\\"currency\\\": \\\"EUR\\\",\\n      \\\"value\\\": 15000\\n    },\\n    \\\"status\\\": \\\"Authorised\\\"\\n  },\\n  \\\"environment\\\": \\\"test\\\",\\n  \\\"type\\\": \\\"balancePlatform.payment.created\\\"\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p>When a fund transfer is being processed, Adyen sends the <a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.incomingTransfer.created\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.incomingTransfer.created<\/a> webhook containing information such as:<\/p>\n<ul>\n<li><code>paymentId<\/code>: This is the <code>id<\/code> from the <a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.payment.created\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.payment.created<\/a> webhook for the <a href=\"#incoming-funds-transfer\">incoming funds transfer<\/a>.<\/li>\n<li><code>id<\/code>: The unique identifier of the incoming transfer.<\/li>\n<li><code>status<\/code>: <span translate=\"no\"><strong>PendingIncomingTransfer<\/strong><\/span>.<\/li>\n<li><code>originalAmount<\/code>: The <em>positive<\/em> fund transfer amount in the original currency of the transaction.<\/li>\n<li><code>amount<\/code>: The <em>positive<\/em> fund transfer amount converted to the balance currency, in case the original transaction currency is different from the balance currency. This amount will be transferred to the destination balance account.<\/li>\n<\/ul>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Example incomingTransfer.created webhook'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n  \\\"data\\\": {\\n    \\\"balancePlatform\\\": \\\"YOUR_BALANCE_PLATFORM\\\",\\n    \\\"creationDate\\\": \\\"2021-05-03T15:20:14+02:00\\\",\\n    \\\"id\\\": \\\"IZL6685QQEBKFOOY\\\",\\n    \\\"accountHolder\\\": {\\n      \\\"description\\\": \\\"S.Hopper\\\",\\n      \\\"id\\\": \\\"AH32272223222B5BBXP2Z8ZWS\\\"\\n    },\\n    \\\"amount\\\": {\\n      \\\"currency\\\": \\\"EUR\\\",\\n      \\\"value\\\": 15000\\n    },\\n    \\\"balanceAccount\\\": {\\n      \\\"description\\\": \\\"S.Hopper - Main account\\\",\\n      \\\"id\\\": \\\"BA32272223222B5BQ3KWP86MW\\\"\\n    },\\n    \\\"originalAmount\\\": {\\n      \\\"currency\\\": \\\"EUR\\\",\\n      \\\"value\\\": 15000\\n    },\\n    \\\"paymentId\\\": \\\"IZL6685QQEBKFON0\\\",\\n    \\\"status\\\": \\\"PendingIncomingTransfer\\\"\\n  },\\n  \\\"environment\\\": \\\"test\\\",\\n  \\\"type\\\": \\\"balancePlatform.incomingTransfer.created\\\"\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p>When a fund transfer has been settled and the funds are available in the destination balance account, Adyen sends the <a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.incomingTransfer.updated\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.incomingTransfer.updated<\/a> webhook.<\/p>\n<p>This webhook contains information such as:<\/p>\n<ul>\n<li><code>paymentId<\/code>: This is the <code>id<\/code> from the <a href=\"https:\/\/docs.adyen.com\/api-explorer\/#\/balanceplatform-webhooks\/latest\/post\/balancePlatform.payment.created\" class=\"codeLabel external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">balancePlatform.payment.created<\/a> webhook for the <a href=\"#incoming-funds-transfer\">incoming funds transfer<\/a>.<\/li>\n<li><code>id<\/code>: The unique identifier of the incoming transfer.<\/li>\n<li><code>status<\/code>: <span translate=\"no\"><strong>IncomingTransfer<\/strong><\/span>.<\/li>\n<li><code>originalAmount<\/code>: The <em>positive<\/em> fund transfer amount in the original currency of the transaction.<\/li>\n<li><code>amount<\/code>: The <em>positive<\/em> fund transfer amount converted to the balance currency, in case the original transaction currency is different from the balance currency. This is the amount that has been transferred and is already available in the destination balance account.<\/li>\n<\/ul>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Example incomingTransfer.updated webhook for a completed fund transfer'\" :id=\"''\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n  \\\"data\\\": {\\n    \\\"balancePlatform\\\": \\\"YOUR_BALANCE_PLATFORM\\\",\\n    \\\"creationDate\\\": \\\"2021-05-03T15:20:14+02:00\\\",\\n    \\\"id\\\": \\\"IZL6685QQEBKFOOY\\\",\\n    \\\"accountHolder\\\": {\\n      \\\"description\\\": \\\"S.Hopper\\\",\\n      \\\"id\\\": \\\"AH32272223222B5BBXP2Z8ZWS\\\"\\n    },\\n    \\\"amount\\\": {\\n      \\\"currency\\\": \\\"EUR\\\",\\n      \\\"value\\\": 15000\\n    },\\n    \\\"balanceAccount\\\": {\\n      \\\"description\\\": \\\"S.Hopper - Main account\\\",\\n      \\\"id\\\": \\\"BA32272223222B5BQ3KWP86MW\\\"\\n    },\\n    \\\"originalAmount\\\": {\\n      \\\"currency\\\": \\\"EUR\\\",\\n      \\\"value\\\": 15000\\n    },\\n    \\\"paymentId\\\": \\\"IZL6685QQEBKFON0\\\",\\n    \\\"status\\\": \\\"IncomingTransfer\\\"\\n  },\\n  \\\"environment\\\": \\\"test\\\",\\n  \\\"type\\\": \\\"balancePlatform.incomingTransfer.updated\\\"\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<h2>See also<\/h2>\n<div class=\"see-also-links output-inline\" id=\"see-also\">\n<ul><li><a href=\"\/development-resources\/webhooks\/configure-and-manage\"\n                        target=\"_self\"\n                        >\n                    Set up webhooks\n                <\/a><\/li><li><a href=\"\/issuing\/add-manage-funds\"\n                        target=\"_self\"\n                        >\n                    Manage funds\n                <\/a><\/li><\/ul><\/div>\n","url":"https:\/\/docs.adyen.com\/pt\/issuing\/webhook-types\/fund-transfers-webhooks-old","articleFields":{"description":"Learn which webhooks are sent when you move funds to or from balance accounts.","robots":"noindex,nofollow","last_edit_on":"16-03-2020 15:03","feedback_component":true,"parameters":{"directoryPath":"\/issuing"}},"algolia":{"url":"https:\/\/docs.adyen.com\/pt\/issuing\/webhook-types\/fund-transfers-webhooks-old","title":"Webhooks for fund transfer events (deprecated)","content":"\nNote that Payment webhooks have been deprecated. If you are starting a new integration, use Transfer webhooks instead.\n\nAdyen sends webhooks for incoming and outgoing fund transfers. These webhooks are triggered when:\n\nYou move funds using the POST \/transfers endpoint.\nThe balance account receives funds from an external source such as a transfer instrument.\n\nWebhook types for fund transfers\nWebhooks inform you when a fund transfer has been initiated, and when funds have been added to or deducted from balance accounts.\n\n\n\nEvents\nWebhook types\n\n\n\n\nOutgoing funds transfer\nbalancePlatform.payment.created with status Authorised Informs your server of the request to transfer funds out of the balance account.balancePlatform.outgoingTransfer.created with status OutgoingTransferInforms you that funds were deducted from the source balance account.(Optional)balancePlatform.outgoingTransfer.updated Informs you if there are updates after funds were moved out of the balance account. For example, if the fund transfer to a transfer instrument fails.\n\n\nIncoming funds transfer\nbalancePlatform.payment.created with status Authorised Informs your server of the request to transfer funds in to the balance account.balancePlatform.incomingTransfer.created with status PendingIncomingTransferInforms you of pending incoming funds.balancePlatform.incomingTransfer.updated with status IncomingTransferInforms you that funds were added to the balance account.\n\n\n\nBecause the incoming and outgoing transfers trigger a different set of webhooks, this means that when you request a fund transfer between balance accounts, five webhooks are triggered&mdash; two for the outgoing transfer from the source balance account and three for the incoming transfer to the destination balance account.\nOutgoing funds transfer\nWhen you move funds out of a balance account, Adyen sends:\n\nThe balancePlatform.payment.created webhook. This webhook includes information about the amount and the source balance account.\nThe balancePlatform.outgoingTransfer.created webhook, sent when funds are deducted from the balance account.\n\nThe balancePlatform.payment.created webhook contains information such as:\n\nid: The unique identifier of the outgoing fund transfer.\nbalanceAccount: Contains information about the source balance account.\noriginalAmount: The negative fund transfer amount in the original currency of the transaction.\namount: The negative fund transfer amount converted to the balance currency, in case the original transaction currency is different from the balance currency. This amount will be deducted from the balance account.\n\n\n    \n\nNext, Adyen sends the balancePlatform.outgoingTransfer.created webhook when the funds have been deducted from the source balance account.\n\n    \n\nIncoming funds transfer\nWhen funds are transferred in to a balance account, Adyen sends:\n\nThe balancePlatform.payment.created webhook. This webhook includes information about the amount and the destination balance account.\nThe balancePlatform.incomingTransfer.created webhook, sent when the incoming transfer is being processed.\nThe balancePlatform.incomingTransfer.updated webhook, sent when the funds have been added to the balance account.\n\nThe balancePlatform.payment.created  webhook contains information such as:\n\nid: The unique identifier of the incoming fund transfer.\nbalanceAccount: Contains information about the destination balance account.\noriginalAmount: The positive fund transfer amount in the original currency of the transaction.\namount: The positive fund transfer amount converted to the balance currency, in case the original transaction currency is different from the balance currency. This amount will be added to the balance account.\n\n\n    \n\nWhen a fund transfer is being processed, Adyen sends the balancePlatform.incomingTransfer.created webhook containing information such as:\n\npaymentId: This is the id from the balancePlatform.payment.created webhook for the incoming funds transfer.\nid: The unique identifier of the incoming transfer.\nstatus: PendingIncomingTransfer.\noriginalAmount: The positive fund transfer amount in the original currency of the transaction.\namount: The positive fund transfer amount converted to the balance currency, in case the original transaction currency is different from the balance currency. This amount will be transferred to the destination balance account.\n\n\n    \n\nWhen a fund transfer has been settled and the funds are available in the destination balance account, Adyen sends the balancePlatform.incomingTransfer.updated webhook.\nThis webhook contains information such as:\n\npaymentId: This is the id from the balancePlatform.payment.created webhook for the incoming funds transfer.\nid: The unique identifier of the incoming transfer.\nstatus: IncomingTransfer.\noriginalAmount: The positive fund transfer amount in the original currency of the transaction.\namount: The positive fund transfer amount converted to the balance currency, in case the original transaction currency is different from the balance currency. This is the amount that has been transferred and is already available in the destination balance account.\n\n\n    \n\nSee also\n\n\n                    Set up webhooks\n                \n                    Manage funds\n                \n","type":"page","locale":"pt","boost":17,"hierarchy":{"lvl0":"Home","lvl1":"Adyen Issuing","lvl2":"Issuing webhook types","lvl3":"Webhooks for fund transfer events (deprecated)"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/pt","lvl1":"https:\/\/docs.adyen.com\/pt\/issuing","lvl2":"https:\/\/docs.adyen.com\/pt\/issuing\/webhook-types","lvl3":"\/pt\/issuing\/webhook-types\/fund-transfers-webhooks-old"},"levels":4,"category":"Issuing","category_color":"green","tags":["Webhooks","transfer","events","(deprecated)"]}}
