From d560b49754dac3b0c1726fb0572a190eb0a6d96e Mon Sep 17 00:00:00 2001 From: poojah Date: Wed, 16 Sep 2026 15:36:17 +0200 Subject: [PATCH] Bump checkout version to 72 --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 054ffaa9..2afa79ae 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ smallServices:=binlookup dataProtection recurring storedValue terminal disputes all: $(services) $(smallServices) binlookup: spec=BinLookupService-v52 -checkout: spec=CheckoutService-v71 +checkout: spec=CheckoutService-v72 dataProtection: spec=DataProtectionService-v1 storedValue: spec=StoredValueService-v46 terminal: spec=TfmAPIService-v1 diff --git a/README.md b/README.md index b41fc27f..81f8049f 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ This is the officially supported Python library for using Adyen's APIs. |---------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------|-------------------| | [BIN lookup API](https://docs.adyen.com/api-explorer/BinLookup/54/overview) | The BIN Lookup API provides endpoints for retrieving information based on a given BIN. | binLookup | **v54** | | [Balance Platform API](https://docs.adyen.com/api-explorer/balanceplatform/2/overview) | The Balance Platform API enables you to create a platform where you can onboard your users as account holders and create balance accounts, cards, and business accounts. | balancePlatform | **v2** | -| [Checkout API](https://docs.adyen.com/api-explorer/Checkout/71/overview) | Our latest integration for accepting online payments. | checkout | **v71** | -| [Capital API](https://docs.adyen.com/api-explorer/capital/1/overview) | Provides endpoints for embedding Adyen Capital into your marketplace or platform. | capital | **v1** | +| [Checkout API](https://docs.adyen.com/api-explorer/Checkout/72/overview) | Our latest integration for accepting online payments. | checkout | **v72** | +| [Capital API](https://docs.adyen.com/api-explorer/capital/1/overview) | Provides endpoints for embedding Adyen Capital into your marketplace or platform. | capital | **v1** | | [Data Protection API](https://docs.adyen.com/development-resources/data-protection-api) | Endpoint for requesting data erasure. | dataProtection | **v1** | | [Legal Entity Management API](https://docs.adyen.com/api-explorer/legalentity/4/overview) | The Legal Entity Management API enables you to manage legal entities that contain information required for verification. | legalEntityManagement | **v4** | | [Management API](https://docs.adyen.com/api-explorer/Management/3/overview) | Configure and manage your Adyen company and merchant accounts, stores, and payment terminals. | management | **v3** |