Release v1.86.1
Production Release Date: 31/01/2023
Sandbox Release Date: 30/01/2023
Core changes:
- Improved the scheduler for authorised charges so that it doesn’t check the transaction status after the transaction was voided.
API changes:
- A new fraud operation mode called flex has been added to the fraud flows. It needs to be be accepted as fraud.mode charge overriding the service one:
POST v1/charges (or v1/charges/wallet)
{
…,
fraud: {
mode: ‘flex’,
…,
}
}
- Map response fields from MPGS 3DS transaction:
-
- gateway_specific_code = order.status
- gateway_specific_description = order.authenticationStatus
- error_message = transaction_declined
- error_code = gateway_specific_description
- Merchant Warrior error mapping improvement.
Widget changes:
- Validation for GooglePay wallet transactions has been updated. If there are an empty string for address_state field, the transaction will no longer result in a failure and will be processed based on the available information.
- Set up a delay for the AfterpayCheckoutButton to make sure the data is saved for further processing on the backend storage.
- Validation improvement for the cardholder field to make sure that correct information is passed in this field. This is being done to prevent issues such as card numbers being passed into the cardholder name field, or other unintended data being passed here.
Release v1.85.2 (Hotfix)
Production Release Date: 24/01/2023
Sandbox Release Date: 23/12/2022
Core changes:
- Validation enhancement for all the gateways to reduce processing time for subscription charges.
API changes:
- Fixed Get transaction status request for Merchant Warrior to receive appropriate information.
Release v1.85.1
Production Release Date: 12/01/2023
Sandbox Release Date: 21/12/2022
Core changes:
- Add Merchant ID and Merchant Website URL to the Request Headers for Afterpay v.2 service.
- Calculating transaction.remittance_date for EFTPOS virtual mode txns in a similar manner as on EFTPOS real environments to enable more efficient testing.
- Added the ability to overwrite the payment_source_information that had already been captured in the vault token but at the time of charge creation, some updated information has been processed either via customer payment source (If present) or input field payment source (If present).
- Added validation for total_refunded_amount field for all the payment services to make sure the refunds are processed properly.
API changes:
- Extend only_matched_transactions filter (“Filter transactions“ on UI) for transactions.remittance_date.
Release v1.84.1
Production Release Date: 12/01/2023
Sandbox Release Date: 08/12/2022
Core changes:
- Upgrade Angular version to latest stable v14.
API changes:
- Updated the EFTPOS CNP API paths from V2 to V3 (latest version).
- Added API requests for Webhook notifications templates.
- Extended webhook templates with Standalone Fraud check events: standalone_fraud_check_in_reviewstandalone_fraud_check_successstandalone_fraud_check_failedstandalone_fraud_check_in_review_approvedstandalone_fraud_check_in_review_declined.
Widget changes:
- Added a new validation for meta.hide_shipping_address field for PayPay Checkout. If the field has the value=false, the payments will be processed as usual.
- Resolved an issue with shipping.amount validation for payment wallets.
Release v1.83.1
Production Release Date: 08/12/2022
Sandbox Release Date: 24/11/2022
Core changes:
- Extended the flow for supporting Fraud check with Zippay and Afterpay v.2
- Added an option to utilise standalone 3DS with the Cybersource payment gateway
- Update Access level for SFTP service.
Release v1.82.1
Production Release Date: 10/11/2022
Sandbox Release Date: 10/11/2022
Core changes:
- Paydock Dashboard performance upgrade.
- Store customer.payment_source.card_number_bin for all successful and failed requests irrespective of the gateway.
API changes:
- Appending the API channel code to the acquiringInstitutionID while configuring the EFTPOS gateway which will allow a gateway to be sponsored by multiple acquirers.
Release v1.80.1
Production Release Date: 28/10/2022
Sandbox Release Date: 27/10/2022
Core changes:
- Add Error code and description for GPayments transactions.
- For the Gpayments client SDK, the secondary_url has been set to null.
API changes:
- Cardholder name will be sent as a part of every transaction captured in MPGS to ensure that this information is present in the transaction details.
Widget changes:
- Zippay redirect integration for Zippay widget.
Release v1.79.1
Production Release Date: 17/10/2022
Sandbox Release Date: 13/10/2022
Core changes:
- Extend the charges filter by transactions.type to support multiple values.
API changes:
- Standalone 3DS API documentation update.