PaddleAdjustment
PaddleAdjustment class for processing Paddle refund webhook events
This class handles incoming refund webhook notifications from Paddle, including
signature verification, refund processing, customer record updates, and notifications.
Information
| Property | Value |
|---|---|
| Namespace | NymarkType\Fountain |
__construct()
Initialize the webhook handler with required dependencies
handleAdjustment()
Handle adjustment webhook from Paddle
Parameters
| Name | Type | Description |
|---|---|---|
$request |
object |
Kirby request object containing webhook data |
- Returns:
string— Success or error message
Source: /classes/PaddleAdjustment.php