From 9e1430939cf8379eec3f0ff5d1d4ccdc92ef7f76 Mon Sep 17 00:00:00 2001 From: AdyenAutomationBot <38424300+AdyenAutomationBot@users.noreply.github.com> Date: Tue, 17 Feb 2026 21:46:29 +0000 Subject: [PATCH] [balanceplatform] Automated update from Adyen/adyen-openapi@d667e61 --- Adyen/services/balancePlatform/account_holders_api.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Adyen/services/balancePlatform/account_holders_api.py b/Adyen/services/balancePlatform/account_holders_api.py index d6e8b5ee..97ad7b10 100644 --- a/Adyen/services/balancePlatform/account_holders_api.py +++ b/Adyen/services/balancePlatform/account_holders_api.py @@ -53,6 +53,14 @@ def get_tax_form(self, id, idempotency_key=None, **kwargs): method = "GET" return self.client.call_adyen_api(None, self.service, method, endpoint, idempotency_key, **kwargs) + def get_tax_form_summary(self, id, idempotency_key=None, **kwargs): + """ + Get summary of tax forms for an account holder + """ + endpoint = self.baseUrl + f"/accountHolders/{id}/taxFormSummary" + method = "GET" + return self.client.call_adyen_api(None, self.service, method, endpoint, idempotency_key, **kwargs) + def update_account_holder(self, request, id, idempotency_key=None, **kwargs): """ Update an account holder