1 repository
Utilities for injecting custom parameters into payment gateway request payloads.
Distinct from Request Parameter Modifiers: Focuses on adding arbitrary business data to payment requests specifically, rather than general API parameter formatting.
Explore 1 awesome GitHub repository matching web development · Payment Payload Modifiers. Refine with filters or upvote what's useful.
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
Allows the addition of arbitrary parameters to standardized request objects to support gateway-specific custom fields.