I got 403 Forbidden error when try to verify transaction using nodejs SDK

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

Hi @Vivek_Rai

We are currently working to resolve this.

I apologise for any inconvenience this might be causing you.

Adekunle.

@Adekunle ok and currently getting 503 from API also

Hi @Amit_Kadivar

Kindly retry the request

Adekunle

@Adekunle now issue solve after tomorrow server update
Thanks