This is the changelog for the Payabli Java SDK. It includes updates, bug fixes, and new features.

v0.0.308

Changed the TransferQueryRecordsCustomer.invoiceData field to have an internal JSON name of invoiceData instead of InvoiceData. This change ensures the internal representation matches the API response.


v0.0.307

Changed the GetInvoiceRecord.AdditionalData type from Optional<String> to Optional<Map<String, String>> to match the API.