Click or drag to resize

BankPaymentExtensionKeys Class

Common extension keys for additional bank payment data stored in Extensions. Use these keys only for data that is not represented by the core BankTransactionDetails properties. These keys describe payment data in neutral banking terms. Country-specific keys are exposed separately.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.PaymentsBankPaymentExtensionKeys

Namespace:  Resto.Front.Api.Data.Payments
Assembly:  Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public static class BankPaymentExtensionKeys

The BankPaymentExtensionKeys type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAcquirerBankBic
Bank Identification Code of the acquiring bank.
Public fieldStatic memberCardIssuerBankBic
Bank Identification Code of the card issuer bank. For account-to-account or QR payment flows, use PayerBankBic and RecipientBankBic instead.
Public fieldStatic memberOriginalProviderTransactionId
Original payment provider transaction identifier for reversal or refund scenarios.
Public fieldStatic memberPayerBankBic
Bank Identification Code of the payer bank.
Public fieldStatic memberPaymentPurpose
Payment purpose or remittance information.
Public fieldStatic memberRecipientBankBic
Bank Identification Code of the recipient bank.
Top
See Also