Webhook
use Seunex17\FlutterwaveCi4\Flutterwave\Webhook;Webhook Verification
if (Webhook::verifyWebhook())
{
// Continue reading the webhook data
}Successful webhook data
Webhook::data()->status(); // Return the status message. See table above for more propertiesRetrieve webhook event
Last updated