Upcoming changes
Legend
info there is no concrete release date yet, please get in contact with us to get more details
soon these changes will be released within the next 2-4 weeks
next these changes will be released within the next days
List of Upcoming changes
Date | Description | Adjustments to API integration | Adjustments to business process |
|---|---|---|---|
next | In a rare case the push-service could send event messages twice. This will be blocked now. |
Latest changes
Date | Description | Adjustments to API integration | Adjustments to business process |
|---|---|---|---|
| The push notifications for sub-transations were not send to the individual URL, if some generic URL was set in the contract. This is fixed now. | ||
| The Push-Service could send messages for IDs that are not accessible via the common API endpoint. This is fixed now. | ||
| In order the merchant can communicate it the buyer, the API caller receives the Card Security Codes (CSC) when creating secucards. | An API call to | |
| Removed the "Sofort" payment method from the API, as Klarna discontinued this service on 30 September 2025. | ||
| As a user I want to have an endpoint for creating User Attributes so that they can then be added to sub-contracts when they are created via the General/Contracts/ Endpoint. | New Endpoints " | |
| Adjustments for credit card handling, to meet new PCI-DSS requirements. | You should whitelist the domain | |
| We adjusted the account owner and purpose input sanitizing for the following endpoints:
| The endpoints shall reject all entries that do not match the following restricted character set for the owner and description key value:
| |
| When creating creating a store, the country code was not saved. This is fixed now. | ||
| As a merchant, I would like to see the new 'Refund Retoure' products in secuoffice payment transaction grid. | ||
| As a merchant, I would like to be able to submit a dynamic descriptor per transaction to allow the cardholder to recognize the business name and city on their card or bank statement. | The /prepare/creditcard endpoint is expanded by a new "dynamicDescriptor" object as follows: { "container": { ... }, "callback_urls": { ... }, "dynamicDescriptor": { "merchantName": "Mustermann GmbH", "merchantCity": "Pulsnitz" }}The "dynamicDescriptor" is optional. If submitted, both properties must be passed and validated as follows:
| |
| As an API user, I can choose which payment methods are displayed on the Payment Page / Smart Checkout. | There is a new "payment_methods" array in the "payment_context" object: ... "payment_context": { "auto_capture": true, "payment_methods": [ "creditcard", "sofort" ], ...Submitting the "payment_methods" array is optional | |
| Improvements for Push-Service, to avoid postponed messages. | Failed push messages will be send repeatedly in a longer interval, if it was failed multiple times (not every 5 minutes, like before). | |
| Fixed some issues with IBAN validation for Italy. | ||
| The description of the payment transaction for product ID 38 and 39 will be not overwritten anymore. | ||
| Improve processing speed Improve processing speed | ||
| Improved processing speed | ||
| New product ids for " | ||
| Small improvements for Twint payments. | ||
| Fix for | ||
| Adjustments to avoid an unwanted (full) cancellation of a transaction. | This request will result in an error:
If you want to cancel a transaction over the full amount you can still send:
| |
| Removed some old error codes. |