11 November 2025
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
OrderPaymentRemovedmessage. - [Documentation] Changed the
paymentfield of theOrderPaymentAddedmessage topaymentRef.