Skip to main content

v3.20.36

New features

  • Merchant Management API — Payment Methods — Partners can now discover and configure payment methods for their sub-merchants via the API. Browse the catalogue of available methods, processors and their field schema with GET /v2/payment-methods, then configure a method for a merchant or an individual shop (list, show, set and remove) via /v2/merchants/{merchant_id}/payment-methods and /v2/merchants/{merchant_id}/shops/{shop_id}/payment-methods. See Merchant Management API.

v3.20.35

New features

  • Checkout & payment page — Croatian locale — The hosted checkout page and payment forms now support Croatian (hr). See Locales.

v3.20.33

New features

  • Payment page — Serbian, Romanian, and Czech locales — Payment forms now support Serbian (sr), Romanian (ro), and Czech (cs). See Locales.

v3.20.32

New features

  • Checkout — Serbian, Romanian, and Czech locales — The hosted checkout page now supports Serbian (sr), Romanian (ro), and Czech (cs). See Locales.

v3.20.31

New features

  • Wero — Checkout URLwero_checkout_url is now required for Wero payments. It indicates where the user is coming from before making a Wero payment. See Payment API and Wero.

v3.19.93

New features

  • Wero — Payer location in postbackspayer_location is now included in payment and refund postback data. This field is specific to Wero and only present when available. See Payment API and Refund API.

v3.19.91

New features

  • Card POS payment method — Accept card-present payments through physical POS terminals and SoftPOS devices. Supports payment, authorize + capture, full and partial refund, reverse, and unreferenced refund (payout). Single Tap online-PIN retries and switch_interface flows are surfaced via action_data.terminal_action in the synchronous response. Use payment_type: "cardpos" with the new pos_data request block. See Card POS.

v3.19.84

New features

  • Merchant Management API — Partners and super-partners can programmatically create merchants and partners via POST /v2/merchants. List and show endpoints were extended with super-partner access and external_id support. See Merchant Management API.

v3.19.78

New features

  • Wero — Wallet references in postbackswallet_activity_reference and wallet_account_reference are now included in payment postback data. refund_wallet_activity_reference is now included in refund postback data. These fields are specific to Wero and only present when available. See Payment API and Refund API.