Changelogโ
Payoutsโ
- Bug fix: The Callback Payout now adheres to the documentation correctly. Previously, the callback was not matching the described behavior in the docs.
- Bug fix: Resolved an issue where the Create Payout Request was returning an error for a valid request in some scenarios.
- Update: The default cancellation time for orders has been reduced to 15 minutes. Refer to the
timeLimit
parameter in the Create Order endpoint for more details.- If no active transaction is initiated by the payer within the first 15 minutes, the order will be automatically cancelled with the status
cancelled
. - If a transaction is initiated within this window, the order will remain active for an additional week. However, if a final successful status is not received from the payment provider within this extended period, the order will be cancelled.
- Bug fix: Fixed an issue where customer details in a previous order were sometimes overwritten by updated data for the same
customerId
from a new order. Now, customer details always reflect the information provided at the time of the order's creation, even if they were changed in subsequent orders for the same customerId
. This applies to both the Retrieve Order Details endpoint and the Callback.