iaptic-js
    Preparing search index...

    Interface PostCheckoutSessionResponseInternal

    Response from Iaptic's /stripe/checkout API

    interface PostCheckoutSessionResponse {
        accessToken: string;
        ok: boolean;
        url: string;
    }
    Index

    Properties

    Properties

    accessToken: string

    Access token for the customer

    ok: boolean

    Whether the request was successful

    url: string

    Stripe Checkout URL where the customer will be redirected