interface HostingCheckoutResult {
    action?: string;
    billing_provider?: HostingBillingProvider;
    checkout_client_secret?: null | string;
    checkout_mode?: null | "embedded" | "hosted";
    checkout_session_id?: null | string;
    checkout_url?: null | string;
    database?: HostingDatabase;
    message?: string;
}

Properties

action?: string
billing_provider?: HostingBillingProvider
checkout_client_secret?: null | string

Stripe Embedded Checkout client secret for same-page card collection and 3DS.

checkout_mode?: null | "embedded" | "hosted"
checkout_session_id?: null | string
checkout_url?: null | string
database?: HostingDatabase
message?: string

Generated using TypeDoc