Click or drag to resize

BankTransactionDetails Properties

The BankTransactionDetails type exposes the following members.

Properties
 NameDescription
Public propertyAcquirerIdAcquirer identifier or an analogous identifier of the acquiring side.
Public propertyAmountTransaction amount in currency CurrencyCode.
Public propertyAuthCodeAuthorization code of the transaction. Usually applicable to card acquiring scenarios only.
Public propertyCurrencyCodeTransaction currency in ISO 4217 format.
Public propertyExtensionsAdditional provider-specific attributes that are not included in the common core of the model.
Public propertyInitiatedAtDate 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 propertyMerchantIdMerchant identifier, usually MID or an analogous merchant-level identifier.
Public propertyOperationKindOperation kind. Allowed values are described in BankTransactionDetailsValues.OperationKind.
Public propertyPaymentChannelPayment channel. Allowed values are described in BankTransactionDetailsValues.PaymentChannel.
Public propertyPaymentInitiationMethodPayment initiation method. Allowed values are described in BankTransactionDetailsValues.PaymentInitiationMethod.
Public propertyPaymentMethodPayment method at the top classification level. Allowed values are described in BankTransactionDetailsValues.PaymentMethod.
Public propertyPaymentSystemPayment system, scheme or rail. Allowed values are described in BankTransactionDetailsValues.PaymentSystem.
Public propertyProviderTransactionIdTransaction identifier assigned by the external provider, terminal, gateway or processing system.
Public propertyRrnRetrieval Reference Number of a card transaction. Usually applicable to card acquiring scenarios only.
Public propertyTerminalIdTerminal identifier, usually TID.
Top
See Also