Skip to content

Payment Gateways and Webhooks Integration

Pre-release
Pre-release

Choose a tag to compare

@MusahMusah MusahMusah released this 01 Feb 12:03
· 262 commits to main since this release
80a6b94

Payment Gateways Added

  • Paystack
  • Stripe
    This release incorporates implementations of various endpoints for payment using paystack or stripe

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.