From 6a73e9f4cbed6fe5a7e4f58003eb1dcff7bb1b42 Mon Sep 17 00:00:00 2001 From: Benedict Steven Date: Wed, 29 Oct 2025 07:07:33 +0300 Subject: [PATCH] add october changelog --- home/changelog.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/home/changelog.mdx b/home/changelog.mdx index d028f4e..f07f114 100644 --- a/home/changelog.mdx +++ b/home/changelog.mdx @@ -6,6 +6,17 @@ rss: true noindex: true --- + + +## 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 + + + + ## Support Fetching Sender Details in USSD-PUSH Payments API