Releases: lithic-com/lithic-python
v0.14.0
- set default account holder create timeout to 5 minutes
- improved names for KYB & KYC types
- adds balances, aggregate balances, financial accounts & responder endpoints APIs
- miscellaneous API updates
v0.13.0
Removes the unused/legacy funding sources API and adds the new tokenization decisioning API.
Full Changelog: v0.12.0...v0.13.0
v0.12.0
Adds a lithic.disputes.upload_evidence(dispute.token, file) helper which takes care of initiating the evidence upload and then actually uploading the file.
Full Changelog: v0.11.0...v0.12.0
v0.11.0
Adds the new beta /disputes endpoints, https://docs.lithic.com/docs/disputes-api-beta.
lithic.disputes.create(...)lithic.disputes.retrieve(...)lithic.disputes.update(...)lithic.disputes.list(...)lithic.disputes.delete(...)lithic.disputes.delete_evidence(...)lithic.disputes.initiate_evidence_upload(...)lithic.disputes.list_evidences(...)lithic.disputes.retrieve_evidence(...)
Also makes url as a required argument in lithic.events.subscriptions.update()
Full Changelog: v0.10.2...v0.11.0
v0.10.2
Fix webhook unwrapping to return an event payload rather than an event.
Full Changelog: v0.10.1...v0.10.2
v0.10.1
Adds docs to the README for webhook verification, and makes some minor tweaks to how that works.
Full Changelog: v0.10.0...v0.10.1
v0.10.0
- Adds helper methods to support webhook signature verification:
event = lithic.webhooks.unwrap(body, headers, secret) lithic.webhooks.verify_signature(body, headers, secret) # throws if invalid.
- Adds
mccto transactions. - Improves handling of union types and coercing potentially incorrect types.
Full Changelog: v0.9.0...v0.10.0
v0.9.0
Adds events and event subscription endpoints.
Also fixes a crash when AbortController was not defined and sends Accept: application/json headers on void auth stream enrollment endpoints.
Full Changelog: v0.8.0...v0.9.0
v0.8.0
This release has a few changes which improve the accuracy and convenience of the types we offer, and may cause type errors:
Addresshas been moved to its own shared type.SpendLimitDurationis now a shared type.kyc_exemption_typeis now typed as an enum, instead of any string.workflowis now typed as the literal'KYC_EXEMPT'.
Other changes:
merchant_acceptor_idhas been added to Transactions.
Full Changelog: v0.7.0...v0.8.0
v0.7.0
This release adds types for the upcoming changes to the Transaction API, going live February 8.
These types document the addition of fields and enum values which are yet to be returned, so that you can start coding against them.
This release also includes a number of internal improvements, and several more minor API updates.
Full Changelog: v0.6.0...v0.7.0