ResourcesSubscriptions

Confirm a plan change

Confirm a previously previewed subscription plan change.

Send the preview token from the plan-change preview response. PayPal plan changes can return an approval URL.

POST
/v2/subscriptions/{productSubscription}/actions/change-plan/confirm

Authorization

bearerAuth storeAuth
AuthorizationBearer <token>

Provide your SellApp API key as a bearer token.

In: header

X-STORE<token>

Select the SellApp store for this API request.

In: header

Path Parameters

productSubscription*integer

The productSubscription path parameter.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://sell.app/api/v2/subscriptions/0/actions/change-plan/confirm" \  -H "Content-Type: application/json" \  -d '{    "target_variant_id": 4321,    "preview_token": "subprev_9c4b2f"  }'
{
  "message": "Unauthenticated."
}
{
  "message": "This action is unauthorized."
}
{
  "message": "Rule not found."
}
{
  "message": "The given data was invalid.",
  "errors": {
    "data": [
      "The data field is required."
    ]
  }
}