This method is great. However, If I have 3 orders going through at the
same time, and I create 3 webhooks, even if I record the webhookIDs, and
2 users cancel their order on the payment page or just close the window,
the auth.net system sends the web...
I am now capturing the headers.Extracting the transaction number and
trying to do a details lookup to get the invoiceID that I sent when I
created the web order.With that invoice ID, I can complete the
order.however, when I get the transaction ID and...
invoice number is too short,so I have to store it in a dbase table and
so on....what a pain.however, I've done that now. and I'm trying to do a
details lookup and I'm getting this error now.Here is the code:
$merchantAuthentication = new
AnetAPI\Merc...