Releases: finix-payments/finix-python
Releases · finix-payments/finix-python
v5.0.0
- Added new Dispute filters
- Added Payout Profiles
- Added Split Transfers
- Updated model name
CreateOnboardingFormRequestOnboardingDatatoOnboardingFormOnboardingData - Updated model name
CreateOnboardingFormRequestMerchantProcessorsInnertoCreateOnboardingFormRequestMerchantProcessors
v4.0.0
v3.0.0
- 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_morevariable.
- List endpoints now return a FinixList.
- 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.
v2.0.0
- Supported API Version: 2022-02-01
- Complete rewrite from previous deprecated library.
See changelog for more.