#vrk18

1 messages · Page 1 of 1 (latest)

quaint hollowBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

  • vrk18, 23 minutes ago, 8 messages
  • vrk18, 6 days ago, 14 messages
hybrid lava
#

Hi there, yes query params will be removed

kindred beacon
hybrid lava
#

You should avoid using query params in webhook endpoint URL.

kindred beacon
#

Could you please have a look at my previous question which is 23 minutes ago

hybrid lava
#

What's the question?

kindred beacon
#

River said can can use the query parameter to distinguish the difference between the Platform events and Connect events

hybrid lava
#

Can you tell me more about the "no matches found error" ?

#

Also what prevent you from creating two URLs for direct and connect webhook endpoints?

kindred beacon
#

I am getting the no matches found error, I am trying to test the local listener for webhook events

hybrid lava
#

Do you have the detailed logs of this "no matches found error"?

kindred beacon
#

NO

#

Sorry That was the wrong link again.

hybrid lava
#

What's the event ID?

kindred beacon
#

evt_3OdmmgHvbngkCFkt1M2g37Wa

hybrid lava
#

I'd also like to make a correction, yes you can include query parm in a webhook endpoint URL.

kindred beacon
hybrid lava
#

Again, I need more details about this "no matches found" error in order to help you further.

kindred beacon
hybrid lava
#

So this error is the response of running stripe listen --forward-to 'URL_ENDPOINT_WITH_QUERY_PARAM ?

kindred beacon
#

Yes

hybrid lava
#

That's very strange.

#

Add quotes to the URL and try again

kindred beacon
#

It is working with quotes, but I didn't use them before for URL_WITHOUT_PARAM

hybrid lava
#

That's because zsh interprets the ? as a wildcard

#

And previous command doesn't invovle ? character

kindred beacon
#

Good to know, thanks Jack