#johnpitchko - Stripe CLI
1 messages ยท Page 1 of 1 (latest)
Nah, it's easy to miss. ๐
We could make it blink or something, but that would cause other problems! ๐
Blinking text is what I miss the most about the 1990s web
<marquee> was also a lot of fun!
Looks like that worked perfectly, thanks!
Awesome!
Unlrelated question: Is there a setting to automatically capture payments sent to Stripe? I sent some test payments to Stripe and they are sitting in an Uncaptured state unless I manually capture them on the back end. Or is this normal?
By default payments do not require manual capture, you have to specify it using this parameter: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-capture_method
Are you setting capture_method?