I'm developing an app with Clover MINI android device and using ACTION_SECURE_PAY
to take payments.
I need to add a surcharge amount to the original amount only if user going to use a Credit Card (But no surcharge for Debit Cards).
How will I be able to do this? Thanks