Changelog
Orders
Enhancements
- New Feature: Introduced the ability to assign and use aliases for payment configurations. Merchants can now specify a
paymentSettingsAlias
in the order creation endpoint to control which payment configuration is used for processing the order. This feature is particularly useful for merchants who need to manage multiple configurations with the same provider. To learn more about configuring and using aliases, please refer to the Alias Documentation.
Payouts
Enhancements
- New Feature: Similar to the enhancements for orders, the alias feature has also been extended to payouts. Merchants can now specify a
paymentSettingsAlias
in the payout creation endpoint. This allows for precise control over which payment configuration is used for payouts. To learn more about configuring and using aliases, please refer to the Alias Documentation.
Bug Fixes
Fix: Resolved an issue where payouts could not be created if the DataEntryMode
was not specified during payout creation, when only one DataEntryMode
was available for the payment method. Now, the DataEntryMode
is only required when there are multiple DataEntryMode
available in the Retrieve Payout Methods endpoint response. If only one DataEntryMode
is provided, it will be automatically applied, and no manual input is necessary.