CheckoutSessionDto
Represents the outcome of a subscription change that may require the store owner to pay.
requires_paymentbooleanRequired
Whether the change needs a payment before it takes effect.
session_urlstringOptional
The URL the store owner is sent to in order to complete payment. Null when
'requires_payment' is false.
Example
{
"requires_payment": true,
"session_url": "string"
}