Release 03.04.2024
Changelog
New Features
- Added: Payouts are now fully supported with four new refactored endpoints for handling payout processes.
- Create Payout Request: New endpoint to initiate a new payout request.
- Retrieve Payout Status: New endpoint to retrieve the current status of a specific payout operation for a shop.
- Retrieve Payout Methods: New GET endpoint to retrieve the list of payout methods available for a given shop, identified by its
shopId. This endpoint provides an unfiltered list of all payout methods applicable to the shop. - Retrieve Required Payout Fields: New endpoint to retrieve necessary data fields for initiating a payout through a specific provider.
Updates
- Update: The Retrieve Order Details endpoint has been updated to include
shopIdandorderNumberparameters. - Update: The format of the Callback has been synchronized with the response of the Retrieve Order Details. This change was made while preserving backward compatibility.
Note: In the next release, backward compatibility will be removed, and the Callback will only return thedataobject, making its format fully identical to the Retrieve Order Details endpoint.