HomeGuidesAPI ReferenceChangelog
Log In

Network Processing Types

Processing Type can be set in the NetworkProcessing Object. This is used to increase acceptance rates.

  • initialRecurring - Use this value to specify the first in a series of recurring payment transactions.
  • initialInstallment - Use this value to specify the first in a series of installment payment transactions.
  • initialCOF - Use this value to specify an initial Card on File transaction.
  • merchantInitiatedCOF - Use this value to specify a merchant initiated Card on File transaction after the initial CoF transaction.
  • cardholderInitiatedCOF - Use this value to specify a cardholder initiated Card on File transaction after the initial CoF transaction.

An example in a request would be:

    "NetworkProcessing": {
        "processingType": "initialInstallment",
        "originalNetworkTransactionId": null
    },