Checkout Sessions
Create a checkout session
Creates a hosted checkout session for a customer to purchase a product plan. Returns a session ID and checkout URL for redirect.
post/v1/sdk/checkout-sessions
Request body
Response
Checkout session created
Example response
{
"checkoutUrl": "https://solvapay.com/customer/checkout?id=e3f1c2d4b6a89f001122334455667788",
"sessionId": "e3f1c2d4b6a89f001122334455667788"
}