SubscriptionService
Class: No description found
SubscriptionService 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: Updates an existing file link object. Expired links can no longer be updated.
FileLinkService::update Read More »
Method: No description found
AbstractService::requestStream 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 »