'not getting Bitpay notification url at the time of invoice create .. see below code

$invoice->setRedirectURL('https://test/testett/');

// Set URL that Buyer will be redirected to after completing the payment, via GET Request // Set URL that Buyer will be redirected to after closing the invoice or after the invoice expires, via GET Request $invoice->setAutoRedirect(true);

// Optional. Learn more at: https://github.com/vrajroham/laravel-bitpay#1-setup-your-webhook-route $invoice->setNotificationUrl('https://1ba5-45-112-243-81.ngrok.io/laravel-bitpay/webhook');

// This is the recommended IPN format that BitPay advises for all new implementations $invoice->setExtendedNotifications(true);



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source