#uh oh
1 messages · Page 1 of 1 (latest)
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
But you can also inspect the latest_charge details to inspect the 3ds result here:
https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card-three_d_secure-result
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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!
I think this would work
Thanks!
I am getting an errorwhile trying to use stripe CLI
config.toml: operation not permitted
I'm not sure about that, what exactly are you trying to do?
I am trying simply to login
stripe login
to then listen to webhooks locally
stripe listen --forward-to localhost:4000/stripe_webhooks
That sounds like possibly a permission issue (perhaps requiring sudo etc) but it's not really specific. Was this working for you before?