You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a subscription platform, we should also consider showing the description and interval of expired/cancelled subscriptions
The current way to fetch expired/canceled subscriptions is by fetching the transactions with type=21 and subtype=4
As you can see on the response payload, the attachment property. description and interval is missing.
As a subscription platform, we should also consider showing the
description
andinterval
of expired/cancelled subscriptionsThe current way to fetch expired/canceled subscriptions is by fetching the
transactions
withtype=21
andsubtype=4
As you can see on the response payload, the
attachment
property.description
andinterval
is missing.It means the only way of getting the
description
andinterval
of canceled subscriptions is by making another getTransaction request.Suggestion:
We can consider extending the
attachment
propertyBenefits:
The text was updated successfully, but these errors were encountered: