https://docs.stripe.com/api/payment_intents/create
Creates a PaymentIntent object.
After the PaymentIntent is created, attach a payment method and confirm to continue the payment. Learn more about the available payment flows with the Payment Intents API.
I was reading that, and it looks like you have to do two POST requests if I’m not mistaken. Why can’t we just do one POST request? I asked ChatGPT, and it said security purposes, but I just wanted to confirm.