Hi,
I have subscription started at 2024-10-08 06:52:27+00 and will renewable at 2024-11-08 06:26:27+00
and currend date is 2024-10-23.
I defer the subcription via POST https://api.revenuecat.com/v1/subscribers/$app_user_id/subscriptions/$product_identifier/defer
to one day so the body
[
'expiry_time_ms' => 1731133587000,
]
if we convert this ms we will get “2024-11-09 06:26:27.0 UTC (+00:00)”
the api response is
HTTP request returned status code 400:
{"code":7258,"message":"The desired expiry time for the subscription is not valid."}
what is the wrong ?