activemerchant/active_merchant

Active Merchant is a simple payment abstraction library extracted from Shopify. The aim of the project is to feel natural to Ruby users and to abstract as...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 50 minutes ago
Added to GitGenius on September 15th, 2026
Created on May 20th, 2008
Open Issues & Pull Requests: 3 (+0)
GitHub issues: Enabled
Number of forks: 2,485
Total Stargazers: 4,600 (+0)
Total Subscribers: 151 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.0 days
Mean response time: 221.0 days
90th percentile: 878.8 days
Tracked items: 42

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 122 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 2

Top labels

  • Stale (75)
  • gateway/bug (10)
  • technical debt (5)
  • v2.0 (3)
  • improvement (2)
  • compatibility (1)
  • feature request (1)
  • good first issue (1)

Most active issues this week

Detailed Description

Active Merchant is a payment abstraction library that provides a unified Ruby interface for integrating with dozens of different payment gateways.

The library solves the problem of managing vastly different payment gateway APIs by extracting common patterns from Shopify's production ecommerce system. It abstracts away gateway-specific implementation details and presents a consistent interface to developers, allowing them to write payment processing code once and support multiple gateways with minimal changes. The approach normalizes operations like purchases, refunds, and authorization across all supported payment processors.

Developers should choose this tool if they are building Ruby applications that need to accept payments from multiple gateways. It works seamlessly as a Rails plugin but also functions as a standalone Ruby library, making it suitable for both traditional Rails applications and other Ruby projects. The library has been battle-tested in production since its extraction from Shopify and is widely adopted across modern Ruby applications handling financial transactions. A gateway feature matrix is available in the project wiki to help evaluate which gateways support specific capabilities needed for a particular use case.

The project maintains active collaboration between Shopify and Spreedly teams with contributions from a growing community. Development includes ongoing standardization efforts around three-dimensional secure authentication conventions, with dedicated documentation for emerging 3DS patterns and standardized field specifications. The codebase receives regular maintenance and integration testing to ensure compatibility across supported gateways.