Skip to content
Open
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
11 changes: 11 additions & 0 deletions home/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ rss: true
noindex: true
---

<Update label="October 2025" tags={["Improvements"]} rss={{ title: "Monthly Updates", description: "October 2025 - Product updates and improvements" }}>

## Added description on checkout link creation

- Added a new optional parameter **`description`** to **[checkout-links creation](/api-reference/collection/generate-checkout-link/generate-checkout-link)** API endpoint to add a description to the checkout link.
- Type: `string`
- Description: A description of the checkout link, if added, customer will be able to see description when paying

</Update>


<Update label="September 2025" tags={["Improvements"]} rss={{ title: "Monthly Updates", description: "September 2025 - Product updates and improvements" }}>

## Support Fetching Sender Details in USSD-PUSH Payments API
Expand Down