getAmountRemainingforCheckout
Learn how to get the remaining amount available for checkout.
Sending a request
Parameter
Required/Optional
Description
"{
"cartId":CartId
}"Receiving a response
Parameter
Description
{
"isSuccess":{{Boolean_Value}},
"amountRemainingToBeContributed":{{Remaining_Amount_To_Be_Contributed}},
"currencyCode": {{Currency_Code}},
"errorMessage": {{Error_Message}} // In case of error
}Calling the global method from a custom component
Last updated