Mayson Monorepo Documentation
    Preparing search index...
    Index

    Constructors

    Methods

    • Retrieves the details of a SetupIntent that has previously been created.

      Client-side retrieval using a publishable key is allowed when the client_secret is provided in the query string.

      When retrieved with a publishable key, only a subset of properties will be returned. Please refer to the SetupIntent object reference for more details.

      Parameters

      Returns Promise<Response<Stripe.SetupIntent>>

    • Retrieves the details of a SetupIntent that has previously been created.

      Client-side retrieval using a publishable key is allowed when the client_secret is provided in the query string.

      When retrieved with a publishable key, only a subset of properties will be returned. Please refer to the SetupIntent object reference for more details.

      Parameters

      Returns Promise<Response<Stripe.SetupIntent>>

    • Confirm that your customer intends to set up the current or provided payment method. For example, you would confirm a SetupIntent when a customer hits the “Save” button on a payment method management page on your website.

      If the selected payment method does not require any additional steps from the customer, the SetupIntent will transition to the succeeded status.

      Otherwise, it will transition to the requires_action status and suggest additional actions via next_action. If setup fails, the SetupIntent will transition to the requires_payment_method status or the canceled status if the confirmation limit is reached.

      Parameters

      Returns Promise<Response<Stripe.SetupIntent>>

    • Confirm that your customer intends to set up the current or provided payment method. For example, you would confirm a SetupIntent when a customer hits the “Save” button on a payment method management page on your website.

      If the selected payment method does not require any additional steps from the customer, the SetupIntent will transition to the succeeded status.

      Otherwise, it will transition to the requires_action status and suggest additional actions via next_action. If setup fails, the SetupIntent will transition to the requires_payment_method status or the canceled status if the confirmation limit is reached.

      Parameters

      Returns Promise<Response<Stripe.SetupIntent>>