@@ -33,7 +33,7 @@ class AdyenRecurring(AdyenServiceBase):
3333
3434 API calls currently implemented: listRecurringDetails and disable. Please
3535 refer to the Recurring Manual for specifics around the API.
36- https://docs.adyen.com/developers/recurring-manual
36+ https://docs.adyen.com/online-payments/tokenization
3737
3838 Args:
3939 client (AdyenAPIClient, optional): An API client for the service to
@@ -69,7 +69,7 @@ class AdyenHPP(AdyenServiceBase):
6969 This currently only implements the directory_lookup request which will
7070 return the list of payment methods available for given shopper. Please
7171 refer to the HPP manual and the directory lookup section for the specifics.
72- https://docs.adyen.com/developers/hpp-manual#directorylookup
72+ https://docs.adyen.com/online-payments/classic-integrations/hosted-payment-pages/directory-lookup
7373
7474 Args:
7575 client (AdyenAPIClient, optional): An API client for the service to
@@ -133,8 +133,8 @@ class AdyenPayment(AdyenServiceBase):
133133 capture
134134 refund
135135 cancelOrRefund
136- Please refer to the Recurring Manual for specifics around the API .
137- https://docs.adyen.com/developers/recurring-manual
136+ Please refer to our API Explorer for specifics around these APIs .
137+ https://docs.adyen.com/api-explorer/
138138
139139 The AdyenPayment class, is accessible as adyen.payment.method(args)
140140
@@ -225,9 +225,8 @@ def cancel_or_refund(self, request, idempotency_key=None, **kwargs):
225225
226226
227227class AdyenThirdPartyPayout (AdyenServiceBase ):
228- """This represents the Adyen API Third Party Payouts Service.
229-
230- https://docs.adyen.com/developers/api-reference/third-party-payouts-api
228+ """This represents the Adyen Payouts Service.
229+ https://docs.adyen.com/api-explorer/#/Payout/overview
231230
232231 The AdyenThirdPartyPayout class is accessible as adyen.payout.method(args)
233232
@@ -281,7 +280,7 @@ class AdyenCheckoutApi(AdyenServiceBase):
281280 originKeys
282281
283282 Please refer to the checkout documentation for specifics around the API.
284- https://docs.adyen.com/developers/checkout
283+ https://docs.adyen.com/online-payments
285284
286285 The AdyenPayment class, is accessible as adyen.payment.method(args)
287286
@@ -349,7 +348,7 @@ class AdyenBinLookup(AdyenServiceBase):
349348
350349 API call currently implemented: getCostEstimate.
351350 Please refer to the Bin Lookup Manual for specifics around the API.
352- https://docs.adyen.com/api-explorer/#/BinLookup/v50/overview
351+ https://docs.adyen.com/api-explorer/#/BinLookup/
353352
354353 Args:
355354 client (AdyenAPIClient, optional): An API client for the service to
0 commit comments