1.1.0 • Published 5 months ago

@banksapitechnology/embeddable-finance-web-components v1.1.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
5 months ago

embeddable-finance-web-components

This library is maintained by BANKSapi Technology GmbH. For an overview of the features and benefits, visit our Banking Widgets page.

You can find more helpful technical documentation for this and other products in our developer portal. For support or assistance with integration, feel free to contact us.

Usage

We recommend including this library via a public CDN to automatically benefit from future improvements without requiring any action on your part.

<script type="module" src="https://cdn.jsdelivr.net/npm/@banksapitechnology/embeddable-finance-web-components/dist/efc-loader.js"></script>

ba-product-list

Properties

PropertyAttributeType
refreshrefreshboolean
tokentokenstring

Events

EventType
addBankAccessCustomEvent<{sessionLink: string;}>
emitErrorCustomEvent<{ status: number; statusText: string; }>
manageBankAccessCustomEvent<void>
openBudgetAnalysisCustomEvent<void>
openProductCustomEvent<{ category: "DEPOT" \| "ACCOUNT"; bankAccessId: string; productId: string; }>

ba-account-detail

Properties

PropertyAttributeType
bankAccessIdbank-access-idstring
bankAccountIdbank-account-idstring
refreshrefreshboolean
tokentokenstring

Events

EventType
emitErrorCustomEvent<{ status: number; statusText: string; }>
initSepaSingleTransferCustomEvent<{sessionLink: string;}>
openTransactionCustomEvent<{ bankAccessId: string; bankAccountId: string; transactionId: string; }>
goBackCustomEvent<void>

ba-account-transaction-detail

Properties

PropertyAttributeType
bankAccessIdbank-access-idstring
bankAccountIdbank-account-idstring
transactionIdtransaction-idstring
tokentokenstring

Events

EventType
emitErrorCustomEvent<{ status: number; statusText: string; }>
goBackCustomEvent<void>

ba-depot-detail

Properties

PropertyAttributeType
bankAccessIdbank-access-idstring
depotIddepot-idstring
tokentokenstring

Events

EventType
emitErrorCustomEvent<{ status: number; statusText: string; }>
openInvestmentCustomEvent<{ bankAccessId: string; depotId: string; investmentId: string; }>
goBackCustomEvent<void>

ba-depot-investment-detail

Properties

PropertyAttributeType
bankAccessIdbank-access-idstring
depotIddepot-idstring
investmentIdinvestment-idstring
tokentokenstring

Events

EventType
emitErrorCustomEvent<{ status: number; statusText: string; }>
goBackCustomEvent<void>

ba-budget-analysis

Properties

PropertyAttributeType
tokentokenstring

Events

EventType
emitErrorCustomEvent<{ status: number; statusText: string; }>
openCategoryCustomEvent<{ category: string; }>
openCategoryTransactionsCustomEvent<{ category: string; }>
goBackCustomEvent<void>

ba-budget-analysis-parent-category

Properties

PropertyAttributeType
parentCategoryparent-categorystring
tokentokenstring

Events

EventType
emitErrorCustomEvent<{ status: number; statusText: string; }>
openCategoryTransactionsCustomEvent<{ category: string; }>
goBackCustomEvent<void>

ba-budget-analysis-category-transactions

Properties

PropertyAttributeType
categorycategorystring
tokentokenstring

Events

EventType
emitErrorCustomEvent<{ status: number; statusText: string; }>
openTransactionCustomEvent<{ bankAccessId: string; bankAccountId: string; transactionId: string; }>
goBackCustomEvent<void>