CustomerService::delete()
Method: Permanently deletes a customer. It cannot be undone. Also immediately cancels any active subscriptions on the customer.
CustomerService::delete 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: 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 »
Method: Creates a new customer object.
CustomerService::create Read More »
Method: Returns a list of SetupIntents.
SetupIntentService::all Read More »
Method: Creates an immutable transaction that updates the customer’s credit balance.
CustomerService::createBalanceTransaction Read More »
Method: A SetupIntent object can be canceled when it is in one of these statuses: requires_payment_method, requires_confirmation, or requires_action.
SetupIntentService::cancel Read More »
Method: Confirm that your customer intends to set up the current or provided payment method. For example, you would confirm a SetupIntent when a customer hits the “Save” button on a payment method management page on your website.
SetupIntentService::confirm Read More »