/
SO
solvapay
/
SolvaPay REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4m ago · Updated 3w ago
Details
Filter operations
Activation
1
post
/v1/sdk/activate
Checkout Sessions
1
Customers
7
Limits
1
Merchant
1
Meter Events
2
Payment Intents
4
Payment Methods
1
Plans
5
Platform Config
1
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
creditsPerUnit
number
currency
string
message
string
purchaseRef
string
status
'activated'
|
'already_active'
|
'topup_required'
|
'payment_required'
|
'invalid'
required
Changes