IPaySystem MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The IPaySystem type exposes the following members.
Methods

  NameDescription
Public methodIsTransactionTypeSupported
Returns true if this system supports transaction type in the specified currency (optional)
Public methodStartSession
Starts new pay session of system-specific type. If cParams parameter is null DefaultSessionConnectParamsCfg is used
Back to Top
Properties

  NameDescription
Public propertyChargeFeeKind
Processing fee types, such as: included in amount and surcharged.
Public propertyDefaultSessionConnectParamsCfg
Config node of params used inside StartSession(ConnectionParameters, IPaySessionContext) method if PayConnectionParameters parameter is null
Public propertyName (Inherited from INamed.)
Public propertySupportedCurrencies
Returns currency ISOs that are supported by this isntance. The processing of charges/transafers may be done only in these currencies
Public propertyTransferFeeKind
Processing fee types, such as: included in amount and surcharged.
Public propertyWebTerminal
Returns a pay terminal is this payment provider supports it or null
Back to Top
See Also