Send POST request after user purchases plan?

Hi. I would like to send POST request to my server to notify that certain user had purchased some plan and do some logic with it. Is it possible to do? wix-http-functions seem to be only for consuming requests…

You can send requests using Wix Fetch . Use the onPlanPurchased() event.