HomeGuidesAPI ReferenceChangelog
Log In
Guides

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.
  • installment - Use this value to specify the installments after the initialInstallment.
  • recurring - Use this value for recurring payments after the initialRecurring payment.

An example in a request would be:

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