CustomerService::createTaxId()
Method: Creates a new TaxID
object for a customer.
CustomerService::createTaxId 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: 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 »
Method: No description found
CustomerService::verifySource 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 »
Class: No description found
Method: Returns a list of your customers. The customers are returned sorted by creation date, with the most recent customers appearing first.
CustomerService::all Read More »
Method: Returns a list of transactions that updated the customer’s balances.
CustomerService::allBalanceTransactions Read More »
Method: Returns a list of PaymentMethods for a given Customer.
CustomerService::allPaymentMethods Read More »
Method: List sources for a specified customer.
CustomerService::allSources Read More »
Method: Returns a list of tax IDs for a customer.
CustomerService::allTaxIds Read More »