Skip to content

Adyen ​

Global payment processing with support for 250+ payment methods via Adyen.

DetailValue
CategoryPayments
Base URLhttps://checkout-test.adyen.com/v71
AuthenticationAPI Key
Endpoints6
Connector keyadyen

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 ​

EndpointSummary
POST /paymentsSubmit a payment
POST /payments/detailsSubmit additional payment details
POST /payments/{paymentPspReference}/capturesCapture an authorized payment
POST /payments/{paymentPspReference}/refundsRefund a captured payment
POST /payments/{paymentPspReference}/cancelsCancel an authorized payment
POST /paymentMethodsGet available payment methods

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.