Release 22.10.2024
Changelog
General
- New feature: A new status
need_actionhas been added to the status model for both payments and payouts. This status indicates that further action is required to complete the transaction. More details can be found in the Order Actions and Conditions and Payout Scenarios sections.
Orders
- New feature: A new
providerobject has been added to thepaymentsarray in the response of the Retrieve Order Details endpoint and the Order Status Callback, which includes the payment provider'scode.
Payouts
-
New feature: A new
statusobject has been added to thepayoutTransactionsarray in both the Retrieve Payout Status and Payout Callback endpoints. This object contains:status: The current state of the payout, with possible values:in_progress,completed,cancelled,failed, and the newneed_action.details: Nullable object providing additional error details if the payout fails, including:errorId: Unique error identifier.providerMessage: Error message from the payment provider.code: Internal error code for categorizing the error.
-
New feature: A new
statusobject has been added to thepayoutTransactionsarray in both the Retrieve Payout Status and Payout Callback endpoints to enhance payout status reporting. It includes the current state of the payout and detailed error information if the payout fails.