#CheckMate
1 messages · Page 1 of 1 (latest)
Hi there, SetupIntent and PaymentIntent are different. You use SetupIntent to collect a PaymentMethod without charging a customer
But If I do a payment intent confirm with amount 0 , won't it do the same thing as setup intent?
Sometimes the SetupIntent will create a temporary $0 or $1 charge on the card, but it will be reversed soon.
No you can't create a 0 amount PaymentIntent.
The minimum charge amount is $0.5 or equivalent in other currencies
Oh, in which case setup intent debit $1 ?
it really depends on the card issuers
"The minimum charge amount is $0.5 or equivalent in other currencies"
If I use Yuan is the min amount 1 or 5 ?
https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts please refer to this page for the minimum amount
Do setup intents expire ?
You shouldn't keep a long-lived SetupIntent, it's OK to abandon an incomplete SetupIntent and create a new one as when you need it.