Typically, most of the configuration values for triPOS are specified in the triPOS.config file. However, those settings apply to all requests,
and there may be cases where you want some of the values to be different for a given request.
To provide some flexibility, triPOS exposes some of these parameters in the API. The allowDebit
parameter lets you
override the value for isDebitSupported
in the triPOS.config. Usage examples below:
allowDebit
from your request altogether.
allowDebit
with a value of
true
in the request.
allowDebit
with a value of
false
in the request.