Skip to main content
POST
/
v1
/
sdk
/
activate
cURL
curl --request POST \
  --url https://api.example.com/v1/sdk/activate \
  --header 'Content-Type: application/json' \
  --data '
{
  "customerRef": "<string>",
  "planRef": "<string>",
  "productRef": "<string>"
}
'
{
  "checkoutSessionId": "<string>",
  "checkoutUrl": "<string>",
  "creditBalance": 123,
  "creditsPerUnit": 123,
  "currency": "<string>",
  "message": "<string>",
  "purchaseRef": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.solvapay.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
customerRef
string
required
planRef
string
required
productRef
string
required

Response

200 - application/json
status
enum<string>
required
Available options:
activated,
already_active,
topup_required,
payment_required,
invalid
checkoutSessionId
string
checkoutUrl
string
creditBalance
number
creditsPerUnit
number
currency
string
message
string
purchaseRef
string