1.1.0 • Published 5 months ago
@banksapitechnology/embeddable-finance-web-components v1.1.0
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
| Property | Attribute | Type |
|---|---|---|
refresh | refresh | boolean |
token | token | string |
Events
| Event | Type |
|---|---|
addBankAccess | CustomEvent<{sessionLink: string;}> |
emitError | CustomEvent<{ status: number; statusText: string; }> |
manageBankAccess | CustomEvent<void> |
openBudgetAnalysis | CustomEvent<void> |
openProduct | CustomEvent<{ category: "DEPOT" \| "ACCOUNT"; bankAccessId: string; productId: string; }> |
ba-account-detail
Properties
| Property | Attribute | Type |
|---|---|---|
bankAccessId | bank-access-id | string |
bankAccountId | bank-account-id | string |
refresh | refresh | boolean |
token | token | string |
Events
| Event | Type |
|---|---|
emitError | CustomEvent<{ status: number; statusText: string; }> |
initSepaSingleTransfer | CustomEvent<{sessionLink: string;}> |
openTransaction | CustomEvent<{ bankAccessId: string; bankAccountId: string; transactionId: string; }> |
goBack | CustomEvent<void> |
ba-account-transaction-detail
Properties
| Property | Attribute | Type |
|---|---|---|
bankAccessId | bank-access-id | string |
bankAccountId | bank-account-id | string |
transactionId | transaction-id | string |
token | token | string |
Events
| Event | Type |
|---|---|
emitError | CustomEvent<{ status: number; statusText: string; }> |
goBack | CustomEvent<void> |
ba-depot-detail
Properties
| Property | Attribute | Type |
|---|---|---|
bankAccessId | bank-access-id | string |
depotId | depot-id | string |
token | token | string |
Events
| Event | Type |
|---|---|
emitError | CustomEvent<{ status: number; statusText: string; }> |
openInvestment | CustomEvent<{ bankAccessId: string; depotId: string; investmentId: string; }> |
goBack | CustomEvent<void> |
ba-depot-investment-detail
Properties
| Property | Attribute | Type |
|---|---|---|
bankAccessId | bank-access-id | string |
depotId | depot-id | string |
investmentId | investment-id | string |
token | token | string |
Events
| Event | Type |
|---|---|
emitError | CustomEvent<{ status: number; statusText: string; }> |
goBack | CustomEvent<void> |
ba-budget-analysis
Properties
| Property | Attribute | Type |
|---|---|---|
token | token | string |
Events
| Event | Type |
|---|---|
emitError | CustomEvent<{ status: number; statusText: string; }> |
openCategory | CustomEvent<{ category: string; }> |
openCategoryTransactions | CustomEvent<{ category: string; }> |
goBack | CustomEvent<void> |
ba-budget-analysis-parent-category
Properties
| Property | Attribute | Type |
|---|---|---|
parentCategory | parent-category | string |
token | token | string |
Events
| Event | Type |
|---|---|
emitError | CustomEvent<{ status: number; statusText: string; }> |
openCategoryTransactions | CustomEvent<{ category: string; }> |
goBack | CustomEvent<void> |
ba-budget-analysis-category-transactions
Properties
| Property | Attribute | Type |
|---|---|---|
category | category | string |
token | token | string |
Events
| Event | Type |
|---|---|
emitError | CustomEvent<{ status: number; statusText: string; }> |
openTransaction | CustomEvent<{ bankAccessId: string; bankAccountId: string; transactionId: string; }> |
goBack | CustomEvent<void> |
1.1.0
5 months ago
1.0.1
5 months ago
1.0.0
5 months ago
0.0.1-beta.5
5 months ago
0.0.1-beta.4
5 months ago
0.0.1-beta.3
5 months ago
0.0.1-beta.2
5 months ago
0.0.1-beta.1
6 months ago