---
title: "POST /v1/sdk/activate"
method: POST
path: "/v1/sdk/activate"
tags: ["Activation"]
---

# POST /v1/sdk/activate

`POST /v1/sdk/activate`

## Request body

- ActivatePlanDto
  - `customerRef` string, required
  - `planRef` string, required
  - `productRef` string, required

## Response `200`

- ActivatePlanResponseDto
  - `checkoutSessionId` string
  - `checkoutUrl` string
  - `creditBalance` number
  - `currency` string
  - `message` string
  - `pricePerUnit` number
  - `purchaseRef` string
  - `status` 'activated' | 'already_active' | 'topup_required' | 'payment_required' | 'invalid', required

## Changes

- **2026-04-08** `052cc028fdfa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/solvapay/apis/solvapay-rest-api/changes/v1/sdk/activate/post.md)

---

[API](https://skmtc.dev/solvapay/apis/solvapay-rest-api.md) · [All operations](https://skmtc.dev/solvapay/apis/solvapay-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/solvapay/solvapay-rest-api/revisions/052cc028fdfa/schema)
