#zlf_webhooks

1 messages ¡ Page 1 of 1 (latest)

gilded wolfBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1379646879783977020

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

earnest junco
#

EventDataObjectDeserializer dataObjectDeserializer = event.getDataObjectDeserializer();
StripeObject stripeObject = null;
if (dataObjectDeserializer.getObject().isPresent()) {
stripeObject = dataObjectDeserializer.getObject().get();
}else{

}

supple knoll
#

What do you mean by "receiving webhook callbacks in two different API versions"?

#

Are you using a same backend for 2 different webhook endpoints, and each of them has a different API version?

earnest junco
#

yes

#

We are currently in the process of switching accounts, but due to subscription-related issues, both accounts will exist at the same time for now.

#

Both accounts will be sending webhook notifications to the same backend.

supple knoll
#

That won't work because each configured webhook endpoint in each account will have different signing secret