added

Release 17/09/2024

Version: 2024.09.17.1

Date: 17.09.2024

What's included?

  • Hosted Checkout: submit_type parameter for Apple Pay and Google Pay buttons
  • Bug Fixes:
    • Removed apostrophe of customer_name (Cashflows)
    • Remapped error code 60110 (Trust Payments)
    • Capture and Refund displays for Network Token transactions
    • / in merchant/company names
    • Update to Trust Payments dispute logic

Hosted Checkout: submit_type parameter for Apple Pay and Google Pay buttons

In the last release (v2024.09.05.1), we added the ability to adjust the text displayed in the payment submit button, to better match the transaction type. We have now added the functionality for the submit_type parameter to be applied to the Apple Pay and Google Pay buttons as well, overriding the default display name set in Hosted Checkout settings.

The updated docs and API reference are here:


Bug fixes

  1. Removed apostrophe from customer_name (Cashflows)

We have implemented an improvement that was highlighted for Cashflows requests. We were accepting apostrophes in first_name and last_name fields which isn’t accepted by Cashflows. To reduce the number of 909s we have remove the apostrophe from these fields.

  1. Remapped error code 60110 (Trust Payments)

We have remapped Trust Payments error code 60110 to 405 rather than 909 whilst we investigate the root cause of these issues.

  1. Capture and Refund displays for Network Token transactions

We have resolved an issue where the display of refunds and captures for network tokens was incorrect.

  1. / in merchant/company names

We have updated our validation rules to allow the use of the / character in merchant and company names. As a result, you can now enter names with / without any issues.

  1. Update to Trust Payments dispute logic

We have fixed a bug to correct the status of disputes with Trust Payments. Previously, following a first “Re-presentment” entry the dispute status remained DEFENDED within the Hub. This fix ensures that the status is updated to RECOVERED when no further entries for the dispute are received within the defined time periods.