How to call integration after I mark an order as paid?

Hi teams,

I have installed Wix Stores.
After The User paid an order on our digital package( wix shop) then we need to call our API application to change data in our system.
Site name: https://vanthanh11tlt.wixsite.com/demo

I made the change on events.js codes to handle events
https://www.screencast.com/t/Uj7Rn3ym

I created a new endpoint to handle integration from wix.
https://www.screencast.com/t/xbZ7eJDku

endpoint: https://hookbin.com/QJr90kM7ygU9r92dlgYk

I place an order and verify:
https://www.screencast.com/t/pvr7ZDu0eFF

I can see the integration trigger for wixStores_onNewOrder
https://www.screencast.com/t/QWZiMTSr

Then I mark the order as paid in the dashboard page
https://www.screencast.com/t/vtVDAPxOm

There are no integration trigger to my endpoint
https://www.screencast.com/t/xbZ7eJDku

I would like to know what step or events that I need to do to handle this.
Any advise for me,

Thank you in advance.

You will have to query the collection instead.
https://support.wix.com/en/article/corvid-wix-stores-orders-collection-fields#payment-status-paymentstatus

Or see if you can use the payment status from here.
https://www.wix.com/corvid/reference/wix-stores-backend.Events.html#NewOrderEvent

Thank you for your reply,

What should I do to handle the event? or I need to set schedule to run integration?