HomeGuidesAPI ReferenceChangelog
Log InChangelog
Changelog

2026.08.01

Wallets API


🆕 New features

  • Add optional query parameter zoneId to WspTransactionHistory endpoint. Read more about this parameter in WSP Transaction lookup​.
  • Bancontact onboarding now supported through the wallet dashboard if WSP is configured to support Bancontact.
  • Payment using Bancontact now supported if WSP and merchant is configured to support Bancontact.

📘 Documentation

⚠️ Changes/important information

  • Sending sdkId as lower case value in WSP Events​.
    • 📘

      Please note that since an sdkId is a UUID, and UUIDs are case-insensitive by definition, two sdkIds that differ only in casing refer to the same identifier and must be treated as equal (matched case-insensitively).

      This clarification has now been added to the sdkId documentation page as well.

  • When the consumer has a custom prioritization of payment instruments (not WSP default), new payment instruments will be added on top (first priority) instead of at the bottom. If the consumer does not have a custom prioritization, the WSP default will be used.

🐛 Bugfix

  • More robust processing of expired transactions.
  • WSP default ordering of participating payment systems did not work as intended.