InvoiceService::markUncollectible()
Method: Marking an invoice as uncollectible is useful for keeping track of bad debts that can be written off for accounting purposes.
InvoiceService::markUncollectible Read More »
Method: Marking an invoice as uncollectible is useful for keeping track of bad debts that can be written off for accounting purposes.
InvoiceService::markUncollectible Read More »
Method: Stripe automatically creates and then attempts to collect payment on invoices for customers on subscriptions according to your subscriptions settings. However, if you’d like to attempt payment on an invoice out of the normal collection schedule or for some other reason, you can do so.
InvoiceService::pay Read More »
Method: Retrieves the invoice with the given ID.
InvoiceService::retrieve Read More »
Method: Stripe will automatically send invoices to customers according to your subscriptions settings. However, if you’d like to manually send an invoice to your customer out of the normal schedule, you can do so. When sending invoices that have already been paid, there will be no reference to the payment in the email.
InvoiceService::sendInvoice Read More »
Method: At any time, you can preview the upcoming invoice for a customer. This will show you all the charges that are pending, including subscription renewal charges, invoice item charges, etc. It will also show you any discounts that are applicable to the invoice.
InvoiceService::upcoming 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 »
Method: Returns a list of your tax rates. Tax rates are returned sorted by creation date, with the most recently created tax rates appearing first.
TaxRateService::all Read More »
Method: Removes the currently applied discount on a customer.
CustomerService::deleteDiscount Read More »
Method: No description found
CustomerService::deleteSource Read More »
Method: Deletes an existing TaxID object.
CustomerService::deleteTaxId Read More »
Method: Retrieves the details of an existing customer. You need only supply the unique customer identifier that was returned upon customer creation.
CustomerService::retrieve Read More »
Method: Retrieves a specific customer balance transaction that updated the customer’s balances.
CustomerService::retrieveBalanceTransaction 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 »