Browse: Home / Classes /

PaymentIntentService

PaymentIntentService

Description #


Source #

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



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, requires_action, or processing.
  • 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.