Customers
Create a customer session
Creates a customer session URL that can be used to redirect customers to the customer page. Returns the customer URL and session ID. The session is short-lived (15 minutes) for security reasons.
post/v1/sdk/customers/customer-sessions
Request body
Response
Customer session created successfully
Example response
{
"customerUrl": "https://solvapay.com/customer/manage?id=e3f1c2d4b6a89f001122334455667788",
"sessionId": "e3f1c2d4b6a89f001122334455667788"
}