Release 22.01.2026
Changelog
Crypto Wallets
Removed Endpoints:
- The following CryptoWallet endpoints have been removed from the API:
POST /customers/crypto-wallet— Create Crypto Wallet for a CustomerGET /customers/{customerId}/crypto-wallet— Retrieve Customer's Crypto Wallets
Orders
Customer and Payer Data Handling:
- Updated priority rules when both
customerandpayerobjects are provided in the Create Order request. This behavior applies only when the company setting "Use customer data as payer information" is enabled:- Data from
customerandpayerobjects will be merged - Fields from the
payerobject take priority over corresponding fields fromcustomer - Missing fields in
payerwill be supplemented fromcustomerdata
- Data from
Cryptocurrency Payments:
- Customer identification is now required for cryptocurrency payments (
instrumentType: crypto_wallet). You must provide at least one of the following fields in thecustomerobject:customerId— to use an existing customeremail— to identify or create customer by emailphone— to identify or create customer by phone
Shop Hosted Integration:
- When using
dataEntryMode: instructionwithpaymentPageDesign.format: shop_hosted, thepayerobject with required fields must be provided in the request. If payer data is insufficient, a validation error will be returned. - Instruction parameters are returned in the
operationReferenceobject via webhook and Retrieve Order Details response.
Retrieve Order Details:
- The Retrieve Order Details response has been updated:
- Added
payerobject to thepaymentitems in thepaymentsarray. - Expanded
instrumentType: crypto_walletdetails (OrderPaymentDetailsCryptoWalletResponse) with:recipientCryptoAddress: The cryptocurrency wallet address of the recipient.recipientCryptoAddressMeta: Additional metadata for the recipient address.senderCryptoAddressMeta: Additional metadata for the sender address.
- Added
Create Payout Request:
- The Create Payout Request response (and relevant structures) has been updated for
instrumentType: crypto_wallet:- Added
blockchain: Name of the blockchain. - Added
tokenStandard: Token standard. - Added
senderCryptoAddressMeta: Additional metadata for the sender address. - Added
tronscanUrl: Direct URL to view transaction details. - Added
amlRisk: Anti-Money Laundering risk level.
- Added