Skip to content
Open
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
31 changes: 31 additions & 0 deletions mintlify/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "Changelog"
description: "New features, improvements, and updates to the Grid API."
icon: "/images/icons/IconNewspaper2.svg"
mode: "wide"
---

Follow along with the latest additions and improvements to the Grid API. For upcoming
changes and roadmap, [book a live demo](https://www.lightspark.com/contact) or
[contact support](mailto:support@lightspark.com).

<Update label="July 2026">

## Card issuance in sandbox

You can now issue cards directly in the sandbox environment. Test the full card
lifecycle—[cardholder setup](/cards/onboarding/cardholder-setup),
[issuing cards](/cards/card-management/issuing-cards),
[funding sources](/cards/card-management/funding-sources), and
[freezing and closing](/cards/card-management/freezing-and-closing)—end to end
before going live, without touching production.

See [Cards sandbox testing](/cards/platform-tools/sandbox-testing) to get started.

## Expanded country coverage

Grid now supports additional countries, including **China**, broadening the corridors
available for global payments. Review the currencies and rails available in each region
in [Currencies and rails](/platform-overview/core-concepts/currencies-and-rails).

</Update>
11 changes: 11 additions & 0 deletions mintlify/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,17 @@
}
]
},
{
"tab": "Changelog",
"groups": [
{
"group": "Changelog",
"pages": [
"changelog"
]
}
]
},
{
"tab": "API reference",
"groups": [
Expand Down
Loading