diff --git a/Adyen/services/recurring/recurring_api.py b/Adyen/services/recurring/recurring_api.py index c650fd53..84b57f06 100644 --- a/Adyen/services/recurring/recurring_api.py +++ b/Adyen/services/recurring/recurring_api.py @@ -11,7 +11,9 @@ class RecurringApi(AdyenServiceBase): def __init__(self, client=None): super().__init__(client=client) self.service = "recurring" - self.baseUrl = "https://paltokenization-test.adyen.com/pal/servlet/Recurring/v68" + self.baseUrl = ( + "https://paltokenization-test.adyen.com/paltokenization/servlet/Recurring/v68" + ) def create_permit(self, request, idempotency_key=None, **kwargs): """