#colinl8

1 messages · Page 1 of 1 (latest)

main pelicanBOT
vivid token
#

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

true ridge
#

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?

vivid token
#

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

true ridge
#

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.

vivid token
#

Gotcha! yeah that makes sense

true ridge
#

And there's nothing that flags accounts as problematic for frequently having that case?

vivid token
#

nope!