@@ -238,12 +238,12 @@ def call_api(
238238 /api-idempotency
239239 request_data (dict): The dictionary of the request to place. This
240240 should be in the structure of the Adyen API.
241- https://docs.adyen.com/manuals/ api-manual
241+ https://docs.adyen.com/api-explorer
242242 service (str): This is the API service to be called.
243243 action (str): The specific action of the API service to be called
244244 idempotency (bool, optional): Whether the transaction should be
245245 processed idempotently.
246- https://docs.adyen.com/manuals /api-manual#apiidempotency
246+ https://docs.adyen.com/development-resources /api-idempotency
247247 Returns:
248248 AdyenResult: The AdyenResult is returned when a request was
249249 successful.
@@ -377,7 +377,7 @@ def call_hpp(self, message, action, hmac_key="", **kwargs):
377377 Args:
378378 request_data (dict): The dictionary of the request to place. This
379379 should be in the structure of the Adyen API.
380- https://docs.adyen.com/manuals/api-manual
380+ https://docs.adyen.com/online-payments/classic-integrations/hosted-payment-pages/hosted-payment-pages-api
381381 service (str): This is the API service to be called.
382382 action (str): The specific action of the API service to be called
383383 Returns:
@@ -449,7 +449,7 @@ def call_checkout_api(self, request_data, action, idempotency_key=None,
449449 /api-idempotency
450450 request_data (dict): The dictionary of the request to place. This
451451 should be in the structure of the Adyen API.
452- https://docs.adyen.com/developers/checkout/ api-integration
452+ https://docs.adyen.com/api-explorer/#/CheckoutService
453453 service (str): This is the API service to be called.
454454 action (str): The specific action of the API service to be called
455455 """
0 commit comments