ftm_Levine
9 months agoReel Rookie
The Subscription recovery test API is not working.
The Subscription recovery test API Document is here
#https://developer.roku.com/docs/developer-program/roku-pay/subscription-recovery/testing.md
I have already implemented the Prerequisites section of the documentation. Then I purchased a new subscription on the TV and changed the subscription status from active to in-grace.
At this point, I called the move on-hold interface (https://apipub.roku.com/test/subscription-recovery/passive-onhold-state/{partnerApiKey}/{transactionId}), but the interface returned an error
{
"message": "com.roku.pay.exception.RokuRuntimeException: Incorrect dunning context"
}
Is there any way I can successfully set the subscription status to on-hold?