#aarontodd_86098
1 messages · Page 1 of 1 (latest)
Hi
Could you please share an example of a PaymentIntent id ?
Thanks, let me check...
thanks, I appreciate it
The status of this PaymentIntent isn't successfull
the status is requires_confirmation
the doc I read is saying it should resilt in requires_capture
here's what I'm looking at: https://docs.stripe.com/payments/place-a-hold-on-a-payment-method
Add this parameter confirm: true
https://docs.stripe.com/api/payment_intents/create#create_payment_intent-confirm
When creating the Paymentintent
So again, the goal is to put a hold on the payment or generate a pre-auth charge. I had assumed that a payment method that would be declined would throuw an error when the intent is generated
Or call this API in order to confirm the payment:
https://docs.stripe.com/api/payment_intents/confirm
Yes I see.
would the confirm parameter do it?
Yes it should trigger the failure.