--- title: 'Adyen' description: 'Global payment processing with support for 250+ payment methods via Adyen.' --- # Adyen Global payment processing with support for 250+ payment methods via Adyen. | Detail | Value | |---|---| | Category | Payments | | Base URL | `https://checkout-test.adyen.com/v71` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `adyen` | ## Using Adyen in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Adyen** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [POST /payments](./post_payments_payments_makepayment) | Submit a payment | | [POST /payments/details](./post_payments_details_payments_submitdetails) | Submit additional payment details | | [POST /payments/{paymentPspReference}/captures](./post_payments_paymentpspreference_captures_payments_capturepayment) | Capture an authorized payment | | [POST /payments/{paymentPspReference}/refunds](./post_payments_paymentpspreference_refunds_payments_refundpayment) | Refund a captured payment | | [POST /payments/{paymentPspReference}/cancels](./post_payments_paymentpspreference_cancels_payments_cancelpayment) | Cancel an authorized payment | | [POST /paymentMethods](./post_paymentmethods_payments_getpaymentmethods) | Get available payment methods | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.