Release 23.12.2024
Changelog
General
- Renamed parameter in the Retrieve Customer Information endpoint from
customerIds[]
tocustomerIds
.
Payouts
- Added the
serialNumber
field to voucher payouts in the responses from Retrieve Payout Status and Callback Payout. This is accomplished by introducing a new schema inpayoutDetails
(data -> payments -> paymentDetails) specifically for voucher support. - Added the new fields
serialNumber
andpin
for voucher support in orders in the Retrieve Order Details endpoint and Callback, via a new schema inpaymentDetails
. - Expanded the
paymentSystem
enum within thepaymentDetails
object to includemaestro
:- In the Retrieve Order Details endpoint and Callback.
- Also added
maestro
in thepayoutDetails
object for Retrieve Payout Status and Callback Payout.
- Extended
transferType
options to include additional methods, such aswise
andn26
, broadening the range of available payout methods.