On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/api-fields/reference/all/so/api-fields/pin-debit-credit-service-override-payment-method.md)  
Filter  
FILTER BY TAG

pinDebitCreditService_overridePaymentMethod {#pin-debit-credit-service-override-payment-method}
===============================================================================================

Flag that specifies the type of account associated with the card.  
This field is available only for the `China UnionPay`, `Cielo`, `Comercio Latino`, `eftpos`, and `Visa Platform Connect` processors.  
The cardholder provides this information during the payment process.  
This field is required for transactions with Brazilian-issued cards.  
Combo cards used in Brazil contain credit and debit functionality in one card. Visa systems use a credit bank identification number (BIN) for this type of card.  
It is strongly recommended that you include this field for combo-card transactions because using the BIN to determine whether a card is debit or credit can cause errors during transaction processing.

`China UnionPay` Card Transactions
:
This field is available for China UnionPay card transactions only. Possible values:

    * `C`: Domestic credit card
    * `D`: Domestic debit card
    * `F`: International credit card
    * `I`: International debit card
    {#pin-debit-credit-service-override-payment-method_d1426e64}

    When the value is `D`, the e-commerce indicator and CAVV fields must be included in the authorization request.

    When the value is `C`, `F`, or `I`, the card verification number, expiration month, and expiration year fields must be included in the authorization request.

`Cielo` and `Comercio Latino` Card Transactions
:
For these processors, this field is available for authorizations only. Possible values:

    * `CR`: Credit card
    * `DB`: Debit card
    {#pin-debit-credit-service-override-payment-method_d1426e122}

`eftpos` Card Transactions
:
Possible values:

    * `CH`: Checking account
    * `SA`: Savings account

`Visa Platform Connect` Card Transactions
:
For combo-card transactions with Mastercard in Brazil, the card_usage field is also available.

    Possible values:

    * `CH`: Checking account
    * `CR`: Credit card account
    * `LI`: Line of credit or credit portion of combo card
    * `PP`: Prepaid card or prepaid portion of combo card
    * `SA`: Savings account
    * `UA`: Universal account

    {#pin-debit-credit-service-override-payment-method_d1426e182}  
    The value for this field corresponds to this data in the TC 33 capture file:

    * Record: CP07 TCR0
    * Positions: 42-43
    * Field: Account Selection

    {#pin-debit-credit-service-override-payment-method_d1426e219}  
    The TC 33 capture file contains information about the payments and credits that a merchant submits to `Cybersource`. The processor creates the TC 33 capture file at the end of the day and sends it to the merchant's acquirer. The acquirer uses this information to facilitate end-of-day clearing processing with payment networks.

{#pin-debit-credit-service-override-payment-method_d1426e51} If [ccCreditService_overridePaymentMethod](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/cc-credit-service-override-payment-method.md "") is set to the value of `CR` or `DB` and there is a value in the [ccCreditService_overridePaymentMethod](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/cc-credit-service-override-payment-method.md "") field, the value in the ccCreditService_overridePaymentMethod field takes precedence.  
If [ccCreditService_overridePaymentMethod](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/cc-credit-service-override-payment-method.md "") is set to `CR/DB` and there is a value in the [ccCreditService_overridePaymentMethod](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/cc-credit-service-override-payment-method.md "") field, the value in the ccCreditService_overridePaymentMethod field takes precedence.

Specifications {#pin-debit-credit-service-override-payment-method_d1426e283}
----------------------------------------------------------------------------

* **Data Type:** String
* **Data Length:** 2

Mapping Information {#pin-debit-credit-service-override-payment-method_d1426e302}
---------------------------------------------------------------------------------

* **REST API Fields:** paymentInformation.card.sourceAccountType
* **SCMP API Field:** override_payment_method
* **Simple Order API Fields:**
  * ccAuthService_overridePaymentMethod
  * ccCreditService_overridePaymentMethod
  * pinDebitCreditService_overridePaymentMethod
    {#pin-debit-credit-service-override-payment-method_d1426e327}

