Payment Gateways and Webhooks Integration
Pre-release
Pre-release
Payment Gateways Added
- Paystack
- Stripe
This release incorporates implementations of various endpoints for payment usingpaystack
orstripe
Webhooks Integration
The package provides two ways in handling webhooks.
- Job
- Event
By default webhook request will be handled using default package event handler, However, when passed an event class in the config the class will be used. This behaviour is the same when using job as webhook handler.