Capturing payment intents with curl (or PHP)
So, the cool kids these days seem to be programming in Node instead of PHP. As of this writing, when I was reading through the Stripe Terminal documentation (https://stripe.com/docs/terminal/js/payment), you can get through the beginning fine with PHP or curl. I personally don’t prefer a heavy wrapper around simple requests. So, I use PHP’s curl … Read moreCapturing payment intents with curl (or PHP)