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
transferType
selections within a single payment method.
WheninstrumentType
isbank_transfer
, please rely ontransferTypes
.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 intransferTypes
. - If multiple transfer types are added for payment method for the shop,
transferType
will benull
and 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
paymentType
to include the new valueorder_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.