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