Release 19.03.2026
Changelog
Orders
Bank Transfer Payer Data Support:
- Added
bankTransferDataobject to thepayerfield in the Create Order endpoint. - When creating an order with
instrumentType=bank_transfer, merchants can now pass the payer's bank transfer details (such asbankCode,accountName,accountNumber, etc.) inpayer.bankTransferData. - This allows providing bank-related information for the payer upfront, reducing the need for manual entry on the payment page.
- Requires the company setting "Use customer data as payer information" to be enabled. This setting can be found in the Dashboard under Settings -> Company tab.
Need Action automatic resolution:
- Orders in
need_actionstatus caused by a provider response timeout can now be resolved automatically. If the provider's response is eventually received. - See Order Status Model — Resolution.