Class CheckoutSessionsApi

CheckoutSessionsApi - object-oriented interface

Export

Hierarchy

  • BaseAPI
    • CheckoutSessionsApi

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Expires a Checkout Session. A Checkout Session can only be expired if its status is open. Once expired, the customer cannot complete the Checkout Session and will see a message about the expiration.

    Summary

    Expire a Checkout Session

    Throws

    Memberof

    CheckoutSessionsApi

    Parameters

    Returns Promise<AxiosResponse<CheckoutSession, any>>

Generated using TypeDoc