Skip to content

Releases: killbilling/recurly-java-library

API Version 2.6

02 Jun 09:34
Compare
Choose a tag to compare

Breaking changes

  1. RecurlyObjects#getNbRecords is not longer supported. We removed the X-Records header from the pagination responses which greatly improves response times.
  2. For POST /v2/subscriptions, sending null for total_billing_cycles attribute will now override plan total_billing_cycles setting and will make subscription renew forever. Omitting the attribute will cause the setting to default to the value of plan total_billing_cycles.

Other changes

  • Changed Plan request/response:
    • Added <trial_requires_billing_info> element.
  • Changed Subscription response:
    • Added <no_billing_info_reason> element.
  • Added POST /v2/purchases
  • Added POST /v2/purchases/preview