TaxRateService::update()
Method: Updates an existing tax rate.
TaxRateService::update Read More »
Method: Returns a list of charges you’ve previously created. The charges are returned in sorted order, with the most recent charges appearing first.
ChargeService::all Read More »
Method: Capture the payment of an existing, uncaptured, charge. This is the second half of the two-step payment flow, where first you created a charge with the capture option set to false.
ChargeService::capture Read More »
Method: You can list all invoices, or list the invoices for a specific customer. The invoices are returned sorted by creation date, with the most recently created invoices appearing first.
InvoiceService::all Read More »
Method: To charge a credit card or other payment source, you create a Charge object. If your API key is in test mode, the supplied payment source (e.g., card) won’t actually be charged, although everything else will occur as if in live mode. (Stripe assumes that the charge would have completed successfully).
ChargeService::create Read More »
Method: When retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items.
InvoiceService::allLines Read More »
Method: Retrieves the details of a charge that has previously been created. Supply the unique charge ID that was returned from your previous request, and Stripe will return the corresponding charge information. The same information is returned when creating or refunding the charge.
ChargeService::retrieve Read More »
Method: Retrieves the TaxID object with the given identifier.
CustomerService::retrieveTaxId Read More »
Method: Updates the specified customer by setting the values of the parameters passed.
CustomerService::update Read More »
Method: Most credit balance transaction fields are immutable, but you may update its description and metadata.
CustomerService::updateBalanceTransaction Read More »
Method: No description found
CustomerService::updateSource Read More »
Method: No description found
CustomerService::verifySource Read More »
Method: Invalidates a short-lived API key for a given resource.
EphemeralKeyService::delete Read More »
Method: When you create a new credit card, you must specify a customer or recipient on which to create it.
CustomerService::createSource Read More »
Method: Creates a short-lived API key for a given resource.
EphemeralKeyService::create Read More »
Method: Creates a new TaxID object for a customer.
CustomerService::createTaxId Read More »
Method: Permanently deletes a customer. It cannot be undone. Also immediately cancels any active subscriptions on the customer.
CustomerService::delete Read More »