BankTransactionDetails Properties |
The BankTransactionDetails type exposes the following members.
| Name | Description | |
|---|---|---|
| AcquirerId | Acquirer identifier or an analogous identifier of the acquiring side. | |
| Amount | Transaction amount in currency CurrencyCode. | |
| AuthCode | Authorization code of the transaction. Usually applicable to card acquiring scenarios only. | |
| CurrencyCode | Transaction currency in ISO 4217 format. | |
| Extensions | Additional provider-specific attributes that are not included in the common core of the model. | |
| InitiatedAt | 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). | |
| MerchantId | Merchant identifier, usually MID or an analogous merchant-level identifier. | |
| OperationKind | Operation kind. Allowed values are described in BankTransactionDetailsValues.OperationKind. | |
| PaymentChannel | Payment channel. Allowed values are described in BankTransactionDetailsValues.PaymentChannel. | |
| PaymentInitiationMethod | Payment initiation method. Allowed values are described in BankTransactionDetailsValues.PaymentInitiationMethod. | |
| PaymentMethod | Payment method at the top classification level. Allowed values are described in BankTransactionDetailsValues.PaymentMethod. | |
| PaymentSystem | Payment system, scheme or rail. Allowed values are described in BankTransactionDetailsValues.PaymentSystem. | |
| ProviderTransactionId | Transaction identifier assigned by the external provider, terminal, gateway or processing system. | |
| Rrn | Retrieval Reference Number of a card transaction. Usually applicable to card acquiring scenarios only. | |
| TerminalId | Terminal identifier, usually TID. |