Our app needs to GET the payment details, including the tender type.
While testing in the REST API interface, I noticed there is no difference between paying with a Credit Card a Debit Card.
In both cases, I was returned a cardType of VISA (correct) but the tender_id was for a type Credit Card, even when paying by Visa Debit.
Any ideas?