SetupIntentService
Class: No description found
SetupIntentService 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 »
Method: Retrieves the invoice item with the given ID.
InvoiceItemService::retrieve Read More »
Method: Updates the amount or description of an invoice item on an upcoming invoice.
InvoiceItemService::update Read More »
Class: Service factory class for API resources in the root namespace.
CoreServiceFactory Read More »
Method: No description found
CoreServiceFactory::getServiceClass Read More »
Method: Creates a usage record for a specified subscription item and date, and fills it with a quantity.
SubscriptionItemService::createUsageRecord Read More »
Method: You can now model subscriptions more flexibly using the Prices API. It replaces the Plans API and is backwards compatible to simplify your migration.
PlanService::create Read More »
Method: Deletes an item from the subscription. Removing a subscription item from a subscription will not cancel the subscription.
SubscriptionItemService::delete Read More »
Method: Deleting plans means new subscribers can’t be added. Existing subscribers aren’t affected.
PlanService::delete Read More »
Method: Retrieves the subscription item with the given ID.
SubscriptionItemService::retrieve Read More »
Method: Retrieves the plan with the given ID.
PlanService::retrieve Read More »