Class MerchantClient
Merchant client. Thread-safe.
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Acquirer.Merchant
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class MerchantClient : ApiResource
Constructors
MerchantClient(ApiResource, IDictionary<string, string>)
Declaration
public MerchantClient(ApiResource parent, IDictionary<string, string> pathContext)
Parameters
Type | Name | Description |
---|---|---|
ApiResource | parent | |
IDictionary<string, string> | pathContext |
Properties
AccountVerifications
Resource /processing/v1/{acquirerId}/{merchantId}/account-verifications
Declaration
public AccountVerificationsClient AccountVerifications { get; }
Property Value
Type | Description |
---|---|
AccountVerificationsClient | AccountVerificationsClient |
DynamicCurrencyConversion
Resource /services/v1/{acquirerId}/{merchantId}/dcc-rates
Declaration
public DynamicCurrencyConversionClient DynamicCurrencyConversion { get; }
Property Value
Type | Description |
---|---|
DynamicCurrencyConversionClient | DynamicCurrencyConversionClient |
Payments
Resource /processing/v1/{acquirerId}/{merchantId}/payments
Declaration
public PaymentsClient Payments { get; }
Property Value
Type | Description |
---|---|
PaymentsClient | PaymentsClient |
Refunds
Resource /processing/v1/{acquirerId}/{merchantId}/refunds
Declaration
public RefundsClient Refunds { get; }
Property Value
Type | Description |
---|---|
RefundsClient | RefundsClient |
TechnicalReversals
Resource /processing/v1/{acquirerId}/{merchantId}/operations/{operationId}/reverse
Declaration
public TechnicalReversalsClient TechnicalReversals { get; }
Property Value
Type | Description |
---|---|
TechnicalReversalsClient | TechnicalReversalsClient |