11 November 2025
Composable Commerce
HTTP API
Resolved issue
OrdersPaymentsMessages/Subscriptions
We've added documentation for the OrderPaymentRemoved message. You can subscribe to this message to receive notifications whenever a Payment is removed from an Order.
In addition, we've corrected a field name in the OrderPaymentAdded message documentation. The field was previously listed as payment, which has been updated to paymentRef to match the backend implementation.

Changes:

  • [Documentation] Added documentation for the OrderPaymentRemoved message.
  • [Documentation] Changed the payment field of the OrderPaymentAdded message to paymentRef.