Registry / networking / authorize-net

authorize-net

JSON →
library1.5.2rbrubygemsunverified

An object-oriented Ruby SDK for integrating with the Authorize.Net payment gateway API.

gem install authorize-net
INSTALL
IMPORT
SIG · AUTHORIZE-NET
A
authorize-net
networkingrubyv1.5.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AuthorizeNet
require 'authorize_net'

Process a payment with Authorize.Net

require 'authorize_net' # Configure and process a payment AuthorizeNet::API::Transaction.new( api_login_id: 'YOUR_LOGIN', api_transaction_key: 'YOUR_KEY' ).create_transaction( amount: 10.0, credit_card: { number: '4111111111111111', expiration_date: '2025-12' } )
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
OpenAI (training)
1
Resources
authorize-net — gem install authorize-net · libregistry