FinTex v0.3.0 API Reference
Modules
FinTex
The following fields are public:
account_number
- Account numbersubaccount_id
- Subaccount IDblz
- Bank codebank_name
- Bank namecurrency
- Three-character currency code (ISO 4217)iban
- IBANbic
- BICname
- Account nameowner
- Account ownertype
- Account type. Possible values are:giro_account
,:savings_account
,`:credit_card` or `:loan_account`, `:cash_book`, `:depot` or `:unknown`.
balance
- Account balancesupported_payments
- List of payment types with payment parameterssupported_tan_schemes
- List of TAN schemespreferred_tan_scheme
- Security function of the TAN scheme preferred by the user
The following fields are public:
balance
- Account balancebalance_date
- Bank server timestamp of balancecredit_line
- Credit lineamount_available
- Amount available for withdrawal
The following fields are public:
title
- Challenge titlelabel
- Response labelformat
- Challenge data format. Possible values are:text
,:html
,:hhd
or:matrix
.data
- Challenge datamedium
- TAN medium
The following fields are public:
sender_account
- Bank account of the senderreceiver_account
- Bank account of the receiveramount
- Order amountcurrency
- Three-character currency code (ISO 4217)purpose
- Purpose texttan_scheme
- TAN scheme
The following fields are public:
name
- TAN scheme namemedium_name
- TAN medium namesec_func
- encoded security functionformat
- Challenge data format. Possible values are:text
,:html
,:hhd
or:matrix
.label
- response label
The following fields are public:
name
- Name of originator or recipientaccount_number
- Account number of originator or recipient. This field might be empty if the transaction has no account number, e.g. interest transactions.bank_code
- Bank code of originator or recipient. This field might be empty if the transaction has no bank code, e.g. interest transactions.amount
- Transaction amountbooking_date
- Booking datevalue_date
- Value datepurpose
- Purpose text. This field might be empty if the transaction has no purposecode
- Business transaction codebooking_text
- Booking text. This field might be empty if the transaction has no booking textbooked
- This flag indicates whether the transaction is booked or pending
Provides a default implementation of the FinTex.Model.Bank
protocol
Provides a default implementation of the FinTex.Model.ChallengeResponder
protocol
Provides a default implementation of the FinTex.Model.Credentials
protocol