diff --git a/Adyen/services/recurring/recurring_api.py b/Adyen/services/recurring/recurring_api.py index 0f1b4e2c..4a8a8cc9 100644 --- a/Adyen/services/recurring/recurring_api.py +++ b/Adyen/services/recurring/recurring_api.py @@ -11,7 +11,7 @@ class RecurringApi(AdyenServiceBase): def __init__(self, client=None): super(RecurringApi, self).__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): """