Hi Everyone,
I’m trying to give an existing subscriber a free month using RevenueCat’s “Google Play: Defer a Subscription” API (https://www.revenuecat.com/docs/api-v1#tag/transactions/operation/defer-a-google-subscription), but I keep getting "Subscription not found for subscriber" in the response.
I’m posting to this URL: https://api.revenuecat.com/v1/subscribers/{app_user_id}/subscriptions/{product_identifier}/defer
I copied the product ID from the "product_id" field of the event data from when the user purchased the subscription, to make sure I was using the correct value. I have tried it with the product ID as both plain text and URL-encoded. The user ID contains only letters and numbers, so URI-encoding makes no difference there.
My POST body looks like this:
{
"expiry_time_ms": 1762620360000
}I can’t figure out what I’m doing wrong. Does anyone have any insight?
