Skip to main content

3 docs tagged with "Adyen"

Recipes that interact with Adyen Payments.

View all tags

Convert a commercetools Cart to an Order with Adyen

You can implement a solution based on this recipe that converts a commercetools cart to an order after authorizing payment with the Adyen payment provider. This approach should apply to almost any commerce and payment system integration and wherever one web service depends on the response from another.

Create an Adyen Connection

This recipe explains how you can create a Conscia Connection to the Adyen payment provider. You can implement a solution based on this recipe to create a connection to any API that uses tokens in HTTP headers to authenticate.

Managing Static Values

There is often a requirement to manage static values in your projects. Orchestration Components can be used for this purpose in Conscia. This recipe manages the Merchant Account identifier for the Adyen payment provider with this method.