#uh oh

1 messages · Page 1 of 1 (latest)

buoyant cedarBOT
spice burrow
#

What do you mean by capture, exactly?

#

Are you using separate auth & capture?

#

In either case, you could consider the previous_attributes to check what the status was before succeeded eg

nimble garden
#

Well, when my frontend goes through the 3DS authentication, I don't want it to send another request to my backend. So I thought I can capture the successful 3DS authentication through the payment_intent.succeeded webhook!

nimble garden
#

Thanks!

#

I am getting an errorwhile trying to use stripe CLI

#

config.toml: operation not permitted

spice burrow
#

I'm not sure about that, what exactly are you trying to do?

nimble garden
#

I am trying simply to login

#

stripe login

#

to then listen to webhooks locally

#

stripe listen --forward-to localhost:4000/stripe_webhooks

spice burrow
#

That sounds like possibly a permission issue (perhaps requiring sudo etc) but it's not really specific. Was this working for you before?