#zhongwen_webhooks
1 messages · Page 1 of 1 (latest)
👋 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/1293432083020251167
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
您好
我这边接入 webhook 一直签名失败
<dependency>
<groupId>com.stripe</groupId>
<artifactId>stripe-java</artifactId>
<version>27.1.0</version>
</dependency>
用的是这个sdk
OK
I have been trying to connect to the webhook and have been unable to sign it
used <dependency>
<groupId>com.stripe</groupId>
<artifactId>stripe-java</artifactId>
<version>27.1.0</version>
</dependency>
This is the example code on my end
eventId evt_3Q7oa2AuL8dzvcxn02mjjlfy
Are you a development support
Yes, and I see you are doing some custom logic with getRequestBody
Can you strictly follow the example here https://docs.stripe.com/webhooks/quickstart?lang=java and see if that works for you, without any custom logic on the request body? That's the common reason for signature error