#rugged - pass fee on to customer
1 messages · Page 1 of 1 (latest)
Hello, so you already have the formula down and are trying to figure out how to change the amount based on payment method type?
Yes, exactly
Currently, the formula is working but it is calculating the correct fee for CC payment even when customer chooses ACH payment method.
Gotcha, so there isn't a way to charge differently based on payment method automatically. So you would need to either create multiple payment intents and charge a different one based on what they choose or update the payment intent that you already created once the user selects a different payment method
Either of those might add some time to loading or changing thing on your page because of the extra API calls, but something like that would need to happen to charge differently like that
Got it. Thanks