We have an app where we don't want customers to allow doing Partial Payments using their debit cards.
Suppose, Order Total Amount is $10 and the customer has only $5 on their debit card, it should fail the transaction instead of asking them to make a Partial Payment and allowing them to use other payment methods for the remaining amount.
We want to restrict Partial Payment and reject that payment when the debit card has an insufficient balance.