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.
Wero — Checkout URL — wero_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.
Wero — Payer location in postbacks — payer_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.
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.
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.
Wero — Wallet references in postbacks — wallet_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.