I am trying to create a PaymentIntent using the stripe.js 2 pluging and it doesn’t send the right data in the POST request. Attached is my setup so please let me know if I am doing anything wrong.
Properties for PaymentIntent-Create
Here is the POST body as seen by stripe

Response body as seem by stripe

The stripe.js 2 plugin version
Since I had the confirm property set to “yes”, I expect the same to be translated to the POST body. Am I missing something?

