SetupIntentService


Description Description


Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/SetupIntentService.php


			

Top ↑

Methods Methods

  • all — Returns a list of SetupIntents.
  • cancel — A SetupIntent object can be canceled when it is in one of these statuses: requires_payment_method, requires_confirmation, or requires_action.
  • confirm — 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.
  • create — Creates a SetupIntent object.
  • retrieve — Retrieves the details of a SetupIntent that has previously been created.
  • update — Updates a SetupIntent object.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.