Payments Reseller Subscription API (paymentsresellersubscription:v1)

2025-03-29

2 new methods

Additions

    Methods
  • paymentsresellersubscription.partners.subscriptions.resume

      HTTP Method : POST

      Scopes : openid

      Parameter Order : name

      Flat Path : v1/partners/{partnersId}/subscriptions/{subscriptionsId}:resume

      Description : Resumes a suspended subscription. The new billing cycle will start at the time of the request. It should be called directly by the partner using service accounts.

      Parameters :

        name

          Description : Required. The name of the subscription resource to be resumed. It will have the format of "partners/{partner_id}/subscriptions/{subscription_id}"

          Location : path

          Pattern : ^partners/[^/]+/subscriptions/[^/]+$

          Type : string

          Required : Yes

      Path : v1/{+name}:resume

  • paymentsresellersubscription.partners.subscriptions.suspend

      HTTP Method : POST

      Path : v1/{+name}:suspend

      Scopes : openid

      Flat Path : v1/partners/{partnersId}/subscriptions/{subscriptionsId}:suspend

      Description : Suspends a subscription. Contract terms may dictate if a prorated refund will be issued upon suspension. It should be called directly by the partner using service accounts.

      Parameter Order : name

      Parameters :

        name

          Location : path

          Required : Yes

          Type : string

          Description : Required. The name of the subscription resource to be suspended. It will have the format of "partners/{partner_id}/subscriptions/{subscription_id}"

          Pattern : ^partners/[^/]+/subscriptions/[^/]+$