This is the changelog for the Payabli C# SDK. It includes updates, bug fixes, and new features.
v0.0.308
Fixed a bug that caused MoneyIn.Getpaidv2Async to error when deserializing the response. Regenerated the C# SDK to incorporate latest API definition updates.
v0.0.306
Regenerated the C# SDK to incorporate latest API documentation improvements. See April 13th, 2026 for more information.
v0.0.301
Removed unused notification types from the NotificationStandardRequestContentEventType type in the C# SDK.
v0.0.300
Regenerated the C# SDK to incorporate latest API documentation improvements. See March 16th, 2026 for more information.
v0.0.299
Changed the TransactionDetailCustomer.AdditionalData type from Option<string> to Option<Dictionary<string, string>> to match the API.
v0.0.298
Changed the ApplicationData.BankData field from an object to an array of objects to match the API.
v0.0.297
Regenerated the C# SDK to incorporate latest API documentation improvements. See February 17th, 2026 for more information.
v0.0.296
Regenerated the C# SDK to incorporate latest API documentation improvements. See January 26th, 2026 for more information.
v0.0.295
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.293
Changed the GetInvoiceRecord.AdditionalData type from Option<string> to Option<Dictionary<string, string>> to match the API.
v0.0.291
Changed the BillData.AdditionalData type from Option<string> to Option<Dictionary<string, string>> to match the API.