Model
ServiceClient
Magento\PaymentServicesBase\Model\ServiceClient
What it does
This class handles HTTP communication with external Payment Services APIs.
Developers use it to make authenticated requests to payment service endpoints, automatically handling API key validation, request headers, error handling, and response parsing.
It's primarily used internally by payment modules to interact with Magento's SaaS payment services infrastructure.
Public Methods
- request()