How to determine that an order has expired? The query order interface (/v2/checkout/orders/{id}) does not return the expiration time
Goal: Re-create an order by judging that the order has expired
Current situation: The order details query interface does not return the expiration time.
interface: https://developer.paypal.com/docs/api/orders/v2/#orders_get
Expectation: How to tell when an order has expired.
level:high