Release 30/04/2024
Version: 2024.04.30.1
Date: 30.04.2024
What's included?
- Checkout form can now be controlled by the keyboard
- Associate Pay by Bank transactions with Customer IDs
- Bug fixes:
- TDS order_active bug
- Inconsistent MIDs with the selected company on the virtual terminal
- Added NOK currency
- Increased webhook timeout
Checkout form can now be controlled by the keyboard
This update addresses feedback from developers regarding navigation issues within the Hosted Checkout card payment form. Previously, users encountered difficulty tabbing through the form, preventing them from reaching the submit button and submitting the form by pressing ‘enter’ on their keyboard. With this release, the tab navigation functionality has been improved, ensuring users can seamlessly navigate to the submit button using the keyboard's tab key and submit the form with ease.
Webhook Enhancements
We have enhanced our webhook solution to now send webhooks for payment requests in the following situations:
- No 3DS
- One-click request in Checkout and Components
- Recurring/reuse requests via the API
Associate Pay by Bank transactions with Customer IDs
In response to developer feedback, we've introduced a feature enhancement to ensure seamless association of customer_ids generated by Checkout with Pay by Bank (PBB) transactions in the Hub. Now, when a customer_id is created through Checkout, it will be automatically linked to PBB transactions, facilitating easy tracking of which customer_id
initiated a PBB transaction. This functionality mirrors the existing behaviour of customer_ids
with card payments, providing consistency across payment methods.
Bug fixes
Please find a list of resolved bug fixes here:
- TDS
order_active
bug
When tds.active
was set to true and the "DISPLAY RESPONSE" option is configured to "disable", order_active
became undefined. This has now been resolved.
- Inconsistent MIDs with the selected company on the virtual terminal
There was an issue with an inconsistency for webhooks for the virtual terminal were displaying the incorrect company.
- Added NOK currency
There was a bug where even though we should have accepted NOK currency via Cashflows, we were returning an error. This has now been resolved.
- Increased webhook timeout
We have increased the webhook timeout from 10 seconds to 30 seconds, to reduce the risk of duplicate webhooks.