Network Processing Types
Processing Type can be set in the NetworkProcessing Object. This is used to increase acceptance rates. If you don't have originalNetworkTransactionId, processor doesn't support, or do not wish to use this option, then just omit the NetworkProcessing object in the request.
- 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
},
Updated 29 days ago