get

abstract suspend fun get(merchantId: String): ApiResult<Merchant>

Retrieves the current Merchant configuration using the ID specified.

Return

The Merchant or an ApiResult.Error

Parameters

merchantId

The ID of the merchant. You will receive this constant value during onboarding.