Skip to main content

2 docs tagged with "Payments"

Recipes related to a Payment Platform.

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.