Multi-tender (where to find it, and perhaps how to disable it)

Hi all, in particular @dennis,
During a recent screen share, @dennis showed me that Poynt does multi-tender inside the payments fragment. However, when I opened up the payments fragment on my device, multi-tender was not available anywhere I could find it. So, a few questions:

  1. Where is multi-tender?
  2. Do I need to have my sandbox merchant account be with a certain acquirer for multi-tender to appear? (I’m currently set to Mercury/CreditCall)
  3. Is there a way to simply disable multi-tender inside the payments fragment for all my clients? My POS already has multi-tender included in its own interface, and the default payment fragment multi-tender could potentially lead to confusion, as it will display the full amount on the customer-screen as the cashier presses the buttons to set it to a partial payment. So, it would simplify things on my end if I knew that all my clients had multi-tender disabled.

Thanks!

-Michael

Michael,
where you create Payment object, you can set

payment.setMultiTender(true);

to include that option or false to remove.