Skip to main content

12 posts tagged with "Transaction Details"

View All Tags

Gateway, Portal — v25.12

Gateway API

Fixed

  • Batch-upload API: Resolve a limitation that previously prevented the processing of batch files with more than ~50 transactions.

Gateway Features

Changed

  • Transaction Details: Improve clarity for transaction fee names.
  • Transaction Details: Allow manual chargebacks, second chargebacks, and chargeback reversals to be processed for an amount greater than the original transaction.

Added

  • Transaction Details: Add the option to use a custom merchant transaction ID for manual Voids and Refunds.

Fixed

  • Hosted Payment Pages: Fix possible race condition when loading JavaScript on the Hosted Payment Pages in certain scenarios.
  • Provider Settlements and Reconciliation: Fix a minor bug in the settlement process when handling chargeback reason codes.
  • Simulator: Fix a configuration issue for Simulator settlement handling.

Gateway Adapters

Changed

  • checkout.com (CHE): Minor improvements to reliability for callback handling.

Added

  • Amazon Payment Services (AMAZO-EP1-KNET, AMAZO-EP2-KNET): Amazon Payment Services is a leading payment provider in the Middle East, offering secure and localized payment solutions. The new adapter supports the payment method KNET for transaction types Debit and Refund. KNET is a popular debit-based payment network in Kuwait, enabling real-time bank transfers for online purchases.

Fixed

  • DPO Pay (PAYGA-PYGT-CC): Fix issue where transaction status was not properly retrieved after communication errors.
  • Nuvei (NUV): Fix issue causing the reserve to be incorrectly saved as a transactional fee.

Portal

Changed

  • Proxy Tokenization (Deployed in release v25.9):
    • Support special characters in alias
      • Dash and underscore supported only
    • Bug fix - Profile details to display ID number if optional name is empty
    • Profile & Key name auto save
      • Auto save optional name upon click outside of field
    • Account Logging
      • Profile, Key & Alias event tracking
        • Create
        • Edit
        • Delete

Please note that some of the features mentioned in the release notes may initially be available only within our sandbox environment for testing purposes. These features will be made available in the production environment upon successful testing and approval.

Gateway — v25.11

Gateway Features

Added

  • Provider Settlements and Reconciliation: Map the chargeback reason code from the settlement file to the chargeback description field if the reason code is present.
  • Transaction Details: Add checkbox to apply merchant metadata (merchantMetaData) from the initial transaction during manual capture (enabled by default).

Fixed

  • Connector Settings: Fix postback sending for retry transactions when the connector setting Postback: Send on PENDING status is enabled.

Gateway Adapters

Changed

  • Adyen (ADY): Add info-net-credit and info-net-debit line item types to differentiate debit and credit for invoice deductions in settlements.
  • Adyen (ADY-EP4): Add support for Register.

Fixed

  • Adyen (ADY-EP3): Improve handling for invalid notifications.
  • Simulator: Fix handling of nested extra data in the Simulator adapter.

Please note that some of the features mentioned in the release notes may initially be available only within our sandbox environment for testing purposes. These features will be made available in the production environment upon successful testing and approval.

Gateway — v25.9

Gateway Features

Changed

  • Transaction Details: Extend the Create Manual Chargeback and Create Manual Chargeback Reversal action to allow setting the settlement amount, settlement currency and settlement date.

Added

  • Transaction Details: Add support to manually create a second chargeback.

Fixed

  • Connector Configuration: Fix an issue for the connector setting Accept postbacks from other connectors where postbacks were processed through the wrong connector.
  • Provider Settlements and Reconciliation: Fix an issue handling settlements for transactions sharing the same ARN.
  • Transaction Details: Fix incorrect status display for subsequent transactions on the transaction detail page.

Gateway Adapters

Changed

  • Adyen (ADY-EP3-PAYPA): Add support for the new payment method PayPay. PayPay is a Japanese e-wallet allowing customers to either pay directly in the app or by scanning a QR code.
  • Adyen (ADY-EP4-CC): Add support for Refund and Payout.
  • DPO Pay (PAYGA-PYGT-CC): Add status retrieval for transaction communication errors (previously only for timeouts).
  • PPRO (PPR-EP1-TRU): Map the customer.email parameter to PPRO's useremail request parameter.
  • Redsys (RED-EP2): Add a new configuration to enable or disable sending Merchant Card-on-File transaction indicators for register transactions (DS_MERCHANT_COF_TYPE = R, DS_MERCHANT_COF_INI = S).
  • Worldline (ING-EP2-IDE): Add documentation for the payment method iDeal.

Fixed

  • American Express (AMX-EP1): Fix chargeback settlement amounts where wrongly saved negative values were leading to conflicts.
  • PayU (PAU-E01-MAS): Fix an issue when using customer profile tokens for subsequent transactions.
  • PPRO (PPR): Update the postback validation to support SHA-256 hashing.

Please note that some of the features mentioned in the release notes may initially be available only within our sandbox environment for testing purposes. These features will be made available in the production environment upon successful testing and approval.

Gateway — v25.4

Gateway API

Changed

  • Transaction API: Modify the tracingData.transactions[].status field to use an enum with predefined status values instead of a string.

Added

  • Transaction API: Add returnData.binSegment and returnData.binRawData for returnData._TYPE of cardData in the Transaction API response.

Fixed

  • Transaction API: Fix an issue where the returnData.merchantAdviceCode (MAC) was not returned when its value was zero.

Gateway Features

Changed

  • Account Updater: Improve account updater batch processing.
  • Performance: Improve performance when using a large number of routing rules.
  • Transaction Details: Enable Apply Extra Data from initial transaction and Apply new Extra Data by default for manual refunds.

Added

  • BI Data Source: Add result_extra_data.googleCryptogramPresent to reflect 3DS authentication for Google Pay transactions.
  • Transaction Processing: Introduce the extraData.googlePayCryptogramPresent field in the Transaction API response to indicate 3DS authentication for Google Pay transactions.

Fixed

  • Network Tokenization: Fix an issue where network tokens were not deleted after failed transactions.
  • Post Processing: Fix an issue that prevented manual file uploads of MIME type application/x-ndjason.
  • Transaction Processing: Fix an issue that prevented schedules from being created in certain scenarios.

Gateway Adapters

Changed

  • Redsys (RED-EP2): Support Register transactions and add recurring functionalities for the BizumAPI payment method.

Fixed

  • PayPal (PPA): Improved settlement handling for edge cases during reconciliation.
  • PXP (PXP-EP1): Fix error mapping for specific error codes.

Please note that some of the features mentioned in the release notes may initially be available only within our sandbox environment for testing purposes. These features will be made available in the production environment upon successful testing and approval.

Gateway — v25.3

Gateway API

Added

  • Transaction API: Add the includeTracing parameter for Status API and Transaction API for debit & preauthorize requests, enabling transaction routing and cascading details in the Status API response and Transaction API callbacks.

Gateway Features

Changed

  • Audit Log: Update the User-Management report to reflect the selected user type (userType), include user descriptions (description), the merchant column (merchant) for relevant user types.

Added

  • Connector Settings: Add a new connector setting: Expire transaction with a given status after given minutes, allowing configuration of multiple statuses and expiration times. This replaces the need for separate settings for pending and automatic transaction expirations.
  • Transaction Details:
    • Allow adding custom data values to manual refunds and captures, configurable in tenant settings.
    • Introduce a new permission, frontend.transaction.add-extradata-to-manual-capture-refund, to manage access to this feature.
  • Transaction List: Restore the Copy from Standard Filter button in the advanced search.
  • User Management: Add a new field, Description, to the base data for all users, visible in the Create New User, Edit User, and User Overview views.

Removed

  • Connector Settings: Deprecate the connector settings Expires pending transactions after given minutes and Transactions: Expire automatically after (x) minutes, as their functionality is now covered by the new setting that supports expiring transactions based on specific statuses.

Gateway Adapters

Changed

  • EquensWorldline (EQW): Add ARN (Acquirer Reference Number) to settlement when parsing reconciliations.
  • JPMorganChase (CHA-EP2-CC): Improve documentation for new extraData fields (extraData["card.cardVerificationResult"], extraData["card.cardVerificationResultCode"], and extraData["card.paymentAccountReference"]).

Fixed

  • dLocal (DLO-EP1): Correct the payout country restrictions link in the adapter documentation.

Please note that some of the features mentioned in the release notes may initially be available only within our sandbox environment for testing purposes. These features will be made available in the production environment upon successful testing and approval.