access_token; $webhookCode = 'DEFAULT_UPDATE'; $webhookType = 'TRANSACTIONS'; try { $response = $plaidService->fireSandboxWebhook($accessToken, $webhookCode, $webhookType); $this->info('Webhook Fired Successfully' . PHP_EOL . json_encode($response, JSON_PRETTY_PRINT)); } catch (\Exception $e) { $this->error('Failed to Fire Webhook' . PHP_EOL . $e->getMessage()); } } }