stripe / stripe-cli

A command-line tool for Stripe
https://stripe.com/docs/stripe-cli
Apache License 2.0
1.57k stars 362 forks source link

checkout.session.completed - not working as documented #1101

Closed vytautas-pranskunas- closed 11 months ago

vytautas-pranskunas- commented 11 months ago

I am banging my head and looking for information how to finish simple trigger "checkout.session.completed". After I am triggering it I am getting: payment_intent.requires_action instead of just "checkout.session.completed" as documented here: https://stripe.com/docs/webhooks/test.

I am banging my head looking for an information how to solve it but there is 0 information that i can find. I came up with something liek this:

stripe trigger checkout.session.completed --add payment_intent:confirm=true

or

stripe trigger checkout.session.completed --override payment_intent:status=succeeded

but it does not help. I am sure that i need to add something here but it has to be documented! :(

Can you please help?

vytautas-pranskunas- commented 11 months ago

It seems like was fixed...