Skip to content

Releases: lithic-com/lithic-java

v0.6.0

Choose a tag to compare

@stainless-bot stainless-bot released this 04 Apr 23:44

Removes the unused/legacy funding sources API and adds the new tokenization decisioning API.

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@stainless-bot stainless-bot released this 20 Mar 23:32

Adds several helper methods:

  1. client.cards().getEmbedHtml()
  2. client.cards().getEmbedUrl()
  3. client.disputes().uploadEvidence()
  4. client.events().resend()

Also adds the property business_account_token, improves some docstrings, and a few internal modifications.

Full Changelog: v0.4.0...v0.5.0

v0.3.1

Choose a tag to compare

@stainless-bot stainless-bot released this 03 Mar 14:57

Fix webhook unwrapping to return an event payload rather than an event.

Full Changelog: v0.3.0...v0.3.1

v0.3.0 – ⚠️ breaking, moves to OffsetDateTime and LocalDate

Choose a tag to compare

@stainless-bot stainless-bot released this 27 Feb 20:03

⚠️ We now parse dates into LocalDate and timestamps into OffsetDateTime, which is a breaking change. Previously these were String.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@stainless-bot stainless-bot released this 24 Feb 16:42
  1. Adds events and event subscription endpoints.
  2. Adds helper methods to support webhook signature verification:
    Event event = client.webhooks().unwrap(body, headers, secret);
    client.webhooks().verifySignature(body, headers, secret); // throws if not valid
  3. Adds mcc to transactions.
  4. Changes how headers, body properties, and query parameters can be customized (eg, with .putHeader("X-Foo", "bar")).

Full Changelog: v0.0.4...v0.2.0

v0.0.3

Choose a tag to compare

@stainless-bot stainless-bot released this 31 Jan 03:22

Full Changelog: v0.0.2...v0.0.3

v0.0.2

Choose a tag to compare

@stainless-bot stainless-bot released this 31 Jan 03:22

Full Changelog: v0.0.1...v0.0.2

v0.0.1

Choose a tag to compare

@stainless-bot stainless-bot released this 27 Jan 22:30

Initial release.