Browse: Home / Classes /

TopupService

TopupService

Description #


Source #

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



Methods #

  • all — Returns a list of top-ups.
  • cancel — Cancels a top-up. Only pending top-ups can be canceled.
  • create — Top up the balance of an account.
  • retrieve — Retrieves the details of a top-up that has previously been created. Supply the unique top-up ID that was returned from your previous request, and Stripe will return the corresponding top-up information.
  • update — Updates the metadata of a top-up. Other top-up details are not editable by design.