2 repository-uri
Systems that replace sensitive payment information with secure tokens to reduce regulatory compliance requirements.
Distinguishing note: Focuses specifically on PCI-compliant payment data abstraction rather than general-purpose encryption or identity management.
Explore 2 awesome GitHub repositories matching security & cryptography · Payment Tokenization Services. Refine with filters or upvote what's useful.
Hyperswitch is a payment orchestration platform designed to manage complex transaction lifecycles through a centralized control layer. It functions as a processor-agnostic integration hub that standardizes disparate external payment APIs, allowing businesses to route transactions across multiple providers to optimize for authorization rates and cost efficiency. The platform utilizes a state-machine-based architecture to track every payment from initial authentication to final settlement, ensuring consistent processing and reliable error recovery. What distinguishes the platform is its intelli
Replaces sensitive payment data with non-sensitive tokens to minimize regulatory compliance scope and protect customer information during transaction processing.
Omnipay is a PHP payment gateway library and integration framework that abstracts multiple payment service providers into a single, consistent API. It provides a standardized interface for managing payment lifecycles, allowing applications to execute authorizations, captures, and refunds across various financial services without rewriting code for each provider. The framework decouples application logic from provider-specific SDKs using an adapter pattern and data-transfer objects. This architecture ensures that raw gateway responses and HTTP requests are converted into predictable data shape
Provides a standardized way to use payment tokenization services to handle sensitive card data via external gateways.