Authorize.net

Integrate with Authorize.net to securely process and manage payments, transactions.

This integration allows users to securely process online payments using Authorize.net services. Please follow the instructions carefully to ensure a successful integration.

Step 1: Authorize.net Account Setup

  • Go to the Authorize.net website (https://www.authorize.net) and sign into your account using your credentials.

  • Once logged in, navigate to the Account section and find the API Credentials & Keys page.

  • On the API Credentials & Keys page, locate the API Login ID and make a note of it. This will be required later in the integration process.

Step 2: Generate Transaction Key

  • On the API Credentials & Keys page, click on the "New Transaction Key" button.

  • Follow the on-screen instructions to generate a new Transaction Key.

  • Once the Transaction Key is generated, make a note of it. This key will be needed for the integration.

Step 3: Generate Signature Key

  • Still on the API Credentials & Keys page, scroll down to the Security Settings section.

  • Click on the "New Signature Key" button and follow the instructions to generate a new Signature Key.

  • Make a note of the Signature Key as it will be required later in the integration process.

Step 4: Create a New Webhook

  • Return to the main menu and navigate to the Webhooks & API section.

  • Click on the "New Webhook" button to create a new webhook.

  • In the webhook creation form, provide the following details:

  • URL: Set the URL to https://api.saaslogic.io/pgapi/webhooks/authorizenet/ (replace "apiLoginId" with the actual API Login ID obtained in Step 1).

  • Events: Select all events to receive notifications for.

  • Once all the details are filled in, save the webhook seƫtings.

Step 5: Integrating Authorize.net into saaslogic Application

  • Open the saaslogic application and log in to your account using your credentials.

  • Navigate to the integration menu and click on "Authorize.net" from the available options.

  • On the new page, locate the "Add New Integration" button and click on it.

  • A flyout window will appear, prompting you to provide the integration details.

  • Fill in the following details in the flyout window:

    • Integration Name: Enter a descriptive name for this integration.

    • API Login ID: Copy and paste the API Login ID obtained in Step 1.

    • Transaction Key: Copy and paste the Transaction Key generated in Step 2.

    • Webhook Signature Key: Copy and paste the Signature Key generated in Step 3.

    • Once you have entered the required details, click on the "Save"

saaslogic sandbox integration URLs

Authorize.net -> https://sandbox.authorize.net/

Webhook -> https://api-sandbox.saaslogic.io/pgapi/webhooks/authorizenet/<apiLoginId>