Release 09.06.2026
Changelog
Orders
New statusCode and statusDescription fields for individual payments:
- Each payment in the
data.paymentsarray now includes two new optional fields:statusCode— status code that provides additional context for the current payment status.statusDescription— human-readable description corresponding tostatusCode.
- This complements the order-level
statusCodeandstatusDescriptionfields, giving you the reason for the status of each individual payment attempt within an order. - Affected endpoint:
- Retrieve Order Details —
GET /api/v1/order/{shopId}/{orderNumber}
- Retrieve Order Details —
- For the full list of status codes and their meaning, see the Status Codes reference.