#surgical-charges-paymentintents

1 messages ยท Page 1 of 1 (latest)

signal wadi
rocky breach
#

Hi ๐Ÿ‘‹

raven geyser
#

Hello!

rocky breach
#

As far as I know the paymentIntent API is vastly superior to the Charges API

raven geyser
#

I think I understand all the auth and impodetency benefits as well as the requirement for stripe connect..part of our hesitation is the new set up requirements to listen in on webhooks on all of our local machines...is there a straightforward way to implement webhooks on all of our dev machines when we run our app locally?

rocky breach
#

Okay great

#

You know about all the benefits. I'm assuming you are familiar with the Stripe CLI?

#

Or, let me rephrase, you've got it installed?

raven geyser
#

i've never actually used the stripe cli ๐Ÿ˜ฌ

rocky breach
#

Okay well it's a pretty darn nifty tool for developers.

#

You can mock tons of events, trigger webhooks, test out all kinds of stuff

#

And one of the cool features is, you can spin up local webhook listeners

#

I've got this running on my local machine right now so I can see a streaming log of webhook events as I test out different integrations

raven geyser
#

ohhhhh wow. i've been doing way harder things like ngrok and tunnelign

#

๐Ÿคฆโ€โ™‚๏ธ okay. i will explore stripe cli. thank you!

rocky breach
#

Those tools are useful to and sometimes you'll likely need them but being able to just invoke a test charge from the command line is pretty sweet