onOrderPaymentStatusUpdated( )


Notes:

Triggered when the payment status of an order is updated.

Permissions
Read Orders
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?