Skip to content

Checkout Gateway Command Reference

You are viewing the next version (v6.7) of the documentation.
Click here to switch to the stable version (v6.6), or use the version switcher on the left to navigate between versions.

Checkout Gateway Command Reference

CommandDescriptionPayloadSince
remove-payment-methodRemoves a payment method from the available payment methods.{"paymentMethodTechnicalName": "string"}6.6.3.0
remove-shipping-methodRemoves a shipping method from the available shipping methods.{"shippingMethodTechnicalName": "string"}6.6.3.0
add-cart-errorAdds an error to the cart. The level decides the severity of the cart error flash message. Blocking decides, whether to block the checkout for the customer.{"message": "string", "level": "int", "blocking": "boolean"}6.6.3.0