Auto Settlement

Request that payments are automatically sentForSettlement following authorization

If any of the AVS/CVC response riskFactors are marked as notMatched the payment will be sentForCancellation automatically.

How to enable

Set instruction.settlement.auto = true to flag the payment as being for debt repayment.

Example

"instruction": {
...
  "settlement": {
    "auto": true
  }