- Solutions
- Our Platform
Our Platform
Paydock
Quick Contact
- Developers
Developers
Paydock
Resources
- About
About
Paydock
Newsroom
Keep up to date with all the latest changes to our code base.
Make sure to follow our Status Page for more information on product performance. We highly recommend clearing the cache in your browser after every release and keeping your Client SDK version up to date.
Fixed the error that the charge failed when it was created without a cardholder name
Impacted Functionality: Charges
Fixed the issue that when entering the cardholder’s name in the card form on the Firefox browser, errors appeared in the console log.
Impacted Functionality: Charges
Updated the Checkout permission process to use separate, permission-based API endpoints for creating, updating, and deleting configuration and customisation templates. This change ensures that merchants can only interact with the appropriate template type through the UI and API.
Impacted Functionality: Checkout
Enabled URL filtering for the type
and version
fields in the GET /v1/checkouts/templates
endpoint. This resolves an issue where the API was not correctly filtering templates by version, ensuring that requests now return only templates that match the specified type
and version
parameters.
Impacted Functionality: Checkout
Implemented a fix to ensure that when consumers update shipping address during checkout (ApplePay Express), the amount displayed in the Apple popup also reflects the new shipping cost instead of the order and shipping amount. Also fixed the non-updating of shipping address in the logs after a successful charge creation
Impacted Functionality: Apple Pay Express, Charge
.
Updated the labels for "Transaction Id" to “Custom Transaction Id” and "Order Id" to “Custom Order Id” with explanatory tooltips on the Charge page filters.
Impacted Functionality: Charge (Apply New Filter)
Phone Number
and Website
fieldsImplemented a fix to address the non-display of the Company Phone Number
and Website
fields in Company Profiles and when editing a Company from the Brand level.
Impacted Functionality: Company & Brand
.
No enhancements this release.
Change POST https://<api-url>/v1/notifications
and PUT https://<api-url>/v1/notifications/:nid
to require HTTPS
protocol when the DTO field destination
is a URL. This will ensure that Notifications
with type webhook
deliver messages via secure communication channels.
Impacted Functionality: Notifications
Fixed issue that the message returned in Forter’s response was not set to the transaction “specific_message“.
Impacted Functionality: Forter
.
Change the notification creation and edit forms such that they prevent submissions of HTTP
URLs when the notification type is webhook
.
Impacted Functionality: Notifications
Implemented ability to filter transactions by transactions.type = fraud enabling merchants view all fraud transactions.
Impacted Functionality: Charge reporting
.
No enhancements this release.
Enhanced EFTPOS Charge object with customer.payment_source.card_funding_method
and customer.payment_source.card_issuer
fields based on BIN data. Enabled merchants to see new fields as part of reporting.
Impacted Functionality: Charges
Introduced the ability to pass AccountType
field for EFTPOS when making an account verify or payment request, to allow merchants to specify the type of account rather than always sending the default value. The AccountType
field has possible values: savings, cheque, default.
Impacted Functionality: Charges
Introduced the ability for merchants to pass order.certainty
parameter for Authorization request (charges?capture=false) as an optional parameter. The order.certainty
field has possible values: ESTIMATED, FINAL
.
Impacted Functionality: Charges
storedOnFile
Value in Subscription Refunds via MPGS gatewayThis ticket addresses a bug where MPGS subscription refunds incorrectly send the storedOnFile value as NOT_STORED instead of STORED. Ensuring compliance with MPGS expected behavior
Impacted Functionality: Subscription, MPGS
.
Resolved an issue where an incorrect "is a required property" message was displayed under the GPayments dropdown in the Checkout configuration when a previously selected Standalone 3DS service was deleted. The system now correctly shows "Archived service selected" in such instances, providing clearer user feedback.
Impacted Functionality: Checkout
.
Enhanced the optimization pattern for the Click to Pay SDK, enabling background loading and deferred customer data injection. This means merchants can now load the SDK concurrently with other checkout processes, leading to noticeably improved perceived performance and a smoother user experience for your customers.
This enhancement includes:
hold_for_customer_data
: This new parameter enables the Click to Pay SDK to load in the background, allowing merchants to parallelize SDK initialization with their checkout flow.injectCustomerData
: This method allows for customer data to be injected later in the Click to Pay flow, supporting the new optimization pattern.Also, implemented an enhancement to further simplify Click to Pay merchant developer experience and ensure we have only one approach for our iframe instead of two separate iframe rendition methods
Impacted Functionality: Click to Pay, Client SDK
Adjusted routing logic to ensure only debit cards with both global and EFTPOS processing networks are eligible for EFTPOS CNP routing. This prevents incorrect routing of credit cards and ensures compliance with EFTPOS standards.
Impacted Functionality: Rules, EFTPOS
Implement mapping for COF in Secure Pay Gateway to adopt Secure Pay Release Changes. Paydock will automatically pass COF indicators to Gateway for subscriptions and one-off payments according to the schemes' rules.
Impacted Functionality: Charges
Fixed an issue that is not possible to complete the e2e charge flow with customer_id when 3DS is part of the payment flow.
Impacted Functionality: Charges
Enabled merchants to explicitly pass network_token_service_id into the Charges API for On Fly flow, so that merchants who don’t have a default network token service enabled can benefit from On Fly flows as well.
Impacted Functionality: Charges
Fixed issue that authorization (Capture=false) is going through, but then fails on capture for EFTPOS Gateway.
Impacted Functionality: Charges
Implemented logic to store Correlation ID for all EFTPOS Charges to simplify the troubleshooting process.
Impacted Functionality: Charges
Enhanced the MPGS 3DS authentication to retrieve additional data elements from MPGS and ensured that the required data is sent to Forter in the Forter Order Status call.
Impacted Functionality: MPGS 3DS and Forter
Implemented support for merchants to be able to pass the newly introduced Paypal indicator flags (Payment Initiator, usage_pattern, and usage) for charges created with paypal vaulting as payment source
Impacted Functionality: Paypal Vaulting
.
Aligned validation rules between API and UI for Capture request, enabling merchants to capture the amount they choose to capture.
Impacted Functionality: Charges
Introduced a dedicated “Merchant Name” field in the Forter registration flow to ensure accurate business identification in Forter’s API, separate from the internal “Label” used for merchant reference.
Impacted Functionality: Forter service
Changed the maximum character limit to 256 up from 128 on the web-application when giving names to companies (merchants). This change was made to reflect the actual limit on backend servers.
Impacted Functionality: Merchant creation page
As a user being notified by email of successful transactions I want to know the gateway type and the transaction type
Added {{ GATEWAY_TYPE }}
and {{ TRANSACTION_TYPE }}
handlebar variables which enable users to know what gateway type and what transaction type is associated with the transaction, when these values are available.
Impacted Functionality: Email notification template forms
.
No enhancements in this release.
Enhance SAML/SSO flow such that integration with identity providers whose IdP metadata
contains name-spaced XML tags is possible (e.g., PingID).
Impacted Functionality: Authentication
Fixed an issue where roles
and tfa
permissions were missing purpose, occasionally leading to Forbidden Errors in the web-app when accessing the create access tokens page.
Impacted Functionality: Permissions, Permission Policies and Roles
Allow notification templates to be filtered to the millisecond using the ISO 8601 - yyyy-mm-ddThh:mm:ss.sssZ
standard on GET {{url}}/v1/notifications/templates
and ensure documents on the upper boundary are included in the response. This change was made to streamline experience with respect to other similar functionalities.
Impacted Functionality: Notification Templates
Enhanced standalone fraud check API to support network tokens with Forter, enabling merchants to leverage the security benefits of network tokenisation. Paydock will prioritise Network Tokens over raw card details when possible.
Impacted Functionality: Standalone Fraud
Enhanced our standalone fraud check API to support passing the Customer ID with Forter. This enhancement will allow merchants to select their preferred way of integration, providing flexibility.
Impacted Functionality: Standalone Fraud
Enabled merchants to Automatically Reverse the outstanding authorized amount after capture if the captured amount is less than the originally authorized amount, enabling release of the unused portion of the authorization back to the customer.
Impacted Functionality: Charges
Implemented a fix to address the issue of ApplePay wallet sale transactions processed via MPGS gateway being stuck in “in progress” to ensure seamless processing
Impacted Functionality: ApplePay via MPGS
Enhanced the Mastercard SCOF Network Token Registration Update by removing support for the update of acquirer data fields (ica, bin, merchant_id) to align with Mastercard's latest changes which blocked the update of the fields
Impacted Functionality: Mastercard SCOF NT registration
Implemented a fix to address the overlapping of long EFTPOS service names across "status" and "actions" on the Rule page
Impacted Functionality: Rule page
Uplifted the Paypal Charge log with inclusion of the shipping.contact.store_name as an additional field in the Charge log
Impacted Functionality: Paypal, Charges
.
Changed a card title from “Connected Services” to “Connected Gateway Services” to accurately reflect the number displayed on the card body.
Impacted Functionality: Dashboard statistics page
Changed the modal used Company Users / View User / Role Permissions (read-only modal) such that it is not possible to move permission policies around, to clearly indicate that this a read-only modal. This change also includes a header message in the modal to explain why changes are not possible.
Impacted Functionality: Role permissions modal
Changed the maximum character limit to 256 up from 128 on the web-application when giving names to companies (merchants). This change was made to reflect the actual limit on backend servers.
Impacted Functionality: Merchant creation page
Changed Audit log action names (e.g., Create fetch) to have a consistent capitalization strategy (Create Fetch), improving scanning and sorting in “Choose Action” dropdown component within the “Audit” page.
Impacted Functionality: Audit page
The web-app now gracefully handles failures from the getAvailableCompanyAttributes endpoint due to missing permissions. Previously, such failures prevented companies from loading. With this enhancement, the app no longer depends on this endpoint to display companies, ensuring continued functionality even if the attribute request fails.
Impacted Functionality: Company permission
.
Implemented a fix to ensure that the checkout widget can display the card scheme when using the autofill on browsers to populate card information
Impacted Functionality: Checkout Widget
Orchestrate without clutter, confusion or code. Connect a world of payments and
commerce services to your business.
Orchestrate without clutter, confusion or code. Connect a world of payments and commerce services to your business.
Paydock Holdings Pty Limited
L40,
2 Park Street,
Sydney,
NSW 2000,
Australia
Paydock Ltd
Arquen House,
4-6 Spicer Street,
St. Albans,
Hertfordshire,
England,
AL3 4PQ
Copyright © Paydock 2023. All Rights Reserved | Privacy Policy | Website Terms of Use