REST API

productInformation. selectedProducts. payments. cardProcessing. configurationInformation. configurations. common. processors.[processorName]. enableAutoAuthReversalAfterVoid

Allows the reversal of unused funds after a void transaction.
Enabling this feature allows merchants to meet the Visa mandate that requires merchants to release unused funds that are set aside during an authorization request.
This field is available for these processors:
American Express Direct
, CB2A,
Elavon Americas
,
SIX
, and
Visa Platform Connect
.

Possible Values

  • true
  • false

Syntax

{ "productInformation": { "selectedProducts": { "payments": { "cardProcessing": { "configurationInformation": { "configurations": { "common": { "processors": [ "<processor>": { "enableAutoAuthReversalAfterVoid": "true" } ] } } } } } } } }
  • <processor>
    : The processor that is associated with the merchant account.

Specifications

  • Data Type:
    Boolean

Mapping Information

Boarding Registration Service API Field:
productInformation.selectedProducts.payments.cardProcessing.configurationInformation. configurations.common.processors.[processorName].enableAutoAuthReversalAfterVoid
Product Enablement and Configuration Service API Field:
payments.cardProcessing.configurationInformation.configurations.common. processors.[processorName].enableAutoAuthReversalAfterVoid