Hi there,
We have been facing problem while getting the Silent postback/webhook/redirect response from authorize.net after the transaction has been processed through the Accept hosted page and clicking on the continue button. The control is coming back to our application but without any data even though the Authorize public IPs have been whitelisted.
Also in the transaction history report, we are not able to see the invoice number associated with any transaction although we have been entering all the relevant details in the hosted page form(redirect approach).
Also we'd like to have our custom hidden parameter sent back to us through the webhook notification/Redirect method that we are sending through the hosted page so that we can map that transaction id/invoice number with the customer id on our side once we receive the postback response.
we are not providing/supplying the transaction/credit card details through an API request in the code but on the Accept hosted page itself in order to be PCI compliant. Also both the silent post url and webhook endpoint have the https prefixes attached to them .
Thanks in advance.