Log in
Model

MerchantService

Magento\PaymentServicesBase\Model\MerchantService

What it does

This service class manages merchant account operations for Magento Payment Services, including deleting merchant configurations, retrieving all configured scopes for a merchant, and fetching merchant/partner information from the payment services API.

Developers use this when implementing payment service integrations that need to manage merchant account settings across sandbox and production environments.

Public Methods

  • delete()
  • getAllScopesForMerchant()
  • getMerchantAndPartnerInformation()