Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Recurly .NET 客户端重新激活以前取消的帐户。
我尝试使用 Create 方法,但它引发了一个 already_subscribed 错误,所以我尝试了 Subscription.Reactivate。这会重新激活订阅,但不会将帐单信息与订阅相关联。
有没有办法做到这一点?
该帐户是否作为原始取消的一部分而关闭?如果是这样,则计费信息已被删除且无法恢复。
此外,您最初的错误是因为订阅仍处于活动状态(只是处于取消状态)。您可以在订阅终止后使用 Create 调用,或者您可以为每个帐户启用多个订阅。