#Didier

1 messages · Page 1 of 1 (latest)

sharp jayBOT
onyx loom
#

Can you share with me your merchant ID? you can find it from the Stripe Dashboard -> Settings ->Account Details

spice thicket
#

Yes sure: acct_1KedffLtlrZgBr4z

onyx loom
spice thicket
#

I can see today's transaction in events, but not in the webhook logs

onyx loom
#
{
  "message" : "No signatures found matching the expected signature for payload",
  "status" : 0
}
spice thicket
#

Yes, it has been fixed. We were having this 500 when simulating transaction throw the CLI

onyx loom
#

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).

spice thicket
#

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.

onyx loom
#

Also there's no payment_intent.succeeded events happening in test mode today.

#

The last payment_intent.succeeded event occurs on 9 November.

spice thicket
#

We are using the following key: whsec_AdNhIcY2HGdxrTfWp59xrUn45BrSHaeD

onyx loom
#

You shouldn't paste the secret key here. Discord is a public channel and it's now compromised.

spice thicket
#

It is test right ?

onyx loom
spice thicket
#

How come today's transaction are in the event log and the webhook has not been called ?

onyx loom
spice thicket
#

If you look in Events, you can see that 3 transactions happened today

onyx loom
#

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.

spice thicket
#

ok, I understand now ! Thanks a lot for your help and support !

onyx loom
#

No problem! happy to help.

spice thicket
#

Have a good day. Thanks.👍