From 431e3e56920ea1aa43ba764817ce8795a3acfc81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:59:05 +0200 Subject: [PATCH] Release 5.0.0 - The merchant-specific subdomain option is now required. Set it, or pass useLegacyDomain to keep using the shared checkout.com hosts. - An invalid subdomain now throws instead of being silently ignored, including on the exported EnvironmentSubdomain class. - Document optional amount on payment voids to support partial voids. - Document the ISV (SaaS seller) payout schedule fields balance_minimum, carry_forward_enabled and payment_instrument_id. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7038b14..c52b9cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkout-sdk-node", - "version": "4.1.0", + "version": "5.0.0", "description": "Official Node.js SDK for Checkout.com payment gateway - Full API coverage with TypeScript support", "type": "module", "engines": {