PaymentIntentService


Description Description


Source Source

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


			

Top ↑

Methods Methods

  • all — Returns a list of PaymentIntents.
  • cancel — A PaymentIntent object can be canceled when it is in one of these statuses: requires_payment_method, requires_capture, requires_confirmation, or requires_action.
  • capture — Capture the funds of an existing uncaptured PaymentIntent when its status is requires_capture.
  • confirm — Confirm that your customer intends to pay with current or provided payment method. Upon confirmation, the PaymentIntent will attempt to initiate a payment.
  • create — Creates a PaymentIntent object.
  • retrieve — Retrieves the details of a PaymentIntent that has previously been created.
  • update — Updates properties on a PaymentIntent object without confirming.

Top ↑

User Contributed Notes User Contributed Notes

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