Release 26.02.2025
Changelog
Payouts
Removed Deprecated Endpoint:
- The previously supported endpoint
/payouts/fields/{providerCode}/{instrumentType}/has been completely removed from the system.
New street Parameter:
- In both the Retrieve Required Payout Fields response and the Create Payout Request request, a new
streetparameter has been added withinaddressData. - This field is intended to capture only the name of the street for use in providers that require more granular address information during payout processing.
Orders
New authorized Payment Status:
- The Retrieve Order Details response and the Order Status Callback now include a new possible status value,
authorized, underdata -> payments -> paymentStatus -> status.
Crypto Wallets
New accountCurrency Object:
- In the body of the Create Crypto Wallet for a Customer endpoint, a new object called
accountCurrencyhas been introduced. - This is used to specify the merchant’s account currency (fiat or crypto). Some providers require an additional account currency parameter for settlement or balance denomination alongside the actual crypto wallet currency.
Extended Response Fields:
- In the Retrieve Customer's Crypto Wallets endpoint,
data -> cryptoWalletsnow includes two new fields:accountCurrencyandaccountCurrencyTokenStandard. - These fields allow you to view the configured merchant account currency and any relevant token standards (e.g.,
"ERC-20") in the wallet details.
Renamed Fields in Wallet Response:
- In the Retrieve Customer's Crypto Wallets endpoint, the existing
walletAddressfield is now calledwallet, andcryptoCurrencyis renamed tocurrency.