Skip to content

Releases: fintoc-com/fintoc-ruby

v1.2.0: add AccountStatements endpoints and AccountNumber DELETE

08 Apr 16:56
e256cbc

Choose a tag to compare

  • Adds account_statements resource under v2 accounts.
  • Adds delete method for account numbers (v2).

v1.1.0: Add support for idempotency key in post/patch requests

16 Oct 14:51
67a6cfc

Choose a tag to compare

  • Adds support for idempotency keys on post/patch requests

v1.0.0: Support for Transfers API

08 Sep 22:04
318fd4a

Choose a tag to compare

  • New Client Architecture: Fintoc::V1::Client and Fintoc::V2::Client for managing v1 and v2 API versions separately, all in a wrapper Fintoc::Client to follow the http client API structure.
  • Support for most endpoints on the Transfers API (Entities, Accounts, Account numbers, Transfers, Simulation and Account verification)
  • CI with linting, testing and full line coverage