Release 28.01.2025
Changelog
Orders and Payouts
The parameter transferType in the response of the Retrieve Payment Methods and Retrieve Payout Methods is now deprecated in favor of transferTypes, which returns an array of strings.
-
This change allows for multiple
transferTypeselections within a single payment method.
WheninstrumentTypeisbank_transfer, please rely ontransferTypes.transferTyperemains for backward compatibility but will be removed in future releases:- If only one transfer type is added for payment method for the shop, it will appear in
transferTypeand intransferTypes. - If multiple transfer types are added for payment method for the shop,
transferTypewill benulland you should usetransferTypes.
- If only one transfer type is added for payment method for the shop, it will appear in
-
Added new TransferType values:
imps,upi_p2p,upi_fast_vip. For more details, see Payment and Payout Methods.
Orders
-
Introduced two new endpoints for supporting cryptocurrency payment orders. For usage guidelines, refer to API: Request examples:
-
Extended
paymentTypeto include the new valueorder_by_webhookin the Retrieve Order Details endpoint and the Callback. This value is required for crypto acceptance operations such as Create Crypto Wallet for a Customer.