improved

Release 1.17.0

Core Functionality Updates

Changes

Description

Default Order Processing Channel Selection for Merchants

Merchants can now select an Order Processing Channel when creating or editing their profiles. This channel represents the sales channel through which the shopper provides their card details and will be used as the default value sent to the processor unless explicitly specified in the payment request.

    Available options:
  • E-Commerce
  • MOTO (Mail Order / Telephone Order)
Currently, this feature is supported only for Worldpay, while for other processors, the E-Commerce value will always be used. For all merchants created before this release, the default value has been set to E-Commerce.`


API Reference Guide Updates

Changes

Description

Order Processing Channel

The OrderProcessingChannelparameter has been added to the structure of Authorization and Sale requests (Authorization and Capture in a single request). This parameter defines the sales channel through which the shopper provides their card details and allows merchants to specify it when initiating a transaction.

    Available options:
  • ecommerce
  • moto
If not explicitly provided in the request, the default value set at the merchant level on the Revolv3 Portal will be used. Currently, this parameter is sent only to Worldpay, while for other processors, the default value remains E-Commerce.


Technical Enhancements

ChangesDescription
Bug fixesWe've resolved several bugs to improve the stability and performance of the product.