Type aliases
ASPSP
ASPSP: { bic: string; countries: readonly string[]; id: string; name: string }
Type declaration
-
Readonly bic: string
-
Readonly countries: readonly string[]
-
Readonly id: string
-
Readonly name: string
AmountValue
AmountValue: { amount: string; currency: string }
Type declaration
-
Readonly amount: string
-
Readonly currency: string
Balance
Balance
: { balanceAmount
: AmountValue; balanceType
: "closingBooked" | "expected"; referenceDate
: string }
Type declaration
-
Readonly balanceAmount: AmountValue
-
Readonly balanceType: "closingBooked" | "expected"
-
Readonly referenceDate: string
BankAccount
BankAccount: { cashAccountType?: undefined | string; currency?: undefined | string; iban: string; name?: undefined | string; ownerName?: undefined | string; product?: undefined | string; resourceId?: undefined | string }
Type declaration
-
Optional Readonly cashAccountType?: undefined | string
-
Optional Readonly currency?: undefined | string
-
Readonly iban: string
-
Optional Readonly name?: undefined | string
-
Optional Readonly ownerName?: undefined | string
-
Optional Readonly product?: undefined | string
-
Optional Readonly resourceId?: undefined | string
EndUserAgreement
EndUserAgreement: { accepted: Date | null; access_valid_for_days: number; aspsp_id: string; created: Date; enduser_id: string; id: string; max_historical_days: number }
Type declaration
-
Readonly accepted: Date | null
-
Readonly access_valid_for_days: number
-
Readonly aspsp_id: string
-
Readonly created: Date
-
Readonly enduser_id: string
-
Readonly id: string
-
Readonly max_historical_days: number
Requisition
Requisition: { accounts: readonly string[]; agreements: readonly string[]; enduser_id: string; id: string; redirect: string; reference: string; status: string; user_language: string }
Type declaration
-
Readonly accounts: readonly string[]
-
Readonly agreements: readonly string[]
-
Readonly enduser_id: string
-
Readonly id: string
-
Readonly redirect: string
-
Readonly reference: string
-
Readonly status: string
-
Readonly user_language: string
Transaction
Transaction
: { bookingDate
: string; creditorAccount
?: BankAccount; creditorName
?: undefined | string; debtorAccount
?: BankAccount; debtorName
?: undefined | string; remittanceInformationUnstructured
: string; transactionAmount
: AmountValue; transactionId
: string; valueDate
: string }
Type declaration
-
Readonly bookingDate: string
-
Optional Readonly creditorAccount?: BankAccount
-
Optional Readonly creditorName?: undefined | string
-
Optional Readonly debtorAccount?: BankAccount
-
Optional Readonly debtorName?: undefined | string
-
Readonly remittanceInformationUnstructured: string
-
Readonly transactionAmount: AmountValue
-
Readonly transactionId: string
-
Readonly valueDate: string
A Nordigen ASPSP (Bank)