Typically, most of the configuration values for triPOS are specified in the triPOS.config file.
To provide some flexibility, triPOS exposes some of these parameters in the API. The AllowedPaymentTypes parameter lets you
steer the transaction to particular AID(s) as per value of AllowedPaymentTypes in sale request. Usage examples below:
Credit
Debit
Credit, Debit
Sample request
{
"laneId": {{laneId}},
"transactionAmount": 4.32,
"configuration": { "allowedPaymentTypes": "Credit" }
}