Skip to main content

· One min read

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.

· One min read

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.