#colinl8
1 messages · Page 1 of 1 (latest)
Hello! One thing to keep in mind is that if you're using PaymentElement and relying on it to automatically filter out which payment method types can be used for a payment, setting an amount that is too low could cause a lot of those payment method types to be filtered out
In that case, if the initial value is eg $100 and the final amount is half that, is there an issue? Is there an issue if too many PaymentIntents are created and cancelled?
No, it wouldn't be an issue - but instead of creating a new one/cancelling the old one, you can just update the existing paymetn intent to the new amount
Thanks. WRT to cancelled PaymentIntents, I was thinking of the case of creating one with a default $100 value, and then the member qualifying for a free membership.
Gotcha! yeah that makes sense
And there's nothing that flags accounts as problematic for frequently having that case?
nope!