Changelog
General
- New feature: A new status
need_action
has 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
provider
object has been added to thepayments
array 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
status
object has been added to thepayoutTransactions
array 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
status
object has been added to thepayoutTransactions
array 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.