Skip to content

Releases: finix-payments/finix-python

v5.0.0

05 Oct 18:09
cf8a985

Choose a tag to compare

  • Added new Dispute filters
  • Added Payout Profiles
  • Added Split Transfers
  • Updated model name CreateOnboardingFormRequestOnboardingData to OnboardingFormOnboardingData
  • Updated model name CreateOnboardingFormRequestMerchantProcessorsInner to CreateOnboardingFormRequestMerchantProcessors

v4.0.0

16 Sep 23:42
50d3ccb

Choose a tag to compare

  • Supported API Version: 2022-02-01
  • Include fix for create_associated_identities test

v3.0.0

03 Aug 20:49
5e8fb01

Choose a tag to compare

  • Supported API Version: 2022-02-01
  • Payment instruments API:
    • Removed the endpoint 'create_payment_instrument_verification '.
    • Added the endpoint 'list_updates_by_payment_instrument_id '
  • Improve list endpoints experience:
    • List endpoints now return a FinixList.
      • FinixList supports list-like behavior such as index access together with easier pagination control using method list_next() to fetch resources from the next page
      • A list_next() function will fetch the next set of resources.
      • You can check if there are more resources to fetch with has_more variable.
  • Improved exception handling:
    • Previously, the json data was returned as the error. Now there is a ErrorList exception that behaves like a list and contains FinixErrors with all kinds of possible error fields.
  • Added default versioning header:
    • A FinixClient now automatically uses the latest version of Finix APIs. You no longer need to manually configure the versioning header.
  • Added underscore to mark internal attributes and methods as private.
  • Re-organized and improved the test suite.

Changelog

v2.0.0

03 Aug 20:47
1619f3c

Choose a tag to compare

  • Supported API Version: 2022-02-01
  • Complete rewrite from previous deprecated library.

See changelog for more.