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

  1. Log on to Authorize.Net and navigate to Account > Settings > Transaction Format Settings > Silent Post URL.

  2. 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

Note: When the Webhook Endpoint URL field is configured in the Payment Gateway Configuration record in Anthology Reach for Authorize.Net, the Webhook Endpoint URL will automatically be created and the following steps are not required.
  1. Log on to Authorize.Net and navigate to Account > Settings > Business Settings > Webhooks.

  2. In the Webhooks page, click the Add Endpoint button to view the EndPoint Editor page.

  3. In the Endpoint Info section, configure the following values:

    1. Name - Specify a name for the Endpoint.

    2. Endpoint URL - Specify the following URL after replacing the placeholder in red with the actual values:

      https://<BaseURL>/Core/api/Payment/PaymentReceiptWebHooks/return/

    3. Status - Select Active.
  4. In the Select Events section, in the Payment Events, select net.authorize.payment.authcapture.created check box.