#victor-connexion
1 messages · Page 1 of 1 (latest)
In your request https://dashboard.stripe.com/test/logs/req_zde9YVDdNWy4rJ, you set the confirm=false, so the payment will not be confirmed. If you wish to confirm automatically, you can set confirm:true instead
If "confirm" is set to true, the system will only verify that the card is valid and has sufficient funds for the payment intent. It will not process a charge on the card, correct?
Since you set capture_mode to manual, it will perform authorisation on the card (not capture) when setting confirm: true
thank you