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

  • Introduced two new endpoints for supporting cryptocurrency payment orders. For usage guidelines, refer to API: Request examples:

    • Create Crypto Wallet for a Customer
    • Retrieve Customer's Crypto Wallets
  • Extended paymentType to include the new value order_by_webhook in the Retrieve Order Details endpoint and the Callback. This value is required for crypto acceptance operations such as Create Crypto Wallet for a Customer.