Installation
Quick Start
Accessing Payment Info
The middleware attaches payment information to every request:Protecting Specific Routes
You can apply the middleware to specific routes only:Route Configuration
For per-route pricing or requirements, userouteAwarePaymentMiddleware:
Tips
Express middleware runs sequentially — place
paymentMiddleware before any routes that require payment protection.More Information
See@armory-sh/middleware-express for full configuration options.