CheckoutSessionResponse
Response with checkout session details.
session_idSession Id (string)required
Stripe checkout session ID
urlUrl (string)required
Checkout URL to redirect user to
CheckoutSessionResponse
{
"session_id": "string",
"url": "string"
}