Home > @vsf-enterprise/sap-commerce-webservices-sdk > MerchantCallbackApi > doHandleMerchantCallback
MerchantCallbackApi.doHandleMerchantCallback() method
Verifies the decision of the merchant. 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
Signature:
doHandleMerchantCallback(baseSiteId: string, options?: any): Promise<import("axios").AxiosResponse<void>>;
Parameters
Parameter | Type | Description |
---|---|---|
baseSiteId | string | Base site identifier |
options | any | Override http request option. |
Returns:
Promise<import("axios").AxiosResponse<void>>
Exceptions
{RequiredError} MerchantCallbackApi