Skip to main content

Setting Up an Authorize.Net Payment Account

Learn how to integrate your Authorize.Net Checkout account with Almabase for processing payments.

Written by Sarita Markande

Prerequisite

  • Ensure you obtain the necessary unique keys here.

Step 1: Navigate to Payment Gateway Settings

  1. In the Almabase platform, search for 'Settings'.

  2. Proceed to 'Payment gateway'.

Step 2: Select Payment Gateway Type

  1. Choose 'AuthorizeNetCheckout' as the Type.

    • If it is not a checkout account but a regular one, then select "AuthorizeNet"

  2. Name the account as you prefer.

Step 3: Enter Required Credentials

  1. In the "Metadata" field, enter your Login ID, Client ID, and Transaction key.

  2. Follow the format below to enter details:

    1. {
      "client_public_key":"***********",
      "transaction_key":"***********",
      "api_login_id":"7DwW5s7Z"
      }
    2. If you are using regular Authorize.Net account(not a checkout one) then add following values

      {   
      "loginID": "8DP3u95yQpv",
      "signature_key": "9D1C2F5A0B8E3D7F4A6C1E9B2D8F0A3C5E7B1D4F6A8C0E2B9D5F7A1C3E6B8D0F2A4C7E9B1D3F",
      "transactionKey": "9AbC7dEf5Gsdsfd3jKl",
      "hash": "legacy-md5-hash-value"
      }
  3. Ensure to replace the placeholders with your actual credentials.

  4. Check the 'is active' box to activate the gateway.

  5. Click "Save" to finalize linking your Authorize.net Checkout payment account with Almabase.

Note: Configuring Non-Mandatory Fields in Authorize.net

  1. Log in to the Merchant Interface at Authorize.net.

  2. Navigate to 'Settings' and then to 'Profile'.

  3. Go to 'Payment Form' and then 'Form Fields'.

  4. Uncheck the 'required' box for the following fields:

    • Postal code

    • Address

    • City

    • State

    • Country

    • Province

  5. This step ensures these fields are not mandatory, avoiding potential payment failures.


Please write to us through the Intercom Chat Bubble💬 if you have any queries or concerns😄.

Did this answer your question?