/
SO
solvapay
/
SolvaPay REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 36m ago · Updated 2w ago
Details
Filter operations
Activation
1
post
/v1/sdk/activate
Checkout Sessions
1
Customers
6
Limits
1
Meter Events
2
Payment Intents
4
Plans
5
Products
8
Purchases
6
Usage
2
User Info
1
Activation
post
/v1/sdk/activate
Request body
ActivatePlanDto
required
customerRef
string
required
planRef
string
required
productRef
string
required
Response
ActivatePlanResponseDto
required
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