Changelog
General
- Update: Additional
dataEntryModes
options have been introduced, includinginstruction
,iframe
, andhtml
, providing flexible methods for customer data entry in the Retrieve Payment Methods and Create Order endpoints. - Update: Expanded
transferType
options for payouts, adding the following new methods:sbp
- Russian System for Fast Paymentsopen_finance
- Open banking optionsvirtual_account
- Virtual account paymentsspei
- Mexican interbank electronic payments (SPEI)vietqr
- Vietnamese QR code paymentspaysafecard
- Prepaid voucher servicemultibanco
- Portuguese bank transfer methodbancontact
- Belgian payment methodblik
- Polish mobile payment systemp24
- Przelewy24, a Polish online payment systemrapidtransfer
- Rapid Transfer for bank paymentsupi
- India’s Unified Payments Interfacethb_qr
- Thai QR paymentssberbank
- Sberbank Online for Russian transfersaccount2card
- Direct bank-to-card transfer
Cryptocurrency
Initial support for cryptocurrency transactions has begun, but implementation is still ongoing. Below are the changes introduced so far, with further updates planned for upcoming releases. All modifications are backward-compatible.
- Update: A new
cryptoTokenStandard
parameter has been added to theorder
object in the Create Order endpoint and to thepayout
in the Create Payout Request , required if thecurrency
is set to a cryptocurrency. This allows specifying the blockchain standard for crypto payments, such as ERC20. - Update: The
amount
andcurrency
fields inorder
->cost
object were modified to support cryptocurrency transactions, including the addition of decimal precision requirements for crypto and the need to specifycryptoTokenStandard
in the Create Order endpoint and inpayout
->cost
in the Create Payout Request . - Update: The
customer
data container now allows customer details (firstName, lastName, middleName, phone, and email) from the order request to be automatically used on the payment page without re-entry, governed by theUse customer data as payer information
setting. This behavior applies across all orders created using the Create Order endpoint.
Payouts
- New fields: Added
ipAddress
,beneficiaryName
, andbeneficiarySurname
toRecipientPersonalData
for enhanced payer identification in the Create Payout Request endpoint. - Update: Added
RUT
toRecipientDocuments
to support Chilean taxpayer identification in the Create Payout Request endpoint.