Configurations to Get Response From Authorize.Net
When the payment gateway is Authorize.Net, update one of the following settings in the Authorize.Net Account page to get response from Authorize.Net:
-
Silent Post URL
-
Webhook
Configure the Silent Post URL
-
Log on to Authorize.Net and navigate to Account > Settings > Transaction Format Settings > Silent Post URL.
-
In the Silent Post URL page, in the URL field specify the following value after replacing the placeholder in red with the actual values.
https://<BaseURL>/Core/api/Payment/PaymentReceipt/return
Configure Webhook
-
Log on to Authorize.Net and navigate to Account > Settings > Business Settings > Webhooks.
-
In the Webhooks page, click the Add Endpoint button to view the EndPoint Editor page.
-
In the Endpoint Info section, configure the following values:
-
Name - Specify a name for the Endpoint.
-
Endpoint URL - Specify the following URL after replacing the placeholder in red with the actual values:
https://<BaseURL>/Core/api/Payment/PaymentReceiptWebHooks/return/
- Status - Select Active.
-
-
In the Select Events section, in the Payment Events, select net.authorize.payment.authcapture.created check box.