MerchantsApiRepository
public protocol MerchantsApiRepository
Undocumented
-
Get the current configuration set of the merchant. If this API is called without a valid access token it is IP restricted to allow unauthenticated server side calls.
Declaration
Swift
func profile(completion: @escaping ApiCompletion<MerchantProfileResponse>)