- Account Updater
- API v1
- API v2
- Portal
- iFrame
- Payment Services v1
- Transparent Gateway API v1
Account Updater
15487 - Account Updater will no longer process duplicate files.
- Account Updater will no longer process duplicate files if the original file has not completed processing. New exit code 10 will indicate "This is a duplicate file, the original file is still being processed. Please allow up to 72 hours for completion."
API v1
15632 - Bug: Missing group key.
- Fixed a bug which intermittently caused encryption profiles to fail to load when attempting to decrypt data encrypted with RSA encryption for related API endpoints such as EncryptedToken/Tokenize.
API v2
15246 - Network Token Provisioning using BBE cipher text.
- Clients can now send BBE-encrypted data in the Data and CVV fields for the NetworkToken/Tokenize endpoint, with the header
tx-data-encrypted
set totrue
. The encrypted data and CVV will be decrypted and tokenized, eliminating the need for an extra call to EncryptedToken/Tokenize.
Portal
15632 - Bug - Missing group key.
- Fixed a bug which intermittently caused encryption profiles to fail to load when attempting to decrypt data encrypted with RSA encryption.
15643 - Bug - Auth0 SSO HTTPS Issue.
- Resolved an issue resulting in an insecure data error message, which prevented some users from successfully authenticating to the Portal
iFrame v3
15675 - Ability to disable Luhn check in iFrame.
- The Luhn check in the PCI Mode of the iFrame can now be disabled by setting the applicable configuration parameter. This will suppress the client-side Luhn check, allowing a server-side attempt to tokenize the data. Note: If the specified token scheme performs a Luhn check, the tokenization will still fail if the data is not Luhn compliant.
Payment Services v1
15632 - Bug - Missing group key.
- Fixed a bug which intermittently caused encryption profiles to fail to load when attempting to decrypt data encrypted with RSA encryption.
Transparent Gateway API v1
15632 - Bug - Missing group key.
- Fixed a bug which intermittently caused encryption profiles to fail to load when attempting to decrypt data encrypted with RSA encryption.