Form Redirect Rules - need to combine And / Or options

Form Redirect Rules - need to combine And / Or options

Hi 
I have my forms set up that they fill in the a registration form on the website and are then taken to a payment form for a stripe payment. We offer 3 currencies, and multiple discount codes. Discounts are usually only 20% or 40% but each may have many codes at any time.

This system worked for when we were offering once currency. I then had redirect rules based on Any of the following codes. I now need EUR AND any of the following codes; GBP AND any of the following codes and USD AND any of the following codes.

Previously I had tried putting the stripe field on the new form and only show the field for the correct price based on the code coming through in parameters, but Forms only lets you have one stripe payment per form. I could resolve this if there was another way to parse the amount through to the payment form.

Or is there another way to achieve this?

Thanks