Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 341 Bytes

Webhook.md

File metadata and controls

18 lines (14 loc) · 341 Bytes

Webhook

Validate And Get Data

/**
 * If webhook dosnt have valid signature will return null
* @var Chargily\ChargilyPay\Elements\WebhookElement|null
*/
$webhook = $chargily_pay->webhook()->get();

/**
 * if event type checkout.*
 * @var Chargily\ChargilyPay\Elements\CheckoutElement
 */
$checkout = $webhook->getData();