Home > @vsf-enterprise/sap-commerce-webservices-sdk > MerchantCallbackApi > doHandleCartMerchantCallback

MerchantCallbackApi.doHandleCartMerchantCallback() method

Verifies the decision of the merchant for a specified cart, and stores information of the PaymentSubscriptionResult for the cart. Note, the “Try it out” button is not enabled for this method (always returns an error) because the Merchant Callback Controller handles parameters differently, depending on which payment provider is used. For more information about this controller, please refer to the “acceleratorwebservicesaddon AddOn” documentation on help.hybris.com. Verify the decision of the Merchant for a cart

Signature:

doHandleCartMerchantCallback(baseSiteId: string, cartId: string, userId: string, options?: any): Promise<import("axios").AxiosResponse<void>>;

Parameters

Parameter Type Description
baseSiteId string Base site identifier
cartId string Cart identifier: cart code for logged in user, cart guid for anonymous user, &#39;current&#39; for the last modified cart
userId string User identifier or one of the literals : &#39;current&#39; for currently authenticated user, &#39;anonymous&#39; for anonymous user
options any Override http request option.

Returns:

Promise<import("axios").AxiosResponse<void>>

Exceptions

{RequiredError} MerchantCallbackApi