Uses of Class
de.hybris.platform.commercewebservicescommons.errors.exceptions.PaymentAuthorizationException
Packages that use PaymentAuthorizationException
Package
Description
-
Uses of PaymentAuthorizationException in de.hybris.platform.b2b.occ.v2.controllers
Methods in de.hybris.platform.b2b.occ.v2.controllers that throw PaymentAuthorizationExceptionModifier and TypeMethodDescriptionB2BOrdersController.createReplenishmentOrder(String cartId, boolean termsChecked, ScheduleReplenishmentFormWsDTO scheduleReplenishmentForm, String fields) B2BOrdersController.placeOrgOrder(String cartId, boolean termsChecked, String fields) protected voidB2BOrdersController.validateAndAuthorizePayment(CartData cartData) -
Uses of PaymentAuthorizationException in de.hybris.platform.b2bocc.v2.controllers
Methods in de.hybris.platform.b2bocc.v2.controllers that throw PaymentAuthorizationExceptionModifier and TypeMethodDescriptionB2BOrdersController.createReplenishmentOrder(String cartId, boolean termsChecked, ScheduleReplenishmentFormWsDTO scheduleReplenishmentForm, String fields) B2BOrdersController.placeOrgOrder(String cartId, boolean termsChecked, String fields) voidB2BOrdersControllerTest.testPlaceOrgOrder()voidB2BOrdersControllerTest.testPlaceReplenishmentOrder()protected voidB2BOrdersController.validateAndAuthorizePayment(CartData cartData) -
Uses of PaymentAuthorizationException in de.hybris.platform.chinesepaymentoccaddon.controllers
Methods in de.hybris.platform.chinesepaymentoccaddon.controllers that throw PaymentAuthorizationException -
Uses of PaymentAuthorizationException in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller that throw PaymentAuthorizationException -
Uses of PaymentAuthorizationException in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that throw PaymentAuthorizationExceptionModifier and TypeMethodDescriptionCartController.authorizePayment(String securityCode) Web service for authorizing cart's credit cart payment.
Sample call: https://localhost:9002/rest/v1/mysite/cart/authorizePayment
authorization security code - ccv - must be sent as a post body.
Response contains a set-cookie header with the jsessionId associated with the cart.
This method requires authentication and is restricted toHTTPSchannel only.
Method type :POST.CartController.oneStepCheckout(String addressId, String addressIsocode, String deliveryMode, String voucherCode, String paymentInfoId, String securityCode, javax.servlet.http.HttpServletRequest request) Web service for one-step checkout from current session cart.
Sample call: https://localhost:9002/rest/v1/mysite/cart/checkout
This method requires authentication.
Method type :POST.
Method is restricted forHTTPSchannel. -
Uses of PaymentAuthorizationException in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that throw PaymentAuthorizationException