#SJ057
1 messages · Page 1 of 1 (latest)
hi! what language is this, C# ? And EventUtility.ValidateSignature is from the stripe-dotnet library?
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?
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
hmm not sure, we have never seen this type of error before
can you open a Github issue on https://github.com/stripe/stripe-dotnet/issues with full details and the full stack trace of the error? or otherwise if you write into https://support.stripe.com/?contact=true we will look into it
ok
@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
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
do you know your account ID acct_xxx?
https://stripe.com/docs/dashboard/basics#:~:text=Find your account ID,ID” in the search bar.
but ok, I don't know anything about Apps or this fetchSignature function, so maybe it's a problem specific to that
You want Platform Account Id or Connected Account Id?
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
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!
Connected Account Id :acct_1MARpdB57HHkN7RO
Platform Account : acct_1J0IsJG4G0yEnJYI
ok thanks, I escalated it internally so it will be looked at hopefully today. Please reach out to https://support.stripe.com/?contact=true and reference this thread so you can stay in touch
Ok..Just wanted to confirm about how long does this take for the resolution for this issue
I can't say
ok....Thank you @dusky marsh
@limpid garden we pushed a fix for this, are you seeing any changes now?