#job-python-signature
1 messages · Page 1 of 1 (latest)
@hidden swallow It could be many different things unfortunately
The first step is to verify the secret. If you're certain they are identical and you are not using the Stripe CLI at all, the next step is to figure out what your code is doing that could be modifying the raw JSON we send
job-python-signature
Got it. Will sending the output of the payload be helpful to see if it’s being modified from the usual format you send it as?
not really
is there a way to test received_credit web-hook via CLI? I was not able to get see any documentation on it in the Cli docs I was only able to test payment_intentent
I'm sorry I'm totally lost
Are you using the CLI or not?
The CLI has a completely different secret for webhook endpoints
Im not using the CLI, but I’m asking if that specific webhook could be tested with CLI cause I tried to in the past but there wasn’t support for it.
no we don't have a trigger for it in the CLI
Okay I will keep looking into this and just ask another question if I stumble onto anything. Thank you.