#.borjasanchez
1 messages · Page 1 of 1 (latest)
hi! could you elaborate on the exact problem?
Hi !
yes ...
this is listening, and I'm able to create from my localhost products or doing payments, the dashboard at stripe retrive them but the dashboard doesn't send me anything to my local webhook
hahahaa
maybe this claryfies things
well do you have stripe listen running in a terminal on your local machine?
and what is it logging when this happens?
the thing is that if a trigger something directly from the CLI, there is NO problem. Like: stripe trigger customer.created
by logging, what do you mean ?
I mean in the terminal where stripe listen is running, what does it print/log?
to be clear since this could be the problem, you have to keep it running in its own terminal(i.e. have multiple windows) you don't just run it once and close it
Yes, I know ... let me show you
and that secret is placed in my app
As I said, CLI works just fine, the problem is when I do a checkout in my app, the info arrives to the dashboard on stripe, but it doesn't sends anything to my localwebhook
Sorry I don't know if I am explaning myself correctly
maybe it's a network/firewall problem and CLI can't connect to Stripe
the other option is when you did stripe login it was for a different account and not this one.
but the events are arriving to this one
are they Connect events, are you using Connect (the Stripe-Account header) to do requests from your platfrom on connected accounts?
if so you need to use stripe listen --forward-connect-to <URL>
stripe listen --forward-to localhost:61505/stripewebhook
I am using this
so what did change?
so what, you're saying it worked yesterday and it doesn't today?
a lot can change in 4 months, maybe your ISP is blocking something in the network, as a random example
maybe I am missing something...
overall I would start fresh
at least run stripe login again to refresh your authentication
and then if that doesn't work, uninstall stripe-cli and reinstall the latest version, login again, and try again
@tranquil cairn here
now seems that the problem is not what I mentiong before.
Looks like the data I send from the app is not targeting the webhook in the dashboard ...
I have no logs here
eventhough the Checkout is completed successfully
I check the api keys
they are correct
👋
Can you share one of those event IDs in text?
sure
evt_1Oc4sXGaKGRdsAFC5zsyWSRW
I checked again and the problem is not here
Is where the OK is ...
Can u check if I did a checout session
?
And where is the data ?
Give me a moment
no problem
I see that the events were delivered to your CLI webhook endpoint
wich ones ?
are you running stripe listen command in your terminal?
https://dashboard.stripe.com/test/events/evt_1Oc4sXGaKGRdsAFC5zsyWSRW
I'm not seeing any recent checkout session creation requests on the account the above event belongs to..
are you using Stripe Connect?
When you say connect... there is other kind of stripe ?
I use what I've used 4 months ago
I doing checkouts and the checkout tells me is Okay
but stripe (dasboard) doesn't listen any event
I only can trigger events from CLI
With Connect I mean this: https://stripe.com/docs/connect
How exactly are you creating these checkout sessions?
If you're using the API, can you share a request ID?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
or the dasboard
this is de url checkout session
I can't show the api request
because there is none
Checkout seems working just fine
but there is no request o log in the dashboard
sorry its taking a while to look
You are using Stripe Connect
https://dashboard.stripe.com/test/logs/req_LnRK1HB6FhTPdk
The checkout creation request was made by acct_1NKflOGaKGRdsAFC on acct_1Ns59q2el4RwAAwp