Release 04.03.2024
Changelog
New Features
-
Added: New endpoint Retrieve Payment Methods to retrieve payment methods.
- Details: The new endpoint allows merchants to fetch all available payment methods for a specified shop via its
shopId. The information obtained serves to fill thepaymentSettingsobject with necessary data during the order creation process.
- Details: The new endpoint allows merchants to fetch all available payment methods for a specified shop via its
-
Added: Payouts are now supported with three new endpoints for handling payout processes.
- Create Payout Request: New endpoint to initiate a new payout request.
- Details: Merchants can now initiate payout requests.
- Retrieve Payout Status: New endpoint to retrieve the current status of a specific payout operation for a shop.
- Details: This endpoint provides the ability to check the status of a payout operation.
- Retrieve Required Payout Fields: New endpoint to retrieve necessary data fields for initiating a payout through a specific provider.
- Details: Merchants can retrieve the required fields for the
recipientobject necessary for initiating a payout, specific to a provider and instrument type.
- Details: Merchants can retrieve the required fields for the
- Create Payout Request: New endpoint to initiate a new payout request.
Updates
- Update: In the Create Order endpoint, the
orderNumberparameter is now mandatory for creating an order.- Details: The
orderNumberserves as a unique identifier for the order, which you need to generate. It must be specific to theshopIdand unique for each order within thatshopId.
- Details: The