{"title":"Payout to a bank account","category":"default","creationDate":1776961627,"content":"<div class=\"notices red\">\n<p>We are no longer accepting new integrations with the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/Payout\/latest\/overview\" class=\" external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Payout API<\/a>; use 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> instead. With the Transfers API, you can: <ul><li markdown=\"1\">Handle multiple payout use cases with a single API.<\/li><li markdown=\"1\">Use new payout functionalities, such as instant payouts.<\/li><li markdown=\"1\">Receive webhooks with more details and defined transfer states.<\/li><\/ul> If you are:  <br><ul><li markdown=\"1\">Building a new integration, refer to <a href=\"\/pt\/payouts\/payout-service\/pay-out-to-bank-accounts\/\">Pay out to bank accounts<\/a> to integrate with the Transfers API.<\/li><li markdown=\"1\">Already integrated with the Payout API, reach out to your Adyen contact for information on how to migrate to the Transfers API.<\/li><\/ul><\/p>\n<\/div>\n<p>To submit a payout to a bank account, make a\u00a0 <a href=\"https:\/\/docs.adyen.com\/api-explorer\/Payout\/latest\/post\/storeDetailAndSubmitThirdParty\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/storeDetailAndSubmitThirdParty<\/a>\u00a0request. The required fields for a payout request depend on the country\/region of the recipient's bank account.<\/p>\n<div class=\"sc-notice info\"><div>\n<p>For a list of supported countries\/regions for bank payouts, refer to\u00a0<a href=\"\/pt\/online-payments\/online-payouts\/#supported-countries\">Online payouts<\/a>.<\/p>\n<\/div><\/div>\n<h2 id=\"payouts-to-sepa-countries\">Payouts to SEPA locations<\/h2>\n<p>To make a payout to a bank account in the\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/Single_Euro_Payments_Area\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Single Euro Payments Area (SEPA)<\/a>,\u00a0make a\u00a0 <a href=\"https:\/\/docs.adyen.com\/api-explorer\/Payout\/latest\/post\/storeDetailAndSubmitThirdParty\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/storeDetailAndSubmitThirdParty<\/a>\u00a0request, and specify:<\/p>\n<ul>\n<li><code>bank.countryCode<\/code><\/li>\n<li><code>bank.ownerName<\/code><\/li>\n<li><code>bank.iban<\/code><\/li>\n<li><code>shoppername.firstname<\/code>\u00a0- Required for natural persons only.<\/li>\n<li><code>shoppername.gender<\/code>\u00a0-\u00a0Required for natural persons only.<\/li>\n<li><code>shoppername.lastname<\/code>\u00a0- For companies and natural persons.<\/li>\n<li><code>nationality<\/code><\/li>\n<li><code>dateOfBirth<\/code>\u00a0-\u00a0Required for natural persons only.<\/li>\n<li><code>entityType<\/code><\/li>\n<\/ul>\n<pre><code class=\"language-bash\">curl https:\/\/pal-test.adyen.com\/pal\/servlet\/Payout\/v65\/storeDetailAndSubmitThirdParty \\\n-H 'x-api-key: ADYEN_API_KEY' \\\n-H 'content-type: application\/json' \\\n-d '{\n   \"amount\":{\n      \"currency\":\"EUR\",\n      \"value\":500\n   },\n   \"bank\":{\n    \"countryCode\": \"NL\",\n    \"ownerName\": \"S. Hopper\",\n    \"iban\": \"NL13TEST0123456789\"\n   },\n   \"shopperName\":{\n      \"firstName\":\"Simon\",\n      \"gender\":\"MALE\",\n      \"lastName\":\"Hopper\"\n   },\n   \"nationality\":\"NL\",\n   \"dateOfBirth\":\"1982-07-17\",\n   \"entityType\":\"NaturalPerson\",\n   \"merchantAccount\":\"YOUR_MERCHANT_ACCOUNT\",\n   \"recurring\":{\n      \"contract\":\"PAYOUT\"\n   },\n   \"reference\":\"YOUR_REFERENCE\",\n   \"shopperEmail\":\"s.hopper@company.com\",\n   \"shopperReference\":\"YOUR_UNIQUE_SHOPPER_ID\"\n}'<\/code><\/pre>\n<h2 id=\"payouts-to-the-united-states\">Payouts to the United States<\/h2>\n<p>To make a payout to a bank account in the United States,\u00a0make a\u00a0 <a href=\"https:\/\/docs.adyen.com\/api-explorer\/Payout\/latest\/post\/storeDetailAndSubmitThirdParty\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/storeDetailAndSubmitThirdParty<\/a>\u00a0request, and specify:<\/p>\n<ul>\n<li><code>bank.countryCode<\/code><\/li>\n<li><code>bank.ownerName<\/code><\/li>\n<li><code>bank.bankAccountNumber<\/code><\/li>\n<li><code>bank.bankLocationId<\/code>\u00a0(ABA-number)<\/li>\n<li><code>bank.bankName<\/code><\/li>\n<li><code>bank.bankCity<\/code><\/li>\n<li><code>billingAddress.city<\/code><\/li>\n<li><code>billingAddress.street<\/code><\/li>\n<li><code>billingAddress.houseNumberOrName<\/code><\/li>\n<li><code>billingAddress.stateOrProvince<\/code><\/li>\n<li><code>billingAddress.postalCode<\/code><\/li>\n<li><code>billingAddress.country<\/code><\/li>\n<\/ul>\n<pre><code class=\"language-bash\">curl https:\/\/pal-test.adyen.com\/pal\/servlet\/Payout\/v65\/storeDetailAndSubmitThirdParty \\\n-H 'x-api-key: ADYEN_API_KEY' \\\n-H 'content-type: application\/json' \\\n-d '{\n   \"amount\":{\n      \"currency\":\"USD\",\n      \"value\":1200\n   },\n   \"bank\":{\n    \"countryCode\": \"US\",\n    \"ownerName\": \"S. Hopper\",\n    \"bankAccountNumber\": \"123456789\",\n    \"bankLocationId\": \"011000138\",\n    \"bankName\": \"Wells Fargo\",\n    \"bankCity\": \"New York\"\n   },\n   \"billingAddress\": {\n    \"city\": \"New York\",\n    \"street\": \"Populierenlaan\",\n    \"houseNumberOrName\": \"121\",\n    \"stateOrProvince\": \"MA\",\n    \"postalCode\": \"01581\",\n    \"country\": \"US\"\n   },\n   \"shopperEmail\":\"s.hopper@company.com\",\n   \"merchantAccount\":\"YOUR_MERCHANT_ACCOUNT\",\n   \"recurring\":{\n      \"contract\":\"PAYOUT\"\n   },\n   \"reference\":\"YOUR_REFERENCE\",\n   \"shopperReference\":\"YOUR_UNIQUE_SHOPPER_ID\"\n}'<\/code><\/pre>","url":"https:\/\/docs.adyen.com\/pt\/online-payments\/online-payouts\/payouts-to-a-bank-account","articleFields":{"id":"36181617","type":"page","_expandable":{"operations":""},"status":"current","parameters":{"scoped":"true","transfers":"[Pay out to bank accounts](\/payouts\/payout-service\/pay-out-to-bank-accounts\/)"}},"algolia":{"url":"https:\/\/docs.adyen.com\/pt\/online-payments\/online-payouts\/payouts-to-a-bank-account","title":"Payout to a bank account","content":"\nWe are no longer accepting new integrations with the  Payout API; use the  Transfers API instead. With the Transfers API, you can: Handle multiple payout use cases with a single API.Use new payout functionalities, such as instant payouts.Receive webhooks with more details and defined transfer states. If you are:  Building a new integration, refer to Pay out to bank accounts to integrate with the Transfers API.Already integrated with the Payout API, reach out to your Adyen contact for information on how to migrate to the Transfers API.\n\nTo submit a payout to a bank account, make a\u00a0 \/storeDetailAndSubmitThirdParty\u00a0request. The required fields for a payout request depend on the country\/region of the recipient's bank account.\n\nFor a list of supported countries\/regions for bank payouts, refer to\u00a0Online payouts.\n\nPayouts to SEPA locations\nTo make a payout to a bank account in the\u00a0Single Euro Payments Area (SEPA),\u00a0make a\u00a0 \/storeDetailAndSubmitThirdParty\u00a0request, and specify:\n\nbank.countryCode\nbank.ownerName\nbank.iban\nshoppername.firstname\u00a0- Required for natural persons only.\nshoppername.gender\u00a0-\u00a0Required for natural persons only.\nshoppername.lastname\u00a0- For companies and natural persons.\nnationality\ndateOfBirth\u00a0-\u00a0Required for natural persons only.\nentityType\n\ncurl https:\/\/pal-test.adyen.com\/pal\/servlet\/Payout\/v65\/storeDetailAndSubmitThirdParty \\\n-H 'x-api-key: ADYEN_API_KEY' \\\n-H 'content-type: application\/json' \\\n-d '{\n   \"amount\":{\n      \"currency\":\"EUR\",\n      \"value\":500\n   },\n   \"bank\":{\n    \"countryCode\": \"NL\",\n    \"ownerName\": \"S. Hopper\",\n    \"iban\": \"NL13TEST0123456789\"\n   },\n   \"shopperName\":{\n      \"firstName\":\"Simon\",\n      \"gender\":\"MALE\",\n      \"lastName\":\"Hopper\"\n   },\n   \"nationality\":\"NL\",\n   \"dateOfBirth\":\"1982-07-17\",\n   \"entityType\":\"NaturalPerson\",\n   \"merchantAccount\":\"YOUR_MERCHANT_ACCOUNT\",\n   \"recurring\":{\n      \"contract\":\"PAYOUT\"\n   },\n   \"reference\":\"YOUR_REFERENCE\",\n   \"shopperEmail\":\"s.hopper@company.com\",\n   \"shopperReference\":\"YOUR_UNIQUE_SHOPPER_ID\"\n}'\nPayouts to the United States\nTo make a payout to a bank account in the United States,\u00a0make a\u00a0 \/storeDetailAndSubmitThirdParty\u00a0request, and specify:\n\nbank.countryCode\nbank.ownerName\nbank.bankAccountNumber\nbank.bankLocationId\u00a0(ABA-number)\nbank.bankName\nbank.bankCity\nbillingAddress.city\nbillingAddress.street\nbillingAddress.houseNumberOrName\nbillingAddress.stateOrProvince\nbillingAddress.postalCode\nbillingAddress.country\n\ncurl https:\/\/pal-test.adyen.com\/pal\/servlet\/Payout\/v65\/storeDetailAndSubmitThirdParty \\\n-H 'x-api-key: ADYEN_API_KEY' \\\n-H 'content-type: application\/json' \\\n-d '{\n   \"amount\":{\n      \"currency\":\"USD\",\n      \"value\":1200\n   },\n   \"bank\":{\n    \"countryCode\": \"US\",\n    \"ownerName\": \"S. Hopper\",\n    \"bankAccountNumber\": \"123456789\",\n    \"bankLocationId\": \"011000138\",\n    \"bankName\": \"Wells Fargo\",\n    \"bankCity\": \"New York\"\n   },\n   \"billingAddress\": {\n    \"city\": \"New York\",\n    \"street\": \"Populierenlaan\",\n    \"houseNumberOrName\": \"121\",\n    \"stateOrProvince\": \"MA\",\n    \"postalCode\": \"01581\",\n    \"country\": \"US\"\n   },\n   \"shopperEmail\":\"s.hopper@company.com\",\n   \"merchantAccount\":\"YOUR_MERCHANT_ACCOUNT\",\n   \"recurring\":{\n      \"contract\":\"PAYOUT\"\n   },\n   \"reference\":\"YOUR_REFERENCE\",\n   \"shopperReference\":\"YOUR_UNIQUE_SHOPPER_ID\"\n}'","type":"page","locale":"pt","boost":17,"hierarchy":{"lvl0":"Home","lvl1":"Online payments","lvl2":"Online payouts","lvl3":"Payout to a bank account"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/pt","lvl1":"https:\/\/docs.adyen.com\/pt\/online-payments","lvl2":"https:\/\/docs.adyen.com\/pt\/online-payments\/online-payouts","lvl3":"\/pt\/online-payments\/online-payouts\/payouts-to-a-bank-account"},"levels":4,"category":"Online Payments","category_color":"green","tags":["Payout","account"]}}
