Changelog
Orders
Bug Fixes
Fix: Resolved an issue where, in some cases, the payment page was incorrectly generated when creating an order with
"dataEntryMode": "redirect"
. This caused the user to be unable to redirect to the provider's page because the Pay button was not clickable.Fix: Resolved a bug where the Retrieve Order Details could accept
payoutNumber
asorderNumber
. This endpoint now only acceptsorderNumber
. IfpayoutNumber
is provided asorderNumber
, an error will be returned:{
"message": "Not found order number some_number in shop with id: some_shop_id",
"code": 404
}
Payouts
Bug Fixes
- Fix: Resolved an issue where the response from the Retrieve Required Payout Fields endpoint sometimes included an empty
recipient
property. The response now adheres to the documentation. - Fix: Corrected a problem where creating a payout would fail due to missing mandatory fields. Payouts are now created correctly.
Changes expected in the next release
- Feature: There will be an option for manual resending of the order/payout status callback. In the merchant account dashboard, within the order/payout details window, a button Send order status by API will be added. Clicking this button will resend the order or payout status callback. The callback will be sent to the addresses specified in the callback settings, and if
webhookUrl
was specified during the order/payout creation, both callbacks (settings andwebhookUrl
) will be sent.
- As we mentioned in the previous release note, the new payout endpoint Retrieve Required Payout Fields is currently available but is returning placeholder responses instead of actual data. We are working on finalizing this feature, and it will be fully functional and provide accurate data in the next release.