January 28, 2025
Enhancements and bug fixes
  • Added the ability to use special characters (‘á’, ‘Á’, ‘é’, ‘É’, ‘í’, ‘Í’, ‘ó’, ‘Ó’, ‘ú’, ‘Ú’, ‘ü’, ‘Ü’, ‘ñ’, ‘Ñ’) in the embedded components. The HTML element <meta charset="UTF-8"> must be included in the <head> element. Code examples in the docs have been updated to reflect this change.
  • Fixed a bug where the embedded components would not show a card network as “not allowed” even though the card network was set to false in the configuration.
October 22, 2024
Tokenization improvements

We made enhancements to the embedded components to improve the tokenization process for some cards. Before, tokenization sometimes failed for cards if they weren’t being tokenized as part of a transaction. We’ve added two new keys to the tokenization request body: fallbackAuth and fallbackAuthAmount to run an authorization on cards while tokenizing them. See the configuration reference section of the embedded components docs for more details.

October 17, 2024
New library URL and other enhancements

Evergreen library URL

In this release, we’ve transitioned to an evergreen library URL for production environments: https://embedded-component.payabli.com/component.js.

To give our partners time to migrate to the new evergreen library, Payabli will continue to support version 1.9.0 of the library (https://embedded.payabli.com/1.9.0/component.js) until March 31, 2025. However, we are no longer maintaining or adding enhancements to this version.

Other enhancements

  • Added enhancements for the ExpressCheckout UI.
  • Added better custom CSS handling for some components.
July 31, 2024
Enhancements and bug fixes

Enhancements

  • Added enhanced sandbox support for testing embedded components. Now, when using an embedded component in the sandbox environment, you must add data-test as a configuration variable to the script tag. For example:
    <script src="https://embedded-component-sandbox.payabli.com/component.js" data-test></script>. This configuration variable shouldn’t be used with the production library.
  • Added support for alphanumeric account holder and cardholder names in embedded components.
  • Added support for different ZIP code formats.

Bug fixes

  • Fixed an issue that caused the ACH and card forms to disappear when a user clicks on certain areas of the form. The forms now display as expected.
  • Fixed an issue with card expiration date validation.

Was this page helpful?