Flanks
Search
⌃K

Changelog

Please when integrating consider that Flanks can add fields to any endpoint, all changes will be tracked here.
2023-05-09
  • Completed "Query Engine" documentation with more available fields (_id, account_id, card_id, investment_id, liability_id, portfolio_id).
2023-04-19
2023-03-30
  • Add fields to v0/bank/credentials/liability endpoint
    • field contractNumber, obtained from the financial institution website
    • field interest, information about the liability interest
    • field subtype, only for loans indicate if its mortgage or not
2023-03-27
  • Add timestamp fields in UTC:
    • credentials/status: created_at_timestamp
    • credentials/status: last_update_timestamp
    • credentials/portfolio: updated_at_timestamp
    • credentials/investment: updated_at_timestamp
    • credentials/account: updated_at_timestamp
    • credentials/liability updated_at_timestamp
    • credentials/card: updated_at_timestamp
    • credentials/all: updated_at_timestamp
2023-03-09
2023-02-22
  • A new page TestBank has been added to this documentation. It explains the special features that can be used when using TestBank to add new credentials through our link.
2023-02-10
2023-02-07
  • The endpoint for investment transactions was incorrectly documented as v0/bank/credentials/investment/transactions (plural), but the correct one is, in fact, v0/bank/credentials/investment/transaction (singular). This has been corrected. Both URLs are still valid (and work exactly the same) but we'll discontinue the support for the wrong one by Q2 2023.
2023-01-26
  • Type 63 for investment transaction types added meaning "Buy open"
  • Type 64 for investment transaction types added meaning "Buy close"
  • Type 65 for investment transaction types added meaning "Sell open"
  • Type 66 for investment transaction types added meaning "Sell close"
2023-01-15
2023-01-05
  • Type 49 for investment transaction type added meaning "Variation Margin"
2022-12-27
2022-12-19
Last modified 27d ago