Skip to main content

CheckoutSessionResponse

type CheckoutSessionResponse = {
checkoutSessionUrl: string;
};

Response containing a Stripe checkout session URL.

Properties

checkoutSessionUrl

checkoutSessionUrl: string;