--- title: "Add payment methods" description: "Learn how you can request new payment methods for your in-person payments integration." url: "https://docs.adyen.com/point-of-sale/what-we-support/payment-methods/add-payment-methods" source_url: "https://docs.adyen.com/point-of-sale/what-we-support/payment-methods/add-payment-methods.md" canonical: "https://docs.adyen.com/point-of-sale/what-we-support/payment-methods/add-payment-methods" last_modified: "2026-05-25T12:55:00+02:00" language: "en" --- # Add payment methods Learn how you can request new payment methods for your in-person payments integration. [View source](/point-of-sale/what-we-support/payment-methods/add-payment-methods.md) Our payment terminals provide out-of-the-box support for the major global credit and debit cards. To accept additional payment methods, you need to request those payment methods in your Customer Area. ## Requirements Before you begin, take into account the following requirements, limitations, and preparations. | Requirement | Description | | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **Integration type** | You must have a [point of sale integration](/point-of-sale/design-your-integration) with Adyen. | | **[Customer Area roles](/account/user-roles)** | Make sure that you have the following role:- **Change payment methods** | | **[Webhooks](/development-resources/webhooks)** | Subscribe to the following webhooks:- **Payment method webhook** | | **Limitations** | * 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. * 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](https://ca-test.adyen.com/ca/ca/contactUs/support.shtml?form=other). | | | | ## Request payment methods You can request payment methods to be added to your merchant account in your [test Customer Area](https://ca-test.adyen.com/) or [live Customer Area](https://ca-live.adyen.com/). 1. In your Customer Area, switch to your merchant account. 2. Go to **Settings** > **Payment methods**. 3. Select **Request payment methods** to view all available payment methods. 4. Use the dropdown lists to filter payment methods by location and type. 5. Select the payment method(s) you want to request for . 6. Select **Add**. 7. If prompted, fill in the required information. 8. Review your requests. 9. Select **Submit request**. ## Webhooks Because adding a payment method to your user's store is an asynchronous process, we recommend that you subscribe to the [Management webhooks](https://docs.adyen.com/api-explorer/ManagementNotification/latest/overview) in your [Customer Area](https://ca-test.adyen.com/). After the payment method has been added to your store, Adyen sends a [paymentMethod.created](https://docs.adyen.com/api-explorer/ManagementNotification/latest/post/paymentMethod.created) webhook. Here is an example of the webhook you receive after adding **Visa** to your payment methods: **Visa payment method created** ```json { "createdAt": "2023-05-24T14:59:11+01:00", "data": { "id": "PM00000000000000000000001", "merchantId": "MERCHANT_ACCOUNT", "result": "SUCCESS", "storeId": "ST00000000000000000000001", "type": "visa" }, "environment": "test", "type": "paymentMethod.created" } ``` ## Troubleshooting If you see an error message immediately after selecting **Submit request**, review and correct the information before resubmitting. 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. ## When changes take effect After you add a payment method, the changes take effect when a payment terminal updates its configuration during the next [maintenance call](/point-of-sale/managing-terminals/maintain-performance#maintenance-calls). To use the payment method immediately, you can [update the configuration manually](/point-of-sale/managing-terminals/maintain-performance#update-the-configuration-manually). ## See also * [Supported payment methods](/point-of-sale/what-we-support/payment-methods) * [Manage payment methods](/point-of-sale/what-we-support/payment-methods/manage-payment-methods)