Skip to main content

Release 28.01.2025

Changelog

Orders and Payouts

warning

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 transferType selections within a single payment method.
    When instrumentType is bank_transfer, please rely on transferTypes. transferType remains 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 transferType and in transferTypes.
    • If multiple transfer types are added for payment method for the shop, transferType will be null and you should use transferTypes.
  • Added new TransferType values: imps, upi_p2p, upi_fast_vip. For more details, see Payment and Payout Methods.

Orders