Release 07.10.2025
Changelog
Payout
The Create Payout Request endpoint has been changed:
- The
acquirerCode,instrumentType, andproviderCodefields are no longer required. All three fields are now nullable.
Payment Settings Alias Support
Payment settings alias functionality has been expanded across multiple endpoints:
- Retrieve Payment Methods: Response may now includes
paymentSettingsAliasfield for each payment method. - Retrieve Payout Methods: Response may now includes
paymentSettingsAliasfield for each payout method.
This enhancement allows merchants to identify and use specific payment configuration aliases when creating orders or payouts.
Documentation Enhancements
The Cryptocurrency Reference Guide has been expanded with a comprehensive new section on cryptocurrency payouts:
- Cryptocurrency Payouts: Complete guide on using the
POST /api/v1/payoutsendpoint for cryptocurrency withdrawals, including:- Two methods for specifying cryptocurrency (crypto_currency_code with cryptoTokenStandard, or asset_code format)
- Detailed examples for both native cryptocurrencies (BTC, ETH) and token-based cryptocurrencies (USDT, USDC)
- Provider-specific
sourceCurrencyparameter usage for cross-network conversions and currency denomination specification