SubscriptionScheduleService::create()
Method: Creates a new subscription schedule object. Each customer can have up to 500 active or scheduled subscriptions.
SubscriptionScheduleService::create Read More »
Method: Creates a new subscription schedule object. Each customer can have up to 500 active or scheduled subscriptions.
SubscriptionScheduleService::create Read More »
Method: Releases the subscription schedule immediately, which will stop scheduling of its phases, but leave any existing subscription in place. A schedule can only be released if its status is not_started or active. If the subscription schedule is currently associated with a subscription, releasing it will remove its subscription property and set the subscription’s ID to the released_subscription property.
SubscriptionScheduleService::release Read More »
Method: By default, returns a list of subscriptions that have not been canceled. In order to list canceled subscriptions, specify status=canceled.
SubscriptionService::all Read More »
Method: Retrieves the details of an existing subscription schedule. You only need to supply the unique subscription schedule identifier that was returned upon subscription schedule creation.
SubscriptionScheduleService::retrieve Read More »
Method: Updates an existing subscription schedule.
SubscriptionScheduleService::update Read More »
Method: Create an apple pay domain.
ApplePayDomainService::create Read More »
Method: Delete an apple pay domain.
ApplePayDomainService::delete Read More »
Method: Retrieve an apple pay domain.
ApplePayDomainService::retrieve Read More »
Method: Retrieves the current account balance, based on the authentication that was used to make the request. For a sample request, see Accounting for negative balances.
BalanceService::retrieve Read More »
Method: A list of all tax codes available to add to Products in order to allow specific tax calculations.
TaxCodeService::all Read More »
Method: No description found
AbstractService::requestCollection Read More »
Method: Retrieves the details of an existing tax code. Supply the unique tax code ID and Stripe will return the corresponding tax code information.
TaxCodeService::retrieve Read More »
Method: Returns a list of application fees you’ve previously collected. The application fees are returned in sorted order, with the most recent fees appearing first.
ApplicationFeeService::all Read More »
Method: You can see a list of the refunds belonging to a specific application fee. Note that the 10 most recent refunds are always available by default on the application fee object. If you need more than those 10, you can use this API method and the limit and starting_after parameters to page through additional refunds.
ApplicationFeeService::allRefunds Read More »