{"title":"Manage payment methods in your account","category":"default","creationDate":1676042460,"content":"<p>You can request and manage the payment methods your user can accept in your Customer Area. After we receive the request, we will contact you if there are additional requirements before we can add it to your account.<\/p>\n<h2>Requirements<\/h2>\n<p>Before you begin, take into account the following requirements, limitations, 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;\">You must have an <a href=\"\/pt\/online-payments\/build-your-integration\">online payments integration and a checkout UI<\/a> with Adyen.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong><a href=\"\/pt\/account\/user-roles\">Customer Area roles<\/a><\/strong><\/td>\n<td style=\"text-align: left;\">Make sure that you have the following role: <ul><li markdown=\"1\"><strong>Change payment methods<\/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;\">Subscribe to the following webhooks: <ul><li markdown=\"1\"><strong>Payment method webhook<\/strong><\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Limitations<\/strong><\/td>\n<td style=\"text-align: left;\"><ul><li markdown=\"1\">It may take some time for the payment method to become available due to external factors. Payment methods typically appear within a day. To avoid delays, we recommend requesting payment methods at least one day before the business opens.<\/li><li markdown=\"1\">The currency of payment methods is set by default and depends on the specific payment method type. If your implementation is different and you need to change the currency, contact our <span translate=\"no\"><a href=\"https:\/\/ca-test.adyen.com\/ca\/ca\/contactUs\/support.shtml?form=other\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Support Team<\/a><\/span>.<\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><\/td>\n<td style=\"text-align: left;\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Add payment methods<\/h2>\n<p>You can request payment methods to be added to your merchant account in your <a href=\"https:\/\/ca-test.adyen.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">test Customer Area<\/a> or <a href=\"https:\/\/ca-live.adyen.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">live Customer Area<\/a>.<\/p>\n<ol>\n<li>In your Customer Area, switch to your merchant account.<\/li>\n<li>Go to <strong>Settings<\/strong> &gt; <strong>Payment methods<\/strong>.<\/li>\n<li>Select <strong>Request payment methods<\/strong> to view all available payment methods.<\/li>\n<li>Use the dropdown lists to filter payment methods by location and type.<\/li>\n<li>Select the payment method(s) you want to request for your merchant account.<\/li>\n<li>Select <strong>Add<\/strong>.\n<\/li>\n<li>Apply the payment method(s) to <strong>This merchant account<\/strong>.\n<\/li>\n<li>If prompted, fill in the required information.<\/li>\n<li>Review your requests.<\/li>\n<li>Select <strong>Submit request<\/strong>.<\/li>\n<\/ol>\n<h2>Webhooks<\/h2>\n<p>Because adding a payment method to your user's store is an asynchronous process, we recommend that you subscribe to the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/ManagementNotification\/latest\/overview\" class=\" external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Management webhooks<\/a> in your <a href=\"https:\/\/ca-test.adyen.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Customer Area<\/a>.<\/p>\n<p>After the payment method has been added to your store, Adyen sends a  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/ManagementNotification\/latest\/post\/paymentMethod.created\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">paymentMethod.created<\/a> webhook.<\/p>\n<p>Here is an example of the webhook you receive after adding <strong>Visa<\/strong> to your payment methods:<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Visa payment method created'\" :id=\"'payment-method-created'\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n  \\\"createdAt\\\": \\\"2023-05-24T14:59:11+01:00\\\",\\n  \\\"data\\\": {\\n    \\\"id\\\": \\\"PM00000000000000000000001\\\",\\n    \\\"merchantId\\\": \\\"MERCHANT_ACCOUNT\\\",\\n    \\\"result\\\": \\\"SUCCESS\\\",\\n    \\\"storeId\\\": \\\"ST00000000000000000000001\\\",\\n    \\\"type\\\": \\\"visa\\\"\\n  },\\n  \\\"environment\\\": \\\"test\\\",\\n  \\\"type\\\": \\\"paymentMethod.created\\\"\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<h2>Troubleshooting<\/h2>\n<p>If you see an error message immediately after selecting <strong>Submit request<\/strong>, review and correct the information before resubmitting.<\/p>\n<p>In rare cases, something may go wrong after submission, and the request does not go through. If you are not subscribed to webhooks, you will not receive an automated failure alert. If this happens, you must wait 24 hours before trying again.<\/p>\n<h2>View payment methods<\/h2>\n<ol>\n<li>In your <a href=\"https:\/\/ca-test.adyen.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Customer Area<\/a>, switch to your merchant account.<\/li>\n<li>Go to <strong>Settings<\/strong> &gt; <strong>Payment methods<\/strong>.<br \/>\nAll payment methods configured for your merchant account are listed in the dynamic table.<\/li>\n<li>You can choose which payment methods to display by using filters and configuring table columns.<\/li>\n<li>To view all the details of a specific payment method, select its name in the overview table.<br \/>\nA side panel opens, displaying all its details.<\/li>\n<\/ol>\n<h2>Activate or deactivate payment methods<\/h2>\n<ol>\n<li>In your <a href=\"https:\/\/ca-test.adyen.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Customer Area<\/a>, switch to your merchant account.<\/li>\n<li>Go to <strong>Settings<\/strong> &gt; <strong>Payment methods<\/strong>.<\/li>\n<li>Select the checkbox next to the payment method(s) whose status you want to change.<\/li>\n<li>Select <strong>More actions<\/strong>, then choose <strong>Activate<\/strong> or <strong>Deactivate<\/strong>.<\/li>\n<\/ol>\n<div class=\"notices green\">\n<p>Payment methods set to <strong>Inactive<\/strong> and unused for <strong>90 days<\/strong> are automatically deleted. <\/p>\n<\/div>\n<h2>Change payment method country\/region settings<\/h2>\n<ol>\n<li>In your <a href=\"https:\/\/ca-test.adyen.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Customer Area<\/a>, switch to your merchant account.<\/li>\n<li>Go to <strong>Settings<\/strong> &gt; <strong>Payment methods<\/strong>.<\/li>\n<li>Select the payment method(s) you want to update.<\/li>\n<li>To change the country or region where you want the payment method(s) to be available, select <strong>Edit<\/strong> &gt; <strong>Country\/Region<\/strong>.\n<ol>\n<li>Select the new country or region from the dropdown list.<\/li>\n<li>Choose <strong>ANY<\/strong> if you don't want to place any restrictions on its availability.<\/li>\n<\/ol><\/li>\n<\/ol>","url":"https:\/\/docs.adyen.com\/pt\/payment-methods\/add-payment-methods","articleFields":{"description":"Learn how to add and manage payment methods in your merchant account.","section_icon":"payment-methods.svg","id":"24216679","type":"page","_expandable":{"operations":""},"status":"current","feedback_component":true,"last_edit_on":"25-12-2024 17:51","filters_component":false,"decision_tree":"[]","page_id":"54824fa0-10c4-4ffa-b6f5-98b6a6c6ccb1","parameters":{"integrationType":"direct","model":"marketplace"}},"algolia":{"url":"https:\/\/docs.adyen.com\/pt\/payment-methods\/add-payment-methods","title":"Manage payment methods in your account","content":"You can request and manage the payment methods your user can accept in your Customer Area. After we receive the request, we will contact you if there are additional requirements before we can add it to your account.\nRequirements\nBefore you begin, take into account the following requirements, limitations, and preparations.\n\n\n\nRequirement\nDescription\n\n\n\n\nIntegration type\nYou must have an online payments integration and a checkout UI with Adyen.\n\n\nCustomer Area roles\nMake sure that you have the following role: Change payment methods\n\n\nWebhooks\nSubscribe to the following webhooks: Payment method webhook\n\n\nLimitations\nIt may take some time for the payment method to become available due to external factors. Payment methods typically appear within a day. To avoid delays, we recommend requesting payment methods at least one day before the business opens.The currency of payment methods is set by default and depends on the specific payment method type. If your implementation is different and you need to change the currency, contact our Support Team.\n\n\n\n\n\n\n\nAdd payment methods\nYou can request payment methods to be added to your merchant account in your test Customer Area or live Customer Area.\n\nIn your Customer Area, switch to your merchant account.\nGo to Settings &gt; Payment methods.\nSelect Request payment methods to view all available payment methods.\nUse the dropdown lists to filter payment methods by location and type.\nSelect the payment method(s) you want to request for your merchant account.\nSelect Add.\n\nApply the payment method(s) to This merchant account.\n\nIf prompted, fill in the required information.\nReview your requests.\nSelect Submit request.\n\nWebhooks\nBecause adding a payment method to your user's store is an asynchronous process, we recommend that you subscribe to the  Management webhooks in your Customer Area.\nAfter the payment method has been added to your store, Adyen sends a  paymentMethod.created webhook.\nHere is an example of the webhook you receive after adding Visa to your payment methods:\n\n    \n\nTroubleshooting\nIf you see an error message immediately after selecting Submit request, review and correct the information before resubmitting.\nIn rare cases, something may go wrong after submission, and the request does not go through. If you are not subscribed to webhooks, you will not receive an automated failure alert. If this happens, you must wait 24 hours before trying again.\nView payment methods\n\nIn your Customer Area, switch to your merchant account.\nGo to Settings &gt; Payment methods.\nAll payment methods configured for your merchant account are listed in the dynamic table.\nYou can choose which payment methods to display by using filters and configuring table columns.\nTo view all the details of a specific payment method, select its name in the overview table.\nA side panel opens, displaying all its details.\n\nActivate or deactivate payment methods\n\nIn your Customer Area, switch to your merchant account.\nGo to Settings &gt; Payment methods.\nSelect the checkbox next to the payment method(s) whose status you want to change.\nSelect More actions, then choose Activate or Deactivate.\n\n\nPayment methods set to Inactive and unused for 90 days are automatically deleted. \n\nChange payment method country\/region settings\n\nIn your Customer Area, switch to your merchant account.\nGo to Settings &gt; Payment methods.\nSelect the payment method(s) you want to update.\nTo change the country or region where you want the payment method(s) to be available, select Edit &gt; Country\/Region.\n\nSelect the new country or region from the dropdown list.\nChoose ANY if you don't want to place any restrictions on its availability.\n\n","type":"page","locale":"pt","boost":18,"hierarchy":{"lvl0":"Home","lvl1":"Payment methods","lvl2":"Manage payment methods in your account"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/pt","lvl1":"https:\/\/docs.adyen.com\/pt\/payment-methods","lvl2":"\/pt\/payment-methods\/add-payment-methods"},"levels":3,"category":"Payment method","category_color":"green","tags":["Manage","payment","methods","account"]}}
