#make-a-wish-no-such-notification

1 messages · Page 1 of 1 (latest)

chilly schooner
#

The error message basically means that the event was triggered in test mode but you are retrieving / accessing it using live mode key.

#

You mention

We thought we had solved the Problem

#

what have your team tried to resolve this issue?

keen pewter
#

tbh i dont know, the person is not in the office today..

What can i do to solve this?

#

We are using it on our website through wordpress - give wp donation plugin

chilly schooner
#

You will just need to make sure your WP donation plugin is updated to use the right key
sk_live_xxx and pk_live_xxxx

#

another thing is to understand where the event came from. are you sending your test mode keys to your production endpoint?

#

i mean production webhook endpoint.

keen pewter
#

there are 2 Test keys in the donation plugin + the live and publish key

#

Do i have to delete the test keys in the plugin settings?

#

yes i think so

chilly schooner
#

It really depends on the plugin settings. For your production mode, you will definitely need the live keys.

keen pewter
#

Both are actually in it, the test and live keys

#

i think we dont need the test keys?

#

we just checked, the plugin requires both, test and live keys

chilly schooner
#

Can you check your webhook settings on dashboard

keen pewter
#

ok ill check

#

just a sek

#

nope its live

chilly schooner
#

can you share the event ID evt_xxxx; I can check if I can find anything obvious

keen pewter
#

req_sQl2PHZGKNKCa1

#

🙂

#

req_kFDj1Uo08B2s0t

chilly schooner
#

o i see

#

For this request req_sQl2PHZGKNKCa1, it is an event ID evt_00000000000000 which was a dummy invalid event Stripe sent when you click send testing webhook from your dashboard. this is merely for testing connectivity, it is not a real event

#

it will always fail

keen pewter
#

ok ok! thanks, and this one?

#

req_kFDj1Uo08B2s0t

chilly schooner
#

You have two ways to resolve this

#
  1. Remove that live product URL from test mode and create another url for your test mode only which uses test mode keys
#

using the correct key based on that

keen pewter
#

But there is no Testmode on this webhook

chilly schooner
#

what do you mean?

#

if you are not interested in receiving the test mode event

#

so that you will stop receiving test mode events