Skip to main content

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 the paymentSettings object with necessary data during the order creation process.
  • 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 recipient object necessary for initiating a payout, specific to a provider and instrument type.

Updates

  • Update: In the Create Order endpoint, the orderNumber parameter is now mandatory for creating an order.
    • Details: The orderNumber serves as a unique identifier for the order, which you need to generate. It must be specific to the shopId and unique for each order within that shopId.

Release 12.02.2024

Changelog

Access to our Test and Production IP Addresses

  • Update: You can now obtain the IP addresses of our test and production environments directly from the merchant developer panel. This enables you to easily whitelist our IP addresses if you wish to secure your integration further.
  • How to Access: For detailed instructions, visit this guide.
caution

Upcoming Change in the Next Release

Create Order Endpoint Update

  • Update: In the Create Order endpoint, the orderNumber parameter will become mandatory when creating an order. - Details: The orderNumber is a unique identifier for the order that you must generate on your side. It should be specific to the shopId and must be unique for every order within each shopId.

Release 29.01.2024

Changelog

Retrieve Order Details Endpoint / Callback Modification

Create Order Endpoint Changes

  • Endpoint: Create Order Endpoint
  • Modifications:
    • Removed object: paymentPageSettings object has been removed.
    • New object added: Introduced paymentPageDesign as a replacement.
    • Mandatory parameter: orderNumber is now a required parameter.
    • Customer object update: The customer object now requires firstName and lastName as mandatory parameters.
    • Payment settings enhancement: In the paymentSettings object, within the entryMode parameter, redirect has been added as a new enum option.

iFrame Payment Page Display Capability

  • Feature: Enabled displaying the payment page using an iFrame.
  • Documentation: For more details, visit Gateway Developers.