Releases: lithic-com/lithic-node
lithic: v0.19.0
v0.18.0
- fix
event_types[]query param being sent in the incorrect format - expose
maxRetriesoption on the client - improve
Event.paylodtype - more detailed
post /disputes/{dispute_token}/evidencesresponse
v0.17.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
- add documentation for manual pagination
v0.16.0
Removes the unused/legacy funding sources API and adds the new tokenization decisioning API.
Full Changelog: v0.15.0...v0.16.0
v0.15.0
Adds a lithic.disputes.uploadEvidence(dispute.token, file) helper which takes care of initiating the evidence upload and then actually uploading the file.
Full Changelog: v0.14.0...v0.15.0
v0.14.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.deleteEvidence(...)lithic.disputes.initiateEvidenceUpload(...)lithic.disputes.listEvidences(...)lithic.disputes.retrieveEvidence(...)
Also makes url as a required parameter in lithic.events.subscriptions.update()
Full Changelog: lithic-com/lithic-python@v0.10.2...v0.11.0
v0.13.2
Fix webhook unwrapping to return an event payload rather than an event.
Full Changelog: v0.13.1...v0.13.2
v0.13.1
Adds docs to the README for webhook verification.
Full Changelog: v0.13.0...v0.13.1
v0.13.0
Adds helper methods to support webhook signature verification:
const event: Event = lithic.webhooks.unwrap(body, headers, secret);
lithic.webhooks.verifySignature(body, headers, secret); // throws if invalid.Also adds mcc to transactions.
Full Changelog: v0.12.0...v0.13.0
v0.12.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.11.0...v0.12.0