TaxRateService::retrieve()
Method: Retrieves a tax rate with the given ID.
TaxRateService::retrieve Read More »
Method: Retrieves a tax rate with the given ID.
TaxRateService::retrieve 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: Retrieve a specified source for a given customer.
CustomerService::retrieveSource 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 »