ecDebitService_paymentMode {#ec-debit-service-payment-mode}
===========================================================

Flag that indicates whether to process the payment.  
Use with deferred payments.  
Possible values:

* `0`: Standard debit with immediate payment (default).
* `1`: For deferred payments, indicates that this is a deferred payment and that you will send a debit request with **ecp_payment_mode** =`2` in the future.
* `2`: For deferred payments, indicates notification to initiate payment.
  * **`Chase Paymentech Solutions`** and**`TeleCheck`**processors: use for deferred and partial payments.
  * **`Cybersource` ACH Service**: not used.
    {#ec-debit-service-payment-mode_d2241e48}

Specifications {#ec-debit-service-payment-mode_d2241e73}
--------------------------------------------------------

* **Data Type:** Integer
* **Data Length:** 1

Mapping Information {#ec-debit-service-payment-mode_d2241e92}
-------------------------------------------------------------

* **REST API Field:** processingInformation.bankTransferOptions.paymentCategoryCode
* **SCMP API Field:** ecp_payment_mode
* **Simple Order API Fields:** ecDebitService_paymentMode

