Enhanced bill and invoice screens, Creator updates, and new webhook notifications
This release includes several enhancements and bug fixes across the web app, API, and embedded components. Here are the highlights:
Web app
Bill and invoice details screens
Added enhanced quick view screens for bills and invoices, allowing you to see important details faster from report screens.
Creator updates (beta)
- Domain requirement now enforced - when using hosted setup, API token must be configured with your domain instead of
http://localhost
- Added boarding components for testing embeddable boarding applications
- Added ability to delete reporting components
- UX improvements to reporting components:
- Improved responsive behavior for tables
- Fixed fonts and color display issues
- Added clear all filters button
- Various minor improvements
General UI updates
- Updated notification email language for clarity and brevity
- Improved Vendor screens usability
- Added paypoint link to chargeback screens
- Various label and navigation updates
Bug fixes
- Fixed business start date display in boarding templates
- Fixed customer name display in reports when last name is empty
- Fixed MCC display in boarding templates
- Fixed vendor and additional email address sending
- Fixed password reset link display in Outlook
- Fixed custom notes display on invoices
- Fixed rotating icon colors
- Fixed blank screen navigation in boarding app
- Fixed receipt field configuration
- Fixed loading state display in reports
- Fixed user editing from Organizations page
API
New webhook failure notifications
Added new notifications for failed webhooks:
- FailedWebNotification for web notification failures
- FailedSMSNotification for SMS notification failures
- FailedEmailNotification for email notification failures
Note: Target type can’t match notification type (for example you can’t send FailedSMSNotification via SMS)
Notification bodies include:
- SMS: phone number, paypoint, event
- Email: email address, paypoint, event
- Web: URL, paypoint, event
Use Add notification endpoint to configure.
Other enhancements
- Added new batch query filters. See List batches for a paypoint and List batches for an organization