fixed
Release 09/09/2025
7 days ago by Alice Barrow
Release: v2025.09.09.1
Date: 9th September 2025
Enhanced Transaction Transparency
We’ve made it easier for merchants to understand and troubleshoot transactions, with better visibility into response codes and webhook logs.
- To ensure declined transactions are easier to diagnose, the issuer response code is now displayed in the Hub, even for unsuccessful transactions. More details
- The
card_update
webhook logs in the hub now display headers for all webhooks, matching the behaviour of other webhook types.
API Improvements & Direct Debit Support
We’ve added new API features and fixed bugs to make integrations smoother and reporting more accurate.
- The
GET /transactions
endpoint now supports acharge_date
query parameter, allowing merchants to filter Direct Debit transactions by charge date for better reconciliation and reporting. - Fixed issues in the
GET /transactions
endpoint wherepay_by_bank
transactions were missing the payer’saccount_name
anddirect_debit
transactions could cause a 500 error if declined, ensuring more reliable API responses
Auto Payment Links Enhancements
We’ve made minor but impactful changes to the Auto Payment Links feature for better usability and integration.
- The Send From Email box has been moved to the Payment Links section, SMS Send From is now alphanumeric, and the
order_id
is included in therecovery_update
webhook for easier merchant integration.
General Improvements & Bug Fixes
- Fixed an issue where a merchant was unable to complete a multi-part refund due to a combined refund amount error, ensuring refunds can be processed as expected.