nordigen_integration 1.5.0
nordigen_integration: ^1.5.0 copied to clipboard
Dart/Flutter Package for Nordigen EU PSD2 AISP API Integration, with relevant Data Models.
Releases #
1.0.0 13th May, 2021 #
Initial release supporting Nordigen's Account Information API documentation and relevant Data Models required to support it, in the form of Serializable Classes.
1.0.1 13th May, 2021 #
Initial release supporting Nordigen's Account Information API documentation and relevant Data Models required to support it, in the form of Serializable Classes.
Shortened Package description to follow dart conventions.
1.0.2 14th May, 2021 #
Initial release supporting Nordigen's Account Information API documentation and relevant Data Models required to support it, in the form of Serializable Classes.
Added EU PSD2 AISP keywords to package descriptions so people can find it easier. Unnecessary Flutter dependancy removed.
1.2.0 14th May, 2021 #
-
ASPSP Data Structure changed to include
[String] transaction_total_days. -
Lint rules applied.
-
Null Safety implemented.
-
Documentation follows null safety conventions now.
1.2.5 14th May, 2021 #
-
Implemented actual full
TransactionDataModel from API Documentation. -
Renamed
BankAccountModeltoAccountModelbecause of Account schema discrepency in documentation between https://nordigen.com/en/docs/account-information/overview/parameters-and-responses/ and https://nordigen.com/en/docs/account-information/output/accounts/. -
Implemented
Balancemodel from API Documentation. -
Temporary
getAccountBalancesTemporarymethod ofNordigenAccountInfoAPIclass implemented that will be depreciated once the returned data format can be pinned down. -
Lint -> Pedantic.
-
Todo: Resolve account model discrepency between https://nordigen.com/en/docs/account-information/output/accounts/ and Schema given in https://nordigen.com/en/docs/account-information/overview/parameters-and-responses/
1.3.0 15th May, 2021 #
-
Discrepencies solved with
BankAccountModel;BalanceandgetAccountBalances. -
Added basic GET and DELETE requests for certain endpoints.
-
BREAKING: Simplified certain APIs for more controlled usage.
fetchRedirectLinkForRequisitionmethod only takesString aspspIDandString requisitionIDnow.createEndUserAgreementmethod only takesString endUserID,String aspspID,int maxHistoricalDays = 90now.
-
PUT implementation added for future conveinience.
-
Updated documentation to highligh changes.
1.3.1 15th May, 2021 #
Documentation fixes and more specific tests for DELETE requests.
1.3.2 15th May, 2021 #
-
AccountDataModelrightfully changed toAccountMetaDataso it makes more sense with respect toBankAccountDetails. -
BREAKING:
BankAccountDetailschanged toAccountDetailsfor consistency. -
BUG FIX: Changed key of End-User ID to
resourceIdforAccountDetails.toMap()to maintain consistency with Nordigen server resources. -
getAccountMetaData({required String accountID})implemented.
1.3.3 20th May, 2021 #
Documentation fix