Is it possible to trigger php code on JS Callbacks? I have a payment process which on successful payment (Moneris) I would like to run code to update my local server data..
My understanding is that the php on a page will have completely loaded by the time the Callback gets its response. So not sure how to send a fresh piece of pho code triggered by the callback response.