Table of Contents

Interface IOAuth

Namespace
SunamoUnderscore
Assembly
SunamoUnderscore.dll

Common OAuth configuration interface shared by Comgate and GoPay payment gateways.

public interface IOAuth
Extension Methods

Properties

ApiUri

Gets the API base URI for the payment gateway.

string ApiUri { get; }

Property Value

string

ClientSecret

Gets the client secret for authentication.

string ClientSecret { get; }

Property Value

string

MerchantId

Gets the merchant identifier (equivalent to clientID in GoPay).

string MerchantId { get; }

Property Value

string