I am creating an app with integration with PayPal REST API (Subscription). Simple situation/question: - Create a new subscription, which returns array of HATEOS links for the user to approve; - Time passes, user has not approved, but subscription is still in own database; - Using GET requests to view old, un-approved subscription returns 404 not found; - Presumably PayPal has deleted this subscription resource; - Successful GET requests on recent, not approved subscriptions; - How long did PayPal keep the resource active for, before it becomes 404ed?
... View more