Skip to main content
2025.10.10

Maintenance Items

  • OpenAPI Documentation Updates: Fixed an issue with the Webhook Registration OpenAPI documentation to specify that the webhook_url field should be passed as an array to allow for multiple webhook URLs.
2025.10.7

Release Features

  • Optimized Business & Merchant Response Payloads:
    • Responses: Removed full Person objects from create and update responses
    • Relations Object: Responses now include a clean relations object containing only the Person UUID
  • OpenAPI Documentation Updates: Updated OpenAPI documentation for Business and Merchant onboarding and update endpoints to reflect the new relational data structure.

Maintenance Items

  • Vendor Object in Relations: Resolved an issue where the vendor object was incorrectly appearing in List Person and List Merchant API responses. The relations attribute now correctly returns only allowed UUID references, ensuring consistency across all V3 endpoints.
2025.10.6

Release Features

  • V3 API Response Standardization: All V3 APIs of List and Showing (Person, Business, and Merchant) now follow a unified response contract with consistent structure. Error responses are now standardized across all endpoints, providing clearer, more consumer-friendly messages with proper attribute naming in validation errors.
  • Enhanced Relational Data: We’ve introduced a new relations object across all V3 endpoints, making it easier to understand entity relationships:
    • Person responses now include related Business or Merchant UUIDs.
    • Business responses include the associated Person UUID.
    • Merchant responses include the associated Person UUID.
  • Webhook Enhancements: Updated Person and Merchant webhook responses to include the new relations object structure, providing cleaner, more relevant information for integrations.

Maintenance Items

  • Billing Improvements: Fixed filter inconsistencies in Billing Item and Summary endpoints, ensuring accurate and reliable query results across both endpoints with consistent behavior.
I