#Didier
1 messages · Page 1 of 1 (latest)
Can you share with me your merchant ID? you can find it from the Stripe Dashboard -> Settings ->Account Details
Yes sure: acct_1KedffLtlrZgBr4z
Thanks for the ID. I can see that your webhook endpoint is returning 500 instead of 200. https://dashboard.stripe.com/test/events/evt_3M2DFRLtlrZgBr4z0Io1vqfc
I can see today's transaction in events, but not in the webhook logs
{
"message" : "No signatures found matching the expected signature for payload",
"status" : 0
}
Yes, it has been fixed. We were having this 500 when simulating transaction throw the CLI
can you double check if the webhook endpoint is using the correct webhook secret that you obtained from Dashboard (not the one from Stripe CLI).
Regarding the signature, we have to deal with it manually has we are using Kotlin server in the backend and it seems that the body is modified somehow by kotlin server.
Also there's no payment_intent.succeeded events happening in test mode today.
The last payment_intent.succeeded event occurs on 9 November.
We are using the following key: whsec_AdNhIcY2HGdxrTfWp59xrUn45BrSHaeD
You shouldn't paste the secret key here. Discord is a public channel and it's now compromised.
This is wierd has you can see the transactions in the event log
It is test right ?
https://dashboard.stripe.com/test/events/evt_3M2DFRLtlrZgBr4z0Io1vqfc this event happened on 9 Nov, not today.
How come today's transaction are in the event log and the webhook has not been called ?
What kind of tractions? https://dashboard-admin.stripe.com/test/payments from the dashboard the last payment happened on 9 Nov.
If you look in Events, you can see that 3 transactions happened today
I saw only application_fee.created events. there are no payment_intent.succeeded events
OK, I see the problem now.
You are expecting the events from your connected accounts, but you only set up a webhook endpoint for your own account.
To listen to events from your connected accounts, you should set up a Connect webhook endpoint https://stripe.com/docs/connect/webhooks
ok, I understand now ! Thanks a lot for your help and support !
No problem! happy to help.
Have a good day. Thanks.👍