Click or drag to resize

BankTransactionDetails Properties

The BankTransactionDetails type exposes the following members.

Properties
  NameDescription
Public propertyAcquirerId
Acquirer identifier or an analogous identifier of the acquiring side.
Public propertyAmount
Transaction amount in currency CurrencyCode.
Public propertyAuthCode
Authorization code of the transaction. Usually applicable to card acquiring scenarios only.
Public propertyCurrencyCode
Transaction currency in ISO 4217 format.
Public propertyExtensions
Additional provider-specific attributes that are not included in the common core of the model.
Public propertyInitiatedAt
Date and time when the payment operation was initiated, according to the payment provider. For card acquiring use local terminal time (DateTime.Now, DateTimeKind.Local). For SBP and MultiQR use UTC (DateTime.UtcNow, DateTimeKind.Utc).
Public propertyMerchantId
Merchant identifier, usually MID or an analogous merchant-level identifier.
Public propertyOperationKind
Operation kind. Allowed values are described in BankTransactionDetailsValues.OperationKind.
Public propertyPaymentChannel
Payment channel. Allowed values are described in BankTransactionDetailsValues.PaymentChannel.
Public propertyPaymentInitiationMethod
Payment initiation method. Allowed values are described in BankTransactionDetailsValues.PaymentInitiationMethod.
Public propertyPaymentMethod
Payment method at the top classification level. Allowed values are described in BankTransactionDetailsValues.PaymentMethod.
Public propertyPaymentSystem
Payment system, scheme or rail. Allowed values are described in BankTransactionDetailsValues.PaymentSystem.
Public propertyProviderTransactionId
Transaction identifier assigned by the external provider, terminal, gateway or processing system.
Public propertyRrn
Retrieval Reference Number of a card transaction. Usually applicable to card acquiring scenarios only.
Public propertyTerminalId
Terminal identifier, usually TID.
Top
See Also