On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/payments/developer/ctv/so/payments/credentials-processsing-intro/credentials-resub-intro/credentials-mit-resub-intro.md)  
Filter  
FILTER BY TAG

Merchant-Initiated Resubmission Transaction with PAN {#credentials-mit-resub-intro}
===================================================================================

A resubmission transaction is an authorization that you resubmit to recover an outstanding debt from the customer. A common scenario is when a card was initially declined due to insufficient funds, but the goods or services were already delivered to the customer.

Supported Card Types
--------------------

These are the supported card types for processing credentialed transactions:

* American Express{#credentials-mit-resub-intro_d9e280}
  {#credentials-mit-resub-intro_d9e280}
* Carta Si{#credentials-mit-resub-intro_d9e283}
  {#credentials-mit-resub-intro_d9e283}
* Cartes Bancaires{#credentials-mit-resub-intro_d9e286}
  {#credentials-mit-resub-intro_d9e286}
* Dankort{#credentials-mit-resub-intro_d9e289}
  {#credentials-mit-resub-intro_d9e289}
* Delta{#credentials-mit-resub-intro_d9e292}
  {#credentials-mit-resub-intro_d9e292}
* Eurocard{#credentials-mit-resub-intro_d9e296}
  {#credentials-mit-resub-intro_d9e296}
* JCB{#credentials-mit-resub-intro_d9e299}
  {#credentials-mit-resub-intro_d9e299}
* Maestro (UK Domestic){#credentials-mit-resub-intro_d9e302}
  {#credentials-mit-resub-intro_d9e302}
* Mastercard{#credentials-mit-resub-intro_d9e305}
  {#credentials-mit-resub-intro_d9e305}
* Visa{#credentials-mit-resub-intro_d9e308}
  {#credentials-mit-resub-intro_d9e308}
* Visa Electron{#credentials-mit-resub-intro_d9e311}
  {#credentials-mit-resub-intro_d9e311}

Endpoint {#credentials-mit-resub-intro_d10e16}
----------------------------------------------

Set the ccAuthService_run field to `true`.  
Send the request to `https://ics2ws.ic3.com/commerce/1.x/transactionProcessor`.

Required Fields for Processing a Merchant-Initiated Resubmitted Transaction {#credentials-mit-resub-required}
=============================================================================================================

Use these required fields to process a merchant-initiated resubmitted transaction.

[billTo_city](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/bill-to-city.md "")
:

[billTo_country](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/bill-to-country.md "")
:

[billTo_email](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/bill-to-email.md "")
:

[billTo_firstName](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/bill-to-first-name.md "")
:

[billTo_lastName](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/bill-to-last-name.md "")
:

[billTo_postalCode](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/bill-to-postal-code.md "")
:

[billTo_state](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/bill-to-state.md "")
:

[billTo_street1](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/bill-to-street1.md "")
:

[card_accountNumber](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/card-account-number.md "")
:

[card_expirationMonth](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/card-expiration-month.md "")
:

[card_expirationYear](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/card-expiration-year.md "")
:

[ccAuthService_run](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/cc-auth-service-run.md "")
:
Set the value to `true`.

[merchantID](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/merchant-id.md "")
:

[merchantReferenceCode](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/merchant-reference-code.md "")
:

[purchaseTotals_currency](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/purchase-totals-currency.md "")
:

[purchaseTotals_grandTotalAmount](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/purchase-totals-grand-total-amount.md "")
:

[subsequentAuthReason](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/subsequent-auth-reason.md "")
:
Set the value to `1`.
:
Required only for Discover, Mastercard, and Visa.

[subsequentAuth](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/subsequent-auth.md "")
:
Set the value to `true`.

[subsequentAuthTransactionID](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/so/api-fields/subsequent-auth-transaction-id.md "")
:
* American Express: set to the transaction ID from the original transaction.
* Discover: set to the transaction ID from the original transaction.
* Visa: set to the last successful transaction ID.

{#credentials-mit-resub-required_dl_pwc_gwl_bwb}

Simple Order Example: Processing a Merchant-Initiated Resubmitted Transaction {#credentials-mit-resub-ex-so}
============================================================================================================

Request

```keyword
billTo_city=Foster City
billTo_country=US
billTo_email=null@cybersource.com
billTo_firstname=John
billTo_lastname=Smith
billTo_state=CA
billTo_postalCode=94404
billTo_street1=201 S. Division St.
card_expirationMonth=12
card_expirationYear=2031
card_accountNumber=4111111111111111
ccAuthService_run=true
ccAuthService_commerceIndicator=install
merchantId=pa_ctv_sg101
merchantReferenceCode=33557799
purchaseTotals_currency=USD
purchaseTotals_grandTotalAmount=100.00
subsequentAuth=true
subsequentAuthReason=1
```

{#credentials-mit-resub-ex-so_codeblock_ujl_v41_45b}  
Response to a Successful Request

```
additional_processor_response=e1cdcafc-cdbb-4ef7-8788-a1234e844805
request_id=6461515866500167772420
decision=ACCEPT
reasonCode=100
merchantReferenceCode=Merchant_REF
purchaseTotals_currency=mxn
cardCategory=FccAuthService_reconciliationID=ZUDCXJO8KZRFXQJJ
ccAuthReply_amount=100.00
ccAuthReply_avsCode=5
ccAuthReply_authorizationCode=570110
ccAuthReply_processorResponse=1
ccAuthReply_authorizedDateTime=2022-03-01T161947Z
ccAuthReply_paymentNetworkTransactionID=111222
```

{#credentials-mit-resub-ex-so_codeblock_vjl_v41_45b}  
RELATED TO THIS PAGE

