when I got the webhook response in production I try to verify the transaction using this
const flw = new Flutterwave(
FLW_PUBLIC_KEY,
FLW_SECRET_KEY
);
const payload = { id: body?.data?.id };
const response = await flw.Transaction.verify(payload);
verify transaction gives me 403 forbidden error. I attached the screenshot
it’s happening for the last two days. I use the test key in the production server