How to handle payment event on wix store app?

Dear Corvid Community,

Is it possible to handle payment event on wix store app? I setup wix store plugin on wix market, and i want to write some bussiness rule for payment event,
any idea on this?

Thannks,

Have a read of the Wix Stores documentation already out there.
https://support.wix.com/en/wix-stores/setting-up-your-store
https://support.wix.com/en/corvid-by-wix/wix-stores-with-corvid
https://support.wix.com/en/article/corvid-wix-stores-orders-collection-fields#payment-status-paymentstatus
https://www.wix.com/corvid/reference/wix-stores.html
https://www.wix.com/corvid/reference/wix-stores-backend.html
https://www.wix.com/corvid/reference/wix-stores-backend.Events.html
https://support.wix.com/en/accepting-payments/payment-basics

Thanks for your feedback,

I’m not able to see any codes API handle payment event, The scenario is user placed an order and use the manual payment method, After that admin will change status on the admin side, I don’t see any event to handle when payment paid or not paid in this case.
Can you please advise for me in this?

https://support.wix.com/en/article/setting-up-manual-offline-payments
For Wix Stores:
In order for your inventory to update, you must mark manual orders as paid yourself. If a coupon was applied to the order, marking the order as paid also updates the number of available coupons (if limited).

https://support.wix.com/en/article/manually-marking-a-store-order-as-paid
Marking manual payments as paid.
https://support.wix.com/en/article/marking-an-order-as-paid-in-wix-stores
https://support.wix.com/en/article/marking-an-order-as-fulfilled-in-wix-stores

https://support.wix.com/en/article/corvid-wix-stores-orders-collection-fields#payment-status-paymentstatus
Wix Collection field for payment status.

https://www.wix.com/corvid/reference/wix-stores-backend.Events.html
Or you can try one of the calls from within the Wix Stores backend events.

https://www.wix.com/corvid/reference/wix-pay.html#PaymentResult
Wix Pay payment result.

Yes, I’m trying Wix Stores backend events but it is not like my expectation, After user making an order as paid in wix stores( go to Store Orders tab and mark as paid), then i need an event to handle this process and call 3rd party system to integration.

do you have any solution or tip for me???