Payum is a PHP payment processing library that abstracts and unifies payment gateway integrations across different services like PayPal, Stripe, and Authorize.Net. It offers a modular architecture that supports various gateways and payment flows including recurring payments, tokenized sessions, and secure callbacks. Payum is ideal for developers building custom e-commerce or billing solutions with multiple payment options.
Features
- Unified API for multiple payment gateways
- Supports one-time and recurring payments
- Token-based security for payment flows and callbacks
- Pre-built integrations for Stripe, PayPal, and more
- Easily extendable with custom payment gateways
- Symfony bundle available for seamless integration
