Class AdyenStoredPaymentMethodsEndpoint

java.lang.Object
com.broadleafcommerce.adyen.web.endpoint.AdyenStoredPaymentMethodsEndpoint

@FrameworkRestController @FrameworkMapping("/adyen/saved-payment-methods") public class AdyenStoredPaymentMethodsEndpoint extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getSavedMethods

      @FrameworkGetMapping @Policy(permissionRoots="ADYEN_SAVED_PAYMENT_METHODS") public List<AdyenStoredPaymentMethod> getSavedMethods(CustomerRef customerRef, @ContextOperation(READ) com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
    • removeStoredPaymentMethod

      @FrameworkDeleteMapping("/{paymentId}") @Policy(permissionRoots="ADYEN_SAVED_PAYMENT_METHODS") public void removeStoredPaymentMethod(CustomerRef customerRef, @PathVariable String paymentId, @ContextOperation(DELETE) com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
    • getAdyenService

      protected AdyenStoredPaymentMethodService getAdyenService()