Skip to Main Content

Change Log

Change Log

The change log across both reseller and merchant APIs has been consolidated for Resale and the Subscriptions service in order to reflect the nature of the end-to-end flows. Where a change is only for resellers or merchants, this is specifically mentioned.

  • 1.4.0
    Subscriptions: Added plan management API Methods
    Add POST /plan
    Add GET /plan/{planName}
    Add GET /plan/{planID}
    Add GET /plans
    Subsriptions: Support for additional character types as the first character of planName's
  • 1.3.0
    Added reseller-initiated /activationInfo endpoint
    Added merchant-initiated /notify endpoint
    Subscriptions: Add productName update functionality to PUT /subscription/{subscriptionId}
  • 1.2.0
    Added Bango-generated sharedCustomerId to reseller notifications, merchant requests and all responses
    Subscriptions: Move to OpenAPI 3.0.1 and refactor
    Subscriptions: Synchronize with API behavior
  • 1.1.0
    Added extensionData for resellers
    Added merchantExtensionData for merchants
    Added financeData to relevant merchant-initiated API requests, reseller notifications and all responses
    Added merchantBangoExtensionData for merchant requests and responses
    Added externalEntitlementId for resellers
    Subscriptions: Added merchantAccountKey to POST and GET
    Subscriptions: Removed billingPolicy, useRequestedDateForBilling from DELETE / subscription/{subscriptionId}/cancel
  • 1.0.0
    Initial release