onOrderTransactionsUpdated( )


Deprecation Warning

This event will be deprecated on November 30, 2025.
Replace with details_updated.

Notes:

Triggered when a payment or refund is added to an order, or when an existing payment is updated.

Contains the ID of the updated order and details of its associated transactions, as well as IDs of the updated payments and refunds.

Permissions
Manage eCommerce - all permissions
Read eCommerce - all read permissions
Manage Stores - all permissions
Read Stores - all read permissions
Manage Orders
Read Orders
Manage Restaurants - all permissions
Manage Stores
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: OrderTransactionsUpdatedEnvelope): void | Promise<void>

Did this help?