πŸ’³

Authorize.Net Payment Gateway

Complete guide to integrating Authorize.Net payments in the US

A

Authorize.Net - Trusted US Payment Processor

Established payment gateway since 1996

πŸ‡ΊπŸ‡Έ US Market Leader

  • β€’ Established since 1996
  • β€’ Trusted by 400,000+ merchants
  • β€’ Strong US market presence
  • β€’ Reliable processing infrastructure

πŸ’³ Payment Processing

  • β€’ Credit & Debit Cards
  • β€’ ACH eCheck payments
  • β€’ Recurring billing
  • β€’ Mobile payments

πŸ”‘ How to Create Authorize.Net API Credentials

1

Create Authorize.Net Account

Visit Authorize.Net and sign up for a merchant account.

2

Access Account Settings

Log into your merchant interface and navigate to Account β†’ Settings β†’ API Credentials & Keys.

3

Generate API Credentials

Create new Transaction Key and copy your API Login ID and Transaction Key.

βš™οΈ Environment Configuration

APP_AUTHORIZENET_API_LOGIN_ID="your_api_login_id" APP_AUTHORIZENET_TRANSACTION_KEY="your_transaction_key" APP_AUTHORIZENET_SANDBOX="true"

πŸ”Œ API Endpoints

POST /api/finance/deposit/fiat/authorizenet/

Creates a new Authorize.Net payment session

POST /api/finance/deposit/fiat/authorizenet/verify

Verifies Authorize.Net payment after completion

POST /api/finance/deposit/fiat/authorizenet/webhook

Handles Authorize.Net webhook notifications