deattachPaymentToCheckout
Learn how to delete the customer credit payment source from checkout.
Sending a request
Parameter
Required/Optional
Description
“{
"cartId”:CartId,
“sourceId”: “sourceId”
}”Receiving a response
Parameter
Description
{
"isSuccess":{{Boolean_Value}},
"errorMessage":{{error_msg}} // In case of error
}Calling the global method from a custom component
Last updated