Release 17/06/2025
Release: v2025.06.17.1
Date: 17th June 2025
Bug fixes
- Fixed Payin Settlement Reporting Bug for Multi-Day Transactions
- Fixed Issue with Apple Pay and Google Pay Not Displaying in Hosted Payment Links
- Fixed Issue with Missing collection_declined Webhook After Retry
- Standardised Response Format for v1/payment-links/link_id/send Endpoint
Non-functional enhancements
- CZK currency added
Bug Fixes
- Fixed Payin Settlement Reporting Bug for Multi-Day Transactions
Resolved an issue where payin transactions spanning three days were not included in settlement reports due to the daily job running at 1 AM. The logic has been updated to ensure such transactions are now accurately calculated.
- Fixed Issue with Apple Pay and Google Pay Not Displaying in Hosted Payment Links
Resolved a bug where enabling Apple Pay and Google Pay in Hosted Checkout settings did not reflect correctly when generating a hosted payment link in the Hub. The payment options will now display as expected when turned on in the configuration.
- Fixed Issue with Missing
collection_declined
Webhook After Retry
Resolved an issue where a collection_declined
webhook was not sent to the merchant following a declined retry attempt, despite the transaction status updating to DECLINED
. This occurred even though the declined notification was received from NuaPay. The webhook logic has been corrected to ensure merchants are properly notified of failed collections in all scenarios.
- Standardised Response Format for
v1/payment-links/link_id/send
Endpoint
Updated the response format of the v1/payment-links/link_id/send
endpoint to align with REST API standards. The "status": 1 field has been replaced with "status": "success" for consistency with the API documentation and to improve integration predictability. Internal dependencies have been updated accordingly to ensure continued functionality.
Non-functional Enhancements
Enabled CZK currency (request was required for a Trust MID).