Tag: REALEX

  • Magento 2 Payment Adapter Configuration

    In this article we will go through configuration for the Payment Method Adapter class. Also, we are going to review the class dependencies (validators, commands, value handlers and etc.) for Payment Service Provider integration. I am going to use Realex Payments Provider as an example for the article. Introduction In the previous article we have […]

  • Magento 2 Payment Gateway API

    In the article we are going to review new Payment Service Contracts (or Payment Gateway API) introduced in Magento 2. I will guide you through Command Interfaces and Service Classes which will help you to use it in further integrations with Payment Service Providers. After reading this article you will: Understand Payment Gateway API Get […]