Skip to main content
← Back to changelog page

2022-09-13 — Add last_failure fields to Subscription entity

Adds three optional fields to the Subscription entity of the Subscriptions API

All these new fields provide more details about errors which may occur during a subscription's recurrence. If there are no errors, the values are null.

  • The last_failure_code field provides a unique code. This code may help to identify the type of the error, and this field may be used for localization purposes.
  • The last_failure_details field provides default error messages which may be displayed. Each failure code has its own error message.
  • The last_failure_reason field provides the reason of failure (gateway/inventory/etc).