Changelog

Filter by:

January of 2026

  • New possible request error in the Orders API for QR Code
  • The new possible request error instore_order_locked_error was added to the [Cancel order by ID] (/developers/en/reference/in-person-payments/qr-code/orders/cancel-order/post) endpoint for QR Code. If returned, it indicates that an order cannot be canceled while the payment is in progress, as orders can only be canceled via the API when "status=created".

    Addition

    QR Code

    API Reference

    August of 2025

  • New column in the Account balance Report
  • The Tip amount ("TIP_AMOUNT") column has been added to the Account balance Report. This column will display the tip amount received in the transaction.

    Addition

    Reports

  • New parameter returned in the GET of Payments API
  • We have included the "threeds" parameter as one of the fields returned in the GET from the Payments API. This field will provide the status of the 3DS (3D Secure) security protocol, which is used for authenticating online card transactions.

    Addition

    Checkout API

    API Reference

    Security

    June of 2025

  • New 403 status when creating reports
  • The 403 Forbidden status code was added as a possible response when creating a release report. This error includes the message "operation not allowed" and means that the report cannot be generated from the company's general account. Instead, it must be generated from the account associated with the relevant country—that is, through the account of the country for which the report is to be generated. Check Create report for more information.

    Update

    Reports