Skip to content

Events

Laravel PayHere dispatches events. If you wish to execute any further actions or integrations, you can listen for them.

If you're new to Laravel Events, you can find more information here.

PaymentVerified

This event is dispatched when the checkout webhook request confirms successful payment capture.

SubscriptionActivated

This event is dispatched when the recurring webhook request confirms successful subscription activation.

Released under the MIT License.