Browse: Home / Classes /

PaymentMethodService

PaymentMethodService

Description #


Source #

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



Methods #

  • all — Returns a list of PaymentMethods. For listing a customer’s payment methods, you should use List a Customer’s PaymentMethods.
  • attach — Attaches a PaymentMethod object to a Customer.
  • create — Creates a PaymentMethod object. Read the Stripe.js reference to learn how to create PaymentMethods via Stripe.js.
  • detach — Detaches a PaymentMethod object from a Customer.
  • retrieve — Retrieves a PaymentMethod object.
  • update — Updates a PaymentMethod object. A PaymentMethod must be attached a customer to be updated.