#.minalv
1 messages · Page 1 of 1 (latest)
Do you use deferred intent flow? Can you share an example Payment Intent ID (pi_xxx)?
the yes we are using deferred intent flow
we are creating setup intent first and based on client's secret it renders the payment element
If Setup Intent is used, no amount will be charged and the card issuer will show $0 for authentication. If you wish to charge and save payment method at the same, saving payment method during payment should be used instead: https://stripe.com/docs/payments/save-during-payment
@granite jungle got it! thank you