Skip to content
English
  • There are no suggestions because the search field is empty.

28 May 2026_Release Note

We are delighted to share with you our release notes including a bug fix.

🚀 What's New This Release

  • 🐞 Airbnb: Fixed Airbnb 19-Digit User ID Display Issue

💡 Click on each function for more details

Bug Fix 🐞 Airbnb
Fixed Airbnb 19-Digit User ID Display Issue
  • Current situation: Airbnb has started rolling out a new user ID format with longer 19-digit IDs for newer accounts. These values exceed PHP's Integer/Float precision limit (15–16 digits), causing the system to incorrectly convert or truncate the last 2–3 digits of the user ID.
  • Solution: Updated the handling logic to ensure 19-digit Airbnb user IDs are displayed and stored correctly without rounding, truncation, or impact to existing integration logic and historical user IDs.