Disable multi tender

Hello!

We are trying to disable option multitender. “payment.isMultiTender = false”. But when we do payment via our gift card app we are still able to do multi-tender. Please advice.

That happens if the gift card balance was not sufficient to cover the amount transaction. If you don’t want this to happen you should just return status=DECLINED in the Transaction response and reverse the gift card transaction.