I have a form that I have 2 calculated totals and based on some conditional logic I send only one to be processed at Stripe.
One total is with out the processing fees and the other is with the stripe processing fees.
I send out various notifications but have to duplicate each one and change which total is sent and wanted to know if there is a way to just send the notification with the total that was processed.
I tried adding this to my notification form {payment_action:amount} but it just displace that text and not the total amount that was paid.
Is it possible and do I just have the payment amount value wrong in my form.