Skip to main content

Release 09.06.2026

Changelog

Orders

New statusCode and statusDescription fields for individual payments:

  • Each payment in the data.payments array now includes two new optional fields:
    • statusCode — status code that provides additional context for the current payment status.
    • statusDescription — human-readable description corresponding to statusCode.
  • This complements the order-level statusCode and statusDescription fields, giving you the reason for the status of each individual payment attempt within an order.
  • Affected endpoint:
  • For the full list of status codes and their meaning, see the Status Codes reference.