#SJ057

1 messages · Page 1 of 1 (latest)

plush topazBOT
dusky marsh
#

hi! what language is this, C# ? And EventUtility.ValidateSignature is from the stripe-dotnet library?

limpid garden
#

Yes.

#

C#

#

EventUtility.ValidateSignature is from the stripe-dotnet library >> Yes

dusky marsh
#

any more details like the exact value of the Stripe-Signature header your code is receiving? Is this consistent or only happens from time to time? what version of stripe-dotnet? what version of .NET is your server running?

limpid garden
#

stripe Signature "t=1695205242188,v1=61fefac6ba7b21943d8195112233f4f7e5ce47fe104174fe3765c8492b6c5ab2"
and From Morning It is consistent error.

#

Stripe dotnet Version : Latest stable 42.5.0

#

Server Version : .Net 6

#

@dusky marsh

dusky marsh
#

hmm not sure, we have never seen this type of error before

plush topazBOT
limpid garden
#

ok

dusky marsh
#

@limpid garden do you have an event ID evt_xxx where this happened?

#

what's interesting is that you said you received t=1695205242188 , which is not the timestamp format we usually use, it's in milliseconds instead of seconds, which is why the value does not fit into an Int32. So I want to investigate what we actually sent or if it's an issue on your side

limpid garden
#

Above signature is Generated by fetchSignature from stripe app side

#

I am picking that signature and passing this value to ValidateSignatue method of dotnet library

#

we don't have any event Id ,while Loading app i am give call to our server and at server side we are validating signature

dusky marsh
#

but ok, I don't know anything about Apps or this fetchSignature function, so maybe it's a problem specific to that

limpid garden
#

You want Platform Account Id or Connected Account Id?

dusky marsh
#

acutally no worries, I found out that we already had a report of this problem internally

#

are you still seeing it, right now, if you try?

#

apparently we did have a problem with this but I think it was fixed, but would be great if you could test now

limpid garden
#

ok

#

Still Getting Same Error

dusky marsh
#

ok yeah I am starting to understand the issue now

#

I'm escalating it internally.

What was your account ID?

You want Platform Account Id or Connected Account Id?
both if possible!

limpid garden
#

Connected Account Id :acct_1MARpdB57HHkN7RO

#

Platform Account : acct_1J0IsJG4G0yEnJYI

dusky marsh
limpid garden
#

Ok..Just wanted to confirm about how long does this take for the resolution for this issue

dusky marsh
#

I can't say

limpid garden
#

ok....Thank you @dusky marsh

plush topazBOT
dusky marsh
#

@limpid garden we pushed a fix for this, are you seeing any changes now?

limpid garden
#

Yes

#

It is working ..Thank you @dusky marsh