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 

soon

New implementation of Mastercard "Pay by Bank".

A new payment method will become available.

An update of the SDK will be needed, if you want to use it.


Latest changes

Date

Description

Adjustments to API integration

Adjustments to business process 

 

Return PCI-ID in POST /Payment/Secupaypayout/me/PayoutWithoutCustomer

The request POST /api/v2/Payment/Secupaypayout/me/PayoutWithoutCustomer returns the PCI-ID (id) for the payout transaction (in addition to trans_id).


 

We allow platform API users to retrieve project invoices using the existing GET /api/v2/Payment/Invoices Endpoint.



 

Extend requestId endpoint (and create GET General Contracts Endpoint) for event details

The RequestId endpoint has some new fields:

POST /api/v2/Payment/Contracts/{Master_GCR_ID}/requestId
{
"event_details": {
"event_date": "2026-05-01",
"event_description": "Dynamo - Aue"
},
...
}


It's now also possible to add new contracts to existing merchants:

POST /api/v2/Payment/Contracts/{Master_GCR_ID}/requestId
{
"merchant_id": "MRC_id",
"event_details": {
"event_date": "2026-05-01",
"event_description": "Dynamo - Aue"
},
...
}


In the GET endpoint you will receive the new fields too:

GET /api/v2/General/Contracts/{GCR_ID}
 
{
"object": "general.contracts",
"id": "GCR_2H69XY35227V2VKP9WRA3SJ0W95RP0",
...
"event_details": {
"event_date": "2026-05-01",
"event_description": "Dynamo - Aue"
}
}



 

A new TLS/SSL certificate has been registered for our domains.

We have switched from a DV certificate to an OV certificate.

As the root certificate remains unchanged, we do not expect any issues and no further actions are needed on your side.


 

We added the support for individual payout dates for ticketing/future business sector. For this purpose, transactions will be paid out in staggered installments based on a defined distance to the event date.


Please contact us if you are interested in this business model.

 

We had a small number of TWINT transactions that are marked as ‘vorautorisert’ after payment was done, this is fixed.



 

In a rare case the push-service could send event messages twice. This will be blocked now.