Changelog

Changelog – Payblis

Stay up to date with the latest improvements, features, and bug fixes across the Payblis platform. We are continuously enhancing performance, security, and user experience.

June 05, 2025, 08:30 AM

Smart Routing System for Incoming Payments

  • Rotate System: Merchants can now distribute their incoming transactions across multiple Payblis financial partners (banks, processors, crypto rails).

  • Smart Logic: The system can automatically balance volumes to avoid overloading a single account, optimize success rates, and reduce risk.

  • Auto Mode: Routing manually (fixed %) or activate smart automation based on volume or priority rules.

  • Security & Reporting: Each route is fully traceable with detailed logs and routing history available in the merchant dashboard.

  • Analytics: New real-time dashboard showing distribution, status, and performance per financial partner.

June 10, 2025, 08:30 AM

Company Profile Management & Self-Billing Mandate

  • Editable Company Profile: Merchants can now update their company information directly from their dashboard, including:

  • Contract Auto-Generation: A custom service agreement is now generated instantly based on the merchant’s company details.

  • Self-Billing Mandate: Payblis now issues invoices on behalf of the merchant. A mandate of self-billing is automatically created and attached to the contract.

  • Real-Time Sync: Any update to company data triggers regeneration of the documents, ensuring all contractual info stays up to date.

April 7, 2025, 10:30 AM

Checkout Page Redesign: Faster, Cleaner, More Secure

  • New Optimized Checkout UI: Fully redesigned for a more seamless payment experience on desktop and mobile.

  • Faster Load Time: Checkout now loads 40% faster with improved form validation and error handling.

  • Branding Options: Merchants can now customize logo and store name display.


May 13, 2025, 04:30 PM

REST API v1 – Developer Integration Now Available

  • Public REST API now available for all verified merchants.

  • Secure Authentication: Each call uses a unique API key & HMAC signature.

  • Core Features:

– Create payments

– Check transaction status

  • Full Documentation: Available at doc.payblis.com with real-world examples and test credentials.

  • Sandbox Mode: Test environment available for staging integrations before going live.

## [1.0.10] – 2024-12-19
### Fixed
– Fixed signature calculation method to match Payblis server implementation
– Changed signature calculation from JSON to PHP serialized format for payment requests
– Fixed IPN signature verification to handle JSON payloads correctly
– Resolved page blank issue caused by signature mismatch
### Added
– Added unique order reference generation to prevent conflicts between merchants
– Implemented RefOrder format: `woo-XXX-12345` (woo + 3-letter store prefix + order number)
– Added automatic extraction of original WooCommerce order number from unique RefOrder in IPN
– Added backward compatibility for existing RefOrder formats
– Enhanced IPN logging with RefOrder information
### Security
– Improved signature verification for both payment requests and IPN notifications
– Enhanced error logging for signature validation debugging

## [1.0.9] – 2024-06-13
### Added
– Added HMAC SHA-256 signature system for payment requests
– Added signature verification for IPN notifications
– Added new configuration fields for test and live secret keys
– Added rotate system for payment gateway endpoints
### Security
– Enhanced security with signature verification for all Payblis communications
### Fixed
– Improved IP address handling with support for IPv6
– Added intelligent IP detection from various HTTP headers
– Implemented consistent IP generation for IPv6 clients
– Fixed proxy and load balancer IP detection
– Added support for IPv4-mapped IPv6 addresses

## [1.0.8] – 2024-06-13
### Added
– Added HMAC SHA-256 signature system for payment requests
– Added signature verification for IPN notifications
– Added new configuration fields for test and live secret keys
### Security
– Enhanced security with signature verification for all Payblis communications