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 ​
- Go to Connections and click New Connection.
- Pick Adyen from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /payments | Submit a payment |
| POST /payments/details | Submit additional payment details |
| POST /payments/{paymentPspReference}/captures | Capture an authorized payment |
| POST /payments/{paymentPspReference}/refunds | Refund a captured payment |
| POST /payments/{paymentPspReference}/cancels | Cancel an authorized payment |
| POST /paymentMethods | Get available payment methods |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.