Skip to content

Latest commit

 

History

History
109 lines (68 loc) · 2.83 KB

File metadata and controls

109 lines (68 loc) · 2.83 KB
Version 1.7.9 (2025-11-24)
Add alternative payment methods support (like Google Pay)
Version 1.7.8 (2023-11-08)
Added new fields for order data to satisfy AN5524 requirements:
 - mits-expected: must be set to true for UCOF initialization if any subsequent MIT transactions are supposed to be
 - variable-amount-recurring: must be set to true for initial recurring transaction if amount will not be fixed for subsequent transactions
Version 1.7.7 (2022-11-21)
Added support for external 3-D Secure. Added methods for payment_method_set (when 3-D Secure was completed before the Gateway call):
 - add_external_mpi_protocol_version
 - add_external_mpi_ds_trans_id
 - add_external_mpi_xid
 - add_external_mpi_cavv
 - add_external_mpi_trans_status
Version 1.7.7 (2022-11-21)
Added support for external 3-D Secure. Added methods for payment_method_set (when 3-D Secure was completed before the Gateway call):
 - add_external_mpi_protocol_version
 - add_external_mpi_ds_trans_id
 - add_external_mpi_xid
 - add_external_mpi_cavv
 - add_external_mpi_trans_status
Version 1.7.6 (2022-01-10)
Fix parameters naming for client's IPs
Version 1.7.5 (2021-09-21)
Added card type and card mask fields to parsed status response; added
merchant-transaction-ids to info requests.
Version 1.7.4 (2021-09-06)
Added fields for recurring payments: recurring-frequency and recurring-expiry.
Version 1.7.3 (2021-06-04)
Added error codes for soft declines
Version 1.7.2 (2020-09-02)
Add merchant-transaction-id to payment response parsing
Affected:
 - payment response
 - result response
 - callback parsing
Version 1.7.1 (2020-08-05)
Add parameters describing cardholder device
Version 1.7.0 (2020-07-03)
Improve authorization to use digest instead of API key.
Verify non-failed responses for valid digest.
Add possibility to validate callback data.
Implement /report method.
Implement response parsing.
Version 1.6.0 (2020-02-25)
Add possibility to use custom return URL
Version 1.5.0 (2019-07-17)
Add payment data tokenization methods
Version 1.4.0 (2019-05-09)
Add card verification
Version 1.3.3 (2019-03-21)
Add custom-3d-return-url field to an order.
Version 1.3.2 (2019-03-04)
Add merchant-referring-name fields to an order.
Version 1.3.1 (2019-01-23)
Allow sending of merchant transaction ID for following methods:
 - DMS charge
 - DMS Hold cancel
 - Reversal
 - Refund
Version 1.2.0 (2018-08-21)
Added missing methods for B2P and verify 3-D Secure enrollment
Allow to send merchant-transaction-id for subsequent recurring payments
Version 1.1.1 (2018-02-27)
Minor fixes
Version 1.1.0 (2018-01-22)
Add new methods for init recurrent SMS and init recurrent DMS
Version 1.0.0 (2017-11-10)
First release