Log in
Interface

ServiceClientInterface

Magento\PaymentServicesBase\Model\ServiceClientInterface

What it does

This interface defines a contract for service clients that make HTTP requests to external payment services.

Developers implement this interface to create clients that communicate with payment service APIs, handling various HTTP methods, headers, content types, and environment configurations.

It's used when integrating Magento with external payment service providers in the PaymentServicesBase module.

Public Methods

  • request()