#antimsh
1 messages · Page 1 of 1 (latest)
hi!
- No, checking an amount is not possible. Maybe look into auth-and capture instead(https://stripe.com/docs/payments/place-a-hold-on-a-payment-method) if that suits for the use case, instead of a SetupIntent
- You can attempt multiple cards on the SetupIntent until one succeeds
- no limit
- you can only update expiration date/billing adress on an existing PaymentMethod. Otherwise you'd collect/set up a new object.