Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(Changelog): Retrieve a wallet transaction endpoint #300

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions changelog/product.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ description: "New updates and improvements to Lago."
---
<Update label="January 2025">

## Retrieve a wallet transaction endpoint
<Frame>
<img src="/changelog/images/20250131-retrieve-wallet-transaction.png" />
</Frame>

We’ve added a new endpoint to the wallet experience!
No need to query the full wallet transaction list to view the details of a specific transaction—you can now retrieve a single wallet transaction directly with the new `GET /wallet_transactions/{lago_id}` endpoint.

[View endpoint](../api-reference/wallets/get-specific-transaction)


## Let Lago sync your customers directly with Salesforce!
<Frame>
<img src="/changelog/images/20250127-create-customer-lago-salesforce.png" />
Expand Down