InvoiceService::update()
Method: Draft invoices are fully editable. Once an invoice is finalized, monetary values, as well as collection_method, become uneditable.
InvoiceService::update Read More »
Method: Draft invoices are fully editable. Once an invoice is finalized, monetary values, as well as collection_method, become uneditable.
InvoiceService::update Read More »
Method: Mark a finalized invoice as void. This cannot be undone. Voiding an invoice is similar to deletion, however it only applies to finalized invoices and maintains a papertrail where the invoice can still be found.
InvoiceService::voidInvoice 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: 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 »
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 »