For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
AI agentsStatus PageContact sales
HomeGuidesDeveloper ToolsChangelogsCookbooks
HomeGuidesDeveloper ToolsChangelogsCookbooks
    • Payabli developer overview
    • Developer quickstart
    • Developer testing guide
    • Test accounts
  • API
    • Using the API
    • API responses
    • API changelog
    • Webhooks
  • Embedded Components
    • Overview
    • EmbeddedMethod UI
    • PayMethod UI
    • VirtualTerminal UI
    • ExpressCheckout UI
    • Changelog
  • Server SDKs
    • Server SDKs overview
      • PHP SDK overview
      • Changelog
  • Other tools
    • Postman collection
    • Payabli MCP
    • Example apps

© 2026 Centavo, Inc. All rights reserved | Centavo (DBA Payabli) is a registered Payment Facilitator of PNC Bank, N.A., Pittsburgh, PA. Payabli is a registered ISO/MSP of Merrick Bank, South Jordan, UT.

PayabliTest Cards & AccountsPay In StatusesPay Out StatusesTrust Center
LogoLogo
AI agentsStatus PageContact sales
On this page
  • May 20, 2026
  • v0.0.427
  • May 11, 2026
  • v0.0.426
  • May 8, 2026
  • v0.0.424
  • April 30, 2026
  • v0.0.423
  • April 13, 2026
  • v0.0.420
  • March 17, 2026
  • v0.0.418
  • v0.0.417
  • March 13, 2026
  • v0.0.416
  • March 10, 2026
  • v0.0.415
  • February 18, 2026
  • v0.0.414
  • February 11, 2026
  • v0.0.413
Server SDKsPHP SDK

Changelog

This is the changelog for the Payabli PHP SDK. It includes updates, bug fixes, and new features.
May 20, 2026
May 20, 2026

v0.0.427

Fixed an issue where the PHP SDK wasn’t properly deserializing the extraData field in certain API response models.


May 11, 2026
May 11, 2026

v0.0.426

Regenerated the PHP SDK to incorporate latest API documentation improvements. See May 11, 2026 for more information.


May 8, 2026
May 8, 2026

v0.0.424

Fixed a bug that caused the CustomerSummary object to be deserialized incorrectly in customer records. Fixed a bug that caused the InvoiceData object to be deserialized incorrectly in transaction records. Regenerated the PHP SDK to incorporate latest API definition updates.


April 30, 2026
April 30, 2026

v0.0.423

Fixed a bug that caused moneyIn->getpaidv2 to error when deserializing the response. Regenerated the PHP SDK to incorporate latest API definition updates.


April 13, 2026
April 13, 2026

v0.0.420

Regenerated the PHP SDK to incorporate latest API documentation improvements. See April 13th, 2026 for more information.


March 17, 2026
March 17, 2026

March 13, 2026
March 13, 2026

v0.0.416

Changed the TransactionDetailCustomer.additionalData type from string to ArrayType(['string' => 'string']) to match the API.


March 10, 2026
March 10, 2026

v0.0.415

Changed the ApplicationData.bankData field from an object to an array of objects to match the API.


February 18, 2026
February 18, 2026

v0.0.414

Regenerated the PHP SDK to incorporate latest API documentation improvements. See February 17th, 2026 for more information.


February 11, 2026
February 11, 2026

v0.0.413

Regenerated the PHP SDK to incorporate latest API documentation improvements. See January 26th, 2026 for more information.

Older posts

Next

v0.0.418

Removed unused notification types from the NotificationStandardRequestContentEventType type in the PHP SDK.

v0.0.417

Regular regeneration

Regenerated the PHP SDK to incorporate latest API documentation improvements. See March 16th, 2026 for more information.

Removed guzzlehttp/guzzle dependency

Removed the guzzlehttp/guzzle dependency. The PHP SDK is now compatible with all PSR-7, PSR-17, or PSR-18 HTTP clients using framework-agnostic interfaces. Existing code that catches GuzzleHttp\Exception\RequestException must be refactored.