P2P Trading 5.1.8
28 August 2025
This release has upgrade notes. Read them before updating — they describe behaviour changes that need your attention.
BUG FIXESPAYMENT METHODSAPI IMPROVEMENTS
P2P v5.1.8
Release Date: August 28, 2025
Tags: BUG FIXES, PAYMENT METHODS, API IMPROVEMENTS
Upgrade Notes
- No database migrations are required for existing installations. Payment method associations are validated automatically on next use, and all changes are backward compatible with existing P2P offers.
Changed
Payment method performance
- Changed payment method retrieval to use better queries, and reduced the repeated calls made when validating a selection
- Changed frequently accessed payment methods to be cached
- Changed offer creation validation to check multiple payment methods in one pass, reducing processing time
Error messages
- Added detailed error messages when payment method validation fails, naming the specific invalid entries
- Changed payment method updates so an offer's associations either apply completely or not at all
Fixed
Payment method management
- Fixed payment method creation and selection in P2P offers
- Fixed the payment method list to include a user's own custom methods alongside the system methods
- Fixed validation so it accepts both system methods and a user's own custom methods
- Fixed vague validation errors, which now name which payment method entries were invalid
- Fixed payment methods not being associated with an offer correctly
Custom payment methods
- Fixed custom payment method creation, which now assigns a proper position in the list
- Fixed payment method retrieval so it returns both system and the user's own custom methods
- Changed the ordering so system methods appear first, followed by custom methods
- Added an owner marker to each payment method, so a user's own methods can be told apart from the shared ones